trellis-meta

Explain local Trellis architecture and guide edits to .trellis directories.

1|Updated Jan 11, 2026
One-click install
npx skills add https://github.com/sperictao/one-publish --skill trellis-meta-sperictao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/sperictao/one-publish/tree/main/.cursor/skills/trellis-meta
Command: npx skills add https://github.com/sperictao/one-publish --skill trellis-meta-sperictao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Understand Trellis architecture within a user project and guide modifications to the generated .trellis/ and platform directories.

Core Features & Use Cases

  • Understand local Trellis architecture, operating model, and customization entry points.
  • Modify generated .trellis/ and platform directories (hooks, settings, agents, skills, and tasks) per user requests.
  • Guide edits to .trellis/config.yaml, workflow.md, and related spec/task artifacts.

Quick Start

Understand Trellis architecture and plan how to edit the local .trellis/ and platform directories to satisfy user requests.

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, you modify the generated .trellis/ and platform directories, specifically editing .trellis/config.yaml, workflow.md, and related spec/task artifacts to suit your project requirements.

What is the local Trellis architecture structure?

The local Trellis architecture structure consists of core components including .trellis/workflow.md, .trellis/config.yaml, .trellis/spec/, .trellis/tasks/, and related platform directories that define the project's operating model and configuration.

How do I modify hooks and settings in an initialized Trellis project?

You modify hooks and settings in an initialized Trellis project by directly editing the generated .trellis/ and platform directories, ensuring all configuration changes remain project-local.

Can I edit .trellis/config.yaml to change platform directories without affecting the global setup?

Yes, you can edit .trellis/config.yaml to change platform directories, as the Trellis architecture is designed to ensure all modifications to hooks, settings, and tasks remain strictly project-local.

When do I need to update the .trellis workflow and spec artifacts?

You need to update the .trellis workflow and spec artifacts when you want to adapt the local .trellis structure, modify platform directories, or guide specific changes to project tasks and hooks.

What are the limitations of modifying the generated Trellis platform directories?

The primary limitation is that this applies only when Trellis has been initialized in a project; changes are confined to the local .trellis structure and related platform directories, preventing global overrides.