trellis-meta

Explain local Trellis architecture and customization points in user projects.

52|7|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/RebornQ/fl_api_hub --skill trellis-meta-rebornq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/RebornQ/fl_api_hub/tree/main/.cursor/skills/trellis-meta
Command: npx skills add https://github.com/RebornQ/fl_api_hub --skill trellis-meta-rebornq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understand and document the local Trellis architecture and customization entry points inside a user project after trellis init, so AI can safely modify generated .trellis/ and platform directories.

Core Features & Use Cases

  • Explains the local architecture including .trellis/ components and common platform directories.
  • Guides how to locate and apply customization points for hooks, agents, and specs.
  • Helps tailor Trellis behavior to project-specific conventions while avoiding changes to upstream sources.

Quick Start

Read this skill in your Trellis project to understand local structure before making changes.

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 Trellis architecture in my project after initialization?

To customize the Trellis architecture, you can modify the generated `.trellis/` and platform directories by locating and applying specific customization points for hooks, agents, and specs while preserving upstream Trellis boundaries.

What is the local Trellis architecture structure inside a user project?

The local Trellis architecture consists of generated `.trellis/` components and common platform directories that define references, customization points, and task flow within your specific project context.

Can I modify platform directories without breaking upstream Trellis sources?

Yes, you can safely modify platform directories by targeting project-specific customization points for hooks, agents, and specs, which allows you to tailor behavior while avoiding changes to upstream Trellis sources.

How do I locate customization entry points for hooks and specs in a Trellis project?

You can locate customization entry points by reading the local architecture references within the `.trellis/` directory, which guides how to apply specific modifications for hooks, agents, and specs.

When do I need to understand the local Trellis architecture references?

You need to understand local Trellis architecture references when you want to tailor Trellis behavior to project-specific conventions, ensuring AI can safely modify the generated directories without violating structural boundaries.