trellis-meta

Guide customization of local .trellis architecture and platform directories.

Updated Apr 25, 2026
One-click install
npx skills add https://github.com/21ess/graffiti --skill trellis-meta-21ess
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/21ess/graffiti/tree/main/.claude/skills/trellis-meta
Command: npx skills add https://github.com/21ess/graffiti --skill trellis-meta-21ess

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill helps engineers and AI understand the local Trellis architecture inside a user project and guides safe customization of the generated .trellis/ workspace, specs, and platform directories.

Core Features & Use Cases

  • Clarifies the local Trellis structure and where to apply changes in generated project files.
  • Guides modifications to .trellis/* and platform integration points without touching upstream Trellis.
  • Supports reading local architecture references to tailor workflows, hooks, and tasks for a specific project.

Quick Start

Review the local Trellis structure and begin applying targeted changes to the generated .trellis/ and platform directories.

Frequently Asked Questions about trellis-meta

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

FAQPage Schema
How do I customize the local Trellis architecture in my project?▼

To customize the local Trellis architecture, modify the generated .trellis/ workspace, specs, and platform directories. This guides safe changes to workflows, hooks, and tasks without touching upstream Trellis.

What is the .trellis directory structure used for?▼

The .trellis directory structure defines local workspace configurations, routing, context loading, and task lifecycle behavior. It contains essential files like workflow.md, spec, and tasks to align the Trellis runtime.

Can I modify platform hooks and agents created by trellis init?▼

Yes, you can modify platform hooks, agents, skills, commands, and prompts created by trellis init. Apply targeted changes across platform directories to tailor integration points for your specific project.

Where should I apply changes to Trellis workflows and tasks?▼

Apply changes to Trellis workflows and tasks directly within local files such as .trellis/workflow.md, .trellis/spec/, and .trellis/tasks/. This ensures correct routing and context loading for the task lifecycle.

Does customizing the .trellis structure require modifying upstream Trellis?▼

No, customizing the .trellis structure does not require modifying upstream Trellis. You guide modifications safely through local architecture references within the generated .trellis/ and platform directories.