CLI¶
Git-like commands to manage, sync, and deploy agent artifacts from any terminal — every operation in the web app also exists as a scriptable CLI command, so SkillMeat fits into CI, dotfiles repos, and existing developer muscle memory.
Who it's for: developers who live in a terminal and want to script collection management, or automate deployment as part of an existing pipeline.
How to read the tags
Local — shipped in the local edition, no flag needed. Enterprise — shipped in enterprise, no launch-blocking gate. Gated — shipped, but behind a feature flag, auth wall, or readiness gate (see the caveat in each row). Future — roadmap only; not available today.
What you can do today¶
| Capability | Availability | Learn more |
|---|---|---|
Git-like command surface: init, add, list, search, deploy, sync, scaffold, template |
Local | CLI Command Reference |
| Atomic filesystem operations, validated before install so a failed write never leaves a project half-configured | Local | CLI Command Reference |
scaffold --full — initialize a collection plus automatically deploy Project Starters, with next-step guidance |
Local | Project Scaffolding Guide |
memory --local — capture and search persona/context memory against the local cache, no running API required |
Local | Memory & Context System |
| Bulk import with per-item status reporting and configurable skip-list enforcement | Local | Adding Artifacts |
Explicit, predictable scope precedence — an explicit --scope/--team flag beats project config, which beats user-global config, which falls back to your personal collection |
Local | Collection Init & Config |
Enterprise CLI parity — enterprise add (create-or-update), enterprise capture <project-dir>, enterprise migrate, enterprise fetch-and-relay <source-id> |
Enterprise | CLI — Enterprise Edition |
Go deeper¶
- CLI Reference — overview, auto-generated command reference, and CLI authentication.
- CLI Command Reference — prose guide with examples and patterns.
- SkillMeat CLI Skill — drive the CLI from an agent skill.
- Next: Sync & Versioning for what
syncactually reconciles.