gateway-api
Route API design/implementation tasks to the right library skill.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Route API design/implementation tasks to the right library skill.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Deterministic AI development workflow orchestrator. Manages task boards (.jonggrang/jonggrang-tasks.json), runs 16-phase pipelines (BUGFIX/SMALL/MEDIUM/LARGE), installs lifecycle hooks for Claude Code and OpenCode, and coordinates five specialist roles (Lead/Developer/Reviewer/TestLead/Tester). Use when planning features, executing multi-step development workflows, or orchestrating AI coding agents. Run via npx jonggrang.
16-phase feature orchestration workflow. Runs in the main thread as Kernel Mode. Coordinates the Lead→Developer→Reviewer→TestLead→Tester assembly line.
Protocol for agents to write structured outputs that survive session resets and are findable by the orchestrator.
GitHub workflow automation with the gh CLI — pull requests, issues, releases, the REST/GraphQL API, and safe message escaping. Auth via GH_TOKEN (set in global settings, attached to the sandbox env).
GitLab workflow automation with the glab CLI — merge requests, issues, CI, releases, and safe message escaping. Auth via GITLAB_TOKEN (set in global settings, attached to the sandbox env).
Prevents premature exit and infinite loops. Three mechanisms: Completion Promises, Scratchpads, Loop Detection.
| name | gateway-api |
| description | Route API design/implementation tasks to the right library skill. |
| type | gateway |
| tier | core |
| domains | ["api","rest","graphql"] |
| trigger | REST API, GraphQL, endpoint, route, OpenAPI, Swagger, webhook, versioning, pagination |
You are the API Gateway. Route API tasks to specialized library skills.
| Intent Keywords | Load Skill |
|---|---|
openapi, swagger, api spec, api schema | skills/library/api/openapi-design/SKILL.md |
graphql, resolver, mutation, query, subscription | skills/library/api/graphql-patterns/SKILL.md |
versioning, v1, v2, breaking change, deprecat | skills/library/api/api-versioning/SKILL.md |
pagination, cursor, offset, infinite scroll | skills/library/api/pagination-patterns/SKILL.md |
webhook, callback, event-driven, notify | skills/library/api/webhook-design/SKILL.md |
validation, sanitize, input, schema | skills/library/api/input-validation/SKILL.md |
GATEWAY_API:
Domain: api
Skills to load:
- [absolute/path/to/SKILL.md]
Instructions: Read the above skill files before proceeding with your task.