Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Self-installing markdown recipes for skills. Each skill can include an INSTALL.md that an agent reads and executes to set up dependencies, MCP servers, or config. Trigger: When installing a skill with INSTALL.md, or creating skills with setup requirements.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -35% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -55% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -20% | 0% |
| case-14 | ✗→✓ | ▲ Improved | 4% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 35% | 0% |
Define a pattern where skills are self-installing: an INSTALL.md contains executable setup instructions that an agent follows to configure dependencies, MCP servers, or config.
own/skills/my-skill/
SKILL.md <- the skill itself
INSTALL.md <- optional setup recipemarkdown# Install: {skill-name} ## Prerequisites - [ ] Node.js >= 20 ## Steps ### 1. Install dependencies \`\`\`bash pnpm add -D playwright \`\`\` ### 2. Verify \`\`\`bash npx playwright --version \`\`\` ## Uninstall \`\`\`bash pnpm remove playwright \`\`\`
Other measured skills in the registry, with their headline benchmark lift.