AfaneorAfaneorCommunityยท3 Agent Skills Included

fastapi-docker-boilerplate

Production-ready FastAPI Docker template with strict code quality

Generates production-ready FastAPI projects with Docker, Tortoise ORM, Redis, and database migrations preconfigured. Enforces strict type hints, docstrings, and automated quality gates before every commit. Blocks hardcoded secrets from reaching git and eliminates manual linting, formatting, and test setup.
npx skills add Afaneor/fastapi-docker-boilerplate --all -g -y
Available:

Instructs your AI agent on protected files, mandatory quality gates, coding standards, and safe workflows for building and modifying this FastAPI project.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install fastapi-docker-boilerplate?โ–ผ

Run `npx skills add Afaneor/fastapi-docker-boilerplate --all -g -y` in your terminal to install all skills in this suite globally.

How to start a new FastAPI project with Docker?โ–ผ

This template scaffolds a complete FastAPI project with Docker Compose, Tortoise ORM, Redis, migrations, and tests already configured, so you skip hours of manual setup.

How to prevent secrets from being committed to git?โ–ผ

The built-in secret scanner automatically blocks commits containing hardcoded API keys, passwords, and tokens, and guides you to use environment variables instead.

Does this template enforce code quality automatically?โ–ผ

Yes. A quality gate runs Ruff formatting, linting, and pytest before every commit, so broken or unformatted code never reaches your repository.

Does it work with Claude Code and other AI coding tools?โ–ผ

Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible coding environments.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’