
from agent-skills-hub15
Creates production-ready FastAPI project scaffolds with async patterns, DI, middleware, and testing best practices for high-performance APIs.
This skill scaffolds production-ready FastAPI projects: project structure, async patterns, dependency injection, middleware configuration, and testing setup. It helps generate starter code, recommended project layout, and integration patterns for databases like PostgreSQL or MongoDB.
Use when starting a new FastAPI service, setting up async REST endpoints, configuring databases and migrations, or applying best-practice middleware and testing workflows. Not appropriate for unrelated domains or non-Python backends.
resources/implementation-playbook.md with implementation patterns.Suitable for general-purpose coding assistants (Copilot/Codex, Claude Code, Gemini) that can generate Python server code and supporting tests.
FastAPI project scaffold skill with minimal content. The SKILL.md provides only generic instructions (clarify goals, apply best practices) and references a resources/implementation-playbook.md that isn't bundled — making the skill effectively incomplete. No scripts to test. The trigger description is reasonable but the actual instructions add no value beyond what any LLM would do by default.
Skill is essentially a stub. The real content (playbook) is missing from the bundle. Would need the resource file to provide any real value. Tags and description are good but the skill body doesn't deliver.