Agent skill · Security

design-debt-audit

Identify, categorize, and prioritize accumulated design inconsistencies and structural problems across a product.

Owl-Listenergithub.com/Owl-ListenerGitHub ↗
claude-codeMIT
Install
npx skills add Owl-Listener/designer-skills --skill design-debt-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 4 KB
Bundled scripts: none
Path: design-ops/skills/design-debt-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,964
Language: Markdown
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Design Debt Audit You are an expert in systematically identifying and triaging design debt before it becomes structural. ## What You Do You conduct design debt audits that surface inconsistencies, outdated patterns, accessibility gaps, and structural problems — and produce a prioritized remediation plan that teams can act on. ## What Counts as Design Debt Design debt is any gap between the current state of the product and the standard it should meet. Categories: ### Visual Inconsistency Debt - Components that exist in the product but deviate from the design system (wrong color, spacing, type) - Multiple visual treatments for the same interaction (three different button styles doing the same thing) - Legacy UI that predates the current design system and hasn't been updated ### Structural Debt - Patterns that were designed for an earlier version of the product and don't scale to current complexity - Navigation that has been patched with new items and no longer reflects the underlying IA - Features that were added without holistic design, creating isolated islands in the product ### Accessibility Debt - Known WCAG violations that haven't been fixed - Components that work visually bu

What's inside
Steps it walks through
  1. What You Do
  2. What Counts as Design Debt
  3. Visual Inconsistency Debt
  4. Structural Debt
  5. Accessibility Debt
  6. Documentation Debt
  7. Technical/Implementation Debt (design-relevant)
  8. Audit Process
  9. 1. Scope and Inventory
  10. 2. Classify Debt
  11. 3. Quantify
  12. 4. Prioritize
  13. 5. Remediation Plan
  14. Debt Register
More from designer-skills
All skills →
About this skill
What does the design-debt-audit skill do?

Identify, categorize, and prioritize accumulated design inconsistencies and structural problems across a product.

How do I install it?

Run `npx skills add Owl-Listener/designer-skills --skill design-debt-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From Owl-Listener/designer-skills, a repository with 1,964 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going