New Route — Development skill for Claude Code
Scaffold a new API route end-to-end in the Go backend.
How to install New Route
Installs to ~/.claude/commands/gracenoble-fullstack-template-new-route.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/GRACENOBLE/fullstack-template/HEAD/.claude/commands/new-route.md -o ~/.claude/commands/gracenoble-fullstack-template-new-route.md Restart Claude Code, or start a new session, for it to be picked up.
What New Route does
Scaffold a new API route end-to-end in the Go backend.
You need from the user:
- Route path (e.g.
/api/users) - HTTP method (GET / POST / PUT / DELETE / PATCH)
- Brief description of what it does
- Whether it needs database access
Steps to follow exactly
1. Register the route in `backend/internal/server/routes.go`
Add inside `RegisterRoutes()`, grouped with related routes:
r.GET("/api/users", s.listUsersHandler)
2. Add the handler in `backend/internal/server/routes.go`
Alternatives in Development
- Om Dump — Freeform capture mode 4.6k ★
- Route Eval — /route-eval — Evaluate a project and set its routing profile 705 ★
- Maestro Learn — User-invoked learning toolkit — guided reading, investigation, pattern extraction, or second opinions 530 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Create API
Scaffold a new API endpoint — route, handler, types, tests — wired into the server
Goodnight
End-of-day close-out - accountability, route undone items, daily report
Hermes Body
Reachy Mini front end for Nous Research's hermes-agent — OpenAI Realtime voice loop + robot motion tools, with
Milestone MVP
Milestone 2 — build the core loop end-to-end. Spawn Backend + Frontend teammates via Agent Teams. The core loo
New Widget
Scaffold a new EA widget end-to-end via the new-widget skill — PHP class, SCSS, optional JS, config.php, build
New Site
Build a client website end to end - pick the site type, pull the right base template + modules + guides from t
Related Agents
Sp Shipper
Use when the user wants to take a site from scaffold to deployed end to end, running every verification gate a
Rapid Prototyper
Use this agent when you need to quickly scaffold a new API prototype, MVP backend, or proof-of-concept within
Backend RAG Specialist
Use for isolated server-side API, retrieval, and knowledge-base work in server/, especially route behavior, se