Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "frontend-design",
"version": "1.0.0",
"description": "Create distinctive, production-grade frontend interfaces with high design quality",
"author": {
"name": "Damola Akinleye"
},
"repository": "https://github.com/Dammyjay93/claude-design-skill",
"license": "MIT",
"keywords": ["frontend", "design", "ui", "css", "react", "tailwind"]
}
44 changes: 21 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Design Principles Skill for Claude Code
# Frontend Design Skill for Claude Code

A Claude Code skill that enforces precise, crafted design for enterprise software, SaaS dashboards, and admin interfaces. Inspired by Linear, Notion, Stripe, and Vercel.
A Claude Code skill that creates distinctive, production-grade frontend interfaces with high design quality. Inspired by Linear, Notion, Stripe, and Vercel.

## What It Does

Expand All @@ -23,37 +23,32 @@ See the difference at **[dashboard-v4-eta.vercel.app](https://dashboard-v4-eta.v

## Installation

### Quick Install (macOS/Linux)
### Plugin Install (Recommended)

```bash
mkdir -p ~/.claude/skills/design-principles
curl -o ~/.claude/skills/design-principles/skill.md \
https://raw.githubusercontent.com/Dammyjay93/claude-design-skill/main/skill/skill.md
```
/plugin install github:Dammyjay93/claude-design-skill
```

### Manual Install

1. Create the skill directory:
```bash
mkdir -p ~/.claude/skills/design-principles
```

2. Copy `skill/skill.md` to `~/.claude/skills/design-principles/skill.md`
### Manual Install (Legacy)

3. Restart Claude Code
```bash
mkdir -p ~/.claude/skills/frontend-design
curl -o ~/.claude/skills/frontend-design/SKILL.md \
https://raw.githubusercontent.com/Dammyjay93/claude-design-skill/main/skills/SKILL.md
```

## Usage

The skill activates automatically when you ask Claude Code to build UI. You can also invoke it explicitly:
The skill activates automatically when building web components, pages, or applications. It can also be invoked explicitly:

```
/design-principles
/frontend-design
```

Or reference it in your prompt:
Or referenced in prompts:

```
Build a dashboard for [your use case]. Use the design-principles skill.
Build a dashboard for [your use case]. Use the frontend-design skill.
```

## Design Directions
Expand All @@ -80,13 +75,16 @@ The skill supports multiple design personalities:
## File Structure

```
~/.claude/skills/design-principles/
└── skill.md # The skill definition
claude-design-skill/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest
└── skills/
└── SKILL.md # The skill definition
```

## Customization

Fork this repo and modify `skill/skill.md` to match your design system. Key sections to customize:
Fork this repo and modify `skills/SKILL.md` to match your design system. Key sections to customize:

- **Design Directions** — Add your own personality options
- **Color Foundation** — Define your brand colors
Expand Down
21 changes: 0 additions & 21 deletions install.sh

This file was deleted.

237 changes: 0 additions & 237 deletions skill/skill.md

This file was deleted.

Loading