@kurokeita/add-skill
v1.12.0
Published
CLI to install AI agent skills to various platforms
Readme
@kurokeita/add-skill (AI Manager)
CLI to manage and install AI agent skills, agents, and workflows to various platforms.
Features
- List Items: View a list of available AI skills, agents, and workflows.
- Local status: Check which items are installed locally.
- Add Items: Interactively add skills, agents, and workflows to your supported platforms.
- Remove Items: Remove locally installed items from specific platforms.
- Import: Import items directly from GitHub URLs.
Usage
pnpx @kurokeita/add-skill --helpList Items
List available items in the repository:
# List skills (default)
pnpx @kurokeita/add-skill list
# List agents
pnpx @kurokeita/add-skill list agent
# List workflows
pnpx @kurokeita/add-skill list workflowList locally installed items:
pnpx @kurokeita/add-skill list --local
pnpx @kurokeita/add-skill list agent --localAdd Items
Starts an interactive session to select and install items.
# Add skills
pnpx @kurokeita/add-skill add
# Add agents
pnpx @kurokeita/add-skill add agent
# Add workflows
pnpx @kurokeita/add-skill add workflowRemove Items
Interactively select items and platforms to remove them from.
# Remove skills
pnpx @kurokeita/add-skill remove skill
# Remove agents
pnpx @kurokeita/add-skill remove agentAdd Item from GitHub
Install an item directly from a GitHub URL.
pnpx @kurokeita/add-skill add https://github.com/owner/repo/tree/main/skills/skill-nameImport to Repository (For Maintainers)
Import a skill, agent, or workflow from GitHub into this repository.
pnpm dev import https://github.com/owner/repo/tree/main/skills/skill-nameSupported Platforms
| Platform | Agents Path | Skills Path | Workflows Path |
| :--- | :--- | :--- | :--- |
| Antigravity | Not Supported | ~/.gemini/antigravity/global_skills | ~/.gemini/antigravity/global_workflows |
| Claude Code | ~/.claude/agents | ~/.claude/skills | ~/.claude/skills |
| Codex | ~/.codex/skills | ~/.codex/skills | ~/.codex/skills |
| Gemini CLI | ~/.gemini/agents | ~/.gemini/skills | ~/.gemini/commands |
| GitHub Copilot | ~/.copilot/agents | ~/.copilot/skills | ~/.copilot/prompts |
| Windsurf | Not Supported | ~/.codeium/windsurf/skills | ~/.codeium/windsurf/global_workflows |
For Codex, this package installs skills directly and converts agents and workflows into Codex skill packages under ~/.codex/skills.
Development
Clone the repository:
git clone https://github.com/kurokeita/ai-agent.git cd ai-agentInstall dependencies:
pnpm installRun in development mode:
pnpm devLint and Format:
pnpm lint pnpm formatBuild:
pnpm build
License
This project is licensed under the GNU General Public License v3.0.
