Шаблон пользовательской slash-команды для Claude Code
★ 8.6 · documentation
example-command is a Claude Code skill that serves as a reference template for building custom slash commands using the `skills/<name>/SKILL.md` layout. It documents every supported frontmatter field — `name`, `description`, `argument-hint`, `allowed-tools`, and `model` — and shows how to handle required and optional arguments via the `$ARGUMENTS` variable. The skill is pre-approved to use the Read, Glob, Grep, and Bash tools. Functionally it is identical to the legacy `commands/example-command.md` format; only the file structure differs. Developers creating their own Claude Code plugins or slash commands can use this as a ready-made starting point instead of piecing together the syntax from documentation.
- #skills
- #plugin-development
- #template
- #slash-commands