Skip to content

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.

21 Production
Skills
42 Rationale
Docs
169 Golden
Fixtures
347x Dev-Time
ROI
Evidence

Quantitative, Not Anecdotal

Trigger accuracy, task performance, and token cost-effectiveness — measured across real scenarios with deterministic regression tests.

go-code-reviewer
347x
developer-time ROI
+36 pp signal-to-noise in subtle defect scenarios
Read report →
google-search
+74pp
assertion pass rate
Structured evidence chains vs. unstructured ad-hoc search
Read report →
unit-test
+38pp
assertion pass rate
Table-driven tests with boundary and concurrency hunting
Read report →
Skills

21 Production-Ready Skills

Each skill ships with paired rationale docs, evaluation reports, and regression tests.

Integration

A Complete Engineering Pipeline

Backend skills compose into an end-to-end flow from first line of code to merged PR.

Coding
Write / Fix Tests
unit-test · tdd-workflow · api-integration-test · e2e-test
make fmt / lint
go-makefile-writer
git commit
git-commit
create PR
create-pr
CI + Review
go-ci-workflow · go-code-reviewer · security-review
Human Review + Merge
Quick Start

Three Steps to Your First Skill

01

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.

02

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>
03

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 →

Recommended Path

Where to Start Reading

  1. 1
    bestpractice/README.md Build the overall picture of the methodology
  2. 2
    rationale/google-search/design.md Read the design rationale for a concrete skill
  3. 3
    skills/google-search/SKILL.md Open the executable skill artifact itself
  4. 4
    evaluate/google-search-skill-eval-report.md Read the quantitative evaluation report

中文版请从这里开始 →