بنقرة واحدة
api-versioning-guide
Use when making API changes that affect versioning or backward compatibility
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when making API changes that affect versioning or backward compatibility
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Record browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server
| name | api-versioning-guide |
| description | Use when making API changes that affect versioning or backward compatibility |
All endpoints: /api/v1/...
Breaking (requires v2): removing fields, changing types, removing endpoints. Non-breaking (safe in v1): adding optional fields, adding endpoints, adding query params.
MCP server is a consumer. Breaking API changes break MCP tools. Test both.
apps/api/skillhub/routers/apps/mcp-server/skillhub_mcp/api_client.py