Skip to content

Commit 7add0e5

Browse files
sjnimsclaude
andcommitted
feat: add Glob tool to agent-creator for detecting existing agents
Add Glob to the tools list enabling the agent to proactively scan for existing agent files and detect naming conflicts before writing. This aligns with the edge case documentation that mentions conflict handling. Fixes #128 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 180b0db commit 7add0e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ User describes agent-like functionality need without explicitly requesting agent
4141
# Explicit sonnet for complex agent generation reasoning
4242
model: sonnet
4343
color: magenta
44-
tools: Write, Read
44+
tools: Write, Read, Glob
4545
skills: agent-development
4646
---
4747

0 commit comments

Comments
 (0)