mirror of
https://github.com/IgorWarzocha/Opencode-Workflows.git
synced 2026-09-14 16:22:53 +08:00
44de53700c
Introduce a new agent and comprehensive skill set for professional React component engineering. This includes specialized commands for component review and creation based on a formal specification. Key additions: - New component-engineer agent and associated commands - Deep knowledge-base skill covering accessibility and composition - Integration of the specification into the VRTCT stack agents
952 B
952 B
name, description
| name | description |
|---|---|
| component-review | Performs an audit of a React component. |
- Load Skill: You MUST use the
skilltool to loadcomponent-engineering. - Read References: You MUST read
taxonomy.md,accessibility.md,composition.md, andstyling.mdfrom the skill's references directory. - Audit:
- Classify: Identify the artifact type using the taxonomy.
- Accessibility: Verify semantic HTML and keyboard maps.
- Composition: Check for
asChildsupport and monolithic patterns. - Styling: Inspect
data-slotanddata-stateusage.
- Report:
- Classification: Identified artifact type.
- Findings: Report professional patterns found, a11y violations, and refactoring opportunities.