command-creator

Create Claude Code slash commands for automated workflow execution.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/Bigdrops/bigdrops-app --skill command-creator-bigdrops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/Bigdrops/bigdrops-app/tree/main/.agents/skills/command-creator
Command: npx skills add https://github.com/Bigdrops/bigdrops-app --skill command-creator-bigdrops

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This skill helps you automate repetitive workflows by creating optimized slash commands for Claude Code.

Core Features & Use Cases

  • Slash Command Creation: Design, implement, and test slash commands for automated workflows.
  • Command Patterns: Provides guidance on different command patterns like workflow automation, iterative fixing, and agent delegation.
  • Location Strategy: Determines whether commands should be project-level or global based on context.
  • Bundled Resources: Includes reference files for command design patterns, real-world examples, and best practices.

Quick Start

Create a command that performs a specific task in Claude Code by invoking the command-creator skill and following the guided workflow.

Frequently Asked Questions about command-creator

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

FAQPage Schema
How do I create Claude Code slash commands for workflow automation?

To create Claude Code slash commands for workflow automation, you invoke the command-creator skill and follow its guided workflow to design, implement, and test commands for repetitive tasks. The skill provides reference files for design patterns and best practices.

What are the common command patterns for automating repetitive tasks in Claude Code?

Common command patterns for automating repetitive tasks in Claude Code include workflow automation, iterative fixing, and agent delegation. These patterns help structure multi-step processes and delegate tasks to agents for efficient execution.

Do I need a Python environment to run Claude Code slash commands?

Yes, you need a Python environment with necessary libraries installed to execute Claude Code slash commands. The command-creator skill requires this setup to automate workflows and run the generated command scripts properly.

Should I store my slash commands at the project level or globally?

You should store slash commands at either the project level or globally based on your specific context. The command-creator skill includes a location strategy that determines the optimal placement for your commands depending on their intended scope.

How does command-creator handle multi-step process automation?

Command-creator handles multi-step process automation by guiding you through designing slash commands that execute sequential workflows. It leverages bundled reference files with real-world examples to structure complex, repetitive task chains in Claude Code.