An analysis agent for Reddit, an online discussion platform, that collects public posts and examines them for market research. It scores potential leads, identifies recurring problems, studies competitor mentions and sentiment, and creates reports.
A UI-building agent that creates interface components with DaisyUI version 5 and Tailwind CSS. DaisyUI is a set of ready-made CSS classes, while Tailwind CSS is a utility-based styling system.
Orchestrates repair of failing Prefect 3 pipelines. Runs the pipeline-doctor skill to survey and triage, then dispatches one pipeline-investigator subagent per fixable cluster, each on its own branch and PR. Spawn when asked to fix broken pipelines, work through the failing-pipeline backlog, or get prod flows green…
Investigates and fixes ONE failing Prefect pipeline cluster — reads the run logs, confirms the cause against the source and the code, makes the minimal change on its own branch, and verifies it. Dispatched by the pipeline-fixer orchestrator, one per cluster.
Builds a recurring Prefect 3 pipeline for an already-onboarded Data Basis dataset — download, clean, upload (dev+prod), dbt, and metadata refresh on a schedule.