22 lines
553 B
Markdown
22 lines
553 B
Markdown
---
|
|
description: Load frontend skills (React, Next.js, TypeScript, state management)
|
|
---
|
|
|
|
# Discover Frontend Skills
|
|
|
|
Load the frontend gateway skill:
|
|
|
|
```bash
|
|
cat ~/.claude/plugins/cc-polymath/skills/discover-frontend/SKILL.md
|
|
```
|
|
|
|
This activates skills for:
|
|
- React component design and hooks
|
|
- Next.js routing, SSR/SSG, and App Router
|
|
- TypeScript type safety and advanced types
|
|
- State management (Context, Zustand, Redux)
|
|
- Data fetching and caching
|
|
- Form handling and validation
|
|
- Accessibility (a11y) and ARIA
|
|
- Performance optimization and SEO
|