Agent Plugins Marketplace
All plugins

rain-org-health-check

v0.4.0

Audit the health of all rainlanguage GitHub org repos and produce a prioritized modernization report.

Claude Code1 Skill

By rainlanguage0 GitHub starsUpdated 15 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install rain-org-health-check@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/rainlanguage/rain-org-health

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/rain-org-health-check/.

Plugin files

plugins/rain-org-health-check/
├── .claude-plugin/plugin.json
└── skills/rain-org-health-check/SKILL.md

Included Skills1

rain-org-health-checkskills/rain-org-health-check/SKILL.md

Audit the health of all rainlanguage GitHub org repos and produce a prioritized modernization report. Detects the dead DeterminateSystems/magic-nix-cache action, bespoke (non-reusable) CI workflows, removed rainix tasks (rainix-rs-prelude / *-artifacts), PRIVATE_KEY_DEV deploy keys, per-chain etherscan-key drift, telegram secret-name drift, deprecated publish-soldeer references, old action versions, soldeer publish gaps, dead foundry.lock submodule pins, and untested external/public functions on concrete Solidity contracts. Also reports when each repo was last fully (whole-repo) audited by the audit skill. Use when asked to check rain org repo health, audit rainix/soldeer CI modernization, find which repos still need updating, or before/after an org-wide rainix bump.

Plugin manifests1

plugins/rain-org-health-check/.claude-plugin/plugin.json
{
  "name": "rain-org-health-check",
  "description": "Audit the health of all rainlanguage GitHub org repos and produce a prioritized modernization report.",
  "version": "0.4.0",
  "author": {
    "name": "rainlanguage"
  },
  "keywords": [
    "rainlanguage",
    "rainix",
    "soldeer",
    "ci",
    "audit"
  ],
  "category": "development"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[rain-org-health-check on Agent Plugins Marketplace](https://pluginsmp.com/plugins/rain-org-health-check)