# Source Command Status

> Show current design system state including direction, tokens, and patterns.

- Skill: `tangchunwu/source-command-status` (Agent Skill)
- Install (CLI): `npx skillmds add tangchunwu/source-command-status`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tangchunwu/source-command-status/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Design & Media
- Author: tangchunwu (https://skillmd.com/u/tangchunwu)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/tangchunwu/source-command-status

---


# source-command-status

Use this skill when the user asks to run the migrated source command `status`.

## Command Template

# interface-design status

Show current design system state.

## What to Show

**If `.interface-design/system.md` exists:**

Display:
```
Design System: [Project Name]

Direction: [Precision & Density / Warmth / etc]
Foundation: [Cool slate / Warm stone / etc]
Depth: [Borders-only / Subtle shadows / Layered]

Tokens:
- Spacing base: 4px
- Radius scale: 4px, 6px, 8px
- Colors: [count] defined

Patterns:
- Button Primary (36px h, 16px px, 6px radius)
- Card Default (border, 16px pad)
- [other patterns...]

Last updated: [from git or file mtime]
```

**If no system.md:**

```
No design system found.

Options:
1. Build UI → system will be established automatically
2. Run /interface-design:extract → pull patterns from existing code
```

## Implementation

1. Read `.interface-design/system.md`
2. Parse direction, tokens, patterns
3. Format and display
4. If no system, suggest next steps

