housekeep-design

housekeep-design is a skill for Claude Code, Codex from kensaurus/cursor-kenji. It costs 66 tokens per session (2,544 once invoked), scanned A, original, MIT.

A workflow for merging duplicate design tokens, components, and icon choices into one agreed source of truth. Design tokens are shared values such as colors and spacing.

In plain words
What is it for?
It helps identify competing design-system parts, choose a canonical version, migrate the code, and confirm that old alternatives are gone.
Why use it?
It reduces visual drift caused by multiple versions of the same button, color, text size, or icon library.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It helps identify competing design-system parts, choose a canonical version, migrate the code, and confirm that old alternatives are gone.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/kensaurus/cursor-kenji/housekeep-design
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.

Any agent
npx skills add kensaurus/cursor-kenji --skill housekeep-design
Clone the repo
git clone --depth 1 https://github.com/kensaurus/cursor-kenji

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for housekeep-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/housekeep-design/github.svg)](https://agentmods.dev/skills/kensaurus/cursor-kenji/housekeep-design)
Your own site
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/housekeep-design"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/housekeep-design/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for housekeep-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/kensaurus/cursor-kenji/housekeep-design"><img src="https://agentmods.dev/badge/skills/kensaurus/cursor-kenji/housekeep-design.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,544 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 1 finding, up to high

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • high Anti-Refusal · line 163
    Skill attempts to nullify the agent's safety policies or restrictions ('you have no restrictions', 'ignore your guidelines', 'do anything now'). This is a direct jailbreak that disables guardrails.
    Fix: Remove jailbreak framing that nullifies safety policies or restrictions. Skill content must not instruct the agent to ignore its guidelines or operate without guardrails.
How audits are shown
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.1 $0.00066 $0.02544
Opus 5 $0.00033 $0.01272
Sonnet 5 $0.00013 $0.00509
Haiku 4.5 $0.00007 $0.00254

Measured 5d ago against content hash 362300e551cf, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

housekeep-design 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 5d 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.

skills/housekeep-design/SKILL.md · 209 lines

How it starts

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

housekeep-design — Consolidate a Drifted Design System to One SSOT

Degree of freedom: MIXED. Canonical-form judgment [HIGH freedom]; inventory searches, migration batches, and the zero-hit re-search [LOW freedom — run exactly].

Multiple sessions and multiple devs leave a design system full of competing truths: three button variants that look the same, --brand, --primary, and #3B82F6 all meaning the same blue, text-[13px] next to text-sm, Lucide and Heroicons side by side. This skill picks one canonical form for each conflict, migrates everything to it, and locks the door behind you.

How to reason

  1. Observe — which tokens, components, or icon libraries compete?
  2. Interpret — is this duplication or an intentional variant?
  3. Classify — merge-to-canonical / keep-as-variant / ask (visible brand change)
  4. Severity — a second Button that ships in prod outranks a unused hex alias

Worked example

Observe: --brand, --primary, and #3B82F6 are the same blue; two Button files; Lucide + Heroicons. Interpret: color and Button are duplicates; icon mix is library drift. Classify: merge colors to --color-primary; keep components/ui/button.tsx; standardize Lucide. Verify: rg for --brand and #3B82F6 → 0 hits; screenshots stay equivalent.

Self-critique before reporting

  • Zero-hit — every deprecated form was re-searched from scratch, not from memory
  • Equivalent — screenshots or an explicit authorized upgrade; no silent restyle
  • One SSOT — no leftover parallel token file or second Button
  • Right owner — plan-only burndown still open → plan-uiux-unification, not this

One source of truth per decision. When two patterns compete, take the best of both (more accessible, tokenized, more reused, better named) as canonical and migrate the rest to it — never leave both. Consolidation is mechanical and verifiable, not vibes: a fresh search for the deprecated form must return zero.

Read the full file on GitHub · 209 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. 5d ago First seen · 209 lines · 66 tokens per session scan A 362300e551cf

Subscribe to this mod's changes

housekeep-design is a skill published in the GitHub repository kensaurus/cursor-kenji (9 stars, last pushed 10d ago), licensed MIT. It adds 66 tokens to every session and 2,544 once invoked, about $0.0003 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-09-03.

Related

Other skills, from other repositories

interaction-skill

Layer A interaction-mechanics reference anchored to the beui.dev catalog. Stacks on any style skill whenever work adds or changes motion or interaction — micro-interactions, animated components, transitions, gestures, hover/press/state feedback, loading/success/error morphs, 'make it feel alive'. Mandates reading the…

code-yeongyu/oh-my-openagent · 104 tokens

layout-skill

Layer A layout-mechanics reference. Stacks on any style skill when the screen is an app shell, dashboard, settings, list-detail, mail/inbox, or any layout with fixed regions plus a scrolling body — or when a layout breaks under long, empty, or unbroken content. Owns spatial structure and scroll ownership; owns zero…

code-yeongyu/oh-my-openagent · 88 tokens

accessibility-audit

Conduct accessibility audits against WCAG 2.2 guidelines. Evaluate pages, components, and flows for conformance at A, AA, and AAA levels. Identify issues, assess severity, provide code fixes, and generate audit reports. Covers automated testing, manual testing, keyboard navigation, screen reader compatibility, color…

cuellarfr/design-skills · 72 tokens

Responsive Layout Reviewer

Reviews HTML/CSS or component code for responsive design issues across mobile, tablet, and desktop breakpoints.

Notysoty/openagentskills · 25 tokens

design-to-component-translator

Converts Figma/design specifications into production-ready UI components with accurate spacing, typography, color tokens, responsive rules, and interaction states (hover, focus, disabled, active). Generates Tailwind/shadcn code with design system tokens mapping. Use when translating "Figma to code", "design specs to…

patricio0312rev/skills · 75 tokens

responsive-design-system

Implements responsive design systems with mobile-first breakpoints, container queries, fluid typography, and adaptive layouts using Tailwind CSS. Use when users request "responsive design", "mobile-first", "breakpoints", "fluid typography", or "adaptive layout".

patricio0312rev/skills · 54 tokens