.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

home/glossary/agent skill
home/glossary/agent skill

What is an agent skill?

An agent skill is a reusable instruction set that teaches an AI agent how to perform a specific task, packaged so you can install it with one command and have the agent pick up the capability.

A skill is essentially expertise written down in a form an agent can load. Instead of re-explaining how you want code reviewed, tests written or SEO audited every time, you install a skill once and the agent follows those instructions whenever the task comes up. A skill is usually a SKILL.md file plus any supporting scripts or templates it needs.

Skills are composable: you can install a whole pack from a repo and let the agent pull in the ones relevant to the current task. Good skills are opinionated and narrow, one clear job done well, which is why a repo often ships dozens of small skills rather than one giant prompt.

They install through the skills CLI with a single command and work across any skills-compatible agent, so the same skill improves Claude Code, Cursor and others alike.

Popular skills

All Skills →
Type
  1. vercel-labs avatarfind-skillsHelps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express…SkillsJul 20262.7M27k
  2. mattpocock avatargrill-meA relentless interview to sharpen a plan or design.SkillsJul 2026690k189k
  3. vercel-labs avataragent-browserBrowser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking…SkillsJul 2026591k39k
  4. vercel-labs avatarreact-best-practicesReact and Next.js performance optimization guidelines from Vercel Engineering.SkillsJul 2026587k29k
  5. mattpocock avatargrill-with-docsA relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.SkillsJul 2026585k189k
  6. mattpocock avatarimprove-codebase-architectureScan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.SkillsJul 2026566k189k

FAQ

How is a skill different from a prompt?

A prompt is a single instruction you paste in. A skill is packaged, versioned and installable, and the agent loads it automatically when relevant, closer to a plugin than a one-off message.

How do I install an agent skill?

Run the skills CLI command shown on the skill's page, e.g. npx skills add <repo> --skill <name>. The agent then follows its instructions.

More terms

MCP serverAI agentAI workflowprompt templateModel Context ProtocolClaude skillsSKILL.md