Legout Flowerpower Skill
legout-flowerpower-skill is a Claude Code plugin for the Operate phase that helps you build, configure, and manage FlowerPower Hamilton pipelines with APScheduler or RQ.
Install when you build or run FlowerPower data workflows with Hamilton graphs plus APScheduler or RQ scheduling in Claude-assisted sessions.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install legout-flowerpower-skill@legout/flowerpower-skillBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:legout/flowerpower-skill") and the paste-ready config with skillselion.get_install_config("plugin:legout/flowerpower-skill").
What it does
legout-flowerpower-skill is a Claude Code plugin bundling skills for the FlowerPower workflow framework, which combines Hamilton for explicit data DAGs with APScheduler or RQ for scheduling and queue-backed execution. Solo builders shipping APIs, internal tools, or small SaaS with batch or ETL workloads can install it so Claude Code speaks the same vocabulary when defining nodes, wiring dependencies, and operating workers. The canonical journey placement is Operate infra because the value peaks when pipelines must run reliably on a schedule or queue, though you will also use it during Build backend while authoring graphs and during Grow analytics when pipelines feed metrics. Expect intermediate complexity: you should already understand Python job scheduling concepts. This is a specialized automation plugin, not a general agent core or MCP integration catalog.
Highlights
- Skills target FlowerPower: Hamilton DAGs combined with APScheduler and/or RQ
- Coverage themes: building, configuring, and managing data-processing pipelines
- Keyword set spans pipeline, scheduler, workflow, Hamilton, and data-processing
- Suited to backend and analytics-style solo products with recurring jobs
- Single-plugin bundle (1 plugin) focused on the FlowerPower framework
Why builders use it
Scheduling Hamilton data pipelines with APScheduler or RQ involves repetitive boilerplate that agents guess wrong without framework-specific skills.
After you add the plugin, Claude Code can follow FlowerPower patterns for DAG design, scheduler setup, and ongoing pipeline management.
At a glance
- Type - Plugin in Automation.
- Adoption - 0 installs, 2 stars, 0 votes.
FAQ
Who is legout-flowerpower-skill for?
It is for developers using FlowerPower (Hamilton with APScheduler or RQ) who want Claude Code skills aligned to that stack.
When should I use legout-flowerpower-skill?
Use it while implementing backend pipelines and when operating scheduled or queued jobs in production.
How do I add legout-flowerpower-skill to my agent?
Install the plugin from legout/flowerpower-skill via Claude Code, ensure Python and your FlowerPower project are in the workspace, then enable the bundled skills for pipeline tasks.
Comments
Share how you use legout-flowerpower-skill, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.