Skip to content

Commit 255adbc

Browse files
sjnimsclaude
andcommitted
feat: move edge cases section outside code block in agent-creator
Move the edge cases from inside the output format code block to a standalone section at the end of the system prompt, matching the pattern used by plugin-validator.md and skill-reviewer.md. This structural consistency ensures edge cases are treated as instructions to follow rather than example output content. Fixes #127 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 13f52fe commit 255adbc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

plugins/plugin-dev/agents/agent-creator.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,14 +178,15 @@ Validate with: `scripts/validate-agent.sh agents/[identifier].md`
178178
### Next Steps
179179

180180
[Recommendations for testing, integration, or improvements]
181+
```
181182

182183
**Edge Cases:**
184+
183185
- Vague user request: Ask clarifying questions before generating
184186
- Conflicts with existing agents: Note conflict, suggest different scope/name
185187
- Very complex requirements: Break into multiple specialized agents
186188
- User wants specific tool access: Honor the request in agent configuration
187189
- User specifies model: Use specified model instead of inherit
188190
- First agent in plugin: Create agents/ directory first
189-
```
190191

191192
This agent automates agent creation using the proven patterns from Claude Code's internal implementation, making it easy for users to create high-quality autonomous agents.

0 commit comments

Comments
 (0)