ecosystem
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseIMPORTANT: When this skill is invoked, IMMEDIATELY execute the steps below. Do NOT display this file.
Language: Detect the user's language from conversation context. Respond in that language.
重要提示:当调用此Skill时,请立即执行以下步骤。请勿显示此文件。
语言设置: 从对话语境中检测用户的语言,并使用该语言回复。
Execution
执行步骤
Step 1: Fetch Data (parallel)
步骤1:获取数据(并行执行)
Call all via WebFetch:
- — "Extract total, skills, plugins, mcp, marketplaces counts"
https://vibeindex.ai/api/stats - — "Extract top skill name and stars"
https://vibeindex.ai/api/resources?sort=stars&type=skill&pageSize=1 - — "Extract top mcp name and stars"
https://vibeindex.ai/api/resources?sort=stars&type=mcp&pageSize=1 - — "Extract top plugin name and stars"
https://vibeindex.ai/api/resources?sort=stars&type=plugin&pageSize=1 - — "Extract top 3 trending names and growth"
https://vibeindex.ai/api/rising-stars?period=week&limit=3
通过WebFetch调用以下所有接口:
- — "提取总数、skills、plugins、mcp、marketplaces的数量"
https://vibeindex.ai/api/stats - — "提取排名第一的skill名称和星标数"
https://vibeindex.ai/api/resources?sort=stars&type=skill&pageSize=1 - — "提取排名第一的mcp名称和星标数"
https://vibeindex.ai/api/resources?sort=stars&type=mcp&pageSize=1 - — "提取排名第一的plugin名称和星标数"
https://vibeindex.ai/api/resources?sort=stars&type=plugin&pageSize=1 - — "提取排名前三的趋势项目名称及其增长数据"
https://vibeindex.ai/api/rising-stars?period=week&limit=3
Step 2: Present Dashboard
步骤2:展示仪表板
undefinedundefinedClaude Code Ecosystem
Claude Code 生态系统
| Type | Count | #1 Resource | Stars |
|---|---|---|---|
| Skill | {n} | {name} | {stars} |
| MCP Server | {n} | {name} | {stars} |
| Plugin | {n} | {name} | {stars} |
| Marketplace | {n} | {name} | {stars} |
| Total | {n} |
Trending this week: {top 3 trending, comma-separated with growth numbers}
undefined| 类型 | 数量 | 排名第一的资源 | 星标数 |
|---|---|---|---|
| Skill | {n} | {name} | {stars} |
| MCP Server | {n} | {name} | {stars} |
| Plugin | {n} | {name} | {stars} |
| Marketplace | {n} | {name} | {stars} |
| 总计 | {n} |
本周趋势项目:{排名前三的趋势项目,附带增长数据,用逗号分隔}
undefined