Skip to main content

Search

Search for a command to run...

Developers

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.

Claude Code

Place the skill file in your Claude skills directory:

~/.claude/skills/my-skill/SKILL.md

Or reference it directly in your project configuration.

Cursor

Download the .mdc file and place it in your project rules directory:

.cursor/rules/my-skill.mdc

Cursor 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 templates
SKILL.md

The core system prompt. This is what gets loaded into your AI tool.

README.md

Setup instructions, configuration options, and usage tips.

EXAMPLE.md

Worked examples showing real inputs and outputs.

Machine-Readable Endpoints

The catalog is available in formats designed for programmatic access and LLM ingestion.

llms.txt

Plain text catalog of all skills, formatted for LLM context windows.

ai-plugin.json

OpenAI plugin manifest for tool-based integrations.

/.well-known/ai-plugin.json

Pricing

Price range

Free — $24

Billing

One-time purchase

Free skills

3 available to try

No subscriptions. Buy once, download and use anywhere.