baz skill
Manage Baz-native reusable skills
baz skill [options] [command]| Option | Description |
|---|---|
-h, --help | display help for command |
baz skill list
List available Baz-native skills
baz skill list [options]| Option | Description |
|---|---|
--limit <n> | Max skills to fetch Default: 60. |
-h, --help | display help for command |
baz skill show
Show a saved skill
baz skill show [options] <skill-ref>| Option | Description |
|---|---|
-h, --help | display help for command |
baz skill patterns
List pattern ids in a saved skill
baz skill patterns [options] <skill-ref>| Option | Description |
|---|---|
-h, --help | display help for command |
baz skill deps
List linked references inside a saved skill
baz skill deps [options] <skill-ref>| Option | Description |
|---|---|
-h, --help | display help for command |
baz skill init
Create a starter local skill markdown file
baz skill init [options] <slug>| Option | Description |
|---|---|
--output <path> | Path to write the starter skill markdown |
-h, --help | display help for command |
baz skill draft
Draft a skill from the current project
baz skill draft [options]| Option | Description |
|---|---|
--output <path> | Path to write the drafted markdown |
--project <id> | Override project id |
--project-id <id> | Alias for --project |
--prompt <text> | Focus extraction on specific aspects |
-h, --help | display help for command |
baz skill draft-project
Draft a project-backed skill and write an agent review packet
baz skill draft-project [options]| Option | Description |
|---|---|
--project <id> | Source project id |
--project-id <id> | Alias for --project |
--output <path> | Path to write the drafted markdown |
--prompt <text> | Focus extraction on specific aspects |
--review-output <path> | Path to write the senior-agent review packet |
--validation-output <path> | Path to write machine-readable validation JSON |
--allow-blockers | Exit 0 even when mechanical project-skill blockers remain |
--allow-missing-narration | Allow draft generation when source audio exists but accepted script/narration evidence is missing |
-h, --help | display help for command |
baz skill review-project
Validate an edited project-backed skill and write an agent review packet
baz skill review-project [options] <path>| Option | Description |
|---|---|
--project <id> | Source project id |
--project-id <id> | Alias for --project |
--review-output <path> | Path to write the senior-agent review packet |
--validation-output <path> | Path to write machine-readable validation JSON |
--allow-blockers | Exit 0 even when mechanical project-skill blockers remain |
-h, --help | display help for command |
baz skill compare-project
Compare two project-backed skill drafts against the same source project
baz skill compare-project [options] <left-path> <right-path>| Option | Description |
|---|---|
--project <id> | Source project id |
--left-label <label> | Label for the first skill Default: left. |
--right-label <label> | Label for the second skill Default: right. |
--comparison-output <path> | Path to write the comparison markdown |
-h, --help | display help for command |
baz skill pull
Write a saved skill to a local file for editing
baz skill pull [options] <skill-ref>| Option | Description |
|---|---|
--output <path> | Path to write the markdown |
-h, --help | display help for command |
baz skill validate
Validate local skill markdown
baz skill validate [options] <path>| Option | Description |
|---|---|
-h, --help | display help for command |
baz skill save
Save local skill markdown into the current project skill library
baz skill save [options] <path>| Option | Description |
|---|---|
--project <id> | Override project id |
--project-id <id> | Alias for --project |
--skill <skill-ref> | Overwrite an existing saved skill by slug or context ID |
--publish | Publish the saved skill into the public /create skill catalog (admin only) |
--catalog-slug <slug> | Override the /create catalog slug when publishing |
--catalog-title <title> | Override the /create catalog title when publishing |
--promise <text> | Public promise copy for the /create skill card |
--description <text> | Public description copy for the /create skill card |
--preview-url <url> | Preview video URL for the /create skill card |
--poster-url <url> | Preview poster URL for the /create skill card |
--format <formats> | Supported format(s): portrait, landscape, square, or comma-separated |
--duration <seconds> | Default duration in seconds for guided create |
--sort-order <n> | Sort order in the /create catalog |
--voiceover <yes|no|maybe> | Default voiceover preference for guided create |
-h, --help | display help for command |
baz skill activate
Activate a saved skill as the project preset
baz skill activate [options] <skill-ref>| Option | Description |
|---|---|
--project <id> | Override project id |
--project-id <id> | Alias for --project |
-h, --help | display help for command |
baz skill link
Edit local skill markdown bindings
baz skill link [options] [command]| Option | Description |
|---|---|
-h, --help | display help for command |
baz skill link add
Add a linked pattern binding to a local skill markdown file
baz skill link add [options] <path>| Option | Description |
|---|---|
--pattern <skill#pattern> | Linked pattern reference, e.g. mobile-ui#fit-to-stage |
--beat <beat> | Beat key to bind |
--transition <from:to> | Transition pair to bind, e.g. proof-1:proof-2 |
-h, --help | display help for command |