trellis-bootstrap

Initializes the Trellis AI workflow system in a project via CLI.

92|8|Updated May 15, 2026
One-click install
npx skills add https://github.com/LonelyHerbivore/Trellis-Herbivore --skill trellis-bootstrap-lonelyherbivore
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-bootstrap
Source: https://github.com/LonelyHerbivore/Trellis-Herbivore/tree/main/.trellis/tasks/archive/2026-01/01-19-readme-redesign-taosu/bootstrap-skill
Command: npx skills add https://github.com/LonelyHerbivore/Trellis-Herbivore --skill trellis-bootstrap-lonelyherbivore

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes assets (resource) components.

What problem does it solve?

This Skill solves the problem of setting up the Trellis AI workflow system so your AI assistant can persist project context and follow repo-based guidelines across sessions.

Core Features & Use Cases

  • One-time Trellis initialization: Creates the required .trellis/ structure for guidelines, agent traces, and workflow entrypoints.
  • Developer-session tracking: Prompts for a developer name to organize session history under agent-traces/.
  • Command-driven workflow adoption: Ensures the user can start using Trellis via /start and other slash commands after setup.

Quick Start

Tell the AI to initialize Trellis in this project by saying: 帮我初始化 Trellis。

Frequently Asked Questions about trellis-bootstrap

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I persist Claude Code agent memory across sessions in my project?

To persist Claude Code agent memory across sessions, initialize a Trellis workflow system. This creates a `.trellis/` directory containing structured guidelines, session history, and slash-command automation to maintain project context.

What is the Trellis workflow system for Claude Code?

The Trellis workflow system is an AI-assisted development framework that structures repository guidelines, agent traces, and slash commands. It enables Claude Code to persist context and follow repo-based guidelines across multiple development sessions.

How do I set up slash commands and workflow initialization for Claude Code?

Setting up slash commands requires initializing Trellis by verifying Node.js and npm, installing the Trellis CLI, and running `trellis init` with a developer identifier. This creates workflow, command, and configuration files for immediate use.

Do I need Node.js and npm to initialize Trellis in my repository?

Yes, Node.js and npm are required prerequisites to initialize Trellis. The setup process involves verifying these environments, installing the Trellis CLI globally via npm, and running the initialization command to generate the workflow structure.

Can I track individual developer sessions when using Claude Code workflows?

Yes, Trellis initialization prompts for a developer name to organize session history. This identifier tracks individual agent traces under the `agent-traces/` directory, allowing multiple developers to maintain separate session contexts.

Why use Trellis for project initialization instead of manual Claude Code configuration?

Trellis automates the creation of structured guidelines, agent memory persistence, and slash-command entrypoints like `/start`. This standardized workflow initialization ensures consistent AI-assisted development context tracking without manual file scaffolding.