plugins marketplace
← All plugins

rest-api-generator

v1.23.0

Generate RESTful APIs from schemas with proper routing, validation, and documentation

Claude Code1 skill

by Jeremy LongshoreMIT2.6kupdated 10 hours ago

Source

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

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/api-development/rest-api-generator/ inside the repository.

Layout

plugins/api-development/rest-api-generator/
├── .claude-plugin/plugin.json
└── skills/generating-rest-apis/SKILL.md

Skills1

generating-rest-apisskills/generating-rest-apis/SKILL.md

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".

Manifests1

plugins/api-development/rest-api-generator/.claude-plugin/plugin.json
{
  "name": "rest-api-generator",
  "version": "1.23.0",
  "description": "Generate RESTful APIs from schemas with proper routing, validation, and documentation",
  "author": {
    "name": "Jeremy Longshore",
    "email": "[email protected]"
  },
  "repository": "https://github.com/jeremylongshore/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "api",
    "rest",
    "generator",
    "openapi",
    "swagger",
    "backend"
  ]
}