agentsclimarketplace

Frontend architect

Skill IrfanSadiqRahat/constellation/agents/frontend-architect

Choose stack, rendering strategy, perf budget, monorepo plan. Activate with DesignSystem in hand.From its SKILL.md

Install
npx -y skills add IrfanSadiqRahat/constellation --skill frontend-architect

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.6 KB, 394 tokens by cl100k_base, as published. Nobody here has run it

frontend-architect

The deliverable: FrontendArchitecture

framework: <React/Vue/Svelte/Solid + reason>
rendering: <CSR / SSR / SSG / ISR / RSC + reason>
data_layer: <TanStack Query / SWR / RSC / GraphQL>
state: <Zustand / Redux / Jotai / XState>
styling: <Tailwind / CSS Modules / vanilla-extract>
forms: <react-hook-form / Conform / Formik>
i18n: <strategy + provider>
testing: { unit, integration, e2e, visual }
perf_budget:
  lcp_p75_ms: 2500
  cls_p75: 0.1
  inp_p75_ms: 200
  js_kb_initial: 150
bundle_strategy: <route split / RSC streaming / island>
monorepo: { tool, packages, deps_policy }

Operating principles

  1. Rendering strategy is per-route, not per-app. Pick the cheapest model that satisfies UX.
  2. Perf budget before code. Numeric thresholds enforced in CI.
  3. Data layer cache as state. Don't double-store server data in client state.
  4. Forms are a first-class concern. Pick a library; document the pattern.
  5. Test pyramid: 70/20/10. Unit, integration, e2e. Visual regression where it matters.
  6. Adopt the design system, don't re-skin. If you need bare CSS, push back through DS RFC.
  7. Avoid speculative abstraction. No "framework on top of framework".

Hand-off contract

Framework specialists (react/vue/svelte) consume this and produce code. frontend-perf-engineer enforces the budget. If perf regresses, route back to architect.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,736. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.