slash-commands

Create and execute user-defined slash commands in the Maestro environment.

8|1|Updated Jan 4, 2026
One-click install
npx skills add https://github.com/scooter-lacroix/Maestro --skill slash-commands-scooter-lacroix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: slash-commands
Source: https://github.com/scooter-lacroix/Maestro/tree/main/maestro/skills/slash-commands
Command: npx skills add https://github.com/scooter-lacroix/Maestro --skill slash-commands-scooter-lacroix

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to quickly execute predefined prompts, run bash commands, and reference files directly within their workflow, streamlining common tasks and improving efficiency.

Core Features & Use Cases

  • Customizable Commands: Define project-specific or personal commands for frequent actions.
  • Bash Integration: Execute shell commands directly within prompts, with their output available in context.
  • File Referencing: Easily include content from specific files or patterns into prompts.
  • Use Case: Quickly generate a commit message by referencing staged files and their diff using a slash command.

Quick Start

Use the slash command /maestro:commit feat to generate a conventional commit message for your staged changes.

Frequently Asked Questions about slash-commands

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

FAQPage Schema
How do I create custom slash commands for bash scripts and prompts?

You can create custom slash commands by defining user-specific prompts alongside bash script execution syntax within the Maestro environment. This enables rapid task execution and context injection for AI-assisted workflows.

Can I include file content directly in my bash command prompts?

Yes, you can include file content directly in prompts using @file references. This allows you to easily inject specific file contents or patterns into your AI-assisted workflow for immediate context.

What is the best way to automate generating git commit messages from staged files?

Automating commit message generation is best handled by executing a predefined slash command that references your staged files and their diff. This streamlines the workflow by rapidly injecting the necessary file context into the prompt.

How does bash integration work when running shell commands inside prompts?

Bash integration works by using the !command syntax to execute shell commands directly within prompts. The output of these executed commands is then captured and made available in your active context.

Do I need any external dependencies to execute shell commands with slash commands?

No external dependencies are required to execute shell commands with slash commands. The functionality operates natively within the Maestro environment to facilitate quick prompts and file references.