trellis-meta

Modify local Trellis configuration files while preserving user-specific settings.

47|4|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/hkslover/cs2-highlight-tool --skill trellis-meta-hkslover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: trellis-meta
Source: https://github.com/hkslover/cs2-highlight-tool/tree/main/.agents/skills/trellis-meta
Command: npx skills add https://github.com/hkslover/cs2-highlight-tool --skill trellis-meta-hkslover

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps AI assistants understand and safely customize the local Trellis architecture in projects that have been initialized with Trellis, avoiding incorrect edits to global installations or upstream sources.

Core Features & Use Cases

  • Architecture Guidance: Explains the relationship between.trellis files, platform integrations, skills, agents, hooks, and workflows.
  • Customization Routing: Guides changes to workflows, tasks, context loading, agents, specs, and platform-specific AI files.
  • Use Case: Help a developer modify their project's Trellis setup by identifying the correct local configuration files and preserving existing customizations.

Quick Start

Use the trellis-meta skill to update the local Trellis workflow configuration 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 Trellis workflow configurations inside my project?

You can customize Trellis workflows by modifying local .trellis files, platform hooks, agents, and skills. This approach preserves existing user-specific settings while safely routing changes to the correct local configuration files within initialized projects.

What is the relationship between .trellis files and platform hooks?

The .trellis files define the local architecture that connects platform integrations, skills, agents, and hooks. They establish project conventions and route workflow customizations to the correct local configuration files within the initialized project.

Can I modify local Trellis agents and specs without breaking global installations?

Yes, modifying local Trellis agents, specs, and workflows does not break global installations. The process targets local entry points and references specifically, ensuring upstream sources remain untouched while preserving your project-specific settings.

What's the best way to update context loading in an initialized Trellis project?

The best way to update context loading is by modifying local Trellis architecture configuration files. Identify the correct local integration points and references, then apply targeted modifications that preserve existing project customizations and user-specific settings.

Why does editing Trellis configuration sometimes overwrite my project conventions?

Trellis configuration overwrites project conventions when changes are incorrectly applied to global installations instead of local .trellis files. Accurately modifying local entry points and references ensures user-specific settings and project conventions are preserved during workflow customization.