@archznn/crewloop-cli
v0.4.0
Published
CLI for installing CrewLoop skills
Readme
@archznn/crewloop-cli
CLI for installing CrewLoop skills into your agent's skills directory.
Install
npm install -g @archznn/crewloop-cliUsage
Install all skills:
crewloop installInstall specific skills:
crewloop install --skill architect --skill engineerInstall to a custom directory:
crewloop install --target /path/to/skillsInstall for a specific agent:
crewloop install --agent claudeList available skills:
crewloop listOptions
--target <dir>— custom target directory--skill <name>— install only a specific skill (repeatable)--agent <agent>— target agent convention (kimi,claude,codex,cursor,windsurf)--symlink— create symlinks instead of copying--force— overwrite existing skills--dry-run— preview actions without installing-h, --help— show help
Publishing
@archznn/crewloop-cli is published automatically by the GitHub Actions workflow in .github/workflows/publish-npm.yml whenever a v*.*.* tag is pushed. The @archznn/crewloop-skills package is published first, then the CLI.
