webkit-ds-adoption

A step-by-step method for moving an existing app onto @aziontech/webkit, a shared collection of user-interface components and design rules.

In plain words
What is it for?
Use it to review a screen, check whether WebKit already has suitable components, plan migration stories in dependency order, and track progress.
Why use it?
It breaks a large migration into small pieces that can ship alongside normal feature work and helps identify where the app still uses custom interface code.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/aziontech/webkit/webkit-ds-adoption
Any agent
npx skills add aziontech/webkit --skill webkit-ds-adoption
Clone the repo
git clone --depth 1 https://github.com/aziontech/webkit

Made for: Claude Code, Codex.

Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,408 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00092 $0.02408
Opus 5 $0.00046 $0.01204
Sonnet 5 $0.00018 $0.00482
Haiku 4.5 $0.00009 $0.00241

Measured 2d ago against content hash 40811eeff3f5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

webkit-ds-adoption scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

packages/webkit/cli-templates/claude/skills/webkit-ds-adoption/SKILL.md · 162 lines

How it starts

The opening of the file, as written. The whole thing — 162 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Skill: webkit-ds-adoption

Purpose

You rarely adopt a design system all at once — you adopt it one screen, one primitive at a time, without freezing feature work. This skill is the method for that migration: how to break an existing app's move onto @aziontech/webkit into small stories that each ship on their own, in an order where nothing depends on work that hasn't landed yet. The goal is not a rewrite; it is that every screen you touch comes out with more webkit and less hand-rolled UI than it went in with, and that the parts you replace stay replaced. The mechanics of how to import and token a component live in webkit-usage — this skill is about what to migrate, in what order, and how far.

How to use

  • /webkit-ds-adoption — plan and execute the next migration story on the code in this conversation: pick the smallest shippable slice in dependency order and do it.
  • /webkit-ds-adoption <screen-or-dir> — audit the target, produce its coverage scorecard (webkit vs custom), and propose the migration stories in order.

Check the catalog before you build anything

The default is compose webkit; writing a custom component is the exception, and it must be justified. Before you write UI — new or migrated — check whether the system already ships it:

  • Ask the webkit MCPsuggest_component in plain words ("modal", "data table", "tag input").
  • Or read node_modules/@aziontech/webkit/catalog.json — every key under imports is a real published subpath. If a subpath is not a key there, it does not exist.

If a component exists, use it — compose it, pass its props, fill its slots. A hand-rolled button, modal, or table when webkit ships one is not a migration; it is new debt.

Migrate in small stories, in dependency order

Never a big-bang rewrite. Decompose the migration into slices that each ship independently, bottom-up:

  1. Wire the dependency + tokens. Add @aziontech/webkit / @aziontech/theme / @aziontech/icons and import theme + icons once at the app entry (see webkit-usage). Nothing renders differently yet — this is the foundation every later story stands on.
  2. Replace primitives. Swap the leaf controls — button, input, modal, select, checkbox — for their webkit equivalents, one type at a time. Each swap is a small, reviewable, shippable PR.
  3. Replace composite patterns. Once the primitives are webkit, migrate the assemblies built on them — a data table, a form section, a filter bar, an empty state — to the webkit composite (or compose it from its sub-components).
  4. Remove dead custom CSS. After a pattern is on webkit, delete the legacy styles, class presets, and one-off components it replaced. The migration isn't done until the old code is gone — a half-migrated screen carries both systems.

Read the full file on GitHub · 162 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 162 lines · 0 tokens per session scan A 40811eeff3f5

Subscribe to this mod's changes

webkit-ds-adoption is a skill published in the GitHub repository aziontech/webkit (2 stars, last pushed 5d ago), licensed MIT. It adds 92 tokens to every session and 2,408 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

monorepo-management

Sets up or audits a monorepo workspace: tool selection, package naming, shared tooling, inter-package dependencies, selective CI, and versioning strategy. Invoked when the user asks to set up a monorepo, add a workspace, or manage multiple packages in a single repository.

soulcodex/agentic · 63 tokens

bazel-monorepo-expert

Expert knowledge for managing large-scale Bazel monorepos with multiple services, shared libraries, and cross-cutting concerns. Use for workspace structure, visibility, and dependency management.

kinhluan/rules-quarkus-skills · 43 tokens

pnpm

Skill "pnpm" from pledgeandgrow/pledge-skills, covering pnpm documentation skill, key benefits, file index, quick start and install pnpm.

pledgeandgrow/pledge-skills · 31 tokens

fast-typescript-check

Keep www-sacred's TypeScript fast to type-check and fast to run. Use when touching the ASCII/canvas animation components (the only real per-frame code here), tightening type-check wall-clock, or auditing a change for runtime or compiler regressions. Scoped to this repo — a React 19 / Next.js 16 component library plus…

internet-development/www-sacred · 84 tokens

port-sacred-terminal-ui-to-react-using-same-conventions

Take a CLI screen written for Simulacrum — the sacred CLI framework (scripts/cli/templates/.ts or scripts/python/templates/.py) — and produce a React component that lives inside components/examples/ (or components/) using only sacred's existing primitives — Window, Card, SimpleTable, ActionButton, RowSpaceBetween…

internet-development/www-sacred · 0 tokens

tinyvue-develop-spec

在当前仓库进行组件的开发,主题开发,国际化开发,测试脚本开发时,必须遵守以下规范。.

opentiny/tiny-vue · 12 tokens