claude-code-slash-commands

Community

Generate Claude Code slash commands from templates.

AuthorJamesPrial
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps teams automate the creation and organization of Claude Code slash commands by generating Markdown command templates from a simple name. It reduces boilerplate time and standardizes command definitions across projects.

Core Features & Use Cases

  • Template-based creation: Generate ready-to-use Markdown files for new commands with optional tool permissions.
  • Project and user scopes: Easily create commands in the project-level (.claude/commands) or personal user-space (~/.claude/commands).
  • Consistency & onboarding: Standardizes frontmatter fields and usage across teams, speeding up new command onboarding.

Quick Start

  • To create a new command named 'my-helper' in the project scope, run:
    • python3 .claude/skills/claude-code-slash-commands/scripts/init_command.py my-helper --project
  • Edit the generated file at .claude/commands/my-helper.md to fill in frontmatter details and the prompt body.
  • If you prefer a user-scoped command, use --user instead of --project.
  • Optionally enable tools in the frontmatter by editing allowed-tools.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: claude-code-slash-commands
Download link: https://github.com/JamesPrial/shawnbot/archive/main.zip#claude-code-slash-commands

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.