trellis-meta

Explain and customize local Trellis architecture files in user projects.

Updated May 7, 2026
One-click install
npx skills add https://github.com/gongzeq/VAPT3 --skill trellis-meta-gongzeq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/gongzeq/VAPT3/tree/main/.agents/skills/trellis-meta
Command: npx skills add https://github.com/gongzeq/VAPT3 --skill trellis-meta-gongzeq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill helps AI understand and customize the local Trellis architecture inside a user project, enabling safe modification of .trellis and platform directories generated by trellis init.

Core Features & Use Cases

  • Understand local Trellis structure including .trellis/ workflow/config/tasks/spec/workspace, platform dirs (e.g., .claude, .codex, .cursor), and the shared skill layer (.agents/skills/).
  • Explain entry points for customization and how to apply changes to .trellis and platform directories.
  • Use Case: A developer wants to adjust Trellis workflow routing to align with team conventions without touching upstream Trellis code.

Quick Start

Read the local Trellis architecture guide and summarize how to locate and modify the relevant folders for a given user project.

Frequently Asked Questions about trellis-meta

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

FAQPage Schema
What is the local Trellis architecture and how do its platform directories work?

The local Trellis architecture consists of the .trellis directory, platform directories like .claude, .codex, and .cursor, plus a shared skill layer in .agents/skills/. These files configure workflows, specs, and tasks for your project.

How do I customize Trellis workflow routing without modifying upstream code?

To customize Trellis workflow routing, read the local architecture guide to locate relevant folders, then modify workflow and spec files directly within the .trellis directory and platform-specific folders like .claude to align with your conventions.

Which files do I need to read to understand my generated Trellis project structure?

You should read the files generated by trellis init, specifically focusing on the .trellis directory containing workflow, config, tasks, spec, and workspace folders, alongside the shared skill layer in .agents/skills/.

Can I safely modify the .trellis directory and platform directories like .cursor and .codex?

Yes, you can safely modify the .trellis directory and platform directories such as .cursor and .codex. The architecture is designed to enable safe customization of these local files without touching upstream Trellis code.

How do I apply changes to specs and workflows across Trellis platform directories?

Apply changes to Trellis specs and workflows by editing the relevant configuration files in the .trellis directory and applying corresponding updates to the target platform directories to ensure consistent local architecture behavior.

What are the limitations when adjusting local Trellis architecture for team conventions?

Adjusting local Trellis architecture is limited to the scope of files generated by trellis init and platform directories. Changes target local workflow and spec configurations, ensuring modifications do not touch upstream Trellis code.