From meta-plugin
Generate slash commands with semantic versioning, automatic backups, and changelog tracking. Use when the user wants to create, update, or version-manage Claude Code slash commands.
How this skill is triggered — by the user, by Claude, or both
Slash command
/meta-plugin:meta-skillThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate versioned slash command files for Claude Code with automatic backup and changelog tracking.
Generate versioned slash command files for Claude Code with automatic backup and changelog tracking.
$ARGUMENTS follows: <command-name> "<description>" [project|user] [version] [additional-requirements]
command-name: Name without /description: What the command doesscope: project (.claude/commands/) or user (~/.claude/commands/). Default: userversion: Semver string. Default: 1.0.0additional-requirements: Special features needed$ARGUMENTS per the format above.<name>.v<old-version>.md, increment version, add changelog entry.v1.0.0.versions/ subdirectory for backups if needed.---
allowed-tools: [appropriate tools]
description: [command description]
version: "X.Y.Z"
created: "YYYY-MM-DD"
updated: "YYYY-MM-DD"
changelog:
- version: "X.Y.Z"
date: "YYYY-MM-DD"
changes: ["Initial version" or specific changes]
---
Bash(git:*)Bash(gh:*)Read(*), Write(*), Edit(*)Glob(*), Grep(*)WebFetch(*), WebSearch(*)If you encounter any issues with this plugin, please report them following our Support Guide. Your feedback helps improve the community experience!
npx claudepluginhub istarwyh/agent-plugins --plugin meta-pluginCreates new Claude Code slash commands with YAML frontmatter, supporting argument hints, allowed tools, bash execution, file references, and advanced features.
Create custom slash commands for Claude Code including syntax, arguments, bash execution, file references, and frontmatter configuration. Use when creating slash commands, custom commands, .md command files, or when asked about command creation, /command syntax, or command best practices.
Creates and manages custom slash commands in Claude Code. Covers command anatomy, frontmatter, arguments, bash execution, file references, and namespacing.