created agents and commands

This commit is contained in:
Shayan Rais
2025-11-03 15:46:43 +05:00
parent 99cd699700
commit b22dbd2410
5 changed files with 587 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
# Prompts
# Invocation difference between agents and commands
I have claude agents @.claude/agents folder and claude commands @.claude/commands folder. I want to invoke agents and commands differently. For example, I want to invoke agents with @agent_name and commands with @command_name. How can I achieve this?