← Back to list

openapi-spec-generation-skill
by FeiWangHub
⭐ 0🍴 0📅 Jan 20, 2026
SKILL.md
name: openapi-spec-generation-skill description: "Generate OpenAPI 3.0 YAML specifications from simple JSON definitions."
OpenAPI Spec Generation Skill
This skill allows you to quickly scaffold OpenAPI 3.0 documentation by providing a simple JSON definition of your API structure.
Capabilities
- Convert simplified JSON path definitions to valid OpenAPI 3.0 YAML.
- Automatically scaffolds standard response structures.
Usage
- Create a
api_def.jsonfile:
{
"title": "My API",
"version": "1.0.0",
"paths": [
{"path": "/users", "method": "get", "summary": "List users"},
{"path": "/users", "method": "post", "summary": "Create user"}
]
}
- Run the generator:
python3 .shared/openapi-spec-generation-skill/scripts/generate_spec.py api_def.json openapi.yaml
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon