by mindfold-ai
All-in-one AI framework & toolkit for Claude Code & Cursor
# Add to your Claude Code skills
git clone https://github.com/mindfold-ai/Trellis| Feature | Problem Solved | | --- | --- | | Auto-Injection | Required specs and workflows auto-inject into every conversation. Write once, apply forever | | Auto-updated Spec Library | Best practices live in auto-updated spec files. The more you use it, the better it gets | | Parallel Sessions | Run multiple agents in tandem - each in its own worktree | | Team Sync | Share specs across your team. One person's best practice benefits everyone | | Session Persistence | Work traces persist in your repo. AI remembers project context across sessions |
<p align="center"> <img src="assets/info.png" alt="Trellis Initialization Example" /> </p> <p align="center"> <img src="assets/usecase1.png" alt="Teaching AI - Teach Once, Apply Forever" /> </p># 1. Install globally
npm install -g @mindfoldhq/trellis@latest
# 2. Initialize in your project directory
trellis init -u your-name
# 3. Start Claude Code and begin working
your-namebecomes your identifier and creates a personal workspace at.trellis/workspace/your-name/
Write your specs in Markdown. Trellis injects them into every AI session — no more repeating yourself.
Define your component guidelines, file structure rules, and patterns once. AI automatically applies them when creating new code — using TypeScript with Props interface, following PascalCase naming, building functional components with hooks.