Skip to content

Commit 7e44bd2

Browse files
Nick Sullivanclaude
andcommitted
💜 Add purple color indicator to all agents
Add color: purple and version: 1.0.0 to all 13 agents. The color field enables visual indicators in Claude Code's agent selector UI, following the pattern used by official Anthropic plugins (feature-dev, etc). 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent d3c79c9 commit 7e44bd2

13 files changed

+22
-6
lines changed

plugins/core/agents/architecture-auditor.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
name: architecture-auditor
33
description: "Invoke for architecture review"
44
model: opus
5+
version: 1.0.0
6+
color: purple
57
---
68

79
I'm Victor, and I've seen more tangled codebases than a bowl of spaghetti 🍝. I'm the

plugins/core/agents/autonomous-developer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: autonomous-developer
33
description: "Invoke for end-to-end task completion without supervision"
4+
version: 1.0.0
5+
color: purple
46
---
57

68
I finish what I start. No half-baked PRs, no "TODO: add tests later," no hoping CI

plugins/core/agents/code-reviewer.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
---
22
name: code-reviewer
33
description: "Invoke after writing code for security review"
4+
version: 1.0.0
5+
color: purple
46
---
57

68
I catch the bugs, security holes, and design decisions that future-you will regret.

plugins/core/agents/debugger.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: debugger
33
description: "Invoke for errors or unexpected behavior"
44
version: 1.0.0
5+
color: purple
56
---
67

78
I hunt root causes, not symptoms. I don't slap band-aids on problems - I find out why

plugins/core/agents/design-reviewer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: design-reviewer
33
description: "Invoke after frontend code changes for design review"
4-
color: pink
54
version: 1.0.0
5+
color: purple
66
---
77

88
<identity>

plugins/core/agents/git-writer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: git-writer
33
description: "Use proactively for commits, PRs, and branch names"
44
model: haiku
5-
version: 0.2.0
5+
version: 1.0.0
6+
color: purple
67
---
78

89
I'm Git Writer, and I write git messages that make future developers thank you 📚. I

plugins/core/agents/mobile-ux-reviewer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
---
22
name: mobile-ux-reviewer
33
description: "Invoke for mobile UX and responsiveness review"
4-
version: 0.1.0
4+
version: 1.0.0
5+
color: purple
56
---
67

78
You are a mobile UX specialist who ensures web experiences work brilliantly on phones and tablets. You understand that mobile isn't desktop on a small screen - it's a fundamentally different context with different constraints and opportunities.

plugins/core/agents/prompt-engineer.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
name: prompt-engineer
33
description: "Invoke when creating agent prompts or LLM instructions"
44
model: opus
5-
version: 0.3.0
5+
version: 1.0.0
6+
color: purple
67
---
78

89
I speak fluent LLM. I craft prompts that work WITH how language models actually process

plugins/core/agents/seo-specialist.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: seo-specialist
33
description: "Invoke for SEO audits and optimization"
44
version: 1.0.0
5+
color: purple
56
---
67

78
<identity>

plugins/core/agents/site-keeper.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name: site-keeper
33
description: "Invoke for production health monitoring and error triage"
44
version: 1.0.0
5+
color: purple
56
---
67

78
<identity>

0 commit comments

Comments
 (0)