awesome-agent-skills
Curated directory of AI agent skills with ready-to-use developer examples
All Skills in This Repository (5)
Pure Emerald Level Indicatorsgit-commit
Generate conventional commit messages from code changes.
code-review
Identify code-quality issues, security risks, and maintainability concerns in source code.
api-doc-generator
Generate REST and GraphQL API docs as Markdown, OpenAPI YAML, or Blueprint from source code.
unit-test-generator
Generate unit tests from source code across multiple languages and frameworks.
debug-helper
Analyze error messages and stack traces to produce structured debug reports.
Frequently Asked Questions
FAQPage SchemaHow to install awesome-agent-skills?โผ
Run `npx skills add JackyST0/awesome-agent-skills --all -g -y` in your terminal to install all skills in this suite globally.
What are AI agent skills?โผ
Agent skills are modular instruction packages with a SKILL.md file that teach AI coding assistants how to perform specific tasks like code review or test generation.
Which AI tools support these skills?โผ
These skills work across Cursor, Claude Code, GitHub Copilot, Windsurf, Codex, OpenCode, and OpenClaw using the standard SKILL.md format.
What example skills are included?โผ
The repository bundles five ready-to-use examples: code review, unit test generation, API documentation, debugging help, and conventional git commit messages.
Can I use these skills without coding experience?โผ
Yes. Once installed, your AI assistant reads each skill's instructions and performs the task automatically from your plain-English request.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core