generating-rest-apis

|

Content Preview
---
name: generating-rest-apis
description: |
  Generate complete REST API implementations from OpenAPI specifications or database schemas.
  Use when generating RESTful API implementations.
  Trigger with phrases like "generate REST API", "create RESTful API", or "build REST endpoints".
  
allowed-tools: Read, Write, Edit, Grep, Glob, Bash(api:rest-*)
version: 1.0.0
author: Jeremy Longshore <[email protected]>
license: MIT
compatible-with: claude-code, codex, openclaw
---
# Generating R
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/generating-rest-apis.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/api-development/rest-api-generator/skills/generating-rest-apis/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/api-development/rest-api-generator/skills/generating-rest-apis/SKILL.md

Related Skills