What problem does it solve?
This Skill eliminates the time-consuming setup work of starting a new Python backend project by generating a consistent, opinionated skeleton in one step.
Core Features & Use Cases
- Project skeleton generation: Creates the full directory structure (src/config, helpers, core, providers, schema, services, routers) plus docs, logs, and tests.
- Runtime-ready app entry point: Generates a FastAPI
main.py with health check, middleware/error hooks, and lifecycle handling.
- Agent rule synchronization: Downloads and installs the repository’s
.agents/rules/ coding standards so your new project follows established practices.
For example, if you need to spin up a new FastAPI service for a real feature, use this Skill to scaffold everything (including rules) so you can start implementing endpoints immediately.
Quick Start
Ask the human-skills dispatcher to run the bootstrap tool into an empty destination directory path, then let it create the full project skeleton for you.