What problem does it solve? Setting up request monitoring and debug logging in a Python project requires figuring out package managers, entrypoints, middleware, and server configuration by hand. This Skill explores your codebase and proposes a concrete, tailored plan to integrate Smello so HTTP requests, logs, and exceptions appear in a local dashboard. ## Core Features & Use Cases - Codebase Exploration: Detects your package manager (pip, uv, poetry, pipenv), HTTP libraries (requests, httpx, aiohttp, grpc, botocore), logging usage, application entrypoints, and Docker setup. - Activation Planning: Recommends either code-level activation via smello.init() or the zero-code smello run wrapper, with exact file placement for Django, Flask, FastAPI, and CLI apps. - Server & Middleware Setup: Proposes FastAPI/Django middleware for incoming requests and offers Docker Compose or dev-dependency options for the Smello server. - Use Case: You inherit a FastAPI project and want to debug failing third-party API calls. The Skill inspects the repo, then presents a plan to add smello, wire the middleware, and start the dashboard at localhost:5110 — changing nothing until you approve. ## Quick Start Ask the agent to explore this Python project and propose a plan to integrate Smello for capturing HTTP requests, logs, and exceptions.