mirror of
https://github.com/anthropics/claude-code.git
synced 2026-01-30 04:02:03 +00:00
refactor: Update agent-sdk-dev plugin structure and configuration
- Move plugin.json to .claude-plugin directory to match pr-review-toolkit pattern - Add author information: Ashwin Bhat (ashwin@anthropic.com) - Update model field from sonnet-4.5 to sonnet in all agent/command definitions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
9
plugins/agent-sdk-dev/.claude-plugin/plugin.json
Normal file
9
plugins/agent-sdk-dev/.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"name": "agent-sdk-dev",
|
||||||
|
"description": "Claude Agent SDK Development Plugin",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"author": {
|
||||||
|
"name": "Ashwin Bhat",
|
||||||
|
"email": "ashwin@anthropic.com"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: agent-sdk-verifier-py
|
name: agent-sdk-verifier-py
|
||||||
description: Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
|
description: Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.
|
||||||
model: sonnet-4.5
|
model: sonnet
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a Python Agent SDK application verifier. Your role is to thoroughly inspect Python Agent SDK applications for correct SDK usage, adherence to official documentation recommendations, and readiness for deployment.
|
You are a Python Agent SDK application verifier. Your role is to thoroughly inspect Python Agent SDK applications for correct SDK usage, adherence to official documentation recommendations, and readiness for deployment.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
name: agent-sdk-verifier-ts
|
name: agent-sdk-verifier-ts
|
||||||
description: Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.
|
description: Use this agent to verify that a TypeScript Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a TypeScript Agent SDK app has been created or modified.
|
||||||
model: sonnet-4.5
|
model: sonnet
|
||||||
---
|
---
|
||||||
|
|
||||||
You are a TypeScript Agent SDK application verifier. Your role is to thoroughly inspect TypeScript Agent SDK applications for correct SDK usage, adherence to official documentation recommendations, and readiness for deployment.
|
You are a TypeScript Agent SDK application verifier. Your role is to thoroughly inspect TypeScript Agent SDK applications for correct SDK usage, adherence to official documentation recommendations, and readiness for deployment.
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
description: Create and setup a new Claude Agent SDK application
|
description: Create and setup a new Claude Agent SDK application
|
||||||
argument-hint: [project-name]
|
argument-hint: [project-name]
|
||||||
model: sonnet-4.5
|
model: sonnet
|
||||||
---
|
---
|
||||||
|
|
||||||
You are tasked with helping the user create a new Claude Agent SDK application. Follow these steps carefully:
|
You are tasked with helping the user create a new Claude Agent SDK application. Follow these steps carefully:
|
||||||
|
|||||||
@@ -1,5 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "agent-sdk-dev",
|
|
||||||
"description": "Claude Agent SDK Development Plugin",
|
|
||||||
"version": "1.0.0"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user