Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:48:43 +08:00
commit 2b34b5aa74
25 changed files with 7414 additions and 0 deletions

13
commands/add-command.md Normal file
View File

@@ -0,0 +1,13 @@
---
description: Create a new slash command in a plugin
---
Use the slash-command-writer agent to create a new slash command.
The agent will:
- List available plugins to choose from
- Gather command requirements (name, purpose, arguments, tool restrictions)
- Create the command markdown file in the appropriate plugin's commands directory
- Validate the command follows best practices
Provide the command name and purpose when ready.