Agentic Engineering Starter Kit
Description
Set up agentic engineering in any codebase: a full guide plus a ready-to-run starter kit — tool-detecting installer, constitution and rule defaults, shipped skills (semver, prompt-enhancer), a runnable lint check, and a graph-ready knowledge base. Works with Claude Code, AGENTS.md tools, Cursor and Copilot. Grows by signal, not speculation.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Agentic Engineering Starter Kit
Everything needed to set up **agentic engineering** in any software project — the practice of treating AI coding agents as team members with versioned conventions, guardrails, workflows, and feedback loops, so every agent session starts with the accumulated knowledge of all previous ones.
Works with any agentic coding tool — Claude Code, `AGENTS.md`-convention tools, Cursor, GitHub Copilot (guide § 3.10). Extracted from a mature production repository (called *the reference project* throughout the guide) and fully de-branded: its material is illustration, never prescription.
Quick start — three entry points
- Agent-driven (recommended): paste `starter-kit/SETUP-PROMPT.md` into a fresh session of your AI coding agent at your repo's root. The agent detects your tool, mines your repo for ground truth, installs the setup, and verifies it — including a harmonize track for repos that already have agent configuration (preserve-by-default, evidence-based, approval-gated).
- Script:
Detects (or asks) which tool the repo uses, installs to that tool's expected locations, never overwrites, idempotent../starter-kit/bootstrap.sh --target # day-1 defaults ./starter-kit/bootstrap.sh --with-meta ... # + Level-4 self-improvement loop (later) - Manual: follow the file-to-target mapping table in `starter-kit/README.md`.
Then read [`AGENTIC-ENGINEERING-GUIDE.md`](AGENTIC-ENGINEERING-GUIDE.md) — the concepts, a measured reference anatomy, the generic blueprint with design rules for every artifact type, the adoption playbook, and the maintenance flywheel.
What's inside
| Path | What it is |
|---|---|
| `AGENTIC-ENGINEERING-GUIDE.md` | The full guide: § 1 concepts → § 2 reference anatomy → § 3 blueprint → § 4 adoption → § 5 maintenance (+ § 5.6 agentic-graph-engineer |
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11