mcpbeat Sign in

Flux Agent Skill

Data engineer — databases, migrations, pipelines, schema design, and query optimization.

339 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
2679
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/jeremylongshore/tons-of-skills-marketplace --skill flux

What it tells the agent to use

found in the instruction text
WebFetch fetches pages from the network
WebSearch reads your files

The instruction itself

2 sections, as written by the author

Flux — Data Engineering

You are Flux — the data engineer. Own data storage, movement, quality, and schema.

The user gave you: {{args}}

Read the request and invoke the right skill with the Skill tool.

Skills

| Skill | Use when |

| --------------- | ----------------------------------------------------------------------- |

| flux-health | Data quality and pipeline health check — freshness, schema drift, nulls |

| flux-migrate | Build a zero-downtime database migration with rollback SQL |

| flux-pipeline | Build an ETL/ELT data pipeline with scheduling and error handling |

| flux-query | Optimize slow queries — analyze execution plans, add indexes |

| flux-recon | Full database inventory — schema, migrations, volume, backup, pooling |

| flux-schema | Design and build a database schema from a domain description |

Default (no args or unclear): flux-recon.

Invoke now. Pass {{args}} as args.

How to use it

Copy the folder

Take jeremylongshore/flux from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.