02 / Documentation
Docs
Skills are folders with a SKILL.md file and optional resources that an agent can load for a specific job.
Install targets
Claude Code
Install directly into ~/.claude/skills/ with the repository installer.
Pass --dest DIR for another skills directory or --force to replace an existing copy.
Example
curl -fsSL https://raw.githubusercontent.com/shinzoxD/knackbox/main/install.sh | bash -s commit-messagesClaude.ai
Open Settings, Capabilities, Skills, then upload the skill folder or paste the SKILL.md content.
Agent Skills tools
Any runtime that supports the Agent Skills folder format can load Knackbox skills as plain files.
Skill format
Each skill has YAML frontmatter with a name and a trigger-oriented description, followed by instructions. Optional references/, scripts/, and assets/ folders stay with the skill.
Scores, tiers, and catalog fields are generated from the repository. See metrics for the measurement model.