cavecrew

Delegate code investigation, surgical file editing, and diff review to compressed subagents.

2|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/AlbertLin821/AIYO_new --skill cavecrew-albertlin821
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cavecrew
Source: https://github.com/AlbertLin821/AIYO_new/tree/main/.agents/skills/cavecrew
Command: npx skills add https://github.com/AlbertLin821/AIYO_new --skill cavecrew-albertlin821

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill solves the issue of context exhaustion during long AI sessions by delegating tasks to specialized subagents that return highly compressed, structured output.

Core Features & Use Cases

  • Context Efficiency: Reduces tool-result injection size by approximately 60% compared to standard agents.
  • Specialized Delegation: Provides three distinct subagents for code investigation, surgical file editing, and diff review.
  • Use Case: When performing a complex refactor across multiple files, use the investigator to locate symbols, the builder to apply surgical changes, and the reviewer to audit the diff, all while keeping the main conversation context lean.

Quick Start

Delegate the task of locating the definition of the user authentication function to the cavecrew investigator subagent.

Frequently Asked Questions about cavecrew

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I prevent context exhaustion during long AI coding sessions?

To prevent context exhaustion during long AI coding sessions, delegate tasks to specialized subagents that return highly compressed, structured output, reducing tool-result injection size by approximately 60% compared to standard agents.

What is the best way to manage context usage when refactoring code across multiple files?

The best way to manage context usage when refactoring code across multiple files is delegating work to specialized subagents. Use an investigator to locate symbols, a builder for surgical file editing, and a reviewer to audit the diff.

How do compressed subagents optimize token consumption for code review?

Compressed subagents optimize token consumption for code review by replacing verbose prose-based agents with concise, context-aware alternatives. They enforce structured output contracts to audit diffs efficiently while keeping the main conversation lean.

Can I use specialized subagents for surgical file editing in complex refactoring tasks?

Yes, you can use specialized subagents for surgical file editing. They provide a decision framework that applies precise changes to files while maintaining minimal context overhead within your main conversation.

Why does delegating tasks to subagents reduce context bloat compared to standard agents?

Delegating tasks to subagents reduces context bloat because standard agents inject large, verbose tool results into the conversation. Subagents use structured, compressed output contracts to return only essential information.