trellis-meta

Guide local Trellis project customization of workflow phases and agent configurations.

77|13|Updated Apr 26, 2025
One-click install
npx skills add https://github.com/huangjunsen0406/UnifyPy --skill trellis-meta-huangjunsen0406
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/huangjunsen0406/UnifyPy/tree/main/.claude/skills/trellis-meta
Command: npx skills add https://github.com/huangjunsen0406/UnifyPy --skill trellis-meta-huangjunsen0406

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a centralized knowledge base for navigating and customizing the Trellis architecture within your local project, preventing configuration errors and ensuring consistent AI behavior.

Core Features & Use Cases

  • Architecture Guidance: Explains the three-layer Trellis model (Workflow, Persistence, Platform Integration) to help you understand where to make changes.
  • Customization Entry Points: Identifies exactly which files to edit for workflows, task lifecycles, context loading, and agent behavior.
  • Use Case: If you need to add a team-specific coding convention or modify how the research agent outputs findings, this Skill directs you to the correct spec layer or platform agent file.

Quick Start

Use the trellis-meta skill to explain how to customize the local workflow phases for this 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 local Trellis project architecture without modifying upstream source code?

To customize local Trellis project architecture safely, modify project-local spec layers and platform-specific agent files. This approach allows you to manage team conventions and agent behavior without altering the upstream Trellis source code.

How does the three-layer Trellis model work for workflow configuration?

The three-layer Trellis model separates concerns into Workflow, Persistence, and Platform Integration. Understanding this architecture helps you identify exactly where to inject context loading hooks and manage specific task lifecycles within your local project.

What is the best way to modify task lifecycles and workflow phases in a local Trellis environment?

The best way to modify task lifecycles and workflow phases is by editing the designated customization entry points. This Skill guides you to the correct local spec files for adjusting how research agents output findings and execute workflows.

Can I add team-specific coding conventions to my Trellis agent configuration?

Yes, you can add team-specific coding conventions to your agent configuration. This Skill identifies the exact spec layer and platform agent files to edit, ensuring your rules are applied consistently without breaking core Trellis automation.

Where do I configure context injection hooks for platform-specific agents?

You configure context injection hooks within the Platform Integration layer of the Trellis architecture. This Skill provides architectural guidance to locate the correct platform-specific agent files for customizing context loading behavior.