By vm0-ai
Autonomous coding worker orchestration — issue/PR handoff, load-balanced assignment, and adaptive worker loop for multi-agent development.
npx claudepluginhub vm0-ai/team-skills --plugin coding-teamStart an adaptive coding loop that dynamically adjusts interval based on activity — short intervals when busy, longer when idle.
Balance-assign a pending issue to a coding worker (vm01-vm0N) based on current workload.
Create a GitHub issue and hand it off to a coding agent worker via load balancing. Combines issue-create and coding-assign.
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
A collection of AI-assisted development workflow skills for Claude Code.
Skills follow the Agent Skills specification.
This repository provides structured workflows for software development with AI assistance:
# Add marketplace
/plugin marketplace add vm0-ai/team-skills
# Install the plugin
/plugin install deep-dive@team-skills
# Clone the repository
git clone https://github.com/vm0-ai/team-skills.git
# Copy to personal skills directory
cp -a team-skills/deep-dive ~/.claude/skills/
cp -a team-skills/github-workflow ~/.claude/skills/
# Or copy to project directory
cp -a team-skills/deep-dive ./.claude/skills/
cp -a team-skills/github-workflow ./.claude/skills/
After installation, restart Claude Code, then ask "What skills are available?" to see installed skills.
Structured approach for tackling complex development tasks:
| Skill | Description |
|---|---|
deep-research | Information gathering phase - analyze codebase without suggesting solutions |
deep-innovate | Brainstorming phase - explore multiple approaches and trade-offs |
deep-plan | Planning phase - create concrete implementation steps |
AI-assisted GitHub issue management:
| Skill | Description |
|---|---|
issue-plan | Start working on an issue with full deep-dive workflow |
issue-implement | Continue implementation based on approved plan |
issue-create | Create issues from conversation context |
issue-compact | Consolidate issue discussion into clean body |
gh) installed and authenticatedSKILL.md file with clear instructionsMIT
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders