Help us improve
Share bugs, ideas, or general feedback.
From skill-manager
Clone team-skills repo and deep-research its skills, plugins, and architecture
npx claudepluginhub vm0-ai/team-skills --plugin skill-managerHow this skill is triggered — by the user, by Claude, or both
Slash command
/skill-manager:skill-researchThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
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.
Replicates knowledge from any source (GitHub repos, articles, code) into sd0x-dev-flow skill definitions with analysis report and generated SKILL.md files.
Searches local, marketplace, GitHub, and web skill sources to avoid duplicating existing skills. Indexed results are ranked and presented with fork/extend options.
Searches tiered sources like Anthropic repos and GitHub for Claude Code skills matching a query, fetches SKILL.md files, applies toothbrush filter for quality, and outputs comparison tables with verdicts.
Share bugs, ideas, or general feedback.
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