Skills & Agents
AI coding tools are powerful, but they don’t always have the right context for your project. Agent Skills solve this — they’re portable packages of instructions, scripts, and resources that agents can discover and use to work more accurately.What Are Agent Skills?
Agent Skills are folders containing instructions (typically aSKILL.md file) that your AI coding tool can load on demand. They give agents:
- Domain expertise — specialized knowledge packaged as reusable instructions
- New capabilities — tasks like code review, security audits, or documentation generation
- Repeatable workflows — consistent, auditable multi-step processes
- Interoperability — the same skill works across different AI tools
Our Skill Library
This project maintains a shared skill library at/skill-library in the repo. These are general-purpose development skills that any project can use — not specific to Vibe Coder Docs.
To use a skill from the library, copy the skill folder into your project or reference it from your agent’s configuration.
Getting Started with Skills
Browse Available Skills
Check out the Agent Skills example library for ready-to-use skills, or browse our own
/skill-library.Add a Skill to Your Project
Copy a skill folder into your project’s
.skills/ directory (or wherever your agent looks for skills).