@agent-loom/craft
v1.0.4
Published
Craft CLI - Install and manage enterprise skills
Readme
@agent-loom/craft
Enterprise skill directory CLI — install and manage coding agent skills.
Quick Start
# One-time setup
npx @agent-loom/craft init \
--registry-url <your-registry-url> \
--org <your-github-org>
# Install a skill
npx @agent-loom/craft add <skill-id>
# Search skills
npx @agent-loom/craft search <keyword>
# List installed skills
npx @agent-loom/craft listCommands
| Command | Description |
|---------|-------------|
| craft init | Configure Craft CLI (one-time setup) |
| craft add <id> | Install a skill from the registry |
| craft remove <id> | Remove an installed skill |
| craft list | List installed skills |
| craft search <keyword> | Search skills in the registry |
| craft update | Update Craft CLI to latest version |
| craft validate [path] | Validate a skill for publishing |
Configuration
Craft stores its configuration in ~/.craft/config.json. Run craft init to set up.
License
MIT
