From skill-manager
Clone team-skills repo and deep-research its skills, plugins, and architecture
npx claudepluginhub vm0-ai/team-skills --plugin skill-managerThis skill uses the workspace's default tool permissions.
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.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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