SKILL.md, skills are portable. You can reuse one from a public registry or share one across your own projects by copying the folder.
Import from a registry
Public registries like skills.sh follow the same Agent Skills specification Keystroke uses. To use one:- Copy the skill’s folder into your project under
src/skills/{name}/. - Make sure its
SKILL.mdfrontmatternamematches the folder name. - Attach it to an agent with
skills: ["{name}"].
Share your own skills
There’s no special packaging step. To reuse a skill you wrote in another project, copy its folder into that project’ssrc/skills/. Keeping skills self-contained (instructions in SKILL.md, supporting material in references/) makes them easy to move.
Next steps
Create skills
Write your own SKILL.md from scratch.
Attach skills to agents
Attach an imported skill to an agent.
Skills overview
What skills are and when to use them.
Files
Add static context documents to an agent workspace.