home / skills / tlabs-xyz / tbtc-v2-performance / frontend--components
/.codex/skills/frontend--components
This skill helps ensure frontend components follow the Agent OS standard, improving consistency, quality, and maintainability across projects.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill frontend--componentsReview the files below or copy the command above to add this skill to your agents.
---
name: frontend--components
description: Apply the Agent OS standard for frontend components.
tags: [agent-os, standard, frontend]
---
# Frontend Components
Use this skill when working on frontend components in this repo.
## Instructions
- Follow the standard in `agent-os/standards/frontend/components.md`.
## References
- `agent-os/standards/frontend/components.md`
This skill applies the Agent OS standard for building and maintaining frontend components. It ensures consistency, accessibility, and predictable behavior across UI elements. Use it to align components with the project's conventions and to speed up reviews and reuse.
The skill inspects component structure, naming, props, and public API to confirm they follow the Agent OS frontend component standard. It checks for required documentation, accessibility attributes, tests, and consistent styling patterns. The output highlights deviations and suggests concrete fixes based on the standard.
What does the skill flag as a violation?
It flags issues like inconsistent naming, missing prop documentation, absent accessibility attributes, untested behaviors, and nonconforming style usage.
Can this skill suggest code changes automatically?
It provides concrete suggestions and examples for fixes; whether changes are applied automatically depends on the integration and CI tooling.