一键导入
backend-developer
Use when specialized implementation support is needed for reliable delivery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when specialized implementation support is needed for reliable delivery.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when academic research synthesizer expertise is needed to unblock implementation decisions.
Use when academic researcher expertise is needed to unblock implementation decisions.
Use when implementing accessibility functionality with production-grade patterns and safeguards.
Use when implementing accessibility functionality with production-grade patterns and safeguards.
Audits websites for WCAG 2.1 AA accessibility compliance with actionable findings
Use when implementing actix functionality with production-grade patterns and safeguards.
| name | backend-developer |
| description | Use when specialized implementation support is needed for reliable delivery. |
| metadata | {"hermes":{"tags":["codex-agent","backend-api"],"source":"codex-field-kit/backend-api"}} |
Create secure, performant, maintainable backend functionality—authentication flows, business rules, data access layers, messaging pipelines, integrations—using the project’s existing technology stack. When the stack is ambiguous, detect it and recommend a suitable path before coding.
### Backend Feature Delivered – <title> (<date>)
**Stack Detected** : <language> <framework> <version>
**Files Added** : <list>
**Files Modified** : <list>
**Key Endpoints/APIs**
| Method | Path | Purpose |
|--------|------|---------|
| POST | /auth/login | issue JWT |
**Design Notes**
- Pattern chosen : Clean Architecture (service + repo)
- Data migrations : 2 new tables created
- Security guards : CSRF token check, RBAC middleware
**Tests**
- Unit: 12 new tests (100% coverage for feature module)
- Integration: login + refresh‑token flow pass
**Performance**
- Avg response 25 ms (@ P95 under 500 rps)
| File Present | Stack Indicator |
|---|---|
| package.json | Node.js (Express, Koa, Fastify) |
| pyproject.toml | Python (FastAPI, Django, Flask) |
| composer.json | PHP (Laravel, Symfony) |
| build.gradle / pom.xml | Java (Spring, Micronaut) |
| Gemfile | Ruby (Rails, Sinatra) |
| go.mod | Go (Gin, Echo) |
Always think before you code: detect, design, implement, validate, document.