设计与多媒体

Api And Interface Design

试用

Design stable APIs, module boundaries, and public interfaces. Use when creating REST/GraphQL endpoints, defining inter-module type contracts, or establishing...

它能做什么

Design stable APIs, module boundaries, and public interfaces. Use when creating REST/GraphQL endpoints, defining inter-module type contracts, or establishing frontend-backend boundaries.

技能文档

这个技能的完整文档还没被收录,可以先到原始来源页查看。

相关技能

Document decisions and architecture rationale �� capture why, not just what

作者 天轰穿

Plan tests for an API endpoint or service — functional, negative, and contract. Use when asked to test an API, write API test cases, plan REST/GraphQL endpoi...

Review an API's contract as a promise to consumers — detects breaking changes by diffing the before/after surface (removed/renamed fields, type changes, tightened requiredness, status-code changes), and judges design by the repo's OWN precedent (error envelope, naming, pagination, auth placement) with every consistency finding citing the in-repo convention being violated. Covers versioning, idempotency on retryable writes, pagination on collections, and status-code semantics. Use this skill whenever the user says "review this API", "review the endpoint", "API design review", "is this a breaking change", "check backward compatibility", "review the contract", "review this OpenAPI/swagger spec", or "/api-contract-review" — even if they don't name the skill. Distinct from code-review (implementation quality); this reviews the SURFACE consumers depend on.

1 次安装

Write clear, developer-facing API documentation. Use when asked to document an API endpoint, write API reference docs, create a developer guide, or turn a ra...

Review an API change for compatibility, validation, auth, error shape, idempotency, and observability, and classify it as additive, behavior-changing, or bre...

Evaluates API surface design, consistency, and exemplar alignment

22 次安装

天轰穿 的更多技能

浏览全部技能

Android设备远程控制与屏幕理解引擎,基于uiautomator2+FastMCP,支持多设备连接池+心跳检测、UI层级解析(dump_hierarchy核心)、元素查找与点击、触控操作(点击/滑动/输入)、APP启停、消息收发、微信专用操作、AutoGLM视觉分析。触发: Android设备操作/微信自动化/屏幕理解/UI自动化/多设备管理

作者 天轰穿1 次安装

Document decisions and architecture rationale �� capture why, not just what

作者 天轰穿

基于AI的个性化学习助手,支持项目教程、语言学习、写作反馈、视觉学习与学习指南生成,覆盖多学科领域。

作者 天轰穿1 次安装

Automate quality gates so no change reaches production without passing tests, lint, and build

作者 天轰穿

Test web applications in real browsers via Chrome DevTools MCP. Use when building browser apps, inspecting DOM, capturing console errors, analyzing network r...

作者 天轰穿