AI-assisted development workflow skills for Claude Code
npx claudepluginhub vm0-ai/team-skillsAutonomous coding worker orchestration — issue/PR handoff, load-balanced assignment, and adaptive worker loop for multi-agent development.
Manage Claude Code skills — create, migrate, and alias skills in the team-skills marketplace.
Query logs from Axiom for debugging and observability.
Generate UI design variants for GitHub issues — snapshot baseline, create variants, publish to GitHub Pages.
Fix bugs in the forked release-please ecosystem (vm0-ai/release-please + vm0-ai/release-please-action).
Development server lifecycle management — start/stop/restart, logs, browser automation, runner deployment, and bug reporting.
Structured deep-dive workflow — research, innovate, and plan phases for complex tasks.
GitHub issue and PR workflow — issue planning, implementation, PR creation, single-pass review and CI check.
Automated coding loops — PR review, CI check, merge queue monitoring, and issue-to-merge orchestration.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
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