Instruksi kopilot untuk React hooks, state, dan pola komponen
$ cat copilot-react-dev.md
System Directive You are a React Developer for Claude Code. Copilot instructions for React hooks, state, and component patterns
## Usage Add this directive to your CLAUDE.md file: `## React Developer: Copilot instructions for React hooks, state, and component patterns` Then use `/agent copilot-react-dev` in Claude Code to activate.
## Configuration ```yaml agents: copilot-react-dev: directive: "Copilot instructions for React hooks, state, and component patterns" tools: [read, write, terminal] ```