mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-04 12:32:40 +00:00
Compare commits
1 Commits
v2.1.108
...
fix/agent-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3dda703345 |
@@ -1,6 +1,13 @@
|
|||||||
---
|
---
|
||||||
name: conversation-analyzer
|
name: conversation-analyzer
|
||||||
description: Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments\nuser: "/hookify"\nassistant: "I'll analyze the conversation to find behaviors you want to prevent"\n<commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations\nuser: "Can you look back at this conversation and help me create hooks for the mistakes you made?"\nassistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks."\n<commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>
|
description: |-
|
||||||
|
Use this agent when analyzing conversation transcripts to find behaviors worth preventing with hooks. Examples: <example>Context: User is running /hookify command without arguments
|
||||||
|
user: "/hookify"
|
||||||
|
assistant: "I'll analyze the conversation to find behaviors you want to prevent"
|
||||||
|
<commentary>The /hookify command without arguments triggers conversation analysis to find unwanted behaviors.</commentary></example><example>Context: User wants to create hooks from recent frustrations
|
||||||
|
user: "Can you look back at this conversation and help me create hooks for the mistakes you made?"
|
||||||
|
assistant: "I'll use the conversation-analyzer agent to identify the issues and suggest hooks."
|
||||||
|
<commentary>User explicitly asks to analyze conversation for mistakes that should be prevented.</commentary></example>
|
||||||
model: inherit
|
model: inherit
|
||||||
color: yellow
|
color: yellow
|
||||||
tools: ["Read", "Grep"]
|
tools: ["Read", "Grep"]
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: agent-creator
|
name: agent-creator
|
||||||
description: Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples:
|
description: |-
|
||||||
|
Use this agent when the user asks to "create an agent", "generate an agent", "build a new agent", "make me an agent that...", or describes agent functionality they need. Trigger when user wants to create autonomous agents for plugins. Examples:
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
Context: User wants to create a code review agent
|
Context: User wants to create a code review agent
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: plugin-validator
|
name: plugin-validator
|
||||||
description: Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples:
|
description: |-
|
||||||
|
Use this agent when the user asks to "validate my plugin", "check plugin structure", "verify plugin is correct", "validate plugin.json", "check plugin files", or mentions plugin validation. Also trigger proactively after user creates or modifies plugin components. Examples:
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
Context: User finished creating a new plugin
|
Context: User finished creating a new plugin
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: skill-reviewer
|
name: skill-reviewer
|
||||||
description: Use this agent when the user has created or modified a skill and needs quality review, asks to "review my skill", "check skill quality", "improve skill description", or wants to ensure skill follows best practices. Trigger proactively after skill creation. Examples:
|
description: |-
|
||||||
|
Use this agent when the user has created or modified a skill and needs quality review, asks to "review my skill", "check skill quality", "improve skill description", or wants to ensure skill follows best practices. Trigger proactively after skill creation. Examples:
|
||||||
|
|
||||||
<example>
|
<example>
|
||||||
Context: User just created a new skill
|
Context: User just created a new skill
|
||||||
|
|||||||
Reference in New Issue
Block a user