setup-aliases
SolidDiscover, choose, and rewrite backend-specific VibeProxy cc-* aliases for Claude Code. Use when setting up, resetting, or auditing VibeProxy aliases for Codex, Copilot, Antigravity, Gemini, Qwen, or Z.AI GLM.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- LeeJuOh
- Repository
- LeeJuOh/claude-code-zero
- Created
- 7 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
setup-vskills
Sets up this skills repo on a new machine — installs the skills with the vskills CLI, then regenerates the local-only context docs (CONTEXT.md, docs/) that are deliberately not published in the public repo.
vibecode-orchestrator
Central skill dispatcher for large Claude Code skill libraries. Analyzes each request's intent, then loads only the minimum set of skills needed, instead of the user hand-picking from a hundred installed skills or the model loading several overlapping ones. Runs a five-phase loop (analyze, plan, implement, test, compact) with per-lane arbitration so two similar skills never load at once. Use when a setup has many installed skills, when it is unclear which skills apply to a task, or when skill loading is burning context. Does not write production code itself; it routes to the skills that do. Trigger terms: vibecode, orchestrate, route skills, which skill, pick skills, dispatch, skill router, too many skills, /vc.
setup
First-run onboarding for nyann. Creates the user config directory, collects preferences through AskUserQuestion interactive pickers, and writes ~/.claude/nyann/preferences.json. TRIGGER when the user says "set up nyann", "configure nyann", "nyann setup", "onboard me", "first time using nyann", "initialize nyann", "nyann first run", "get nyann ready", "/nyann:setup". ALSO trigger when: the user runs any nyann command for the first time and ~/.claude/nyann/preferences.json does not exist — suggest running setup first, but don't block them. Do NOT trigger on "set up this project" or "bootstrap this repo" — those are bootstrap-project. Do NOT trigger on "check prereqs" — that is check-prereqs. This skill configures nyann itself, not a repo.