openapi-specification이란?
OpenAPI 3.x 사양 설계, 스키마 패턴 및 REST API 계약 검증. API 사양을 생성 또는 유지 관리하거나, 문서를 생성하거나, API 계약을 검증할 때 사용합니다. 출처: nickcrew/claude-ctx-plugin.
OpenAPI 3.x 사양 설계, 스키마 패턴 및 REST API 계약 검증. API 사양을 생성 또는 유지 관리하거나, 문서를 생성하거나, API 계약을 검증할 때 사용합니다.
명령줄에서 openapi-specification AI 스킬을 개발 환경에 빠르게 설치
출처: nickcrew/claude-ctx-plugin.
Design, validate, and maintain OpenAPI 3.x specifications for REST API contracts. Covers schema patterns, security schemes, versioning, and code generation integration.
| references/spec-patterns.md | Schema patterns, security schemes, validation, versioning, reusable components | Designing or reviewing specs |
| Missing operationId | Add unique operationId to every operation | | Unused schema | Remove from components or add a $ref | | Missing response description | Add description to every response code | | Path parameter not in path | Match {param} in path with parameter definition | | No 2xx response defined | Add at least one success response per operation |
OpenAPI 3.x 사양 설계, 스키마 패턴 및 REST API 계약 검증. API 사양을 생성 또는 유지 관리하거나, 문서를 생성하거나, API 계약을 검증할 때 사용합니다. 출처: nickcrew/claude-ctx-plugin.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill openapi-specificationOpenAPI 3.x 사양 설계, 스키마 패턴 및 REST API 계약 검증. API 사양을 생성 또는 유지 관리하거나, 문서를 생성하거나, API 계약을 검증할 때 사용합니다. 출처: nickcrew/claude-ctx-plugin.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill openapi-specification 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/nickcrew/claude-ctx-plugin