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

add-animation

01

aziontech/webkit

Command Claude Code

Scaffold a new webkit animation in the one correct place — the semantic animation catalog — so components never ship a component-local @keyframes or an off-catalog animate-[…]. Triggered by hand, or pointed at by validate-spec-compliance when a component uses an animate- that is not yet in the catalog.

2 3d ago A 0 tokens original MIT

component-create

02

aziontech/webkit

Command Claude Code

Spec-driven orchestrator. Reads .specs/ .md, delegates phases to isolated sub-agents, and produces .vue + package.json + exports entry + minimal Storybook story.

2 3d ago A 43 tokens original MIT

component-verify

03

aziontech/webkit

Command Claude Code

Re-run spec compliance + validators on an existing component without writing any files. Use to confirm a freshly-edited .vue still matches its spec.

2 3d ago A 30 tokens original MIT

create-branch

04

aziontech/webkit

Command Claude Code

Create a new working branch from main. Infers the branch type from the diff and prompts for the related issue (optional).

2 3d ago A 26 tokens original MIT

include-icons

05

aziontech/webkit

Command Claude Code

Add one or more icons to @aziontech/icons — decides monochrome (font) vs colored (ai--cor), normalizes names, places the SVGs, rebuilds, and verifies they surface in the catalog, CSS, gallery, and Storybook.

2 3d ago A 57 tokens original MIT

open-pr

06

aziontech/webkit

Command Claude Code

Open a PR to main. Analyzes the diff to pick the Conventional Commit type/scope (drives the release-please bump), prompts for the related issue (optional), commits by context, pushes, and opens the PR.

2 3d ago A 48 tokens original MIT

regen-baselines

07

aziontech/webkit

Command Claude Code

Regenerate the Linux visual baselines for a PR branch in CI and land them on the branch. Never generate baselines locally — macOS rendering does not match the linux/ snapshots the PR visual gate (governance.yml → test:visual:ci) compares against.

2 3d ago A 0 tokens original MIT

spec-create

08

aziontech/webkit

Command Claude Code

Draft a .specs/ .md for a new webkit component interactively. Status starts at draft; review the file, mark status: approved, then run /component-create .

2 3d ago A 44 tokens original MIT