Skills Registry
Unicon Skills
Install Unicon skills in your AI assistant to generate icons and bundles automatically. Skills are plain markdown files you can audit, version, and share.
What is a Skill?
Unicon skills teach AI assistants how to search, bundle, and generate icons. They are designed for tools like Claude Code, Cursor, and Windsurf and can be installed locally for private use or shared across teams.
Available Skills
Download registry JSONCLI Commands
Unicon provides two commands for working with skills:
unicon skill— Local Installation
Installs skills directly into your AI assistant's config directory.
| Flag | Description |
|---|---|
| --ide <name> | Target IDE: claude, cursor, windsurf, agent, antigravity, opencode, codex, aider |
| --all | Install for all supported IDEs at once |
| -l, --list | List all supported IDEs and their config paths |
| -f, --force | Overwrite existing skill files |
Examples
unicon skill --list # See supported IDEs
unicon skill --ide claude # Install for Claude Code
unicon skill --ide cursor # Install for Cursor
unicon skill --all # Install for all IDEs
unicon skill --ide claude -f # Force overwrite existingunicon skills— Registry Download
Lists and downloads skills from the public registry at unicon.sh.
| Flag | Description |
|---|---|
| -l, --list | List available skills (default if no flags) |
| -g, --get <id> | Download a skill by ID |
| -o, --output <path> | Write to file instead of stdout |
| -j, --json | Output list as JSON (for scripts) |
Examples
unicon skills # List available skills
unicon skills --get unicon # Download to stdout
unicon skills --get unicon -o SKILL.md # Save to file
unicon skills --json # List as JSON (for scripts)Supported IDEs
| IDE | Directory | Filename |
|---|---|---|
| Claude Code | .claude/skills/unicon/ | SKILL.md |
| Cursor | .cursor/rules/ | unicon.mdc |
| Windsurf | .windsurf/rules/ | unicon.md |
| Agent | .agent/rules/ | unicon.md |
| Antigravity | .antigravity/rules/ | unicon.md |
| OpenCode | .opencode/rules/ | unicon.md |
| Codex | .codex/ | unicon.md |
| Aider | .aider/rules/ | unicon.md |
Direct Downloads
Prefer manual installs? Download the markdown files directly: