Skill

Invoke the relevant Skill tool as the first action for slash commands.

41|7|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/V1ki/claude-code-reverse --skill skill-v1ki
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Skill
Source: https://github.com/V1ki/claude-code-reverse/tree/main/prompts/tools
Command: npx skills add https://github.com/V1ki/claude-code-reverse --skill skill-v1ki

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill orchestrates the invocation of available commands to execute user tasks.

Core Features & Use Cases

  • Immediate skill invocation: Trigger the correct skill as the first action when a user requests a slash command.
  • Skill mapping and routing: Route requests to the appropriate tool (e.g., commit) based on the command.
  • Context-aware activation: Use skills to augment responses while preserving user intent.

Quick Start

To start, say run /commit to trigger the commit skill.

Frequently Asked Questions about Skill

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

FAQPage Schema
How do I trigger a slash command to route my task to a specific skill?

To trigger slash command routing, you reference the command in your prompt to invoke the corresponding skill. The orchestrator immediately activates the relevant tool as its first action to execute the requested task.

What is the best way to automate workflow activation using slash commands?

Automating workflow activation requires referencing a slash command to instantly route and invoke the correct skill. The orchestrator maps the command to the appropriate tool and presents the execution result to the user.

Can I use context-aware skill invocation while preserving my original user intent?

Yes, context-aware skill invocation uses available commands to augment responses while strictly preserving user intent. It routes the request to the appropriate tool and returns the result without altering the original task context.

How does skill mapping work for routing requests to available commands?

Skill mapping routes requests by matching a referenced slash command to the corresponding tool defined in the available list. It immediately calls the mapped skill as the first action to execute the user task.

Are there limitations on which skills I can invoke through command routing?

Yes, limitations apply to command routing as it can only use the skills defined in the available list. It must always call the relevant skill tool as the first action and cannot invoke external or undefined commands.