スキル一覧に戻る
Rehan-Ul-Haq

openapi-generator

by Rehan-Ul-Haq

9🍴 2📅 2026年1月8日
GitHubで見るManusで実行

SKILL.md


name: openapi-generator description: Guide for generating OpenAPI specifications. This skill should be used when users want to create OpenAPI/Swagger documentation for their APIs.

OpenAPI Generator

Generate OpenAPI specifications from code.

When to Use

Use when a user asks to:

  • Generate OpenAPI spec
  • Create Swagger documentation
  • Document an API

How to Generate

Step 1: Analyze Endpoints

Examine the codebase for API routes and handlers.

Step 2: Extract Information

For each endpoint, identify:

  • HTTP method
  • Path
  • Parameters
  • Request body
  • Response format

Step 3: Generate Spec

Create OpenAPI 3.0 YAML:

openapi: 3.0.0
info:
  title: API Name
  version: 1.0.0
paths:
  /endpoint:
    get:
      summary: Description
      responses:
        '200':
          description: Success

Step 4: Validate

Ensure spec is valid OpenAPI format.

Output

  • openapi.yaml - Complete OpenAPI specification

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です