Yuyao Huang avatar

Yuyao Huang

Community

@exhyy

12Followers
|
27Public Repos
|
6Published Skills

No bio for real

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (35%)Code Quality Verif.. (25%)Requirements Engin.. (20%)Debugging & Root C.. (20%)

Agent Skills by Yuyao Huang

Showing 6 vetted skills indexed across 1 GitHub repositories.

Frequently Asked Questions About Yuyao Huang

FAQPage Schema
What 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.