From vanguard-frontier-agentic
Statically reviews React component trees for composition, prop-interface, and state-placement defects (God-components, prop drilling, overbroad context, hook-rule violations) against React's own guidance, producing ranked file:line findings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:react-component-architecture-reviewThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Review React component decomposition, prop-interface design, and state-placement decisions (local vs lifted vs context vs external store) without re-litigating styling, live performance profiling, or state-management library selection in every response. This skill exists so those adjacent concerns stay out of scope and the review stays focused on structural defects that erode testability and ma...
Review React component decomposition, prop-interface design, and state-placement decisions (local vs lifted vs context vs external store) without re-litigating styling, live performance profiling, or state-management library selection in every response. This skill exists so those adjacent concerns stay out of scope and the review stays focused on structural defects that erode testability and maintainability.
Use this skill when the user asks to:
Do not use this skill for:
resolve-library-id (matched result: /reactjs/react.dev) before citing any React-specific claim.query-docs against the repo's actual React major version (read package.json first) and cite the doc section — do not assert from memory.official_docs URLs in this skill's metadata.json and label the claim documentation-based, unverified against current release.Context.Provider vs. <Context value={...}>).package.json to confirm the installed React major version. Do not make an API-availability claim without confirming the version.inference, not measured.Load these only when needed:
Return, at minimum:
repo evidence, documentation-based, or inference),npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticReviews React components for architecture, hooks usage, React 19 patterns, state management, performance optimization, accessibility, and TypeScript. Use before merging PRs, after new features, or for validation.
Guides architectural refactoring of React applications: component architecture, state management, hook patterns, decomposition, coupling, and refactoring safety.
Architectural refactoring guide for React applications covering component decomposition, state architecture, hook patterns, coupling, data flow, and refactoring safety.