Skip to content

fractalmind-ai/react-frontend-dev-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-frontend-dev

react-frontend-dev is a Codex skill for building and updating React frontends with a practical default stack and delivery guardrails:

  • pnpm + Vite
  • Tailwind CSS
  • TanStack Query
  • BrowserRouter
  • zustand
  • structured data presentation patterns
  • flat-first UI composition
  • primary-path-first error handling
  • real integrations replacing mock residue once accounts and keys are ready

Repository Layout

react-frontend-dev/
├── SKILL.md
├── agents/
│   └── openai.yaml
└── references/
    ├── admin-app.md
    ├── docs-sync.md
    ├── monorepo.md
    └── user-app.md

Installation

Install with the Codex skill installer:

python ~/.codex/skills/.system/skill-installer/scripts/install-skill-from-github.py \
  --repo fractalmind-ai/react-frontend-dev-skill \
  --path . \
  --name react-frontend-dev

Manual install also works:

mkdir -p ~/.codex/skills
git clone git@github.com:fractalmind-ai/react-frontend-dev-skill.git ~/.codex/skills/react-frontend-dev

If the directory already exists, update it in place:

git -C ~/.codex/skills/react-frontend-dev pull

Restart Codex after installation so the new skill is picked up.

Usage

Use this skill when the task is about:

  • building or updating a React frontend
  • user app or admin console structure
  • routing, data fetching, and state management patterns
  • shared frontend layers in a monorepo
  • frontend technical docs that need to stay aligned with implementation

Typical requests:

  • Use react-frontend-dev to build this new React app flow
  • Refactor this admin page with shared query/state patterns
  • Fix this frontend to use real APIs instead of mock data
  • Update the frontend docs after changing routes and tabs

About

React frontend development skill for AI agents. Covers pnpm, Vite, Tailwind, TanStack Query, BrowserRouter, Zustand, structured data presentation, flat-first UI composition, and real-integration-over-mock guardrails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors