Production-Ready AI Skill Engineering
awesome-skills
Not just prompt templates. A traceable five-layer system for designing, evaluating, and integrating Claude Code skills into real engineering workflows.
Skills
Docs
Fixtures
ROI
A Five-Layer Knowledge Chain
Each layer feeds the next — from abstract principles to measured, executable evidence.
bestpractice/ Methodology Design principles, evaluation framework, iteration patterns, and workflow integration rationale/ Design Logic Why each skill's gates, structure, and tradeoffs are designed the way they are skills/ Executable Skills 21 production-ready skill artifacts shaped by the methodology above evaluate/ Quantitative Proof Formal review reports with trigger accuracy, ROI, and regression data outputexample/ Real Outputs Actual artifacts from real tasks: PDFs, CI configs, test code, screenshots Quantitative, Not Anecdotal
Trigger accuracy, task performance, and token cost-effectiveness — measured across real scenarios with deterministic regression tests.
21 Production-Ready Skills
Each skill ships with paired rationale docs, evaluation reports, and regression tests.
Pipeline Backend Development
Testing Testing & Validation
Research Search & Research
Docs Documentation & Planning
A Complete Engineering Pipeline
Backend skills compose into an end-to-end flow from first line of code to merged PR.
Three Steps to Your First Skill
Browse and choose a skill
Find a skill in the grid above, or start with google-search as a straightforward first example. Read the paired rationale docs to understand the design decisions.
Copy the skill directory
# Project-level (one project)
cp -r skills/<name> .claude/skills/<name>
# User-level (all projects)
cp -r skills/<name> ~/.claude/skills/<name> Claude Code activates it automatically
When the task matches, Claude Code invokes the skill — no manual configuration. For a deeper study, read the full methodology: Best Practice →
Where to Start Reading
- 1 bestpractice/README.md Build the overall picture of the methodology
- 2 rationale/google-search/design.md Read the design rationale for a concrete skill
- 3 skills/google-search/SKILL.md Open the executable skill artifact itself
- 4 evaluate/google-search-skill-eval-report.md Read the quantitative evaluation report