Overview
Skills are pluggable knowledge modules that extend what your AI agents can do. They’re sourced from the skills.sh marketplace — a community-driven ecosystem of agent capabilities. When you install a skill, its instructions are automatically injected into every enabled agent’s config file.How Skills Work
- Install —
drevon skill adddownloads the skill to.drevon/skills/ - Register — The skill is recorded in
skills-lock.json - Compile — On
drevon sync, skills appear as a table in each agent’s instructions - Use — Agents read skill descriptions and follow their
SKILL.mdinstructions
Installing Skills
Managing Skills
The Lock File
skills-lock.json tracks all installed skills:
Commit
skills-lock.json to Git. This ensures teammates get the same skills when they run drevon sync.Bundled Skills
Every Drevon workspace comes with one pre-installed skill:find-skills
A comprehensive guide that helps agents discover, evaluate, and install new skills from the skills.sh ecosystem. It teaches agents how to:- Search for skills by category
- Evaluate skill quality and compatibility
- Install skills via the Drevon CLI
- Recommend skills based on the current task
Skill Packs
Drevon includes curated skill collections for common use cases:| Pack | Skills Included | Use Case |
|---|---|---|
| essentials | browser-use, pdf, skill-creator | Core capabilities |
| web-dev | tailwind-design-system, ui-ux-pro-max, web-design-guidelines, seo-audit | Frontend development |
| content | copywriting, pptx, remotion-best-practices | Content creation |
| ai-tools | agent-tools (150+ models via inference.sh) | AI/ML workflows |
Skill packs are defined in the codebase and will be installable via CLI in a future release.
Skill Anatomy
Each skill is a directory containing aSKILL.md file:
SKILL.md file contains:
- Description — What the skill does
- When to use — Trigger conditions for the agent
- Instructions — Detailed guidance for the agent
- Examples — Usage patterns
How Skills Appear in Agent Configs
Installed skills are rendered as a structured section in each agent’s instruction file:SKILL.md file path, which they can read for detailed instructions when the skill is relevant to the current task.
Popular Skills
Browse popular skills at skills.sh:| Skill | Source | Description |
|---|---|---|
| browser-use | browser-use/browser-use | Browser automation for research |
nicobailon/pdf | PDF reading and manipulation | |
| copywriting | coreyhaines31/marketingskills | Conversion copywriting |
| remotion | florentinmayer/remotion | Video creation in React |