Vcon Create banner
vcon-dev vcon-dev

Vcon Create

Testing community

Description

--- description: Create a spec-compliant vCon from a template. argument-hint: <template> [description of the conversation] --- Create a vCon using the `create_vcon_from_template` MCP tool. If `$ARGUMENTS` does not name a template, list the available templates first and ask which one. Then collect only what the template needs: the parties and their identifiers, the dialog (inline text, or a url plus content_hash), and the subject. Before writing, load `${CLAUDE_PLUGIN_ROOT}/skills/vcon-complia

Installation

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

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

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

Full documentation available on GitHub

View Source Repository