design_system_doc_template

The following principles guide all design decisions in this system:

Content Preview
# Design System Documentation

## System Info

| Field | Value |
|-------|-------|
| **Name** | [Design System Name] |
| **Version** | [X.Y.Z] |
| **Owner** | [Team/Person] |
| **Status** | Active / Beta / Deprecated |
| **Last Updated** | YYYY-MM-DD |

---

## Design Principles

The following principles guide all design decisions in this system:

1. **[Principle 1 Name]** - [One sentence description. Example: "Clarity over cleverness - every element should have an obvious purpose."]

2. **[Prin
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/design_system_doc_template.md \
  https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/product-team/ui-design-system/assets/design_system_doc_template.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/alirezarezvani/claude-skills

Then reference at product-team/ui-design-system/assets/design_system_doc_template.md

Related Skills