Use when adding new error messages to React, or seeing "unknown error code" warnings.
npx skills add clode-labs/aramb-skills --skill "frontend-development"
Install specific skill from multi-skill repository
# Description
Build modern frontend applications using React, Vue, or vanilla JavaScript. Use this skill for creating UI components, pages, forms, and interactive web interfaces with proper styling, accessibility, and responsive design.
# SKILL.md
name: frontend-development
description: Build modern frontend applications using React, Vue, or vanilla JavaScript. Use this skill for creating UI components, pages, forms, and interactive web interfaces with proper styling, accessibility, and responsive design.
category: development
tags: [frontend, react, typescript, components, ui, accessibility]
license: MIT
Frontend Development
Build components following project patterns. Write accessible, responsive code with TypeScript.
Inputs
requirements: What to buildfiles_to_create: Files to createfiles_to_modify: Existing files to modifypatterns_to_follow: Reference patterns in codebasevalidation_criteria: Self-validation criteriacritical: MUST pass before completingexpected: SHOULD pass (log warning if not)nice_to_have: Optional improvements
Constraints
- Functional components and hooks only
- Semantic HTML elements
- Do NOT create documentation files unless explicitly requested
- For new projects: Include test dependencies in package.json (vitest, @testing-library/react)
Self-Validation
Before completing, verify validation_criteria.critical items pass:
1. Run each critical check (e.g., npx tsc --noEmit, npm run lint, npm run dev)
2. If a check fails, fix and re-run
3. Only complete when all critical criteria pass
Output
{
"files_created": ["src/components/Feature.tsx"],
"files_modified": ["src/App.tsx"],
"self_validation": {
"critical_passed": true,
"checks_run": ["TypeScript compiles", "ESLint passes", "Dev server starts"]
}
}
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.