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.zipInstalls 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.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
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.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| vcg (this skill) | 0 | 7mo | No flags | Beginner |
| resolve-conflicts | 81 | 9mo | Review | Intermediate |
| openspec-onboard | 10 | 7mo | Review | Beginner |
| codex-cli-bridge | 9 | 10mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by kks0488
View all by kks0488 →You might also like
resolve-conflicts
antinomyhq
Use this skill immediately when the user mentions merge conflicts that need to be resolved. Do not attempt to resolve conflicts directly - invoke this skill first. This skill specializes in providing a structured framework for merging imports, tests, lock files (regeneration), configuration files, and handling deleted-but-modified files with backup and analysis.
openspec-onboard
studyzy
Guided onboarding for OpenSpec - walk through a complete workflow cycle with narration and real codebase work.
codex-cli-bridge
alirezarezvani
Bridge between Claude Code and OpenAI Codex CLI - generates AGENTS.md from CLAUDE.md, provides Codex CLI execution helpers, and enables seamless interoperability between both tools
skill-sync
KyleKing
Syncs Claude Skills with other AI coding tools like Cursor, Copilot, and Codeium by creating cross-references and shared knowledge bases. Invoke when user wants to leverage skills across multiple tools or create unified AI context.
github-workflow-automation
ruvnet
Advanced GitHub Actions workflow automation with AI swarm coordination, intelligent CI/CD pipelines, and comprehensive repository management
git-advanced-workflows
wshobson
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.