tidyfactor-design

tidyfactor-design is a skill for Claude Code, Codex from alwkala/tidyfactor-design. It costs 231 tokens per session (1,547 once invoked), scanned A, a copy of tidyfactor-design, MIT.

A code-based UI design system that guides work from discovering a visual direction through creating, checking, and handing off a prototype.

In plain words
What is it for?
Use it to study references, define a project brief, set up brand and typography choices, create page structures and components, add motion, check quality, and prepare a prototype for handoff.
Why use it?
It provides one organised process for building consistent interfaces without requiring a separate design application or a build step.

Skill for Claude CodeCodex

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

Good fit Use it to study references, define a project brief, set up brand and typography choices, create page structures and components, add motion, check quality, and prepare a prototype for handoff.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/alwkala/tidyfactor-design/claude-skill
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 alwkala/tidyfactor-design --skill claude-skill
Clone the repo
git clone --depth 1 https://github.com/alwkala/tidyfactor-design

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 tidyfactor-design

README.md
[![agentmods](https://agentmods.dev/badge/skills/alwkala/tidyfactor-design/claude-skill/github.svg)](https://agentmods.dev/skills/alwkala/tidyfactor-design/claude-skill)
Your own site
<a href="https://agentmods.dev/skills/alwkala/tidyfactor-design/claude-skill"><img src="https://agentmods.dev/badge/skills/alwkala/tidyfactor-design/claude-skill/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 tidyfactor-design

Your own site · 80×15
<a href="https://agentmods.dev/skills/alwkala/tidyfactor-design/claude-skill"><img src="https://agentmods.dev/badge/skills/alwkala/tidyfactor-design/claude-skill.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 231 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,547 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.
Origin 100% copy Near-identical to another mod 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.00231 $0.01547
Opus 5 $0.00115 $0.00773
Sonnet 5 $0.00046 $0.00309
Haiku 4.5 $0.00023 $0.00155

Measured 9d ago against content hash 353c19128b96, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

tidyfactor-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 9d 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.

Origin

This is a copy

100% identical to tidyfactor-design — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

.claude-skill/SKILL.md · 47 lines

How it starts

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

TidyFactor Design (Code-Native UI Design Lifecycle Engine)

A command dispatcher supporting the full UI design lifecycle—from initial discovery through developer handoff—with zero build steps and complete design system consistency.

Lifecycle Commands (24 Commands across 7 Stages)

Lifecycle Stage User intent / Command Command File What it loads
1. Discovery "Extract design DNA from reference URL/image" references/commands/study.md memory/01-design-schools.md + memory/06-quality-bar.md
1. Discovery "Establish 3-question design context brief" references/commands/brief.md memory/01-design-schools.md + memory/13-layout-archetypes.md
2. Foundation "Start brand-new design system / prototype" references/commands/init.md references/workflows/init-prototype.md + references/memory/architecture.md + references/memory/foundations.md
2. Foundation "Scaffold or manage brand.json v2 schema" references/commands/brand.md memory/11-brand-json-v2.md + memory/02-design-tokens.md
2. Foundation "Select mood-routed typography pairing" references/commands/typography.md memory/12-typography-matrix.md + memory/08-arabic-bilingual.md
2. Foundation "Choose design movement / visual direction" references/commands/school.md memory/01-design-schools.md
2. Foundation "Manage design tokens and brand colors" references/commands/tokens.md memory/02-design-tokens.md + references/memory/architecture.md
2. Foundation "Scaffold color palette from reference image" references/commands/palette.md memory/02-design-tokens.md
2. Foundation "Asset hygiene and image optimization" references/commands/assets.md memory/10-python-tooling.md
3. Architecture "Select macrostructure layout archetype" references/commands/layout.md memory/13-layout-archetypes.md + references/memory/architecture.md
3. Architecture "Choose navigation (N1-N9) and footer (Ft1-Ft8)" references/commands/nav-footer.md memory/14-nav-footer-catalog.md + memory/06-quality-bar.md
3. Architecture "Add a new content or marketing page" references/commands/page.md references/workflows/init-prototype.md + memory/05-component-anatomy.md
3. Architecture "Add a new dashboard or app screen" references/commands/dashboard.md references/workflows/init-prototype.md + memory/05-component-anatomy.md
4. Components "Manage shared UI components (8-state wrappers)" references/commands/components.md memory/05-component-anatomy.md + references/memory/architecture.md
4. Components "Define interactive component states" references/commands/states.md memory/05-component-anatomy.md
5. Motion "Add shared animations, recipes & ambient layers" references/commands/motion.md memory/04-motion-principles.md
5. Motion "Wire interactive prototype navigation" references/commands/flow.md memory/09-prototype-flow.md
5. Motion "Add Arabic/RTL or bilingual localization" references/commands/i18n.md memory/08-arabic-bilingual.md
6. Quality "Verify asset performance budgets & size limits" references/commands/perf.md memory/15-performance-budget.md
6. Quality "Audit structural consistency & quality bar" references/commands/audit.md references/workflows/audit-prototype.md + memory/06-quality-bar.md + memory/07-consistency-contract.md
6. Quality "Extract design system from external site" references/commands/clone.md references/workflows/clone-prototype.md + memory/03-narrative-conversion.md
6. Quality "Unify drifted prototype under design system" references/commands/retrofit.md references/workflows/retrofit-prototype.md + memory/07-consistency-contract.md
7. Delivery "Export developer handoff specs & token map" references/commands/handoff.md memory/11-brand-json-v2.md + memory/05-component-anatomy.md
7. Delivery "Local preview and deployment" references/commands/deploy.md memory/06-quality-bar.md

Read the full file on GitHub · 47 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. 9d ago First seen · 47 lines · 231 tokens per session scan A 353c19128b96

Subscribe to this mod's changes

tidyfactor-design is a skill published in the GitHub repository alwkala/tidyfactor-design (5 stars, last pushed 1mo ago), licensed MIT. It adds 231 tokens to every session and 1,547 once invoked, about $0.0012 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to tidyfactor-design, differing in 0 lines, and is treated as a copy.

Related

Other skills, from other repositories

ux-audit

Production-grade UX audit and design guidance skill. Transforms vague design feedback into actionable, implementable recommendations. Two modes: guide (principles + do/don't rules for modern interfaces) and review (structured audit with prioritized fixes). Covers task-first UX, information architecture, CRAP visual…

narenkatakam/ux-audit · 117 tokens

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

ss-studio

Turn a product brief and optional references into three distinct creative directions, a human-selected StyleSeed interaction plan, generated image/video asset jobs, a working UI prototype, and a verified prototype-first showcase reel. Use for client concepts, app interaction exploration, trendy but coherent UI…

bitjaru/styleseed · 75 tokens

ss-learn

Capture a human-approved UI design lesson as a privacy-minimized local StyleSeed candidate, review it, and prepare an opt-in share package without transmitting project code, prompts, screenshots, or brand data. Use when a person asks StyleSeed to remember, learn from, generalize, review, or prepare a reusable rule…

bitjaru/styleseed · 73 tokens

ss-copy

Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.

bitjaru/styleseed · 29 tokens

ss-lint

Quick automated lint — detects common design system violations in seconds.

bitjaru/styleseed · 15 tokens