command-guide

Map development tasks to Claude Code commands, agents, and skills.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill command-guide-veloxia-agency
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-guide
Source: https://github.com/Veloxia-agency/VELOXIA-WEB/tree/main/.claude/skills/engineering/skills/command-guide
Command: npx skills add https://github.com/Veloxia-agency/VELOXIA-WEB --skill command-guide-veloxia-agency

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes uncertainty when choosing between Claude Code commands, agents, and skills, helping you match the right tool to the task instead of guessing.

Core Features & Use Cases

  • Command Selection: Recommends when to use session commands like /compact, /plan, /tdd, /e2e, /code-review, and /loop.
  • Agent Matching: Maps common situations to the best agent, such as planner, architect, code-reviewer, build-error-resolver, and security-reviewer.
  • Workflow Guidance: Organizes development phases from planning and implementation through testing, review, and context management.
  • Use Case: If you are starting a complex feature, the Skill can guide you to plan first, test early, review code immediately after changes, and compact context at the right time.

Quick Start

Ask for the best Claude Code command, agent, or skill for your current task and let this Skill recommend the most appropriate workflow.

Frequently Asked Questions about command-guide

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I choose the right Claude Code command for a specific development task?

To choose the right Claude Code command, match your specific development task scenario to the appropriate tool by identifying whether you are in the planning, debugging, testing, or code review phase.

When should I use the /compact command versus the /plan command in my workflow?

Use the /plan command when starting complex features to map the architecture first, and apply /compact for context management when your session history becomes too large to maintain efficiency.

Which agent should I use for resolving build errors and performing code reviews?

For resolving build errors, route your task to the build-error-resolver agent, while the code-reviewer agent handles immediate code reviews right after you implement changes.

Does this workflow guidance support test-driven development and e2e testing?

Yes, the workflow guidance supports test-driven development by recommending the /tdd command to test early, and maps end-to-end testing scenarios to the /e2e command during implementation.

What is the best way to manage context and route agents during a complex software workflow?

The best way to manage context and route agents is to map your current workflow phase to specific triggers, utilizing the planner for architecture and triggering /compact at the right time.

Can I get security review recommendations alongside general command selection?

Yes, you can get security review recommendations by mapping your task to the security-reviewer agent, which is integrated into the command selection workflow alongside other agents.