skillatlas
v0.1.3
Published
Skill Atlas: the building blocks for zero person teams
Readme
Skill Atlas CLI
CLI for discovering, reviewing, and installing curated AI agent skills.
Install
npm install -g skillatlasOr run it without installing:
npx skillatlas --helpCommands
skillatlas install
skillatlas find
skillatlas find security review
skillatlas review owner/repo@skill
skillatlas review owner/repo@skill --path references/example.mdinstall, find, and review are implemented by Skill Atlas. Any other command is passed through to the upstream skills CLI.
Development
npm install
npm run build
node dist/cli.js --helpThis repository is synced from the private Skill Atlas workspace via git subtree split from packages/cli.
