Engineering Excellence Skills for Claude Code - 12 battle-tested practices for TDD, spec-driven development, rigorous validation, and quality delivery
npx claudepluginhub tjboudreaux/cc-engineering-skills12 Engineering Excellence Skills for Claude Code - TDD, spec-driven development, validation, verification, and quality practices
12 Engineering Excellence Skills for Claude Code. Battle-tested practices for TDD, spec-driven development, rigorous validation, and quality delivery.
| Skill | Description |
|---|---|
eng-tdd | RED-GREEN-REFACTOR cycle — write failing test first, minimal code to pass, then refactor |
eng-spec-driven | Spec-driven development — plan and document before coding |
eng-rigorous-validation | Reproducible testing, automated verification, evidence-driven sign-off |
eng-verification | Mandatory checklist before claiming work is complete |
eng-testing-anti-patterns | Prevent common testing mistakes (mock testing, test-only prod code) |
eng-performance | Guard latency, memory, and compute budgets with measurement |
eng-observability | Design changes with traceability, diagnostics, and fast incident triage |
eng-security-safety | Proactive threat modeling, least-privilege design, safety guardrails |
eng-user-impact | Anchor engineering decisions in user value and measurable outcomes |
eng-quality-handoff | Deliver changes with reviewer-ready context and follow-up accountability |
eng-holistic-systems | Model end-to-end systems and failure modes before coding |
eng-iterative-delivery | Decompose work into safe, observable increments |
# From Claude Code CLI
/plugin install tjboudreaux/cc-engineering-skills
Add to .factory/settings.json:
{
"enabledPlugins": {
"engineering-skills@cc-engineering-skills": true
}
}
Skills are invoked conversationally:
> Apply TDD to implement this feature
> Use the spec-driven workflow to plan this API endpoint
> Run the verification checklist before merging
> Check for testing anti-patterns in my test file
MIT
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations