Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Initialize Trellis AI workflow system in a project. Use when user mentions "Trellis", "初始化 Trellis", "setup Trellis", "install Trellis", or wants to add AI-assisted development workflow to their project. This is a one-time setup skill.
One-time setup for Trellis - the AI workflow system that helps your AI assistant remember project context across sessions.
Trellis provides:
.trellis/structure/ that AI follows.trellis/agent-traces//start, /parallel, /finish-workBefore starting, verify:
# Check Node.js (required: v18+)
node --version
# Check npm
npm --version
If Node.js is not installed, ask the user to install it first.
npm install -g @mindfoldhq/trellis@latest
Verify installation:
trellis --version
Ask the user for their name/username. This will be used for tracking their sessions.
Example question: "What name should I use for your developer profile? (e.g., your GitHub username)"
Run in the project root:
trellis init -u <developer-name>
This creates:
.trellis/
├── workflow.md # Start here
npx skills add mindfold-ai/Trellis --skill bootstrap-skillHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.