trellis-meta

Modify local Trellis and platform directory files for project customization.

8|1|Updated May 4, 2026
One-click install
npx skills add https://github.com/yuanjing-hash/OhMyCine --skill trellis-meta-yuanjing-hash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/yuanjing-hash/OhMyCine/tree/main/.agents/skills/trellis-meta
Command: npx skills add https://github.com/yuanjing-hash/OhMyCine --skill trellis-meta-yuanjing-hash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires trellis, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill allows users to understand and customize the local Trellis architecture, platform hooks, and settings within their projects. It enables users to modify .trellis/ and platform directory files according to their specific requirements.

Core Features & Use Cases

  • Local Trellis Architecture Customization: Modify .trellis/ files for workflow, configuration, tasks, and runtime state.
  • Platform Directory Customization: Modify platform-specific directories for hooks, settings, agents, skills, commands, prompts, and workflows.
  • Shared Skill Layer Customization: Modify the shared skill layer in .agents/skills/.
  • Use Case: A user may want to customize the workflow for their specific project or create a local skill to handle team-specific conventions.

Quick Start

Use the trellis-meta skill to modify the .trellis/workflow.md file for a specific project workflow.

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 for my project workflow?

To customize local Trellis architecture, modify the `.trellis/` files to adjust workflow, configuration, tasks, and runtime state according to your specific project requirements.

Can I modify platform hooks and settings after running trellis init?

Yes, after running `trellis init`, you can modify platform-specific directories to customize hooks, settings, agents, prompts, and workflows for your local project environment.

What's the best way to create local skills for team-specific conventions in Trellis?

The best way to create local skills for team-specific conventions is by modifying the shared skill layer located within the `.agents/skills/` directory in your project.

Do I need prior knowledge of the Trellis file structure to customize platform directories?

Yes, customizing platform directories and applying local architecture modifications requires existing knowledge of the Trellis file structure and platform-specific configurations.

What is the shared skill layer used for in a local Trellis project?

The shared skill layer in `.agents/skills/` is used to modify and define shared skills, allowing teams to implement specialized conventions and workflows within their local projects.