rest-api

Create REST API endpoints with OpenAPI documentation and input validation.

1|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/ProfPowell/project-template --skill rest-api-profpowell
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rest-api
Source: https://github.com/ProfPowell/project-template/tree/main/.claude/skills/rest-api
Command: npx skills add https://github.com/ProfPowell/project-template --skill rest-api-profpowell

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Clear REST API definitions and robust boundary validation improve reliability and UX.

Core Features & Use Cases

  • HTTP Methods & Status: Standard REST operations with proper status codes.
  • Form Fallback: API_METHOD support for HTML forms without JS.
  • OpenAPI & Validation: API documentation plus input validation at the boundary.

Quick Start

Create a GET /api/users/:id endpoint and document with OpenAPI.