agent-skills
Production-grade engineering workflows for AI coding agents
All Skills in This Repository (19)
Pure Emerald Level Indicatorsidea-refine
Refine nascent ideas into actionable concepts through divergent and convergent thinking.
debugging-and-error-recovery
Diagnose software failures using a triage checklist and error-specific patterns.
using-agent-skills
Select engineering workflow skills based on development phase and task requirements.
test-driven-development
Guide the Red-Green-Refactor cycle for new logic and bug fixes.
planning-and-task-breakdown
Decompose large specifications into verifiable tasks with acceptance criteria and dependency ordering.
incremental-implementation
Implement software changes in small, testable vertical slices.
api-and-interface-design
Design REST API and TypeScript interface contracts with consistent error semantics.
ci-cd-and-automation
Automate GitHub Actions pipelines for linting, testing, and staged deployments.
context-engineering
Structure hierarchical context and enforce persistent rules files for AI agents.
frontend-ui-engineering
Engineer accessible, responsive user interfaces with WCAG 2.1 AA compliance.
shipping-and-launch
Generate a pre-launch checklist for production deployments with rollback procedures.
spec-driven-development
Enforce a four-phase specification workflow before code implementation.
Frequently Asked Questions
FAQPage SchemaHow to install agent-skills?โผ
Run `npx skills add addyosmani/agent-skills --all -g -y` in your terminal to install all 25 skills globally for your AI coding agent.
What do these agent skills actually do?โผ
They give your AI agent step-by-step senior-engineer workflows for specs, task planning, test-driven development, debugging, code review, security hardening, and production launches.
Which AI coding tools are supported?โผ
The skills are plain Markdown and work with Claude Code, Cursor, GitHub Copilot, Codex, Gemini CLI, Windsurf, OpenCode, and any agent that accepts instruction files.
Do I need to trigger each skill manually?โผ
No. Skills activate automatically based on your task, and slash commands like /spec, /plan, /build, /test, /review, and /ship map to each development phase.
Can non-developers use this repository?โผ
It is built for software engineering work, so basic familiarity with coding projects helps, but the skills themselves guide the agent through each step in plain language.
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