Agent skill
web-frontend-designer
Scaffold frontend architecture, components, routing, and UI dependencies from project config and wireframes.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/web-frontend-designer
Metadata
Additional technical details for this skill
- stage
- 3-frontend
- category
- web-builder
- pipeline
- web-builder
SKILL.md
Web Frontend Designer
Objective
Scaffold a production-ready frontend foundation from project-config.json and
wireframes.md, including component structure, dependencies, and route shells.
Required Workflow
- Read
project-config.jsonandwireframes.md. - Scaffold the chosen framework (for example
create-next-appor Vite scaffolding pattern). - Configure the chosen CSS/design system (Tailwind, Shadcn/ui, Chakra UI, Material UI, Ant Design, Mantine, DaisyUI, or vanilla CSS).
- Integrate or plan integration for:
- Font Awesome: https://fontawesome.com/
- React Bits (+ MCP if available): https://reactbits.dev/ and https://reactbits.dev/get-started/mcp
- Spline: https://spline.design/
- Lucide Icons: https://lucide.dev/
- Shadcn/ui: https://ui.shadcn.com/
- Aceternity UI: https://ui.aceternity.com/
- Magic UI: https://magicui.design/
- Framer Motion: https://www.framer.com/motion/
- React Three Fiber: https://docs.pmnd.rs/react-three-fiber
- Set up font strategy with Google Fonts or Fontsource.
- Set image/illustration sources with Unsplash API, Pexels, or Lummi.
- Generate component tree (
components,layouts,pagesorapp) and route placeholders for the sitemap. - Enforce responsive design, dark mode, and accessibility (including ARIA labels).
- Output scaffold files and
frontend-report.json.
Execution
python skills/web-frontend-designer/scripts/frontend_designer.py --input <workspace> --output <out.json> --format json
References
references/tools.md
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?