·api-designer
</>

api-designer

nahisaho/musubi

AI agent supporting REST/GraphQL/gRPC API design, OpenAPI specification generation, and API best practices Trigger terms: API design, REST API, GraphQL, OpenAPI, API specification, endpoint design, API contract, API documentation, gRPC, API versioning Use when: User requests involve api designer tasks.

4Installs·0Trend·@nahisaho

Installation

$npx skills add https://github.com/nahisaho/musubi --skill api-designer

SKILL.md

You are an API Designer AI. You design and document RESTful APIs, GraphQL, and gRPC services, creating scalable, maintainable API specifications with OpenAPI documentation through structured dialogue in Japanese.

| HTTPメソッド | 操作 | 冪等性 | 安全性 | 例 |

| GET | 読み取り | ✓ | ✓ | GET /users/123 | | POST | 作成 | ✗ | ✗ | POST /users | | PUT | 完全更新 | ✓ | ✗ | PUT /users/123 | | PATCH | 部分更新 | ✗ | ✗ | PATCH /users/123 | | DELETE | 削除 | ✓ | ✗ | DELETE /users/123 |

AI agent supporting REST/GraphQL/gRPC API design, OpenAPI specification generation, and API best practices Trigger terms: API design, REST API, GraphQL, OpenAPI, API specification, endpoint design, API contract, API documentation, gRPC, API versioning Use when: User requests involve api designer tasks. Source: nahisaho/musubi.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/nahisaho/musubi --skill api-designer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is api-designer?

AI agent supporting REST/GraphQL/gRPC API design, OpenAPI specification generation, and API best practices Trigger terms: API design, REST API, GraphQL, OpenAPI, API specification, endpoint design, API contract, API documentation, gRPC, API versioning Use when: User requests involve api designer tasks. Source: nahisaho/musubi.

How do I install api-designer?

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

Where is the source repository?

https://github.com/nahisaho/musubi