Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Triage

ASecurity

Recommend which design system skills to run first based on a quick assessment of the system's state. Trigger when someone says: where should I start, what should I run first, triage my design system, which audit first, help me prioritise, I'm new to this system, first time using this plugin, or anything about deciding which skills or commands to use.

174 stars
0 votes
0 copies
2 views
Added 5/28/2026
designgoreactvuedocumentation

Works with

cli

Security Analysis

A100/100

Scanned 5/28/2026

Install to Claude Code

$npx -y skills add murphytrueman/design-system-ops --skill triage --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Triage?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Triage
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/murphytrueman-triage/badge)](https://www.skillsdirectory.com/skills/murphytrueman-triage)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: triage
description: "Recommend which design system skills to run first based on a quick assessment of the system's state. Trigger when someone says: where should I start, what should I run first, triage my design system, which audit first, help me prioritise, I'm new to this system, first time using this plugin, or anything about deciding which skills or commands to use."
---

# Triage

A skill for quickly assessing a design system's state and recommending which skills to run first, in what order, and why. Prevents the overwhelm of running all 38 skills when 3–5 would surface the critical findings.

## Context

Design System Ops has 38 skills across 5 categories: audit, validate, document, govern, and communicate. Running all of them is comprehensive but overwhelming — especially for a team encountering the plugin for the first time. The triage skill reads the system's current state and produces a prioritised run plan: which skills to run first, which to skip for now, and which to return to later.

The triage skill is intentionally lightweight. It should take no more than 5 minutes of input-gathering and produce a run plan in under a minute. The value is in sequencing, not in depth — the subsequent skills provide the depth.

## Boundaries

This skill produces a run plan — it does not run other skills itself. If the user wants a full automated sweep, point them to the `/full-diagnostic` agent instead. If the system has a single well-defined problem ("our tokens are a mess"), skip triage and go directly to the relevant skill. Triage is for when the team does not know where to start, not when they already know.

---

## Step 1: Quick system scan

Gather the minimum information needed to assess the system's state. This is NOT a full audit — it is a triage scan.

Ask for or confirm:
- System name and approximate size (number of components)
- Primary tech stack (React, Vue, Twig, Web Components, etc.)
- Token system: does one exist? What format? (SCSS, CSS vars, DTCG, Tailwind, none)
- Documentation: is there any? Where does it live?
- Team size: how many people work on the design system?
- Maturity self-assessment: how would the team describe their system? (New, growing, established, struggling, legacy)
- Current pain: what prompted this assessment? What is the most pressing problem?

If the user provides a codebase or repo path, do a quick scan:
- Count component directories
- Check for token files (*.tokens.json, variables.scss, etc.)
- Check for documentation files (README, docs/, etc.)
- Check for consuming apps (apps/, packages/, etc.)
- Check for drift evidence (override files, fork patterns)

## Step 2: Classify the system state

Based on the scan, classify the system into one of four states:

### State A: New or small system (< 10 components, < 1 year old)
**Profile:** Young system, small team, establishing foundations.
**Primary risk:** Building without foundations (tokens, governance, documentation).
**Typical pain:** "We're not sure if we're doing this right."

### State B: Growing system (10–25 components, active development)
**Profile:** Mid-size system gaining adoption, starting to feel friction.
**Primary risk:** Accumulating debt faster than paying it off.
**Typical pain:** "Things are getting inconsistent" or "new teams are struggling to adopt."

### State C: Established system (25+ components, multiple consuming teams)
**Profile:** Mature system with significant investment, maintaining at scale.
**Primary risk:** Drift, governance gaps, documentation staleness.
**Typical pain:** "We don't know the state of things" or "teams are going off-system."

### State D: Legacy or struggling system (any size, declining adoption or significant debt)
**Profile:** System with accumulated problems, possibly declining adoption.
**Primary risk:** System becomes irrelevant as teams work around it.
**Typical pain:** "It's a mess" or "nobody uses it" or "we inherited this."

## Step 3: Produce the run plan

Based on the state classification, produce a prioritised skill run plan.

---

### Design System Ops — triage report

**System:** [name]
**State classification:** [A/B/C/D] — [one-line description]
**Date:** [date]

---

#### Recommended run order

For each recommended skill:

| Priority | Skill | Why now | What it will tell you | Estimated time |
|---|---|---|---|---|
| 1 | [skill name] | [why this is the right first step for this state] | [what you'll learn] | [5–15 min] |
| 2 | ... | | | |
| 3 | ... | | | |

**Limit the initial run to 3–5 skills.** More than that dilutes focus.

---

#### Skills to skip for now

| Skill | Why skip | When to revisit |
|---|---|---|
| [skill name] | [why it's not useful yet for this state] | [specific trigger for when it becomes relevant] |

---

#### Skills to return to later

| Skill | Prerequisite | When to run |
|---|---|---|
| [skill name] | [what needs to happen first] | [timing — e.g. "after token audit remediation is complete"] |

---

### Run plans by state

These are starting-point recommendations. Adjust based on the specific pain the team reported.

**State A (New/small):**
1. `system-health` — Establish a baseline score across all dimensions
2. `token-audit` — Verify the foundation is solid before building on it
3. `contribution-workflow` — Establish governance early, before it becomes a problem
4. Skip: adoption-report (too early), drift-detection (no consuming teams yet), deprecation-process (nothing to deprecate)

**State B (Growing):**
1. `system-health` — Get the current picture
2. `component-audit` — Understand what you have, what's duplicated, what's missing
3. `naming-audit` — Catch convention drift before it compounds
4. `adoption-report` — Understand who's using it and who isn't
5. Skip: system-pitch (you already have investment), designer-onboarding (do after audits)

**State C (Established):**
1. `drift-detection` — The #1 risk for established systems
2. `token-compliance` — Are tokens being used correctly at scale?
3. `adoption-report` — Who's drifting and why?
4. `system-health` — Overall picture for quarterly review
5. Skip: system-pitch (not needed), contribution-workflow (likely exists)

**State D (Legacy/struggling):**
1. `system-health` — Honest assessment of where things stand
2. `token-audit` — Understand the structural foundation (or lack thereof)
3. `component-audit` — Map the duplication and coverage gaps
4. `drift-detection` — Quantify how far consuming teams have diverged
5. Then: `stakeholder-brief` — Translate findings into a business case for investment
6. Skip: documentation skills (don't document dysfunction — fix it first), designer-onboarding (premature), change-communication (nothing to communicate yet)

---

#### What to do with the results

After running the recommended skills:
1. Read the findings from each skill
2. Identify the top 3 themes that appear across multiple skill outputs
3. Use those themes to decide the next action: remediation, governance establishment, stakeholder communication, or documentation
4. Schedule the "return to later" skills based on the sequencing above

---

## Quality checks

- System state classification is justified with specific evidence from the scan
- Run plan is limited to 3–5 skills, not a full list
- "Skip for now" section explains WHY each skill is skipped, not just that it's skipped
- Run plan addresses the specific pain the team reported, not just the generic state recommendation
- Time estimates are realistic for the system's size
- The plan sequences skills so that later skills can build on earlier findings

Attribution

murphytruemanmurphytrueman
View sourceMore from murphytrueman →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Responsive Design

Implement modern responsive layouts using container queries, fluid typography, CSS Grid, and mobile-first breakpoint strategies. Use when building adaptive interfaces, implementing fluid layouts, or creating component-level responsive behavior.

393432 votes

Mermaid Diagrams

Creating and refining Mermaid diagrams with live reload. Use when users want flowcharts, sequence diagrams, class diagrams, ER diagrams, state diagrams, or any other Mermaid visualization. Provides best practices for syntax, styling, and the iterative workflow using mermaid_preview and mermaid_save tools.

2032 votes

sleek-design-mobile-apps

Use when the user wants to design a mobile app, create screens, build UI, or interact with their Sleek projects. Covers high-level requests ("design an app that does X") and specific ones ("list my projects", "create a new project", "screenshot that screen").

5711 votes

swiftui-design-skill

SwiftUI frontend visual design skill. Creates beautiful, distinctive iOS/macOS interfaces that avoid generic AI slop patterns. Covers design direction, layout systems, typography, color, spacing, brand integration, and design review. Use when designing new SwiftUI views, reviewing UI quality, creating iOS prototypes, choosing visual styles, improving app aesthetics, or when the UI looks generic or AI-generated.

1801 votes

Ios Hig

Use when designing iOS interfaces, implementing accessibility (VoiceOver, Dynamic Type), handling dark mode, ensuring adequate touch targets, providing animation/haptic feedback, or requesting user permissions. Apple Human Interface Guidelines for iOS compliance.

761 votes
View all in design →