AgentSkillsCN

ecosystem

查看生态系统动态、已追踪的仓库以及跨项目状态。当用户关心生态系统的健康状况、仓库更新进展、项目当前状态,或是想了解整个代码库的最新动向时,可运用此技能。

SKILL.md
--- frontmatter
name: ecosystem
description: 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.
user-invocable: true

/ecosystem - CYNIC Ecosystem Monitor

"The pack watches all dens"

Quick Start

code
/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)

code
/ecosystem sources

Recent Updates

code
/ecosystem updates

Project Status

code
/ecosystem projects

Sync Drifts

code
/ecosystem drifts

Implementation

Ecosystem Monitor

javascript
// 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)

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

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

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

Discovery

javascript
// 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

  • /health - System health
  • /patterns - Detected patterns
  • docs/ARCHITECTURE.md - System architecture