fastapi-master

Scaffold FastAPI projects with authentication and CRUD endpoints.

4|1|Updated Jan 11, 2024
One-click install
npx skills add https://github.com/yennanliu/ai_experiment --skill fastapi-master
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fastapi-master
Source: https://github.com/yennanliu/ai_experiment/tree/main/claude_code/skills_poc/.claude/skills/fastapi-master
Command: npx skills add https://github.com/yennanliu/ai_experiment --skill fastapi-master

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides expert guidance for building production-ready FastAPI applications, covering API design, authentication, database integration, dependency injection, testing, and deployment.

Core Features & Use Cases

  • API Design & Documentation: Design clean RESTful APIs with proper schemas and docs.
  • Security & Auth: Implement secure authentication/authorization patterns.
  • DB Integration & DI: Best practices for database integration and dependency injection.
  • Testing & Deployment: Testing strategies and production deployment patterns.

Quick Start

Scaffold a FastAPI project structure with user authentication and a sample CRUD endpoint, using the recommended project layout.