skills/docs_api/SKILL.md
--- name: docs_api router_kit: ManagementKit description: OpenAPI/Swagger API documentation ve endpoint belgeleme şablonları. metadata: skillport: category: operations tags: [accessibility, api integration, backend, browser apis, client-side, components, css3, debugging, deployment, docs api, frameworks, frontend, fullstack, html5, javascript, libraries, node.js, npm, performance optimization, responsive design, seo, state management, testing, typescript, ui/ux, web development] -
npx skillsauth add vuralserhat86/antigravity-agentic-skills skills/docs_apiInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
API documentation ve OpenAPI best practices.
openapi: 3.0.3
info:
title: User API
version: 1.0.0
paths:
/users:
get:
summary: List users
responses:
'200':
description: Success
content:
application/json:
schema:
$ref: '#/components/schemas/User'
components:
schemas:
User:
type: object
properties:
id: { type: string }
email: { type: string, format: email }
## Create User
`POST /api/v1/users`
### Request
| Field | Type | Required | Description |
|-------|------|----------|-------------|
| email | string | Yes | Valid email |
| password | string | Yes | Min 8 chars |
### Response (201)
{ "success": true, "data": { "id": "...", "email": "..." } }
### Error (400)
{ "success": false, "error": { "code": "VALIDATION_ERROR" } }
Docs API v1.1 - Enhanced
Kaynak: Redocly OpenAPI Workflow & API Handyman
prism veya stoplight ile API'yi kodlamadan önce mockla.spectral ile standartlara (CamelCase, Descriptions vb.) göre denetle.$ref kullanarak bileşenlere böl (components/schemas/User.yaml).redoc-cli bundle veya swagger-cli ile statik HTML oluştur.| Aşama | Doğrulama |
|-------|-----------|
| 1 | spectral lint openapi.yaml hatasız geçiyor mu? |
| 2 | Oluşturulan dokümantasyonda "Try it out" çalışıyor mu? |
| 3 | Tüm zorunlu alanlar (required) şemada işaretli mi? |
tools
Production-tested setup for Zustand state management in React. Includes patterns for persistence, devtools, and TypeScript patterns. Prevents hydration mismatches and render loops.
development
Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify existing spreadsheets while preserving formulas, (4) Data analysis and visualization in spreadsheets, or (5) Recalculating formulas
development
--- name: websocket_engineer router_kit: FullStackKit description: WebSocket specialist for real-time communication systems. Invoke for Socket.IO, WebSocket servers, bidirectional messaging, presence systems. Keywords: WebSocket, Socket.IO, real-time, pub/sub, Redis. triggers: - WebSocket - Socket.IO - real-time communication - bidirectional messaging - pub/sub - server push - live updates - chat systems - presence tracking role: specialist scope: implementation output-format:
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.