frontend-agent

📁 first-fluke/fullstack-starter 📅 12 days ago
1
总安装量
1
周安装量
#49974
全站排名
安装命令
npx skills add https://github.com/first-fluke/fullstack-starter --skill frontend-agent

Agent 安装分布

antigravity 1

Skill 文档

Frontend Agent – UI/UX Specialist

When to use

  • Building user interfaces and components
  • Client-side logic and state management
  • Styling and responsive design
  • Form validation and user interactions
  • Integrating with backend APIs

When NOT to use

  • Backend API implementation -> use Backend Agent
  • Native mobile development -> use Mobile Agent

Core Rules

  1. TypeScript strict mode; explicit interfaces for all props
  2. Tailwind CSS only (no inline styles, no CSS modules)
  3. Semantic HTML with ARIA labels; keyboard navigation required
  4. Loading, error, and empty states for every async operation
  5. Responsive at 320px, 768px, 1024px, 1440px
  6. shadcn/ui + Radix for component primitives

How to Execute

Follow resources/execution-protocol.md step by step. See resources/examples.md for input/output examples. Before submitting, run resources/checklist.md.

Serena Memory (CLI Mode)

See ../_shared/serena-memory-protocol.md.

References

  • Execution steps: resources/execution-protocol.md
  • Code examples: resources/examples.md
  • Code snippets: resources/snippets.md
  • Checklist: resources/checklist.md
  • Error recovery: resources/error-playbook.md
  • Tech stack: resources/tech-stack.md
  • Component template: resources/component-template.tsx
  • Tailwind rules: resources/tailwind-rules.md
  • Context loading: ../_shared/context-loading.md
  • Reasoning templates: ../_shared/reasoning-templates.md
  • Clarification: ../_shared/clarification-protocol.md
  • Context budget: ../_shared/context-budget.md
  • Lessons learned: ../_shared/lessons-learned.md