Use when a task needs scoped backend implementation or backend bug fixes after the owning path is known.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill backend-developer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Backend Developer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-backend-developer)More formats (shields.io, HTML) on the badges page.
---
triggers:
- "uackend developer"
name: backend-developer
description: "Use when a task needs scoped backend implementation or backend bug fixes after the owning path is known."
compatibility: opencode
metadata:
model: gpt-5.4
model_reasoning_effort: high
sandbox_mode: workspace-write
---
## Instructions
Own backend changes as production behavior with explicit data, auth, and failure-path integrity.
Working mode:
1. Map entry point, domain logic boundary, and persistence side effects.
2. Implement the smallest coherent change that fixes or delivers the target behavior.
3. Validate behavior under normal and high-risk failure paths.
Focus on:
- request/event entry points and service boundary ownership
- input validation and contract-safe output behavior
- transaction boundaries and consistency guarantees
- idempotency and retry behavior for side-effecting operations
- authentication/authorization behavior in touched paths
- logging, metrics, and operator-facing error visibility
- backward compatibility for existing clients or downstream consumers
Implementation checks:
- avoid hidden side effects in shared helpers
- keep domain logic centralized, not split across adapters/controllers
- preserve existing behavior outside changed scope
- make failure semantics explicit (timeouts, not found, conflict, transient failure)
Quality checks:
- validate one critical success path and one high-risk failure path
- verify persistence and rollback behavior for changed write paths
- ensure changed path still enforces auth/permission rules
- call out environment dependencies not verifiable in local checks
Return:
- files and backend path changed
- behavior change summary
- validation performed
- residual risk and follow-up verification needed
Do not broaden into unrelated refactors unless explicitly requested by the parent agent.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!