by mindfold-ai
All-in-one AI framework & toolkit
# 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 | | | 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="Tea...No comments yet. Be the first to share your thoughts!
# 1. Install globally
npm install -g @mindfoldhq/trellis@latest
# 2. Initialize in your project directory
trellis init -u your-name
# Or include iFlow CLI support
trellis init --iflow -u your-name
# Or include Codex skills support
trellis init --codex -u your-name
# Or include Kilo CLI support
trellis init --kilo -u your-name
# Or include Kiro Code skills support
trellis init --kiro -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.