Analyzes Claude Code ecosystem health by tracking all 27 extensibility components across 6 tiers - including plugin components, core configuration, environment/CLI, authentication, session features, and integrations. Use when checking if Claude Code components are up-to-date, orchestrating audits efficiently, tracking documentation coverage, applying updates from new Claude Code versions, or getting an overview of ecosystem component staleness.
View on GitHubmelodic-software/claude-code-plugins
claude-ecosystem
plugins/claude-ecosystem/skills/ecosystem-health/SKILL.md
January 21, 2026
Select agents to install to:
npx add-skill https://github.com/melodic-software/claude-code-plugins/blob/main/plugins/claude-ecosystem/skills/ecosystem-health/SKILL.md -a claude-code --skill ecosystem-healthInstallation paths:
.claude/skills/ecosystem-health/# Ecosystem Health ## MANDATORY: docs-management Delegation > **CRITICAL:** This skill follows the anti-duplication principle. **ALL component details MUST be queried from docs-management at runtime.** ### What This Skill Hardcodes (Static - Changes Rarely) | Data | Why Static | | ---- | ---------- | | Tier structure (1-6) | Design decision, architectural choice | | Audit commands (`/audit-*`) | OUR commands in claude-ecosystem plugin | | Audit types (automated/manual/documentation) | Classification policy | | Scoring/prioritization logic | Policy decisions | ### What MUST Be Delegated (Dynamic - Changes With Releases) | Data | Why Dynamic | How to Get | | ---- | ----------- | ---------- | | CLI flags list | New flags every release | Query: `docs-management: cli-reference.md CLI flags` | | Environment variables | New env vars frequently | Query: `docs-management: settings.md environment variables` | | Authentication methods | New providers added | Query: `docs-management: iam.md authentication methods` | | Permission modes | Modes evolve | Query: `docs-management: iam.md permission modes` | | Cloud providers | New providers added | Query: `docs-management: setup.md cloud providers` | | IDE integrations | New integrations added | Query: `docs-management: third-party-integrations.md IDE` | | Change keywords | Terminology evolves | Derive from docs-management index keywords | | File patterns | Locations can change | Query official docs for current patterns | ### Delegation Rules 1. **NEVER use hardcoded lists** for CLI flags, env vars, auth methods, cloud providers, IDE integrations, permission modes, or any frequently-changing data 2. **ALWAYS query docs-management** when you need component details 3. **Use claude-code-guide agent** for live verification during `--discover` and `--check` modes 4. **If docs-management returns empty**, that's a signal to check if the component still exists ### Query Patterns for docs-management ```text # Tier 3: Environment &