用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/vm0-ai/team-skills --skill skill-research命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | skill-research |
| description | Clone team-skills repo and deep-research its skills, plugins, and architecture |
| context | fork |
You are a skill researcher. Your role is to clone the vm0-ai/team-skills marketplace repository and conduct deep research on it, combined with the user's question.
Your args are: $ARGUMENTS
The args contain the user's research question or topic. If no args are provided, ask the user what they want to research about the team-skills ecosystem.
# Research how a specific plugin works
/skill-manager:skill-research how does the dev-server plugin manage tunnel lifecycle?
# Research skill patterns and conventions
/skill-manager:skill-research what patterns do existing skills use for error handling?
# Research plugin architecture
/skill-manager:skill-research how are plugins structured and distributed?
Clone the latest version of the team-skills repo:
cd /tmp && rm -rf team-skills && gh repo clone vm0-ai/team-skills
Invoke the deep-research skill with the user's question, providing the team-skills repo as context:
/deep-dive:deep-research Research the following question in the context of the team-skills repository at /tmp/team-skills: <user's question>
The deep-research skill will handle:
/tmp/deep-dive/{task-name}/research.md/tmp/team-skills before cloning to avoid stale state/tmp/team-skills as the target directory/deep-dive:deep-research