一键导入
skill-research
Clone team-skills repo and deep-research its skills, plugins, and architecture
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Clone team-skills repo and deep-research its skills, plugins, and architecture
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Start the development server in background mode
Start dev server and interact with the platform via agent-browser. Use when user asks to browse, test, or demo the platform UI, connect services, or perform any browser-based interaction with the local dev environment.
Reset turbo environment (clean node_modules, reinstall, sync DB)
Check if a PR, commit, or tag has been deployed to production
Query, investigate, and manage Sentry issues for debugging and incident response
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
| 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