Files
OpenCode Agent 44de53700c Add component-engineer agent and skill package
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
2026-01-11 14:27:27 +00:00

952 B

name, description
name description
component-review Performs an audit of a React component.
Perform a rigorous, spec-aligned engineering review of a React component. - `file`: Path to the React component file.
  1. Load Skill: You MUST use the skill tool to load component-engineering.
  2. Read References: You MUST read taxonomy.md, accessibility.md, composition.md, and styling.md from the skill's references directory.
  3. Audit:
    • Classify: Identify the artifact type using the taxonomy.
    • Accessibility: Verify semantic HTML and keyboard maps.
    • Composition: Check for asChild support and monolithic patterns.
    • Styling: Inspect data-slot and data-state usage.
  4. Report:
    • Classification: Identified artifact type.
    • Findings: Report professional patterns found, a11y violations, and refactoring opportunities.