AI Engineering Claude C1 Harness Engineering Project — AI skill for Claude Code
Four Claude Code systems from the Harness Engineering capstone: a stop_reason-driven agentic loop with tool design, a token-budget context strategy for long conversations, a Claude Code monorepo confi.
How to install AI Engineering Claude C1 Harness Engineering Project
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open PHIacademy/ai-engineering-claude-c1-harness-engineering-project and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What AI Engineering Claude C1 Harness Engineering Project does
Four Claude Code systems from the Harness Engineering capstone: a stop_reason-driven agentic loop with tool design, a token-budget context strategy for long conversations, a Claude Code monorepo config (CLAUDE.md, path-scoped rules, commands, skills), and multi-shift Layer 3 orchestration with tiered state, crash recovery, and session forking.
Alternatives in AI
- Debate — AI Debate Hub - Structured four-way debates between Claude, Sonnet, Gemini, and Codex 2.8k ★
- Agor — Orchestrate Claude Code, Codex, and Gemini sessions on a multiplayer canvas 1.2k ★
- Cwc Long Running Agents — Claude Code's built-in /goal command gives you a generator/evaluator loop out of the box: set a completion con 668 ★
README
Project: Harness Engineering with Claude and Claude Code
Submission for the Harness Engineering project: four completed reference systems from the course, each built, run, and verified end-to-end, plus an evidence-grounded reflection brief.
The four systems
| # | System | Run with | Tests passing |
|---|---|---|---|
| 1 | Insurance Claims Intake Agent — a stop_reason-driven agentic loop with structured tool use |
python -m claims_intake.run --all |
29 |
| 2 | Retail Support Context Strategy — reduces token load while preserving answerability | python -m retail_context.run --all |
30 |
| 3 | E-Commerce Team Claude Code Config — CLAUDE.md hierarchy, path-scoped rules, commands, skills | python -m ecommerce_team_config . |
35 |
| 4 | Multi-Shift Quality Monitoring — Layer 3 orchestration with tiered state, crash recovery, forking | python -m shift_monitor run-shift ... |
33 |
Repository structure
- `README.md` — you are here
- `reflection-brief.md` — evidence-grounded reflection brief
system-1-claims-intake/- `summary.md` — claim outcomes table
- `system1-tests.png` — pytest run (29 passed)
- `traces_claim_02_stolen_bike.jsonl` — per-claim stop_reason trace
system-2-retail-context/- `budget.json` — token accounting / reduction %
- `context.md` — assembled context artifact
- `case_facts_call.json` — structured case-facts extraction call
- `eval.jsonl` — evaluation results
- `eval_control.jsonl` — control (facts block stripped)
- [
system2-tests.png](./system-2-retail-context/system2-tests
Related Skills
F1 Race Strategy Agent
CSE 598 Agentic AI capstone baseline — an agentic F1 race-strategy engineer: a Claude tool-use loop that recom
TencentDB Agent Memory
TencentDB Agent Memory is a team-level memory hub for AI Agents — turning conversations, docs, and code into f
Answer Contract
Four rules that stop your AI agent from padding, rambling, and shipping one mediocre answer: Implicit-Need Fil
Ralph Loop
A long-running AI agent loop. Ralph automates software development tasks by iteratively working through a task
Opus Magnum
The Great Work for Claude Code — an adaptive method for long-horizon, high-trust AI builds. Triage, elements,
CodeForge
CodeForge — a terminal AI coding assistant in Python (Claude Code-style). Pluggable ReAct agent loop, extensib
Related Agents
Conversation Compacter
Compacts long conversations into ~300 token summaries preserving critical context, todos, file paths, and deci
Curate Chatlog
Curate the m3-chatlog store — clean, dedupe, decay ephemeral turns, prune abandoned conversations, promote hig
Part 11: Auto-Capture Hook (Stop Manually Writing Memory)
By Terp - Terp AI Labs --- The vault system from Part 9 is powerful, but there's a gap: you have to manually w