huuanh20/awesome-ai-agent-skills

40+ production-ready AI skill packs for Claude Code, Cursor, Codex, Gemini CLI and any LLM agent. Simulate a full software dev team with AI.

This repository also configures its own agents. See what awesome-ai-agent-skills tells them →

1Stars on the repository
78Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

backend-mindset

01

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Build robust backend systems — APIs (REST, GraphQL, gRPC), authentication (OAuth 2.1, JWT), databases, performance optimization, security (OWASP Top 10), scalability patterns (microservices, caching, sharding), and testing. Use when designing APIs, implementing auth, optimizing queries, handling security…

not rated 1 1mo ago A 83 tokens original MIT

caveman

02

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Terse output mode — strips filler/articles/hedging, 75% token reduction. Activate whenever: context is filling up, user says be brief/terse/caveman/less tokens, or CAVEMANTRIGGERED appears in context. Persists every response until CAVEMANRELEASED or user says stop/normal mode.

not rated 1 1mo ago C 74 tokens original MIT

ck:brainstorm

03

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Explore and debate solutions before writing code. Use when the user poses a design question, asks "how should I approach X", wants to think through options before committing, or says anything like "let's brainstorm", "what's the best way to...", "I'm not sure how to tackle this", or "should I use X or Y". Always runs…

not rated 1 1mo ago A 0 tokens original MIT

ck:cook

04

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Implement a feature phase by phase from a phased JSON master or Markdown plan. Before each phase, confirm whether to create/run unit tests and whether to run ck:quality, unless explicit flags supply those choices. Supports token-budgeted execution, resumable state, and TDD handoff to ck:test.

not rated 1 1mo ago A 64 tokens original MIT

ck:fix

05

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Fix a bug using Scout → Diagnose → Fix → Review → Finalize. Use when the user pastes an error message, stack trace, or test failure, or says "fix this bug", "something's broken", "tests are failing", "I'm getting an error". Also accepts --from-quality or --from-test to fix exactly the findings/failures a report lists.…

not rated 1 1mo ago A 0 tokens original MIT

ck:plan-json

06

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Create a machine-readable phased JSON plan bundle from a spec or feature description. Produces a compact master manifest plus per-phase step files for resumable ck:cook execution.

not rated 1 1mo ago A 39 tokens original MIT

ck:plan

07

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Plan a feature or system before implementation. Use when the user says "plan this", "I want to build X", "how do I implement Y", or when /ck:brainstorm produces a spec.md. Always run before /ck:cook. Modes (pick one): --fast (simple, single-file), --hard (research + red-team + validate). Composable flag (combine with…

not rated 1 1mo ago A 0 tokens original MIT

ck:quality

08

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Independent senior-engineering quality auditor — architecture, ownership, domain integrity, abstraction, and maintainability. Use as --gate inside the ck:cook pipeline (blocks a phase on BLOCKER/HIGH/current-change MEDIUM findings) or call directly with --audit, --diff, --changed on any repository, directory, or file.…

not rated 1 1mo ago A 102 tokens original MIT

ck:test

09

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Standalone testing skill — owns writing and running tests, verifying behavior, and two-pass TDD orchestration. Default mode analyzes changed scope and runs the relevant tests; --unit/--integration/--e2e/--all scope by test type; --verify reruns exactly the prior failures; --all-phases sweeps every completed phase for…

not rated 1 1mo ago A 151 tokens original MIT

code-review

10

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Always use this skill before claiming any work is done, fixed, passing, or complete — even if it seems obvious. Also use when receiving code review feedback from any source (human or automated), when finishing a task or major feature, before committing or creating a PR, or when about to express satisfaction with work.…

not rated 1 1mo ago A 148 tokens original MIT

mermaidjs-v11

11

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Create diagrams and visualizations using Mermaid.js v11 syntax. Use when generating flowcharts, sequence diagrams, class diagrams, state diagrams, ER diagrams, Gantt charts, user journeys, timelines, architecture diagrams, or any of 24+ diagram types. Supports JavaScript API integration, CLI rendering to SVG/PNG/PDF…

not rated 1 1mo ago A 98 tokens copy · 100% MIT

playwright-skill

12

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp. Test pages, fill forms, take screenshots, check responsive design, validate UX, test login flows, check links, automate any browser task. Use when user wants to test websites, automate browser interactions…

not rated 1 1mo ago A 78 tokens original MIT

problem-solving

13

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Creative problem-solving techniques for breaking through stuck points - includes collision-zone thinking, inversion, pattern recognition, and simplification.

not rated 1 1mo ago A 26 tokens original MIT

Inversion Exercise

15

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Flip core assumptions to reveal hidden constraints and alternative approaches - "what if the opposite were true?".

not rated 1 1mo ago A 23 tokens original MIT

Scale Game

17

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Test at extremes (1000x bigger/smaller, instant/year-long) to expose fundamental truths hidden at normal scales.

not rated 1 1mo ago A 27 tokens copy · 86% MIT

sequential-thinking

20

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Use when complex problems require systematic step-by-step reasoning with ability to revise thoughts, branch into alternative approaches, or dynamically adjust scope. Ideal for multi-stage analysis, design planning, problem decomposition, or tasks with initially unclear scope.

not rated 1 1mo ago A 49 tokens copy · 100% MIT

skill-creator

21

huuanh20/awesome-ai-agent-skills

Skill Claude CodeCodex

Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.

not rated 1 1mo ago A 64 tokens copy · 88% MIT

sr:brainstorm

22

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Phase 1 of the SRS workflow. User gives a project topic → AI runs a deep, categorized brainstorm (5 mandatory rounds) to fully understand actors, features, scope boundary, tech constraints, and business rules before writing anything.

not rated 1 1mo ago A 52 tokens original MIT

sr:generate

23

huuanh20/awesome-ai-agent-skills

Skill Claude Code needs its repo

Phase 6 of the SRS workflow. Reads approved plan files and generates a complete IEEE 830-compliant SRS — one file per section, no word limit. A full SRS may span 300+ pages across all files.

not rated 1 1mo ago A 52 tokens original MIT

sr:improve

24

huuanh20/awesome-ai-agent-skills

Skill Claude Code

Phase 8 of the SRS workflow. Generates an improvement report covering deferred features, technical risks, validation warnings, and next-version candidates. No word limit.

not rated 1 1mo ago A 37 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: