Agent skill
command-creator
Create custom slash commands for Claude Code
Install this agent skill to your Project
npx add-skill https://github.com/MacHu-GWU/sanhe-claude-code-plugins/tree/main/.claude/skills/command-creator
SKILL.md
Command Creator
Create custom slash commands following the official Claude Code documentation.
Instructions
Before creating any slash command, read the reference documentation:
references/Slash-Commands.md- Official slash command documentation
When creating multiple slash commands in sequence, reuse the same reference without re-reading.
Key Points
- Project commands:
.claude/commands/ - Personal commands:
~/.claude/commands/ - Use frontmatter for metadata (allowed-tools, description, argument-hint, etc.)
- Use
$ARGUMENTSfor all args or$1,$2for positional args - Use
!prefix for bash execution - Use
@prefix for file references
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
release-note-writer
Generate and update release notes for sanhe-claude-code-plugins. Use when user wants to create or update release notes, document version changes, or prepare for a new release. Reads git commit history, pyproject.toml version, and follows the standardized format.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
command-creator
Create custom slash commands for Claude Code
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
enrich-citations
Find and add authoritative source links for all facts, citations, and references in markdown documents
transcribe-audio-to-text
Transcribe audio files to text using audinota cli
Didn't find tool you were looking for?