plugins marketplace
← All plugins

flux-health

v1.9.1

Data quality and pipeline health check — freshness, schema drift, null rates, orphaned records, pipeline status. Use when asked about "data quality check", "pipeline health", "is our data fresh", or "schema drift".

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/flux-health/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/flux-health/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

flux-healthSKILL.md

Data quality and pipeline health check — freshness, schema drift, null rates, orphaned records, pipeline status. Use when asked about "data quality check", "pipeline health", "is our data fresh", or "schema drift".

Manifests1

plugins/ai-agency/tonone/skills/flux-health/.claude-plugin/plugin.json
{
  "name": "flux-health",
  "version": "1.9.1",
  "description": "Data quality and pipeline health check — freshness, schema drift, null rates, orphaned records, pipeline status. Use when asked about \"data quality check\", \"pipeline health\", \"is our data fresh\", or \"schema drift\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "flux",
    "skill"
  ]
}