aziontech

59 mods across 1 repository, 2 stars between them.

webkit-lists

49

aziontech/webkit

Skill Claude CodeCodex

The list page — the one shape every resource index takes on @aziontech/webkit, and the filter system that narrows it. Fixes the page skeleton (shell → page heading carrying the create action → controls row → filter bar → card-wrapped Table), the split between search and filters (search runs through the table's own…

2 4d ago A 215 tokens original MIT

webkit-microcopy

50

aziontech/webkit

Skill Claude CodeCodex

The writing rules for Azion product interfaces (Console). Use whenever you author or review any interface string: page and section titles, field labels, helper text, buttons, menu and nav items, table headers, tags, tooltips, empty states, toasts, dialogs, validation messages. Fixes punctuation and capitalization (no…

2 4d ago A 183 tokens original MIT

aziontech/webkit

Skill Claude CodeCodex

Make motion smooth using only @aziontech/theme animate tokens — animate- utilities, duration-/ease-/curve tokens, compositor-props-only, ≤150ms interaction feedback, and a mandatory motion-reduce escape on every motion class. No external animation library, no inline cubic-bezier, no hardcoded ms.

2 4d ago A 70 tokens original MIT

webkit-navigation

52

aziontech/webkit

Skill Claude CodeCodex

Two navigation shells for UI on @aziontech/webkit — the persistent console shell (full sidebar + in-content GlobalHeader, always shown) for hub/browse pages, and the focused creation shell (no sidebar, GlobalHeader with back + brand + breadcrumb) for create/edit/deploy flows. A page picks exactly ONE shell, renders…

2 4d ago A 217 tokens original MIT

webkit-tables

53

aziontech/webkit

Skill Claude CodeCodex

Data tables on @aziontech/webkit — one data-driven with a column model (principal, grow, enableSorting, kind:'action', hideable) and a fixed toolbar (Filter · Search · RefreshButton · Export · ColumnSelector) + AppliedFilters, scrolling its body internally via the h-full/min-h-0 chain. Ships a fixed set of cell…

2 4d ago A 172 tokens original MIT

aziontech/webkit

Skill Claude CodeCodex

Every screen in a @aziontech/webkit app works in BOTH light and dark with zero per-theme edits, because it is styled only through semantic tokens (var(--bg-surface), var(--text-default), var(--primary)…) that carry a role and swap value per theme — never a hex, rgb/hsl, Tailwind palette color, or a value that reads in…

2 4d ago A 118 tokens original MIT

webkit-ui-craft

55

aziontech/webkit

Skill Claude CodeCodex

Umbrella entry for building product UI on @aziontech/webkit with taste and PRO UX. Explains the 3 principles and the non-negotiable rules, then routes to the focused skills — mechanics (usage), structure (ux-heuristics, ui-states, form, create-surface, errors, tables, lists, navigation), foundation (baseline-ui)…

2 4d ago A 117 tokens original MIT

webkit-ui-states

56

aziontech/webkit

Skill Claude CodeCodex

Every data-backed view in a @aziontech/webkit app declares its full state surface — loading, empty, partial, error, success — not just the happy path, AND behaves correctly while an async action is in flight and when it fails. Use when building or reviewing any screen that fetches, filters, submits, or paginates. Maps…

2 4d ago A 121 tokens original MIT

webkit-ui-verify

57

aziontech/webkit

Skill Claude CodeCodex

Drive a finished @aziontech/webkit screen in a real browser (Playwright, headless Chromium) and OBSERVE before declaring it done — screenshot both themes at multiple widths, assert zero console errors, run axe-core against the live tree, and exercise the loading/empty/error states and the primary interaction. The…

2 4d ago A 117 tokens original MIT

webkit-usage

58

aziontech/webkit

Skill Claude CodeCodex

Consume the @aziontech/webkit design system correctly. Use when adding or reviewing UI in a project that depends on @aziontech/webkit — how to find the right component, import it with the flat path, style with @aziontech/theme tokens, and keep bundles small.

2 4d ago A 63 tokens original MIT

aziontech/webkit

Skill Claude CodeCodex

Component-map discovery pass — for each UX moment (loading→Skeleton, destructive→Dialog confirm, field error→Field/Message inline, overlay→shipped focus-trap, empty→one action) name the @aziontech/webkit component that already serves it, so the flow is sound before polish. State rendering + async behavior lives in…

2 4d ago A 82 tokens original MIT