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-teamThis skill uses the workspace's default tool permissions.
1. Determine the worker label and run the coding worker script, capturing stdout:
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.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
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.