Claude-skill-registry ecosystem

View ecosystem updates, tracked repositories, and cross-project status. Use when asked about ecosystem health, repo updates, project status, or what's happening across the codebase.

install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/ecosystem" ~/.claude/skills/majiayu000-claude-skill-registry-ecosystem-78801d && rm -rf "$T"
manifest: skills/data/ecosystem/SKILL.md
source content

/ecosystem - CYNIC Ecosystem Monitor

"The pack watches all dens"

Quick Start

/ecosystem

What It Does

Shows status across the entire ecosystem:

  • Tracked Repos: GitHub repositories being monitored
  • Recent Updates: Commits and releases
  • Project Status: Local project health
  • Cross-Project: Sync status and drifts

Views

Sources (Tracked Repos)

/ecosystem sources

Recent Updates

/ecosystem updates

Project Status

/ecosystem projects

Sync Drifts

/ecosystem drifts

Implementation

Ecosystem Monitor

// List tracked sources
brain_ecosystem_monitor({ action: "sources" })

// Get recent updates
brain_ecosystem_monitor({ action: "updates", limit: 20 })

// Fetch new updates
brain_ecosystem_monitor({ action: "fetch", autoAnalyze: true })

Integrator (Cross-Project)

// Check project status
brain_integrator({ action: "projects" })

// Find sync drifts
brain_integrator({ action: "drifts" })

// Get sync suggestions
brain_integrator({ action: "suggest" })

Discovery

// Scan a repo
brain_discovery({ action: "scan_repo", owner: "zeyxx", repo: "CYNIC" })

// List discovered plugins
brain_discovery({ action: "plugins" })

// Get discovery stats
brain_discovery({ action: "stats" })

Tracked Projects

ProjectTypeDescription
CYNICcoreThis project - the brain
HolDexappToken quality analyzer
GASdfappGasless transactions
asdf-brainserviceLegacy plugin
claude-memserviceMemory persistence

Update Priorities

PriorityMeaning
CRITICALSecurity, breaking changes
HIGHNew features, important fixes
MEDIUMRegular updates
LOWMinor changes
INFODocumentation, chores

See Also