trellis-meta

Read and document local Trellis architecture for safe project customization.

96|10|Updated Aug 15, 2024
One-click install
npx skills add https://github.com/shanyan-wcx/Harmonic --skill trellis-meta-shanyan-wcx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/shanyan-wcx/Harmonic/tree/main/.opencode/skills/trellis-meta
Command: npx skills add https://github.com/shanyan-wcx/Harmonic --skill trellis-meta-shanyan-wcx

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, enabling AI to modify project files safely and effectively.

Core Features & Use Cases

  • Reads and interprets the local Trellis structure (workflow, spec, tasks, memory) and platform integration points.
  • Guides safe, project-scoped customization of .trellis/ and platform directories without touching upstream sources.
  • Helps teams codify local conventions into .trellis/spec/ or local skills.

Quick Start

Read the local Trellis architecture and begin tailoring .trellis/workflow.md and platform entries to your project.

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?

Customizing the local Trellis architecture involves modifying the `.trellis/` directory and platform entry points. You guide safe file modifications by reading `.trellis/workflow.md`, specs, and tasks to apply correct project context and routing.

What is the .trellis directory used for in task management workflows?

The `.trellis` directory codifies local project conventions for task management and workflows. It contains `workflow.md`, `spec/`, and `tasks/` files that the AI reads to understand local architecture and safely route project modifications.

Can I safely modify project files without affecting upstream sources?

You can safely modify project files without affecting upstream sources by applying changes strictly within the `.trellis/` and platform directories. The AI routes modifications locally using your project-specific workflow and spec context.

How does AI read platform hooks and specs to apply correct context?

AI reads platform hooks and specs by parsing `.trellis/workflow.md`, `.trellis/spec/`, `.trellis/tasks/`, and platform entry points. This documents the local architecture to apply correct context and routing for safe file modifications.

What are the limitations of customizing .trellis workflow files?

A key limitation is that customization must be scoped strictly to `.trellis/` and platform directories to avoid breaking upstream sources. Modifications require reading existing specs and workflow files to ensure correct architectural routing.