Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plugins/plugin-dev/skills/command-development/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: command-development
description: This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, or command development best practices for Claude Code.
description: This skill should be used when the user asks to "create a slash command", "add a command", "write a custom command", "define command arguments", "use command frontmatter", "organize commands", "create command with file references", "interactive command", "use AskUserQuestion in command", "SlashCommand tool", "programmatic command invocation", "disable-model-invocation", "prevent Claude from running command", or needs guidance on slash command structure, YAML frontmatter fields, dynamic arguments, bash execution in commands, user interaction patterns, programmatic invocation control, or command development best practices for Claude Code.
---

# Command Development for Claude Code
Expand Down Expand Up @@ -701,6 +701,7 @@ Commands should validate inputs and resources before processing:
## Additional Resources

For detailed frontmatter field specifications, see `references/frontmatter-reference.md`.
For SlashCommand tool, programmatic invocation, and permission configuration, see `references/slashcommand-tool.md`.
For plugin-specific features and patterns, see `references/plugin-features-reference.md`.
For plugin integration and validation patterns, see `references/plugin-integration.md`.
For interactive user input patterns using AskUserQuestion, see `references/interactive-commands.md`.
Expand Down
Loading
Loading