CreatorSkills for Developers
Install AI skills directly from the command line.
Installation
Skills download as either a single SKILL.md file or a ZIP containing multiple .md files. Place them where your tool expects system prompt files.
Place the skill file in your Claude skills directory:
~/.claude/skills/my-skill/SKILL.mdOr reference it directly in your project configuration.
Download the .mdc file and place it in your project rules directory:
.cursor/rules/my-skill.mdcCursor picks up rules automatically from this directory.
The SKILL.md Format
Skills are plain markdown files with structured instructions. No proprietary format — they work anywhere that accepts system prompts. Single-file skills are just SKILL.md. Multi-file skills ship as a ZIP:
skills/my-skill/
├── SKILL.md # Main skill instructions
├── README.md # Setup guide & tips
├── EXAMPLE.md # Worked examples
└── TEMPLATES.md # Optional templatesSKILL.mdThe core system prompt. This is what gets loaded into your AI tool.
README.mdSetup instructions, configuration options, and usage tips.
EXAMPLE.mdWorked examples showing real inputs and outputs.
Machine-Readable Endpoints
The catalog is available in formats designed for programmatic access and LLM ingestion.
Plain text catalog of all skills, formatted for LLM context windows.
OpenAI plugin manifest for tool-based integrations.
/.well-known/ai-plugin.jsonPricing
Price range
Free — $24
Billing
One-time purchase
Free skills
3 available to try
No subscriptions. Buy once, download and use anywhere.