trellis-meta

Customize local Trellis architecture files under .trellis and platform directories.

371|93|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Xeron2000/openOii --skill trellis-meta-xeron2000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/Xeron2000/openOii/tree/main/.pi/skills/trellis-meta
Command: npx skills add https://github.com/Xeron2000/openOii --skill trellis-meta-xeron2000

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Understand and customize the local Trellis architecture inside a user project to enable targeted, safe modifications to .trellis and platform directories generated by trellis init.

Core Features & Use Cases

  • Read and interpret the local Trellis architecture, operating model, and customization entry points to guide edits of .trellis/ and platform directories.
  • Provide a safe, project-local workflow for updating hooks, settings, agents, commands, prompts, or workflows generated by trellis init, while respecting local content.
  • Apply changes in a controlled manner by consulting references such as references/local-architecture/overview.md and references/platform-files/platform-map.md before editing.

Quick Start

Review the current user's Trellis setup and follow the references to safely customize the local .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 local Trellis architecture files without editing upstream sources?

To customize local Trellis architecture safely, modify only the files within your project's .trellis and platform directories, consulting recommended references like local-architecture/overview.md before making any edits.

What is the local .trellis directory used for in a project?

The local .trellis directory contains your project's customized Trellis architecture, including hooks, settings, agents, commands, prompts, and workflows generated by trellis init for localized operations.

How do I safely update platform hooks and settings generated by trellis init?

Safely update platform hooks and settings by applying changes only to your project's local content, using platform-map.md as a guide to respect the local architecture model.

Can I modify Trellis workflows and prompts for my specific project environment?

Yes, you can modify Trellis workflows and prompts for your specific project environment by editing the localized files generated in your platform directories rather than altering upstream sources.

What are the limitations of editing the local Trellis architecture directly?

Direct edits must be confined to local .trellis and platform directories to avoid breaking upstream Trellis sources, requiring careful consultation of architecture references before applying changes.

When do I need to consult the platform-map.md reference for Trellis customizations?

Consult the platform-map.md reference whenever updating or customizing platform files such as hooks, agents, or commands, ensuring changes align with the established local architecture model.