satan9394/dsh-skills-bundle--plugins-dsh-api-designer0

dsh-api-designer

API 设计指导插件,提供 REST 和 GraphQL 的设计最佳实践、版本控制及错误定义规范。

AI 分析

核心用于指导和评审 API 设计。适合需要编写 OpenAPI 规范、设计 REST/GraphQL 接口的架构师与开发者。

包名
dsh-api-designer
版本
0.1.0
最近更新
2026年8月26日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:satan9394/dsh-skills-bundle#453fc2cf12e007b72e48f568e0ffe1fe4e13c616&path:plugins/dsh-api-designer

Usage

Once installed, the api-designer skill is automatically injected into the system prompt for all agents. The agent will have access to API design best practices when:

  • Designing new REST or GraphQL APIs
  • Reviewing existing API designs
  • Deciding between REST, GraphQL, or RPC
  • Choosing versioning or pagination strategies
  • Defining error responses (RFC 9457 Problem Details)
  • Adding idempotency keys or concurrency control
  • Writing or critiquing OpenAPI 3.1 or GraphQL SDL schemas
  • Establishing API style guidelines

No configuration is required; the skill is always active.