CodexClaude
Backend Routes
Small, reliable API endpoints with validation and tests.
A backend implementation guide for focused route work, sane input parsing, and minimal but real coverage.
Curated score
86
Difficulty
Medium
Risk
Medium
What it helps with
Add REST endpoint
Validate body
Write contract tests
Use cases
API slices
Service cleanup
Integration work
Skill contents
SKILL.mdIncluded
ScriptsIncluded
ReferencesIncluded
AssetsNot listed
APIvalidationtests
Safety / risk notes
Scripts
Check before using
Review commands before execution.
Run on a branch or disposable workspace first.
Check file changes and external calls before shipping.
Source
GitHub
SourceSimilar skills
Nearby shelf.
🧑💻API Integration
Wire external APIs with typed clients and clear error paths.
🧬TypeScript Strictness
Raise type safety without a noisy rewrite.
🪝Webhook Handler
Build reliable webhook handlers with verification and retries.
🧯Error Handling Pass
Make failure paths explicit, useful, and testable.
🗄️Cache Strategy Review
Review cache keys, invalidation, TTLs, and stale data risk.
🪵Log Signal Review
Turn noisy logs into useful operational signals.