Trellis
Description
Open, forkable engineering-process kit for Claude Code + Codex projects. Parent rules, hooks, skills, and audits — fork and stay in sync.
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
Trellis
Engineering process for AI coding agents.
**One source of truth. Inherited by every project. Enforced by hooks. Ready for operator audits.**
*A trellis gives a climbing plant the structure to grow on. This one does the same for code an AI agent writes — without it the work sprawls and breaks; with it, it grows tall and clean.*
[](#release) [](LICENSE) [](https://docs.claude.com/en/docs/claude-code) [](https://github.com/openai/codex) [](#quick-start) [](#requirements)
[Quick start](#quick-start) · [What you get](#what-you-get) · [Architecture](#architecture) · [Repo layout](#repo-layout) · [FAQ](#faq)
Why this exists
The first time you let a coding agent write production code it feels like a superpower. The tenth time, you notice the corners it's been cutting: pushed straight to `main`, marked a task "done" when the tests never ran, summarised what it intended to do instead of what it actually did, force-pushed over an hour of your work to "clean things up."
None of those are bugs in the model. They are gaps in the *process* around the model — the same gaps human teams spent decades closing with branch protection, code review, commit conventions, CI gates, and a thousand small rituals. An agent has none of that scaffolding by default.
**Trellis is that scaffolding, opinionated, in one repo, forkable in ten minutes.**
What you get
| 📜 Parent rules in one place | core-rules/CLAUDE.md is the single source of truth. Every project inherits via symlink — Claude Code through |
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