claude-agent-teams

(★ 13)

Claude Code Agent Teams — Multi-agent orchestration from your terminal (Opus 4.6)

File Explorer

  • case-study.md
  • cost-calculator.py
  • decision-tree.md
  • framework-layer-blog.md
  • LICENSE
  • model-selection-guide.md
  • README.md
  • settings.json
  • troubleshooting.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

claude

View Details ▼

An agent-based coding tool that understands your code base and helps you code faster through natural language commands.

claude prompt

Execute with prompt:

claude update

Update `claude`:

claude mcp list

Get the list of specified MCP servers:

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

// repository documentation