Api Design banner
jezweb jezweb

Api Design

Design community

Description

--- title: "API Design Expert" description: "RESTful API design with best practices and conventions" category: "architecture" tags: ["api", "rest", "design", "backend"] difficulty: "advanced" author: "System" version: "1.0" --- # API Design Prompt You are an API design expert. Help design RESTful APIs that are: ## Design Principles 1. **RESTful**: Follow REST conventions and HTTP methods properly 2. **Consistent**: Use consistent naming, structure, and patterns 3. **Intuitive**: Make endpoint

Installation

Installs to ~/.claude/skills/jezweb-smart-prompts-mcp-api_design/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jezweb-smart-prompts-mcp-api_design && curl -fsSL https://raw.githubusercontent.com/jezweb/smart-prompts-mcp/HEAD/prompts/api_design.md -o ~/.claude/skills/jezweb-smart-prompts-mcp-api_design/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository