@emmraan/ai-skills
v1.2.0
Published
CLI tool for installing AI Skills across agent platforms
Readme
AI Skills CLI
Install framework-agnostic SKILLS.md files for AI agents.
Usage
npx @emmraan/ai-skills --helpto view all commands.
Interactive flow
When you run npx @emmraan/ai-skills <skill> without install flags, the CLI prompts for:
- Install location: Local (current project) or Global (agent platforms)
- Install target: All platforms or specific platforms (for both Local and Global)
When you run npx @emmraan/ai-skills remove <skill> without remove flags, the CLI prompts for:
- Remove location: Local (current project) or Global (agent platforms)
- Remove target: All platforms or specific platforms (for both Local and Global)
Supported non-interactive install flags:
--local--global--platform <name[,name]>--all
Supported non-interactive remove flags:
--local--global--platform <name[,name]>--all
Default behavior remains global + all platforms.
UX improvements
- Subtle welcome banner in TTY sessions
- Colored logs for info/success/warn/error states
- Spinners during install/remove operations
- Interactive prompts via
inquirer
Publish to npm
This package is the publishable CLI package for the ai-skills command.
- Build from workspace root:
pnpm build - Login to npm:
npm login - Publish CLI package:
npm publish --access public(run insidepackages/cli)
After publishing, users can run:
npx @emmraan/ai-skills list
