/skills
Search and discover Agent Skills from prompts.chat
> /plugin marketplace add f/prompts.chat > /plugin install prompts.chat@prompts.chat
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/skills
Context preview
What this command does when you run it.
Search and discover Agent Skills from prompts.chat
Command definition
skills.mddescription: Search and discover Agent Skills from prompts.chat
argument-hint: <query> [--category CATEGORY] [--tag TAG]
/prompts.chat:skills
Search for Agent Skills on prompts.chat to extend Claude's capabilities.
Usage
/prompts.chat:skills <query>
/prompts.chat:skills <query> --category coding
/prompts.chat:skills <query> --tag automation
- **query**: Keywords to search for (required)
- **--category**: Filter by category slug
- **--tag**: Filter by tag slug
Examples
/prompts.chat:skills code review
/prompts.chat:skills documentation --category coding
/prompts.chat:skills testing --tag automation
/prompts.chat:skills api integration
/prompts.chat:skills data analysis
How It Works
1. Calls `search_skills` with your query and optional filters 2. Returns matching skills with title, description, author, files, and tags 3. Each result includes a link to view the skill on prompts.chat
Getting a Specific Skill
After finding a skill you want, use its ID to get all files:
/prompts.chat:skills get <skill-id>
This retrieves the skill with all its files (SKILL.md, reference docs, scripts, etc.)
Installing a Skill
To download and install a skill to your workspace:
/prompts.chat:skills install <skill-id>
This saves the skill files to `.claude/prompts.chat:skills/{slug}/` structure.
Creating a Skill
To create a new skill on prompts.chat (requires API key):
/prompts.chat:skills create "My Skill Title" --description "What this skill does"
You'll be prompted to provide the SKILL.md content and any additional files.
Skill Structure
Skills can contain multiple files:
- **SKILL.md** (required) - Main instructions with frontmatter
- **Reference docs** - Additional documentation
- **Scripts** - Helper scripts (Python, shell, etc.)
- **Config files** - JSON, YAML configurations
Read more
description: Search and discover Agent Skills from prompts.chat argument-hint: <query> [--category CATEGORY] [--tag TAG]
/prompts.chat:skills
Search for Agent Skills on prompts.chat to extend Claude's capabilities.
Usage
/prompts.chat:skills <query> /prompts.chat:skills <query> --category coding /prompts.chat:skills <query> --tag automation
- **query**: Keywords to search for (required)
- **--category**: Filter by category slug
- **--tag**: Filter by tag slug
Examples
/prompts.chat:skills code review /prompts.chat:skills documentation --category coding /prompts.chat:skills testing --tag automation /prompts.chat:skills api integration /prompts.chat:skills data analysis
How It Works
1. Calls `search_skills` with your query and optional filters 2. Returns matching skills with title, description, author, files, and tags 3. Each result includes a link to view the skill on prompts.chat
Getting a Specific Skill
After finding a skill you want, use its ID to get all files:
/prompts.chat:skills get <skill-id>
This retrieves the skill with all its files (SKILL.md, reference docs, scripts, etc.)
Installing a Skill
To download and install a skill to your workspace:
/prompts.chat:skills install <skill-id>
This saves the skill files to `.claude/prompts.chat:skills/{slug}/` structure.
Creating a Skill
To create a new skill on prompts.chat (requires API key):
/prompts.chat:skills create "My Skill Title" --description "What this skill does"
You'll be prompted to provide the SKILL.md content and any additional files.
Skill Structure
Skills can contain multiple files:
- **SKILL.md** (required) - Main instructions with frontmatter
- **Reference docs** - Additional documentation
- **Scripts** - Helper scripts (Python, shell, etc.)
- **Config files** - JSON, YAML configurations
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Repo: f/prompts.chat

