A collection of OpenHands agent skills for development workflows.
Each skill lives in its own directory under skills/ and contains a SKILL.md file that defines the skill's behavior, triggers, and reference materials.
| Skill | Description | Trigger |
|---|---|---|
| test-driven-dev | Test-driven development workflow (Red → Green → Refactor) | /tdd |
| debug-methodical | Systematic debugging methodology | /debug |
| api-design | API design review and best practices | /api-review |
| dependency-audit | Dependency security and hygiene audit | /dep-audit |
| migration-planner | Plan and execute code migrations | /migrate |
To load these skills into an OpenHands conversation, tell the agent to import from this repository. The agent will fetch the skill files and make them available in the current session.