A collection of skills for Coding Agents that extend AI capabilities for software development workflows.
Skills are auto-invoked prompts that guide the coding agents to use specialized tools and follow best practices for specific tasks. Each skill is a self-contained module with documentation, setup instructions, and workflows.
| Skill | Description |
|---|---|
| read-codebase | Semantic code exploration using Serena MCP for intelligent navigation |
-
Clone this repository:
git clone https://github.com/devitools/skills.git
-
Copy the desired skill folder to your project's
.claude/skills/directory:cp -r skills/read-codebase /path/to/your-project/.claude/skills/
-
Follow the skill's
setup.mdfor any additional configuration.
Each skill follows this structure:
skill-name/
├── SKILL.md # Main skill definition with frontmatter
├── setup.md # Installation and configuration guide
└── workflows.md # Detailed usage workflows (optional)
---
name: skill-name
description: Brief description of what the skill does
user-invocable: false # true if can be triggered via /skill-name
---See CONTRIBUTING.md for guidelines on creating and submitting new skills.
MIT License - see LICENSE for details.