Agentic Engineering Starter Kit banner
h2nguyen h2nguyen

Agentic Engineering Starter Kit

Development community

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

  1. 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).
  2. Script:
    ./starter-kit/bootstrap.sh --target      # day-1 defaults
    ./starter-kit/bootstrap.sh --with-meta ...          # + Level-4 self-improvement loop (later)
    Detects (or asks) which tool the repo uses, installs to that tool's expected locations, never overwrites, idempotent.
  3. 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