aziontech/webkit

A monorepo-driven ecosystem for scalable UI development, enabling shared design systems, component libraries, and optimized build pipelines.

2Stars on the repository
59Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

_README

01

aziontech/webkit

Agent Claude Code

Each file here defines the prompt for one isolated sub-agent. The orchestrator (/component-create) invokes them via the Task tool, one phase at a time. A sub-agent sees only the prompt the orchestrator hands it — no conversation history, no other sub-agent's output, no chat memory. This is the structural guarantee…

2 3d ago A 0 tokens original MIT

code-connect-writer

02

aziontech/webkit

Agent Claude Code

Isolated sub-agent that writes the .figma.ts Code Connect mapping next to the .vue. Skips itself when @figma/code-connect is not installed.

2 3d ago A 40 tokens original MIT

echo-reporter

03

aziontech/webkit

Agent Claude Code

Isolated sub-agent that re-reads every file written this run, parses props/events/slots/animations independently, and diffs against the spec. Cross-checks against validate-spec-compliance.mjs.

2 3d ago A 45 tokens original MIT

figma-extractor

04

aziontech/webkit

Agent Claude Code

Isolated sub-agent that runs the Figma MCP read-only verbs on the target frame and emits a structured token JSON. Never decides anything, never maps to DESIGN.md.

2 3d ago A 39 tokens original MIT

reuse-auditor

05

aziontech/webkit

Agent Claude Code

Isolated sub-agent that scans composables/utils/siblings for logic to reuse instead of duplicating. Pure read; emits a JSON suggestion list.

2 3d ago A 34 tokens original MIT

scaffolder

06

aziontech/webkit

Agent Claude Code

Isolated sub-agent that writes the component .vue files + updates packages/webkit/package.json#exports. Strictly spec-bound; every prop/event/slot must come from the spec.

2 3d ago A 43 tokens original MIT

spec-author

07

aziontech/webkit

Agent Claude Code

Isolated sub-agent that drafts a .specs/ .md interactively. Output: a single .md file with status: draft. Never writes component code.

2 3d ago A 40 tokens original MIT

spec-validator

08

aziontech/webkit

Agent Claude Code

Isolated sub-agent that validates a .specs/ .md against schema, body rules, and the Constraints block. On pass, computes sha256(body), writes checksum, and flips status: draft → approved.

2 3d ago A 50 tokens original MIT

storybook-writer

09

aziontech/webkit

Agent Claude Code

Isolated sub-agent that writes a minimal .stories.js for the new component. Only the stories listed in the spec; nothing else.

2 3d ago A 31 tokens original MIT

structure-decider

10

aziontech/webkit

Agent Claude Code

Isolated sub-agent that decides monolithic vs composition using the shadcn-vue rule. Emits two lines (verdict + rationale).

2 3d ago A 36 tokens original MIT

token-mapper

11

aziontech/webkit

Agent Claude Code

Isolated sub-agent that maps a Figma token JSON to DESIGN.md classes / var(--) tokens. Pure read; emits a Markdown mapping table.

2 3d ago A 36 tokens original MIT

webkit-adopter

12

aziontech/webkit

Agent

Runs and explains the @aziontech/webkit adoption flow — npx @aziontech/webkit init. Sets up deps, lint configs, pre-commit, the webkit MCP, and the Claude Code bundle in this project, idempotently.

2 3d ago A 57 tokens original MIT

aziontech/webkit

Agent

Measures how much of an app already renders through @aziontech/webkit versus hand-rolled UI, and produces a prioritized backlog of custom components that have a webkit equivalent to adopt.

2 3d ago A 45 tokens original MIT

webkit-expert

14

aziontech/webkit

Agent

Answers "which @aziontech/webkit component should I use, and how?" Grounds every answer in the installed catalog and the webkit MCP — never invents a component or an import path.

2 3d ago A 44 tokens original MIT

webkit-reviewer

15

aziontech/webkit

Agent

Reviews a diff for correct and performant @aziontech/webkit usage — flat imports, theme tokens, tree-shaking, reuse over reinvention. The local (non-CI) design-system review.

2 3d ago A 45 tokens original MIT

webkit-ui-verifier

16

aziontech/webkit

Agent

Runs the visual and behavioral QA pass on a @aziontech/webkit app — builds and serves it, drives real routes with headless Chromium, and reports only what it observed across themes, console, a11y, states, and interaction.

2 3d ago A 55 tokens original MIT