Skip to main content

Module skill

Module skill 

Source
Expand description

The packaged Claude Code skill — the CLI is the single source of truth (DESIGN.md §13).

conclave skill emits a complete SKILL.md: a curated guide (the mental model, the two surfaces, one-time install, examples) followed by an auto-generated command reference so the flag list never drifts from the actual CLI. conclave skill install writes it under the Claude Code skills directory so /conclave becomes available. The binary generates the reference (clap lives in the binary) and passes it to render; this module owns the curated body and paths.

Functions§

install_path
The install path for the skill under skills_dir (<skills_dir>/conclave/SKILL.md).
render
Renders the full SKILL.md: the curated guide plus the generated command reference.