skill-and-command-dispatch

Community

Manage slash commands and execution isolation

AuthorTechyMT
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill explains how to define and run slash commands and skills so users can control whether a command runs inline in the current conversation or in an isolated forked subagent, preventing multi-step reasoning from cluttering the main session.

Core Features & Use Cases

  • Inline vs Fork Execution: Choose inline to share conversation history or fork to run a subagent and return only the final result.
  • PromptCommand vs LocalCommand: Use PromptCommand (SKILL.md) for LLM-driven templates and LocalCommand for deterministic local actions.
  • Frontmatter-driven Skills: SKILL.md frontmatter (name, description, context, allowedTools, agent) configures prompts, tool access, and execution environment; useful for commit message drafting, dependency analysis, and multi-step research.

Quick Start

Type /skill-and-command-dispatch to load the skill and try it in inline or fork mode to observe how execution isolation and allowedTools behave.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: skill-and-command-dispatch
Download link: https://github.com/TechyMT/claude-code-superpowers/archive/main.zip#skill-and-command-dispatch

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.