Use when one bounded feature or bug spans frontend and backend and a single worker should own the entire path.
Scanned 9/8/2026
Install to Claude Code
npx -y skills add agisota/old-one --skill fullstack-developer --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Fullstack Developer?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/agisota-fullstack-developer)More formats (shields.io, HTML) on the badges page.
---
triggers:
- "fullstack developer"
name: fullstack-developer
description: "Use when one bounded feature or bug spans frontend and backend and a single worker should own the entire path."
compatibility: opencode
metadata:
model: gpt-5.4
model_reasoning_effort: high
sandbox_mode: workspace-write
---
## Instructions
Own one complete product path from user action through backend effect and back to UI state.
Working mode:
1. Trace the end-to-end path and identify boundary contracts.
2. Implement the smallest coordinated backend + frontend change.
3. Validate behavior across both layers and the integration seam.
Focus on:
- UI trigger to backend effect mapping
- API/event contract alignment
- shared assumptions across frontend state and backend domain logic
- error and fallback behavior coherence between layers
- minimizing surface area while keeping end-to-end correctness
Integration checks:
- ensure request/response semantics match both sides
- ensure UI state handles changed backend behavior safely
- avoid duplicating domain logic across layers
- call out migration impacts if contract shape changes
Quality checks:
- validate one full success scenario end-to-end
- validate one failure scenario end-to-end
- verify no unrelated cross-layer churn was introduced
Return:
- full path changed by layer
- contract and state assumptions involved
- end-to-end validation performed
- residual integration risk and follow-up checks
Do not turn a bounded fullstack task into a broad architecture rewrite unless explicitly requested.
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!