CLI/

agentver publish

Publish a skill to the registry with an automatic security audit and semver validation.

Usage

$ agentver publish [path]

Arguments

[path]Path to skill directory (defaults to current directory)

Options

--version <semver>Version to publish (uses SKILL.md frontmatter if omitted)
--dry-runValidate without publishing
--skip-auditSkip security scan
--jsonOutput as JSON

Examples

Publish current skill

$ agentver publish

Publish with explicit version

$ agentver publish --version 2.0.0

Validate without publishing

$ agentver publish --dry-run

Related commands