frontend-dev

Automate React/Next.js/Expo frontend workflows into components, hooks, and API integration.

1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/SeoJaeWan/try-claude-code --skill frontend-dev-seojaewan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-dev
Source: https://github.com/SeoJaeWan/try-claude-code/tree/main/plugin/develop/skills/frontend-dev
Command: npx skills add https://github.com/SeoJaeWan/try-claude-code --skill frontend-dev-seojaewan

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured frontend development workflow that separates UI concerns into components, hooks, and API integration, reducing boilerplate and improving consistency across projects.

Core Features & Use Cases

  • UI component creation and updates aligned with project conventions.
  • Hook extraction for reusable business logic and server-state management.
  • API integration strategies and plan-driven frontend workflows across web and mobile.
  • Convention discovery phase to tailor project-specific patterns before coding.

Quick Start

Start by inspecting the project's conventions, then implement UI components and hooks following the discovered patterns.

Frequently Asked Questions about frontend-dev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I structure React hooks and components to keep frontend logic organized?

Structuring React components and hooks requires separating page logic from state management and extracting reusable business logic into use-prefixed hooks. This approach enforces convention discovery to tailor project-specific patterns before coding.

What is the best way to discover and apply frontend conventions in a Next.js project?

Discovering frontend conventions involves inspecting existing project patterns before implementing UI components. A convention discovery phase identifies project-specific rules to guide component creation, hook extraction, and API integration across Next.js web and mobile applications.

Does this frontend workflow approach work for Expo mobile projects?

Yes, this plan-driven frontend workflow applies to React, Next.js, and Expo projects. It guides UI component creation and API integration across both web and mobile environments using a consistent convention discovery approach.

How do I separate page logic from state management when integrating APIs?

Separating page logic from state management involves extracting reusable business logic and server-state management into use-prefixed hooks. This workflow structures API integration strategies alongside component creation to reduce boilerplate and improve consistency.

When should I extract custom hooks during frontend development?

Extract custom hooks when you need reusable business logic or server-state management separated from UI components. This plan-driven workflow identifies hook extraction opportunities during the convention discovery phase to enforce use-prefixed naming patterns.