Skip to main content
The official meta-skill for understanding and customizing Trellis. Install this skill, and AI can help you:
  • Add specialized agents for your workflow
  • Change how context gets injected
  • Add project-specific commands
  • Modify quality checks

Install

In Claude Code, skills are distributed via the plugin system. Run these commands: Step 1: Register the skill source
/plugin marketplace add mindfold-ai/docs
Step 2: Install the skill
/plugin install trellis-meta
After installation, the skill appears as trellis-marketplace:trellis-meta.
Requires Claude Code CLI v2.1.0+

Verify Installation

Check if the skill is available:
What skills do you have access to?
Claude should list trellis-meta or trellis-marketplace:trellis-meta in the response.

Usage

After installation, just tell AI what you want:
I want to add a deploy agent to handle deployment workflow
Help me modify the check hook to add a custom verification command
I want to add a new workflow phase called review
AI will automatically use the skill’s documentation and give you the correct modification steps.

What’s Included

DirectoryContents
core/Core systems (workspace, tasks, specs, scripts)
claude-code/Claude Code features (hooks, agents, Ralph Loop, multi-session)
how-to-modify/Modification guides (add agent, add command, modify hook, etc.)
meta/Platform compatibility, self-iteration guide