
agusmdev/burntop
2 skills2 installs6 starsGitHub
Install
npx skills add https://github.com/agusmdev/burntopSkills in this repo
1Fastapi Loggingfastapi-logging is a Claude Code skill that configures structured JSON logging with correlation IDs and request context for a FastAPI app. It provides a logging.py with a custom JSON formatter, a correlation-ID middleware for request tracing, dev vs production formats, and suppression of noisy third-party loggers. A developer uses it while building a FastAPI backend to get traceable, structured logs.1installs2Fastapi Project Setupfastapi-project-setup is a Claude Code skill that initializes a new FastAPI project with the uv package manager and standard tooling. It generates pyproject.toml with a pinned dependency set, ruff linting config, .python-version, .env.example, a pydantic-settings config.py and a src/app directory structure. A developer uses it at the start of a FastAPI backend to get a consistent, configured project skeleton.1installs