An open API service indexing awesome lists of open source software.

https://github.com/planetabhi/design-like

Give agents brand-specific design skills
https://github.com/planetabhi/design-like

agent-skills agents antigravity antigravity-tools claude claude-code copilot cursor design design-skills vscode

Last synced: 3 months ago
JSON representation

Give agents brand-specific design skills

Awesome Lists containing this project

README

          

# design-like

Brand specific design skills for AI coding agents.

```bash
npx design-like apple
```

## Available Brands

`apple` · `airbnb` · `linear` · `shopify` · `stripe` · `notion` · `figma` · `spotify` · `slack` · `discord` · `ibm` · `salesforce`

## Supported IDEs

| IDE | Path |
| ----------- | ----------------------- |
| Claude Code | `.claude/skills/` |
| Cursor | `.cursor/rules/` |
| VSCode | `.vscode/instructions/` |
| Antigravity | `.agent/skills/` |

## Usage

```bash
npx design-like # Install a brand
npx design-like # Interactive mode
npx design-like list # List brands
```

## Options

| Flag | Description |
| ---------------- | ---------------------------------------------------------- |
| `--target ` | Install to custom directory |
| `--ide ` | Target: `claude`, `cursor`, `vscode`, `antigravity`, `all` |
| `--force` | Overwrite existing |

## Install as a Skill

You can also install this repository as an Agent Skill via [skills.sh](https://skills.sh/):

```bash
npx skills add planetabhi/design-like
```