Skip to content

vm0-ai/team-skills

Repository files navigation

team-skills

A collection of AI-assisted development workflow skills for Claude Code.

Skills follow the Agent Skills specification.

Overview

This repository provides structured workflows for software development with AI assistance:

  • Deep Dive Workflow - Systematic approach to complex tasks: research → innovate → plan
  • GitHub Issue Workflow - Manage GitHub issues with AI-assisted planning and implementation

Installation

Using Claude Code Marketplace

# Add marketplace
/plugin marketplace add vm0-ai/team-skills

# Install the plugin
/plugin install deep-dive@team-skills

Direct Download

# 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.

Available Skills

Deep Dive Workflow

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

GitHub Issue Workflow

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

Prerequisites

Contributing

  1. Follow the Agent Skills specification
  2. Include a SKILL.md file with clear instructions
  3. Test the skill thoroughly
  4. Submit a pull request

License

MIT

About

AI-assisted development workflow skills for Claude Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages