trellis-bootstrap

Initialize Trellis AI workflow scaffolding with .trellis structure, memory, and CLI hooks.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TbK0ng/mytrellis --skill trellis-bootstrap-tbk0ng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-bootstrap
Source: https://github.com/TbK0ng/mytrellis/tree/main/.trellis/tasks/01-19-readme-redesign-taosu/bootstrap-skill
Command: npx skills add https://github.com/TbK0ng/mytrellis --skill trellis-bootstrap-tbk0ng

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Initialize Trellis AI workflow system in a project to remember project context across sessions and provide a bootstrap skeleton.

Core Features & Use Cases

  • Structure - Store coding guidelines in .trellis/structure/ that AI follows
  • Memory - Track session history in .trellis/agent-traces/
  • Automation - Slash commands like /start, /parallel, /finish-work

Quick Start

Run trellis init -u <developer-name> in your project to bootstrap Trellis and enable the AI workflow scaffolding.

Frequently Asked Questions about trellis-bootstrap

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

FAQPage Schema
How do I bootstrap project context memory for AI workflows across sessions?

To bootstrap project context memory for AI workflows, run a project initialization command to create a directory tree that stores coding guidelines and tracks session history. This ensures the AI remembers project context across sessions.

What is the best way to set up slash command automation for AI development?

The best way to set up slash command automation is to initialize an AI workflow scaffolding system that installs CLI automation hooks. This enables slash commands like /start, /parallel, and /finish-work for ongoing development tasks.

Do I need Node.js to initialize AI workflow scaffolding in my project?

Yes, you need Node.js v18+ and the Trellis CLI to initialize AI workflow scaffolding. The bootstrap process downloads starter assets and installs prerequisites to create the required directory structure and memory tracking files.

How do I create a project structure that an AI agent follows during development?

You can create a project structure that an AI agent follows by initializing a workflow system that generates a dedicated structure directory. You store your coding guidelines in this directory, which the AI then references during development.

When should I run project initialization for AI session tracking?

You should run project initialization for AI session tracking during project bootstrap. It is a one-time setup that creates the necessary directory tree, agent-traces memory files, and CLI automation hooks to enable ongoing development context.