بنقرة واحدة
document-api
Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Comprehensive code review covering Functionality, Security (OWASP), Performance, and Maintainability. Includes good/bad examples.
Generates robust, cross-platform launcher scripts (Windows .bat, Unix .sh, Mac .sh) with dependency checking, .env handling, and graceful shutdown logic.
Automates the creation of professional-grade Antigravity skills. Incorporates best practices for progressive disclosure, resource organization, and automatic agent registration.
Scans the current conversation thread and updates a project work log. Useful for tracking progress and generating release notes.
A strict, scientific debugging protocol (The "Iron Law"). No fixes allowed without root cause investigation.
Systematic UI enhancement and verification. Covers styling upgrades, responsiveness, and rigorous integrity testing to prevent code regression/loss.
| name | document_api |
| description | Generates standardized API documentation (OpenAPI/Markdown) for backend endpoints. |
Use this skill to automatically map out and document your server's API surface area.
server.js).grep_search to find route definitions (e.g., .get(, @app.route).view_file to understand request/response schemas.server.js, app.py)..get(), Flask @app.route, FastAPI decorators).API_DOCUMENTATION.md (or generate an OpenAPI/Swagger spec).METHOD /path, description, rate limiting limits, and Auth requirements.cURL command example and a JavaScript/Python snippet if applicable.