home / skills / tlabs-xyz / tbtc-v2-performance / frontend--responsive
/.codex/skills/frontend--responsive
This skill applies the Agent OS frontend responsive standard to ensure consistent, accessible layouts across breakpoints and devices.
npx playbooks add skill tlabs-xyz/tbtc-v2-performance --skill frontend--responsiveReview the files below or copy the command above to add this skill to your agents.
---
name: frontend--responsive
description: Apply the Agent OS standard for frontend responsive.
tags: [agent-os, standard, frontend]
---
# Frontend Responsive
Use this skill when working on frontend responsive in this repo.
## Instructions
- Follow the standard in `agent-os/standards/frontend/responsive.md`.
## References
- `agent-os/standards/frontend/responsive.md`
This skill applies the Agent OS frontend responsive standard to TypeScript-based projects. It enforces responsive design rules, layout breakpoints, and accessibility considerations for UI components. Use it to ensure consistent, testable responsive behavior across the codebase.
The skill analyzes frontend components, style rules, and layout utilities against the Agent OS responsive standard. It highlights mismatches in breakpoints, viewport handling, and fluid scaling, and suggests fixes for CSS/TSX patterns. Reports focus on actionable items: code changes, recommended patterns, and areas needing manual review.
Does this skill modify code automatically?
It reports violations and suggests concrete changes; automatic fixes depend on integration with your tooling and CI.
Which files does it inspect?
It focuses on frontend component files, style definitions, and layout utilities typically used in TypeScript React projects.