Understand and customize the local Trellis architecture inside a user project. Use when modifying .trellis plus platform hooks, settings, agents, skills, commands, prompts, workflows, the channel runtime (trellis channel), bundled runtime agents under .trellis/agents/, selectable workflow templates, registry-backed spec refresh, cross-session memory (trellis mem) generated by trellis init, or AI-facing bundled skills (trellis-channel, trellis-session-insight, trellis-spec-bootstrap) and bundled-skill auto-dispatch flow.
$npx -y skills add mindfold-ai/trellis --skill trellis-metaInstalls into the current project.
Run `npx skills use "https://github.com/mindfold-ai/trellis" --skill "mindfold-ai/trellis/trellis-meta"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/mindfold-ai/trellis" that are relevant to the current task. Run `npx skills add "https://github.com/mindfold-ai/trellis"` and select the relevant skills, then follow their instructions.