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:
- Deep Dive Workflow - Systematic approach to complex tasks: research → innovate → plan
- GitHub Issue Workflow - Manage GitHub issues with AI-assisted planning and implementation
# 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 |
- Claude Code installed
- GitHub CLI (
gh) installed and authenticated
- Follow the Agent Skills specification
- Include a
SKILL.mdfile with clear instructions - Test the skill thoroughly
- Submit a pull request
MIT