# OpenPencil Skills

Agent skills for [OpenPencil](https://github.com/open-pencil/open-pencil) — the open-source design editor.

## Install

```bash
npx skills add open-pencil/skills@open-pencil
```

For OpenPencil tooling used by the skill:

```bash
bun add -g @open-pencil/cli @open-pencil/mcp
```

## Available Skills

| Skill | Description |
|-------|-------------|
| `open-pencil` | CLI + MCP tools for .fig files and the running editor |

## Links

- [OpenPencil](https://github.com/open-pencil/open-pencil) — editor & core
- [Documentation](https://openpencil.dev)
- [MCP Server](https://www.npmjs.com/package/@open-pencil/mcp) — `openpencil-mcp` / `openpencil-mcp-http`
- [CLI](https://www.npmjs.com/package/@open-pencil/cli) — `openpencil`

---

Maintained as part of [OpenPencil](https://github.com/open-pencil) for the [OpenPencil editor](https://github.com/open-pencil/open-pencil).
