baz.studio API

baz skill

Manage Baz-native reusable skills

baz skill [options] [command]
OptionDescription
-h, --helpdisplay help for command

baz skill list

List available Baz-native skills

baz skill list [options]
OptionDescription
--limit <n>Max skills to fetch Default: 60.
-h, --helpdisplay help for command

baz skill show

Show a saved skill

baz skill show [options] <skill-ref>
OptionDescription
-h, --helpdisplay help for command

baz skill patterns

List pattern ids in a saved skill

baz skill patterns [options] <skill-ref>
OptionDescription
-h, --helpdisplay help for command

baz skill deps

List linked references inside a saved skill

baz skill deps [options] <skill-ref>
OptionDescription
-h, --helpdisplay help for command

baz skill init

Create a starter local skill markdown file

baz skill init [options] <slug>
OptionDescription
--output <path>Path to write the starter skill markdown
-h, --helpdisplay help for command

baz skill draft

Draft a skill from the current project

baz skill draft [options]
OptionDescription
--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, --helpdisplay help for command

baz skill draft-project

Draft a project-backed skill and write an agent review packet

baz skill draft-project [options]
OptionDescription
--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-blockersExit 0 even when mechanical project-skill blockers remain
--allow-missing-narrationAllow draft generation when source audio exists but accepted script/narration evidence is missing
-h, --helpdisplay 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>
OptionDescription
--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-blockersExit 0 even when mechanical project-skill blockers remain
-h, --helpdisplay 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>
OptionDescription
--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, --helpdisplay help for command

baz skill pull

Write a saved skill to a local file for editing

baz skill pull [options] <skill-ref>
OptionDescription
--output <path>Path to write the markdown
-h, --helpdisplay help for command

baz skill validate

Validate local skill markdown

baz skill validate [options] <path>
OptionDescription
-h, --helpdisplay help for command

baz skill save

Save local skill markdown into the current project skill library

baz skill save [options] <path>
OptionDescription
--project <id>Override project id
--project-id <id>Alias for --project
--skill <skill-ref>Overwrite an existing saved skill by slug or context ID
--publishPublish 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, --helpdisplay help for command

baz skill activate

Activate a saved skill as the project preset

baz skill activate [options] <skill-ref>
OptionDescription
--project <id>Override project id
--project-id <id>Alias for --project
-h, --helpdisplay help for command

Edit local skill markdown bindings

baz skill link [options] [command]
OptionDescription
-h, --helpdisplay help for command

Add a linked pattern binding to a local skill markdown file

baz skill link add [options] <path>
OptionDescription
--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, --helpdisplay help for command