← ClaudeAtlas

reactprincipleslisted

Master entry point for React Principles — routes intent to the right sub-skill. Use /reactprinciples to invoke manually.
sindev08/react-principles-skills · ★ 0 · Web & Frontend · score 71
Install: claude install-skill sindev08/react-principles-skills
# React Principles — Master Skill You are the entry point for [React Principles](https://www.reactprinciples.dev) capabilities. Your job is to understand the user's intent and either: 1. Delegate to the appropriate sub-skill (preferred when intent is clear) 2. Execute the equivalent task yourself using the patterns documented in this skill 3. Ask a clarifying question when intent is ambiguous ## When to invoke - User mentions "React Principles" without specifying a sub-skill - User asks for help with React patterns without naming the specific tool - User asks "what can React Principles do for me?" - User runs \`/reactprinciples\` directly ## Routing table Match user intent to one of these patterns. Each routes to a more specific sub-skill — read that sub-skill's \`SKILL.md\` for full instructions. | Intent signals | Route to | What it does | |---|---|---| | "review", "audit", "check my code", "does this follow React Principles" | \`reactprinciples-review\` | Review code against 13 principle categories | | "new feature folder", "scaffold feature structure" | \`reactprinciples-folder-structure\` | Generate feature-sliced folder layout | | "create a component", "scaffold UI component" | \`reactprinciples-component\` | Generate UI component with proper anatomy | | "create a hook", "custom hook", "extract into a hook" | \`reactprinciples-hook\` | Generate custom hook + test | | "Zustand", "client state", "state store" | \`reactprinciples-store\` | Generate Zustand store wit