Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Create a new SKILL.md file based on a guided conversation about a task or workflow.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -28% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -73% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -49% | 0% |
| case-05 | ✗→✓ | ▲ Improved | 44% | 0% |
Run this skill when asked to create a new skill from a conversation or description of a task.
Ask the user only these two questions:
1. What specific task or problem do you want this skill to solve?
2. What are the specific instructions and guidelines for this task?Wait for the user's answers before proceeding.
Derive a short, lowercase, hyphenated skill name from the task description (e.g. deploy-lambda, check-postgres-health).
Ask the user which AI agent they are using, then use the corresponding path:
| Agent | Skill path | |---|---| | Claude Code | .claude/skills/<skill-name>/SKILL.md | | GitHub Copilot | .github/skills/<skill-name>/SKILL.md | | Other | skills/<skill-name>/SKILL.md |
Create the directory if it does not exist:
bashmkdir -p <path-to-skill-dir>
Use the template below, filling in all <...> placeholders based on the user's answers.
markdown--- name: <skill-name> description: <One-liner description of what this skill does.> --- # <Skill Title> Run this skill when asked to <task statement>. ## Step 1 — <First step title> <Instructions for the first step.> ## Step 2 — <Second step title> <Instructions for the second step.> ... ## Rules - <Rule 1> - <Rule 2>
After writing the file, show the user the generated SKILL.md content and the path where it was saved. Ask if any adjustments are needed.
Other measured skills in the registry, with their headline benchmark lift.