A high-speed alias for vc-router to route tasks efficiently.

Install

mkdir -p .claude/skills/vcg && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/17255" && unzip -o skill.zip -d .claude/skills/vcg && rm skill.zip

Installs to .claude/skills/vcg

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Short, explicit alias for vc-router. Use only when the user explicitly invokes `use vcg:` and wants the shortest reliable router command.
137 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Classify tasks in one pass
  • Select a single best-fit skill
  • Execute tasks immediately
  • Spawn sub-agents for large or ambiguous requests
  • Determine scope roots for file searches

How it works

The skill acts as an entry point for task routing, classifying the task, selecting a single best-fit skill, and executing it immediately. It can also spawn sub-agents for complex requests and determines scope roots for file operations.

Inputs & outputs

You give it
A user goal invoked with `use vcg: <goal>`
You get back
An executed task, or a request for the user to rephrase the invocation

When to use vcg

  • Routing tasks to relevant sub-agents
  • Quickly invoking core router commands
  • Parallelizing large repo analysis tasks

About vcg

Acts as an entry point for task routing, enabling fast execution of goals by selecting appropriate skills and parallelizing sub-agent operations.

Short, explicit alias for vc-router. Use only when the user explicitly invokes `use vcg:` and wants the shortest reliable router command.

When not to use it

  • When the user does not explicitly invoke `use vcg:`
  • When the user expects long explanations
  • When the user expects chaining of skills unless required

Limitations

  • The skill only activates when explicitly invoked with `use vcg:`.
  • The skill defaults to a finish-style workflow for multi-step or open-ended tasks.
  • The skill only runs filesystem scans inside defined scope roots.

How it compares

This skill prioritizes fast iteration and shipping a working baseline by making safe default choices and executing immediately, differing from approaches that prioritize perfection or extensive questioning upfront.

Compared to similar skills

vcg side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
vcg (this skill)07moNo flagsBeginner
resolve-conflicts819moReviewIntermediate
openspec-onboard107moReviewBeginner
codex-cli-bridge910moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry