Help us improve
Share bugs, ideas, or general feedback.
From prompts.chat
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
npx claudepluginhub f/prompts.chat --plugin prompts.chatHow this skill is triggered — by the user, by Claude, or both
Slash command
/prompts.chat:skill-lookupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Search for skills matching the user's request using `search_skills`
Searches, installs, updates, rates, and removes AI agent skills from agentskill.sh. Activates on /learn or when the user asks to find skills, install plugins, or discover new capabilities.
Discovers and installs agent skills via npx skills CLI and skills.sh leaderboard for users seeking specialized task help like 'how do I do X'.
Discovers and recommends agent skills via npx skills CLI searches, leaderboard checks, and quality verification. Use when users ask 'how do I do X', 'find a skill for X', or seek extensions for domains like React, testing, or deployment.
Share bugs, ideas, or general feedback.
search_skillsget_skill to get all files.claude/skills/{slug}/ and verify the SKILL.md existssearch_skills({"query": "code review", "limit": 5, "category": "coding"})
get_skill({"id": "abc123"})
Use these prompts.chat MCP tools:
search_skills - Search for skills by keywordget_skill - Get a specific skill by ID with all its filesCall search_skills with:
query: The search keywords from the user's requestlimit: Number of results (default 10, max 50)category: Filter by category slug (e.g., "coding", "automation")tag: Filter by tag slugPresent results showing:
Call get_skill with:
id: The skill IDReturns the skill metadata and all file contents:
When the user asks to install a skill:
get_skill to retrieve all files.claude/skills/{slug}/SKILL.md → .claude/skills/{slug}/SKILL.md.claude/skills/{slug}/{filename}SKILL.md to verify the frontmatter is intact