fastapi-docker-boilerplate
Production-ready FastAPI Docker template with strict code quality
All Skills in This Repository (3)
Pure Emerald Level Indicatorssecret-scanner
Detect hardcoded secrets in staged changes and block risky commits.
code-quality-gate
Enforce a multi-stage code quality gate for Python projects using Poetry, Ruff, and PyTest.
strict-python-mode
Enforce type hints, Google-style docstrings, and modern Python syntax with Ruff and mypy.
Frequently Asked Questions
FAQPage SchemaHow 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โopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core