Help us improve
Share bugs, ideas, or general feedback.
From coding-team
Start an adaptive coding loop that dynamically adjusts interval based on activity — short intervals when busy, longer when idle.
npx claudepluginhub vm0-ai/team-skills --plugin coding-teamHow this skill is triggered — by the user, by Claude, or both
Slash command
/coding-team:begin-coding-workerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Determine the worker label and run the coding worker script, capturing stdout:
Provides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Guides systematic root-cause debugging when tests fail, builds break, or unexpected errors occur. Provides a structured triage checklist to preserve evidence, localize, and fix issues instead of guessing.
Share bugs, ideas, or general feedback.
PROJECT_ROOT=$(git rev-parse --show-toplevel)
_LABEL="${ARGUMENTS:-$("$PROJECT_ROOT/scripts/cn.sh")}"
${CLAUDE_PLUGIN_ROOT}/scripts/coding-worker.sh "$_LABEL"
INTERVAL:N and save N./begin-coding-worker already exists.
*/N * * * * and prompt /begin-coding-worker $ARGUMENTS.*/N * * * * and prompt /begin-coding-worker $ARGUMENTS.