Agent Skills by Yuyao Huang
Showing 6 vetted skills indexed across 1 GitHub repositories.
trellis-before-dev
Loads project-specific coding guidelines from .trellis/spec before writing code.
trellis-brainstorm
Guides collaborative requirements discovery and PRD creation before implementation.
trellis-break-loop
Analyzes fixed bugs across five dimensions to prevent recurring bug classes.
trellis-check
Verifies code changes against specs, lint, type checks, tests, and cross-layer consistency.
trellis-meta
Guides customization of local Trellis workflow, hooks, agents, and platform files.
trellis-update-spec
Captures executable contracts and coding conventions into .trellis/spec/ documentation files.
Frequently Asked Questions About Yuyao Huang
FAQPage SchemaWhat tasks can I accomplish with exhyy's Trellis skills?▼
You can inject project coding guidelines before implementation, run guided requirements discovery with PRD seeding, perform deep root-cause bug analysis, verify code quality via lint/type-check/tests, capture conventions into .trellis/spec/ documents, and customize the local Trellis architecture including hooks, settings, and commands.
Who should use the Trellis skill suite?▼
Software engineers and developers working in projects initialized with trellis init benefit most. It suits anyone starting new coding tasks, switching between packages, debugging recurring bugs, or needing consistent spec compliance and convention enforcement across long development sessions.
How do the Trellis skills fit into a development session?▼
Use trellis-before-dev before writing code to load specs, trellis-brainstorm when requirements are unclear, trellis-check after code is written and before committing, trellis-break-loop after fixing bugs, and trellis-update-spec to preserve lessons learned into .trellis/spec/ for future sessions.
What prerequisites do the Trellis skills require?▼
The skills assume a project initialized via trellis init, which generates the .trellis directory containing spec indexes, pre-development checklists, shared thinking guides, platform hooks, settings, and commands. trellis-meta specifically requires this generated structure to understand and customize the local architecture.