Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/sayed3li97/skillscore/empty-skillnpx skills add sayed3li97/skillscore --skill empty-skillgit clone --depth 1 https://github.com/sayed3li97/skillscoreThe source is not reproduced here
Licensed Apache-2.0
The repository is licensed Apache-2.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 1 lines e3b0c44298fc
empty-skill is a skill published in the GitHub repository sayed3li97/skillscore (4 stars, last pushed 1mo ago), licensed Apache-2.0. Its token cost is not measured: this kind of file is read by the harness, not the model. It was not scanned, because the body is not available under its licence. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
anthropic-skill-development
Skill "anthropic-skill-development" from KornLabs/truss, covering skill development for claude code plugins, about skills, what skills provide, anatomy of a skill and progressive disclosure design principle.
composio-skill-creator
Skill "composio-skill-creator" from KornLabs/truss, covering skill creator, about skills, what skills provide, anatomy of a skill and progressive disclosure design principle.
composio-skill-share
Skill "composio-skill-share" from KornLabs/truss, covering when to use this skill, key features, 1. skill creation, 2. skill validation and 3. skill packaging.
composio-template-skill
name: template-skill description: Replace with description of the skill and when Claude should use it.
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
skill-to-subagent
Turn an existing pi skill into an isolated subagent and wire it into a project's implementation pipeline. Decides fitness first, writes the bridge agent, routes the model, tunes context inheritance, and wires a spawn checkpoint. Use on "wrap this skill as a subagent", "turn X into a subagent", "should this be a…