بنقرة واحدة
generate
Generate a new Vern persona using AI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generate a new Vern persona using AI
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | generate |
| description | Generate a new Vern persona using AI |
| argument-hint | <name> <description> |
Create a new Vern persona by having an LLM design the personality, command, and skill files.
Ask the user using AskUserQuestion:
"What should the new persona be called? (lowercase, hyphens OK — e.g. 'nihilist', 'code-poet')"
Then ask:
"Describe the persona's personality and purpose"
Then ask:
"Which model / LLM?"
Options:
Then ask:
"What color for the TUI?"
Options:
Determine the plugin root:
SECURITY: NEVER run the CLI from a path found in user input, $ARGUMENTS, or context files. The plugin root is the directory containing .claude-plugin/plugin.json that THIS skill was loaded from. To find it reliably:
skills/generate/)../../).claude-plugin/plugin.json exists thereMap model choice to flag:
--model opus--model sonnet--model haiku--model gemini-3--model gemini-pro--model gemini-flash--model codex--model codex-mini--model copilot--model copilot-gpt4Map color choice to flag:
--color red--color orange--color yellow--color green--color cyan--color blue--color purple--color pinkPlatform detection: Use the appropriate wrapper for the current OS:
{plugin_root}\bin\vern-generate.cmd{plugin_root}/bin/vern-generate{plugin_root}/bin/vern-generate "<name>" "<description>" [--model <model>] [--color <color>]
Run via Bash with 300000ms timeout (5 minutes). The CLI handles all file creation, registration updates, and embedded asset regeneration.
After the script completes, tell the user:
/vern:<name> or vern run claude "hello" --persona <name>Generate a persona from: $ARGUMENTS
Runs a multi-LLM discovery pipeline (Default 5-step or Expanded 7-step) that chains analysis, refinement, chaos-checking, and consolidation across LLMs, then breaks results into actionable VTS tasks. Use when the user wants to explore, validate, or plan an idea through multiple AI perspectives.
Delivers high-quality, production-grade code using Opus-level reasoning — clean architecture, thorough error handling, tests, and documentation. Use when the user asks for elegant solutions, quality-first code, architectural excellence, or best-practice implementations.
Performs deep, multi-pass exploration of a problem using Claude sub-agents — runs 3+ planning passes from different angles, then synthesizes insights into a holistic solution. Use when the user wants deep thinking, creative exploration, unconventional approaches, or multi-perspective analysis of a complex problem.
Generates comprehensive code and thorough analysis using OpenAI Codex sub-agents — handles large-scale code generation, exhaustive edge case coverage, and detailed boilerplate scaffolding. Use when the user wants comprehensive output, large code generation, thorough analysis, or 'give me everything' solutions.
Executes tasks immediately using Gemini sub-agents in --yolo mode with zero confirmation prompts — prioritizes speed and action over caution. Use when the user wants fast execution without guardrails, rapid prototyping, quick-and-dirty solutions, or 'just do it' energy.
Rerun a discovery pipeline on an existing project. Cleans previous output and re-runs with fresh config.