Vcon Validate banner
vcon-dev vcon-dev

Vcon Validate

Development community

Description

--- description: Validate a vCon (file, UUID, or pasted JSON) against draft-ietf-vcon-vcon-core-02. argument-hint: <path | uuid | -> --- Validate the vCon named by `$ARGUMENTS`. If it is a UUID, fetch it with the `get_vcon` MCP tool; if a path, read the file; if empty or `-`, ask for the JSON. Load `${CLAUDE_PLUGIN_ROOT}/skills/vcon-compliance/vcon-reference.md` before judging anything. Do not validate from memory. Two things about the shape of what comes back from the MCP server, both of whi

Installation

Installs to ~/.claude/skills/vcon-dev-vcon-plugin-vcon-validate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vcon-dev-vcon-plugin-vcon-validate && curl -fsSL https://raw.githubusercontent.com/vcon-dev/vcon-plugin/HEAD/commands/vcon-validate.md -o ~/.claude/skills/vcon-dev-vcon-plugin-vcon-validate/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository