·api-design
</>

api-design

Guide API design for REST, GraphQL, gRPC, and CLI interfaces. Use this skill when designing new APIs, reviewing existing API contracts, or establishing API conventions for a project. Produces consistent, well-documented API specifications.

36Installs·0Trend·@s-hiraoku

Installation

$npx skills add https://github.com/s-hiraoku/synapse-a2a --skill api-design

How to Install api-design

Quickly install api-design AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill api-design
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: s-hiraoku/synapse-a2a.

SKILL.md

View raw

Design consistent, well-documented APIs across REST, GraphQL, gRPC, and CLI interfaces.

| GET | Read | Yes | | POST | Create / action | No | | PUT | Full replace | Yes | | PATCH | Partial update | Yes | | DELETE | Remove | Yes |

| 200 | Success (with body) | | 201 | Created | | 204 | Success (no body) | | 400 | Client error (validation) | | 401 | Not authenticated | | 403 | Not authorized | | 404 | Not found | | 409 | Conflict (duplicate, state mismatch) | | 422 | Unprocessable (semantically invalid) | | 500 | Server error |

Guide API design for REST, GraphQL, gRPC, and CLI interfaces. Use this skill when designing new APIs, reviewing existing API contracts, or establishing API conventions for a project. Produces consistent, well-documented API specifications. Source: s-hiraoku/synapse-a2a.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill api-design
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from s-hiraoku/synapse-a2a

Quick answers

What is api-design?

Guide API design for REST, GraphQL, gRPC, and CLI interfaces. Use this skill when designing new APIs, reviewing existing API contracts, or establishing API conventions for a project. Produces consistent, well-documented API specifications. Source: s-hiraoku/synapse-a2a.

How do I install api-design?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill api-design Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/s-hiraoku/synapse-a2a