Code Copilot Team banner
gosha70 gosha70

Code Copilot Team

AI community

Description

Project templates with multi-agent team configurations for AI code copilots. Includes ready-to-use setups for ML/AI (RAG, LangChain, n8n), enterprise Java, and web apps β€” each with defined agent roles, delegation patterns, and session management best practices.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Code Copilot Team Logo Code Copilot Team

Reusable, opinionated configuration for AI-assisted coding with multi-agent team delegation. Ships with templates for ML/AI, Enterprise Java, and Web projects.

Built for **Claude Code** as the reference implementation, with the provider-neutral **Pi** enforced harness and portable conventions for Cursor, GitHub Copilot, Windsurf, Aider, and local LLMs.

[![Latest release](https://img.shields.io/github/v/release/gosha70/code-copilot-team)](https://github.com/gosha70/code-copilot-team/releases) [![CI](https://github.com/gosha70/code-copilot-team/actions/workflows/sync-check.yml/badge.svg)](https://github.com/gosha70/code-copilot-team/actions/workflows/sync-check.yml) [![Pi tests](https://github.com/gosha70/code-copilot-team/actions/workflows/pi-tests.yml/badge.svg)](https://github.com/gosha70/code-copilot-team/actions/workflows/pi-tests.yml)

πŸ“– **Deep dive:** [Stop Fighting AI Agents and Build a Reusable Multi-Agent Dev Environment](https://www.linkedin.com/pulse/stop-fighting-ai-agents-build-reusable-multi-agent-dev-george-ivan-mxwbe) β€” the full story behind this project, lessons learned from 13+ real build sessions, and why every rule exists.


Quick Start

Get running in about 5 minutes:

# 1. Clone the latest stable release (master is unreleased, in-development)
git clone --branch v1.1.0 https://github.com/gosha70/code-copilot-team.git
cd code-copilot-team

# 2. Install for your AI tool (two first-class harnesses β€” all tools listed below)
./scripts/setup.sh --claude-code    # Claude Code β†’ ~/.claude/
./scripts/setup.sh --pi             # Pi (enforced, provider-neutral) β†’ ~/.code-copilot-team/pi/

# 3. Discover what you just installed
./scripts/cct list          # every slash command, skill, and capability

**Discover the features: