custom-command-creator

Create and manage custom slash commands for Claude Code.

11|1|Updated Feb 10, 2026
One-click install
npx skills add https://github.com/Takazudo/claude-resources --skill custom-command-creator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: custom-command-creator
Source: https://github.com/Takazudo/claude-resources/tree/main/skills/custom-command-creator
Command: npx skills add https://github.com/Takazudo/claude-resources --skill custom-command-creator

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create and manage custom slash commands for Claude Code.

Core Features & Use Cases

  • Supports creation of project-local (.claude/commands) and global commands.
  • Includes command anatomy, frontmatter options, argument handling, bash execution, file references, and namespacing.
  • Provides guidance on command vs skill comparison and references for extended workflows.

Quick Start

Create a new custom command by adding a Markdown file under .claude/commands with frontmatter describing its purpose.

Frequently Asked Questions about custom-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 create custom slash commands for Claude Code, add a Markdown file under the .claude/commands directory with frontmatter describing its purpose. This allows you to build reusable prompts and standardized automation workflows across your projects.

Can I use bash execution and tool permissions in Claude Code commands?

Yes, custom Claude Code commands support optional Bash execution with specific tool permissions. You can configure command-scoped hooks and frontmatter metadata to control execution behavior and automate complex development tasks securely.

How do I organize custom commands into namespaces in Claude Code?

You can organize custom commands into namespaces by structuring your Markdown files and utilizing references for optional assets. This keeps both project-local and global commands structured and manageable across large codebases.

What is the difference between Claude Code commands and skills?

Claude Code commands are reusable Markdown-based prompts with frontmatter, while skills represent a different extension mechanism. The command creator provides specific guidance on comparing commands versus skills to help you choose the right approach for your workflow.

Does this command creator support global and project-local commands?

Yes, the command creator supports both project-local commands stored in the .claude/commands directory and global commands. This ensures you can apply standardized automation workflows at either the repository or user level.

What frontmatter options are available for Claude Code custom commands?

Custom commands enforce frontmatter metadata to define the command anatomy, handle arguments, and specify execution parameters. This structured metadata ensures commands are properly configured for reusable prompt automation and standardized workflows.