command-creator
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Command Creator
Create custom slash commands for Claude Code. Commands are Markdown files that define reusable prompts with support for arguments, bash execution, file references, and tool permissions.
Command Locations
| Type | Location | Scope |
|---|---|---|
| Project | .claude/commands/ |
Shared with team via git |
| Personal | ~/.claude/commands/ |
Available across all projects |
Project commands take precedence over personal commands with the same name.
Basic Structure
---
description: Brief description shown in /help
---