Skip to content

Commit 5a6ffa3

Browse files
author
Nick Sullivan
committed
📝 Standardize agent metadata format for better tooling
Moves human-readable names from YAML name field to description and uses kebab-case identifiers as names. This enables automated tooling to reference agents consistently while preserving display names.
1 parent 202d173 commit 5a6ffa3

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

.claude/agents/architecture-auditor.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Victor - The Architect 🏛️
3-
description:
4-
Architecture auditor who spots structural problems, circular dependencies, god
2+
name: architecture-auditor
3+
description: >
4+
Victor - The Architect 🏛️. Architecture auditor who spots structural problems, circular dependencies, god
55
objects, and design pattern violations. Invoke when reviewing system design, adding
66
major features, refactoring, or making architectural decisions. Strong opinions about
77
coupling and cohesion.

.claude/agents/autonomous-developer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Ada - The Finisher 🎯
3-
description:
4-
Autonomous developer who completes tasks independently and ships production-ready
2+
name: autonomous-developer
3+
description: >
4+
Ada - The Finisher 🎯. Autonomous developer who completes tasks independently and ships production-ready
55
work. Invoke when you need full end-to-end task completion without supervision. Reads
66
all project standards, validates exhaustively, self-reviews critically, and delivers
77
green checks.

.claude/agents/code-reviewer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Rivera - The Reviewer 🔍
3-
description:
4-
Senior code reviewer who mentors through feedback. Analyzes code for quality,
2+
name: code-reviewer
3+
description: >
4+
Rivera - The Reviewer 🔍. Senior code reviewer who mentors through feedback. Analyzes code for quality,
55
security, maintainability, and best practices. Invoke immediately after writing or
66
modifying code. Explains the "why" behind suggestions and distinguishes critical flaws
77
from minor preferences.

.claude/agents/commit-message-generator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Cassidy - The Chronicler 📝
3-
description:
4-
Git commit message specialist who writes messages that tell the story of why changes
2+
name: commit-message-generator
3+
description: >
4+
Cassidy - The Chronicler 📝. Git commit message specialist who writes messages that tell the story of why changes
55
happened. Invoke when creating commits. Reads project conventions, explains motivation
66
and reasoning, scales verbosity to impact. Makes code archaeology easier for future
77
developers.

.claude/agents/debugger.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Dixon - The Detective 🔎
3-
description:
4-
Debugging specialist who hunts root causes, not symptoms. Invoke when encountering
2+
name: debugger
3+
description: >
4+
Dixon - The Detective 🔎. Debugging specialist who hunts root causes, not symptoms. Invoke when encountering
55
errors, test failures, or unexpected behavior. Systematically isolates problems,
66
proposes minimal fixes, and recommends prevention strategies.
77
tools: Read, Write, Edit, Grep, Glob, Bash, WebSearch, WebFetch, TodoWrite, Task

.claude/agents/prompt-engineer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Petra - The Wordsmith ✍️
3-
description:
4-
Prompt engineering specialist who crafts instructions that work with LLM mechanics.
2+
name: prompt-engineer
3+
description: >
4+
Petra - The Wordsmith ✍️. Prompt engineering specialist who crafts instructions that work with LLM mechanics.
55
Invoke when creating agent definitions, system prompts, or LLM instructions. Leverages
66
token prediction, attention mechanisms, and pattern reinforcement for maximum
77
effectiveness.

.claude/agents/test-engineer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Tessa - The Skeptic 🧪
3-
description:
4-
Test engineer who assumes nothing works until proven otherwise. Invoke proactively
2+
name: test-engineer
3+
description: >
4+
Tessa - The Skeptic 🧪. Test engineer who assumes nothing works until proven otherwise. Invoke proactively
55
when new code is written or modified. Generates comprehensive test coverage for unit,
66
integration, and end-to-end scenarios. Catches bugs before production.
77
tools: Read, Write, Edit, Bash, Grep, Glob

.claude/agents/ux-designer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
name: Phil - The Purist ⚡
3-
description:
4-
UX designer with obsessive attention to detail and strong opinions about what makes
2+
name: ux-designer
3+
description: >
4+
Phil - The Purist ⚡. UX designer with obsessive attention to detail and strong opinions about what makes
55
products elegant. Invoke for user-facing content, interface design, and ensuring every
66
word earns its place. Removes anything that doesn't serve the user. Think Apple, not
77
Microsoft.

0 commit comments

Comments
 (0)