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.

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.