Skip to content

governance

Load version-pinned agent-tool contracts that ship with the cyberplace package.

List all available governances:

Terminal window
npx cyberplace@<version> governance list
npx cyberplace@<version> governance list --format agent
npx cyberplace@<version> governance list --format json

Display a governance document. Agents read stdout — do not parse it as data; treat it as normative text.

Terminal window
# Show a governance (human-readable)
npx cyberplace@<version> governance show skill-design
# For agents (terse, lower token cost)
npx cyberplace@<version> governance show skill-design --format agent
# Structured (name, title, body)
npx cyberplace@<version> governance show skill-design --format json

Options:

FlagDescription
--format <format>text (default), agent, or json
NameDescription
skill-designRules for authoring SKILL.md files
skill-repo-structureRules for organizing a skill repository
agent-tool-outputRules for CLI and script output consumed by agents
cli-resolutionRules for invoking a Node CLI from a skill
universal-pluginFormat spec for plugins that work across Claude Code, Cursor, and Codex

See the Governances section for full details on each.

Governance content is frozen to the installed cyberplace version. Running governance show with a pinned version always returns the same document, making it safe to reference in hooks and CI.