trellis-meta

Understand local Trellis architecture and customize .trellis and platform directories.

2|Updated Oct 15, 2023
One-click install
npx skills add https://github.com/gdm257/scoop-257 --skill trellis-meta-gdm257
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/gdm257/scoop-257/tree/main/.opencode/skills/trellis-meta
Command: npx skills add https://github.com/gdm257/scoop-257 --skill trellis-meta-gdm257

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Understand local Trellis architecture within a user project and how to customize entry points when modifying the generated .trellis/ and platform directories.

Core Features & Use Cases

  • Understand the Trellis operating model and customization entry points inside a user project.
  • Modify the generated .trellis/ and platform directories according to user requests, while respecting project boundaries.
  • Use the references and local customization guidance to guide safe, project-local changes without altering upstream Trellis sources.

Quick Start

Read the local Trellis structure and platform entry points, then tailor the generated .trellis/ and platform files to your project needs.

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 after running Trellis init?

To customize the local Trellis architecture, modify the generated .trellis and platform directories using references and local customization guidance. This ensures safe, project-specific changes without altering upstream Trellis sources.

What is the Trellis operating model for local project customization?

The Trellis operating model uses generated .trellis and platform directories as entry points for local project customization. It guides modifications through references and local architecture docs to maintain project boundaries while tailoring functionality.

Can I safely modify the generated .trellis and platform directories without breaking upstream sources?

Yes, you can safely modify the generated .trellis and platform directories without breaking upstream sources by following local architecture guidance. This approach keeps customizations project-local and respects established boundaries.

What's the best way to tailor platform hooks for project-specific workflows in Trellis?

The best way to tailor platform hooks is by modifying the generated platform directory files according to your project needs. Use the local-architecture references to guide safe customizations that respect project boundaries.

Why does Trellis require modifying local directories instead of upstream sources for customization?

Trellis requires modifying local directories to ensure customizations remain project-specific and isolated. Altering the generated .trellis and platform directories prevents changes to upstream Trellis sources, maintaining safe boundaries.