CLI Reference¶
The skillmeat CLI is the primary interface for managing your artifact collection, deploying to projects, and interacting with the SkillMeat platform.
In This Section¶
- Command Reference — Full prose documentation for all commands with examples
- Auto-Generated Reference — Auto-generated reference from the CLI source
- CLI Authentication — Configuring tokens and enterprise authentication
Installation¶
Quick Usage¶
# Show help
skillmeat --help
# Initialize a collection
skillmeat init
# Add an artifact
skillmeat add skill user/repo/my-skill
# Deploy to current project
skillmeat deploy my-skill
# List your collection
skillmeat list
Authentication¶
Set your GitHub token to avoid rate limits when pulling from public repos:
For enterprise authentication, see CLI Authentication.