Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Source Command Status

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

tangchunwu 54fd6db 1.2 KB Updated 1 repo stars

File contents

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

tangchunwu/skill-hub/tree/main/skills/custom/source-command/source-command-status commit 54fd6db0c7

Frequently asked questions

npx skillmds add tangchunwu/source-command-status