Complete documentation index for cc-copilot-bridge - Bridge GitHub Copilot to Claude Code CLI.
New to cc-copilot-bridge? Start here:
| Document | Reading Time | Skill Level | Description |
|---|---|---|---|
| Installation & Setup | 5 min | Beginner | Get cc-copilot-bridge running in 2 minutes |
| First Commands | 10 min | Beginner | Learn essential commands for daily use |
| Quick Reference | 2 min | All levels | One-page printable command reference |
Next steps after installation:
- Check provider status:
ccs - Try your first session:
ccc - Review Decision Trees to choose the right command
Understand how cc-copilot-bridge works:
| Document | Reading Time | Skill Level | Description |
|---|---|---|---|
| Model Switching | 15 min | Intermediate | Dynamic model selection strategies (25+ models) |
| MCP Profiles System | 20 min | Advanced | Compatibility system for strict validation models |
| Architecture Overview | 5 min | All levels | How the bridge connects providers |
Key concepts:
- Provider: Backend service (Anthropic Direct, Copilot, Ollama)
- Model: AI model within provider (Opus, Sonnet, Haiku, GPT-4.1, etc.)
- MCP Profile: Configuration for model compatibility
- Session: Single Claude Code CLI execution
Find documentation for your specific scenario:
- Commands Reference - All available commands
- Best Practices - Strategic model selection
- Workflows - Common development patterns
- Features Showcase - Complete feature demonstration
- Roadmap - Future plans and ideas
- Cost Comparison - Provider pricing analysis
- Strategic Selection - When to use which provider
- Apple Silicon Optimization - M1/M2/M3/M4 tuning
- Ollama Performance - Context size optimization
- Troubleshooting Guide - Common issues & solutions
- FAQ - Frequently asked questions
- Team Adoption - Onboarding guide
- Security & Privacy - Data flow and privacy implications
- CI/CD Integration - Automated workflows
Deep dives for power users:
| Document | Reading Time | Skill Level | Description |
|---|---|---|---|
| Architecture Deep Dive | 20 min | Advanced | How cc-copilot-bridge works internally |
| MCP Profiles | 20 min | Advanced | Custom profile generation |
| Performance Tuning | 15 min | Advanced | Apple Silicon optimization |
| Security | 15 min | Intermediate | Privacy and data flow analysis |
Advanced techniques:
- Custom MCP profile creation
- Multi-provider workflows
- Performance benchmarking
- Network monitoring
Quick lookups and comparisons:
| Document | Type | Description |
|---|---|---|
| Cheatsheet | Quick Reference | One-page printable command reference |
| Commands | Reference | Complete command documentation |
| FAQ | Q&A | 30+ common questions answered |
| Decision Trees | Visual Guide | Choose the right command/model |
| Comparison | Analysis | cc-copilot-bridge vs alternatives |
Progressive learning from beginner to expert:
Goal: Get comfortable with basic usage
- ✅ Complete QUICKSTART.md
- ✅ Memorize 4 core commands (
ccd,ccc,cco,ccs) - ✅ Read COMMANDS.md
- ✅ Bookmark CHEATSHEET.md
Practice: Use ccc for 1 week of daily development
Goal: Master model selection and optimization
- ✅ Read MODEL-SWITCHING.md
- ✅ Understand Decision Trees
- ✅ Learn Best Practices
- ✅ Review Cost Optimization
Practice: Use different models for different tasks (opus for reviews, haiku for quick questions)
Goal: Optimize performance and customize setup
- ✅ Read ARCHITECTURE.md
- ✅ Study MCP-PROFILES.md
- ✅ Optimize with OPTIMISATION-M4-PRO.md
- ✅ Create custom workflows
Practice: Create team documentation and custom configurations
When you need assistance:
- Check TROUBLESHOOTING.md - 10+ common issues with solutions
- Search FAQ.md - 30+ frequently asked questions
- Use Decision Trees - Visual problem-solving guides
- Open GitHub Issue - Report bugs or request features
Debug checklist:
# 1. Check status
ccs
# 2. Verify installation
which claude-switch
# 3. Check logs
tail ~/.claude/claude-switch.log
# 4. Test providers individually
ccd # Anthropic
ccc # Copilot
cco # Ollama- Competitive Analysis - Comparison with similar tools
- Technical Analysis - Architecture decisions
- AgentAPI vs copilot-api - Complementary tools comparison
- CONTRIBUTING.md - How to contribute
- CODE_OF_CONDUCT.md - Community guidelines
- LICENSE - MIT License
- Security Policy - Data privacy and security
Visual overview of documentation structure:
cc-copilot-bridge/
├── README.md ················ Main repository overview
├── QUICKSTART.md ············ 5-minute setup guide
├── CHANGELOG.md ············· Version history
├── CLAUDE.md ················ AI assistant context
└── docs/
├── README.md ············ THIS FILE - Documentation index
│
├── Getting Started
│ ├── CHEATSHEET.md ···· One-page reference
│ ├── COMMANDS.md ······ Command reference
│ ├── DECISION-TREES.md Visual decision guides
│ └── FAQ.md ··········· Frequently asked questions
│
├── Core Concepts
│ ├── MODEL-SWITCHING.md Model selection guide
│ ├── MCP-PROFILES.md ·· Compatibility system
│ ├── BEST-PRACTICES.md Strategic usage
│ └── FEATURES.md ······ Complete feature showcase
│
├── Advanced
│ ├── ARCHITECTURE.md ·· Internal workings
│ ├── OPTIMISATION-M4-PRO.md Apple Silicon tuning
│ ├── SECURITY.md ······ Privacy & data flow
│ ├── COMPARISON.md ···· vs alternatives
│ └── ROADMAP.md ······· Future plans and ideas
│
├── Community
│ ├── CONTRIBUTING.md ·· How to contribute
│ └── CODE_OF_CONDUCT.md Community guidelines
│
├── Troubleshooting
│ └── TROUBLESHOOTING.md Common issues
│
├── Workflows
│ ├── DAILY-DEV.md ····· Daily development
│ ├── TEAM-ADOPTION.md · Team onboarding
│ └── CI-CD.md ········· Automation
│
└── Research
├── COMPETITIVE-ANALYSIS.md
├── ANALYSIS.md
└── AGENTAPI-VS-COPILOT-API.md
All documentation follows these standards:
- Reading time - Estimated time to read document
- Skill level - Beginner/Intermediate/Advanced
- Prerequisites - What you need to know first
- Related docs - Cross-references to related content
- Next steps - Where to go after this document
- 2026-01-22: Documentation index created
- 2026-01-22: v1.2.0 release (MCP Profiles + System Prompts)
- 2026-01-21: Initial release
Back to: Main README | Quick Start | GitHub Repository