yizhitangtongxue
Community@yizhitangtongxue
Explore And Discover
Agent Skills by yizhitangtongxue
Showing 14 vetted skills indexed across 1 GitHub repositories.
brainstorm
Guides collaborative requirements discovery and PRD creation before AI coding implementation.
update-spec
Updates code-spec documents with executable contracts, design decisions, and validation matrices.
break-loop
Analyzes fixed bugs across five dimensions to prevent recurring defect patterns.
check-backend
Review recently written code against backend development guidelines and report violations.
integrate-skill
Integrates reusable skills into project development guidelines and example directories.
start
Initializes AI development sessions and routes tasks through a structured workflow.
onboard
Teaches developers the Trellis AI-assisted workflow through guided onboarding and guideline customization.
check-frontend
Review recently written frontend code against project development guidelines.
create-command
Generates new SKILL.md files with frontmatter and instructions in .agents/skills directories.
before-frontend-dev
Reads frontend development guidelines from .trellis/spec before starting coding tasks.
check-cross-layer
Verifies code changes across data flow, reuse, imports, and consistency dimensions.
record-session
Records work sessions and archives completed tasks in Trellis project journals.
before-backend-dev
Reads backend development guidelines from .trellis/spec before writing backend code.
finish-work
Validates code quality, spec sync, and cross-layer changes before commits.
Frequently Asked Questions About yizhitangtongxue
FAQPage SchemaWhat tasks can I accomplish with yizhitangtongxue's skills?▼
You can run requirements discovery brainstorms, capture executable code contracts with update-spec, perform deep bug analysis via break-loop, verify frontend and backend code against development guidelines, run cross-layer checks, and complete pre-commit checklists with finish-work.
Who are these skills designed for?▼
These skills target software developers practicing spec-driven development who want enforced coding guidelines. They suit engineers working across frontend and backend layers who need structured requirements discovery, contract capture, compliance checks, and disciplined session and commit management.
How do I start using these skills in a project?▼
Begin with the start skill to open a session, then use onboard to customize your development guidelines. Read guidelines via before-frontend-dev or before-backend-dev before coding, and integrate new skills into project guidelines using integrate-skill or create-command.
How do these skills enforce code quality before committing?▼
After writing code, run check-frontend, check-backend, or check-cross-layer to verify compliance with your development guidelines. Once a human has tested and committed, record-session logs progress, while finish-work runs a pre-commit checklist to finalize the work.
What are the prerequisites for using these skills?▼
You need a project with defined or customizable development guidelines, established through the onboard skill. The skills assume a spec-driven development practice where requirements are brainstormed first and executable contracts are captured with update-spec before implementation begins.