From vanguard-frontier-agentic
Reviews cross-cutting frontend architecture decisions (module boundaries, rendering topology, technology adoption) against a rewrite-averse, evidence-grounded standard, producing an ADR-quality verdict.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vanguard-frontier-agentic:frontend-platform-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 proposed or existing frontend architecture — module/package boundaries, monorepo topology, rendering-strategy choice, technology adoption — for duplication, migration safety, and cross-team consistency, without re-litigating implementation-level state-management, routing, API-contract, or SSR-mechanics detail in every response. This skill exists so those adjacent concerns stay out of sco...
Review proposed or existing frontend architecture — module/package boundaries, monorepo topology, rendering-strategy choice, technology adoption — for duplication, migration safety, and cross-team consistency, without re-litigating implementation-level state-management, routing, API-contract, or SSR-mechanics detail in every response. This skill exists so those adjacent concerns stay out of scope and the review stays focused on the cross-cutting, org-level decision: should this architectural change be approved, and on what terms.
Use this skill when the user asks to:
Do not use this skill for:
state-management-decision-review,routing-navigation-review,api-integration-contract-review,ssr-hydration-streaming-diagnosis,resolve-library-id for the exact library, then query-docs against the repo's confirmed version — read package.json first to confirm the installed major version before trusting a claim about API availability./reactjs/react.dev, Next.js is /vercel/next.js. Resolve fresh for any other framework named in a proposal (Angular, Vue, SvelteKit, etc.) rather than assuming these two cover every case.documentation-based — unverified this session in the verdict and require the proposer to confirm the claim before final approval.inference, not measured and require the proposer to supply lab or field data before final approval.unsafe-eval, dynamic Function()) as a blocking finding, not a note — this cannot be approved-with-conditions into a later cleanup.Load these only when needed:
Return, at minimum:
Context7-verified or documentation-based — unverified this session,npx claudepluginhub raishin/vanguard-frontier-agentic --plugin vanguard-frontier-agenticOrchestrates a component-architecture review to catch reusable components, duplicated UI patterns, prop drilling, and inconsistent component APIs. Advisory only.
Applies React/TypeScript-specific decision criteria and anti-pattern detection for frontend code reviews. Use when reviewing components, hooks, browser behavior, or implementation completeness.
Reviews frontend code across 8 dimensions: architecture, type safety, accessibility, style, performance, testability, state management, and security. Outputs a graded report with blocking issues and recommendations.