Generate a complete REST API endpoint from a one-line description.
Scanned 8/31/2026
Install to Claude Code
npx -y skills add valorisa/Claude-Skills --skill templates --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Templates?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/valorisa-templates)More formats (shields.io, HTML) on the badges page.
# API Scaffolder
Generate a complete REST API endpoint from a one-line description.
## Trigger
Use when the user says "create endpoint for X", "new API route", `/scaffold-api`, or describes a CRUD operation.
## Process
1. Ask: "What resource? What operations (GET/POST/PUT/DELETE)? What framework?"
2. If the user already specified everything, skip questions
3. Generate the route handler with:
- Input validation
- Error handling
- Response format
- TypeScript types (if applicable)
4. Show the code and ask: "Want me to add tests or adjust anything?"
5. If yes, generate test file alongside
## Constraints
- Match the project's existing patterns (check existing routes first)
- Don't add auth middleware unless asked
- Don't create database migrations — only the route layer
- Use the project's existing error format
## Output
One file per endpoint in the project's routes directory, following existing conventions.
No comments yet. Be the first to comment!
Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...