From coding-team
Start an adaptive coding loop that dynamically adjusts interval based on activity — short intervals when busy, longer when idle.
How 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:
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.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.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub vm0-ai/team-skills --plugin coding-team