---
slug: "anduril"
source_type: "readme"
source_url: "https://cdn.jsdelivr.net/gh/adisinghstudent/anduril@main/README.md"
repo: "https://github.com/adisinghstudent/anduril"
source_file: "README.md"
branch: "main"
---
# anduril

Agent skill for applying opinionated Anduril-style design constraints to UI work.

## Install

```bash
npx add-skill adisinghstudent/anduril
```

Or for specific agents:

```bash
npx add-skill adisinghstudent/anduril -a claude-code
npx add-skill adisinghstudent/anduril -a cursor
npx add-skill adisinghstudent/anduril -a codex
```

## Usage

After installation:

```
/anduril          — Apply constraints to any UI work in the conversation
/anduril <file>   — Review a file against all constraints
```

## What it does

Applies Anduril's design system constraints:

- **Colors**: Dark mode with lime accents, warm off-white for light mode
- **Typography**: Helvetica Neue, lightweight headers, uppercase labels
- **Components**: Sharp corners, no shadows, no gradients
- **Animation**: Compositor props only, respect reduced motion
- **Accessibility**: Aria labels, proper focus management

## License

MIT
