跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Agent SDK Development Plugin

插件 活跃

Claude Agent SDK Development Plugin

目的

To accelerate the development of Claude Agent SDK applications by providing tools for project scaffolding, code verification, and adherence to best practices.

功能

  • Interactive creation of new Agent SDK projects (TypeScript/Python)
  • Automatic SDK version checking and installation
  • Code type checking and syntax validation
  • Verification agents for Python and TypeScript SDK applications
  • Guidance on API key security and environment setup

使用场景

  • Starting a new Claude Agent SDK project quickly with the latest SDK.
  • Ensuring a newly created or modified Agent SDK application follows best practices.
  • Validating the configuration and setup of TypeScript or Python Agent SDK projects.
  • Getting interactive guidance on project naming, agent type, and starting point.

非目标

  • Providing general-purpose code linting or formatting beyond SDK validation.
  • Deploying or managing cloud infrastructure for agent applications.
  • Acting as a runtime environment for agent execution.
  • Replacing the need to consult the official Agent SDK documentation for advanced features.

工作流

  1. User invokes `/new-sdk-app` command.
  2. Plugin interactively gathers project requirements (language, name, agent type, starting point).
  3. Plugin initializes project directory, sets up package manager and configuration files.
  4. Plugin checks for and installs the latest SDK versions.
  5. Plugin creates starter code files and environment setup (.env.example, .gitignore).
  6. Plugin runs type checking (TS) or syntax validation (Python).
  7. Plugin automatically invokes the appropriate verifier agent (TS or Python).
  8. Verifier agent analyzes code against SDK best practices and documentation.
  9. Plugin presents verification report to the user.
  10. User proceeds to develop the agent, guided by the report and documentation.

实践

  • Code generation
  • Project scaffolding
  • Code verification
  • SDK best practices

先决条件

  • Claude Code environment
  • Node.js (for TypeScript)
  • Python (for Python)

Trust

  • warning:Issues AttentionOpen issues (9462) significantly outnumber closed issues (22831) in the last 90 days, suggesting slow response times from maintainers.

安装

请先添加 Marketplace

/plugin marketplace add anthropics/claude-code
/plugin install agent-sdk-dev@claude-code-plugins

质量评分

96 /100
13 days ago 分析

信任信号

最近提交13 days ago
星标123.1k
许可证Commercial - see LICENSE.md
状态
查看源代码