command-creator

Create Claude Code slash commands and generate markdown command files.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/paulovictor237/PeveAgent --skill command-creator-paulovictor237
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-creator
Source: https://github.com/paulovictor237/PeveAgent/tree/main/.agents/skills/command-creator
Command: npx skills add https://github.com/paulovictor237/PeveAgent --skill command-creator-paulovictor237

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It streamlines the creation of Claude Code slash commands, removing the manual effort of writing markdown command files and ensuring consistent, agent‑executable workflows.

Core Features & Use Cases

  • Guides users through location detection, pattern selection, and information gathering for command creation.
  • Loads reference markdown files to provide patterns, examples, and best‑practice guidelines.
  • Generates a fully formatted command markdown file ready for project‑level or global use, supporting arguments and detailed step instructions.

Quick Start

Ask me to create a /my-command slash command that automates your 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 custom slash commands for Claude Code to automate repetitive workflows?

Creating custom Claude Code slash commands involves defining a command structure, gathering workflow requirements, and generating a formatted markdown file in your project or global .claude directories to automate repetitive agent-executable workflows.

What is a Claude Code slash command and how does it use markdown files?

A Claude Code slash command is an agent-executable workflow defined in a markdown file. These files contain structured patterns, step instructions, and arguments that instruct the Claude agent to perform specific automated tasks within your project.

How do I generate project-level versus global slash command markdown files?

Generating project-level or global slash command markdown files requires selecting the target scope during creation. The command file is then written to either the local project .claude directory or the global .claude directory to apply the workflow accordingly.

Do I need to manually write markdown to define command patterns and best practices?

You do not need to manually write markdown to define command patterns. The command generation process loads reference markdown files to automatically provide patterns, examples, and best-practice guidelines for your slash commands.

Can I pass arguments to generated Claude Code slash commands during workflow automation?

Yes, you can pass arguments to generated Claude Code slash commands. The creation process supports defining arguments and detailed step instructions within the markdown file to handle dynamic inputs during workflow automation.