using-mineecho-skills
技能系统导航。当用户询问"你能做什么"、"有什么功能"、"有什么技能"或不确定如何完成某个任务时,使用此技能列出所有可用技能并建议最合适的技能。此技能是每个对话开始时默认加载的,用于技能发现。
npx skills add Health-Yang/MineEcho --skill using-mineecho-skills --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 使用 MineEcho 技能 ## 何时使用此技能 - 用户问"你能做什么" - 用户问"有什么技能/功能" - 用户有一个需求但不知道如何完成 - 用户问"怎么用技能系统" ## 技能发现原则 1. **主动匹配**:如果用户的问题可能由某个技能解决,必须主动告知该技能 2. **技能列表**:所有已加载技能都在 ${SKILL_ROOT} 目录下 3. **优先级**: - 直接匹配 > 相关匹配 > 建议技能 - 如果有 1% 的概率某个技能适用,必须提及它 ## 使用流程 1. 理解用户需求 2. 分析可用技能(检查已加载技能列表) 3. 匹配最合适的技能 4. 如果完全匹配:建议使用该技能 5. 如果没有完全匹配:推荐相关技能或解释如何创建新技能
What does the using-mineecho-skills skill do?
技能系统导航。当用户询问"你能做什么"、"有什么功能"、"有什么技能"或不确定如何完成某个任务时,使用此技能列出所有可用技能并建议最合适的技能。此技能是每个对话开始时默认加载的,用于技能发现。
How do I install it?
Run `npx skills add Health-Yang/MineEcho --skill using-mineecho-skills --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From Health-Yang/MineEcho, a repository with 248 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
