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

dsh-api-designer

DSH plugin to inject the api-designer skill into system-prompt persona, providing API design guidance for REST and 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.