Not sure where to start?
Build a New Skill →
Guided process that produces submission-ready files from your idea.
Adapt an Existing Prompt →
Convert a working prompt to SkillShelf format in a few minutes.
Submit your completed skill
If you're comfortable with GitHub, you can submit a skill directly by opening a pull request:
- Fork the SkillShelf repository
- Create a new directory under
skills/with your skill name (e.g.,skills/my-cool-skill/) - Add your
SKILL.mdfile with YAML frontmatter:--- name: my-cool-skill description: A brief description of what this skill does license: Apache-2.0 --- # My Cool Skill Your skill content here... - Add a
skillshelf.yamlsidecar file:version: "0.1.0" category: product-content tags: [] level: beginner platforms: - platform-agnostic - Open a pull request with the title
[Community Submission] Add skill: my-cool-skill
See the Skill Authoring Guide for detailed formatting requirements and best practices.
Skill submitted!
A pull request has been opened. A maintainer will review it shortly.
View Pull Request