Implementation reference library for compound engineering workflows. For workflow orchestration, use slash commands under `commands/workflows/` (constitution, plan, work, review, compound). This skill provides stack-specific fix recipes those workflows consume.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add aegntic/compound-engineering --skill compound-engineering --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Compound Engineering?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/aegntic-compound-engineering)More formats (shields.io, HTML) on the badges page.
---
name: compound-engineering
description: Implementation reference library for compound engineering workflows. For workflow orchestration, use slash commands under `commands/workflows/` (constitution, plan, work, review, compound). This skill provides stack-specific fix recipes those workflows consume.
version: 1.0.0
tags: [reference, fixes, typescript, react, nextjs, wagmi, automation]
triggers:
- stack-specific breakage
- migration fix
- runtime type mismatch
- TS triage
- dashboard testing
model: inherit
---
# Compound Engineering — Implementation Reference
Actionable fix recipes for recurring breakages. Use alongside `aegntic/compound-engineering` workflow commands.
## Usage
Invoke from workflow steps when a fix recipe applies:
```
# From /workflows:work
"Consult skills/compound-engineering for the wagmi v7 migration recipe."
```
## References
- `references/wagmi-v7-migration.md` — upgrade patterns, ABI tuples, balance API changes
- `references/typescript-strict-patterns.md` — empty-array inference, framer-motion ease, never[] fixes
- `references/dashboard-testing.md` — multi-tab verification, lazy-load console checks
- `references/nextjs-build-stability.md` — stale chunks, Turbopack recovery, production build fallback
- `references/verification-fallback-chain.md` — playwright → urllib → curl selection rules
- `references/runtime-type-mismatches.md` — API response shape bugs, empty-state crashes
- `references/frontend-design-system.md` — UI layer recipes for design-first features
## Maintenance
Add new references when a stack-specific fix proves recurrent. Delete references once the pattern is obsolete or upstream has fixed it.
Is this your skill, or is something wrong with this listing? . Author removals are honored within 72 hours.
No comments yet. Be the first to comment!