Submit a Skill
Built a skill in Claude or ChatGPT? Upload it here to share it with the community. We'll open a pull request on your behalf.
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 interaction_pattern: single-turn install_method: copy -
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