python-api-endpoint-creator

Installation
SKILL.md

Python API Endpoint Creator

Creates complete FastAPI endpoints following strict layered architecture patterns.

When to Use

  • Creating a new REST API endpoint from scratch
  • Adding CRUD operations for a new domain entity
  • Setting up the full stack: Router → Service → Repository → Tests
  • Scaffolding a new domain module

Process

Installs
90
GitHub Stars
99
First Seen
Apr 5, 2026
python-api-endpoint-creator — c0x12c/ai-toolkit