Trellis banner
Zireael26 Zireael26

Trellis

Development community

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.*

[![Version: 1.0.0-rc](https://img.shields.io/badge/version-1.0.0--rc-c2410c.svg)](#release) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Claude Code](https://img.shields.io/badge/Claude%20Code-supported-7c3aed.svg)](https://docs.claude.com/en/docs/claude-code) [![Codex](https://img.shields.io/badge/Codex-supported-10b981.svg)](https://github.com/openai/codex) [![Forkable](https://img.shields.io/badge/Forkable-yes-f97316.svg)](#quick-start) [![Shell](https://img.shields.io/badge/Shell-bash-181717.svg)](#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