skillissue-cli
v1.0.2
Published
CLI for skillissue — the social platform for AI skills
Maintainers
Readme
skillissue
the social platform for AI skills — skillissue.bajpai.tech
A CLI to install, search, and manage AI agent skills across every agent on your machine.
Install
npm i -g skillissueOr use it without installing:
npx skillissue add frontend-designCommands
skillissue add <target>
Install a skill into every AI agent detected on your machine.
By name (looks up via the skillissue registry):
skillissue add frontend-designFrom a GitHub repo directly:
skillissue add anthropics/skills --skill frontend-designOptions:
-s, --skill <name>— required when using a GitHub repo target-b, --branch <branch>— GitHub branch (default:main, falls back tomaster)
skillissue search <query>
Search the skillissue catalog.
skillissue search designskillissue list
List every skill installed across every detected agent, grouped by agent.
skillissue listSupported agents
An agent is considered "installed" when its skills directory exists. To opt an
agent in, just create the directory (e.g. mkdir -p ~/.claude/skills).
Claude Code, Cursor, Windsurf, Codex, GitHub Copilot, Gemini CLI, OpenCode, Goose, Amp, Roo Code, Kiro CLI, Kimi CLI, Kilo Code, Trae, Cline, Antigravity, Droid, Augment, OpenClaw, CodeBuddy, Command Code, Crush, Kode, Mistral Vibe, Mux, OpenClaude IDE, OpenHands, Qoder, Qwen Code, Replit, Trae CN, Neovate, AdaL.
GitHub token (for rate limits)
The CLI reads a token from the following env vars, in order:
SKILLISSUE_GITHUB_TOKENGITHUB_TOKENGH_TOKEN
No token is required for typical usage, but setting one avoids GitHub raw rate limits.
License
MIT
