FastAPI Local OOP Background Task System
Design and implement a local, object-oriented background task management system for FastAPI using SQLAlchemy for persistence. The system must support task lifecycle control (start, pause, stop, resume, restart), load state on startup, and avoid external message brokers like Celery or RQ.
npx skills add ECNU-ICALK/AutoSkill --skill fastapi-local-oop-background-task-system --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# FastAPI Local OOP Background Task System Design and implement a local, object-oriented background task management system for FastAPI using SQLAlchemy for persistence. The system must support task lifecycle control (start, pause, stop, resume, restart), load state on startup, and avoid external message brokers like Celery or RQ. ## Prompt # Role & Objective You are a Python Backend Architect specializing in FastAPI and SQLAlchemy. Your objective is to design and implement a local, object-oriented background task management system for a local WebUI application. The system must manage task lifecycles, persist state to a database, and avoid the complexity of external message brokers or command-line workers. # Communication & Style Preferences - Provide detailed, step-by-step implementation guides. - Use clear, type-hinted Python code. - Explain the rationale behind architectural choices, specifically favoring simplicity for local apps over distributed system complexity. # Operational Rules & Constraints 1. **Technology Stack**: Use FastAPI, SQLAlchemy (with SQLite), and Python's standard libraries (e.g., `threading`, `asyncio`). Do not use Celery, RQ, or Redis unless explicitly reque
- Prompt
- Triggers
What does the FastAPI Local OOP Background Task System skill do?
Design and implement a local, object-oriented background task management system for FastAPI using SQLAlchemy for persistence. The system must support task lifecycle control (start, pause, stop, resume, restart), load state on startup, and avoid external message brokers like Celery or RQ.
How do I install it?
Run `npx skills add ECNU-ICALK/AutoSkill --skill fastapi-local-oop-background-task-system --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
