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 JSON

Unicon

Updated 2026-01-22

Help users add icons to React, Vue, Svelte, or web projects using the Unicon CLI and API.

iconscliai-assistantsapi
Download

Unicon MCP

Updated 2026-01-22

Guide setup and usage of the Unicon MCP server in Claude, Cursor, and other MCP clients.

mcpai-assistantsiconssetup
Download

CLI Commands

Unicon provides two commands for working with skills:

unicon skill— Local Installation

Installs skills directly into your AI assistant's config directory.

FlagDescription
--ide <name>Target IDE: claude, cursor, windsurf, agent, antigravity, opencode, codex, aider
--allInstall for all supported IDEs at once
-l, --listList all supported IDEs and their config paths
-f, --forceOverwrite 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 existing

unicon skills— Registry Download

Lists and downloads skills from the public registry at unicon.sh.

FlagDescription
-l, --listList available skills (default if no flags)
-g, --get <id>Download a skill by ID
-o, --output <path>Write to file instead of stdout
-j, --jsonOutput 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

IDEDirectoryFilename
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: