| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A collection of files designed to supercharge your Roo Code experience and maximize productivity.
A comprehensive collection of documentation resources for Roo Code, organized by technical depth and audience:
A simple utility script that generates and updates .rooignore files to prevent LLM context overflow. The script:
A validation tool that checks .roomodes files against Roo-Code specifications and fixes common issues.
Solve the context window overload problem once and for all.
The Handoff Manager provides a streamlined approach to manage LLM context across extended development sessions. This innovative system tackles a fundamental issue in extended LLM interactions - as sessions progress, LLMs accumulate context that becomes increasingly bloated with irrelevant information, consuming valuable tokens and degrading performance.
Key Benefits:
During extended debugging sessions, it may feel frustrating to start over with a fresh LLM, but it's often better than continuing down a deteriorating path. The "fresh eyes" of a new session with focused context can break through obstacles that an overloaded session might struggle with.
Getting Started with the Handoff System:
Compatibility Note: Optimized for Claude 3 models with thinking enabled
A practical cheatsheet of one-liners and code snippets in Python, Bash, Node.js, and PowerShell for handling large files that would normally exceed LLM context windows. Extract exactly what you need without overwhelming your LLM. This file is designed to be given to the LLM as a reference and to remind it how to do some things.
A sophisticated system for creating and managing professional custom modes in Roo AI Assistant. RooArmy transforms Roo from a general-purpose assistant into a collection of specialized assistants for specific software development roles, with an intelligent assessment system that recommends the optimal configuration for your project.
Resources in the cheatsheets directory:
The repository contains three related directories for handoff functionality:
Handoff Manager: The production-ready, end-user focused implementation for managing LLM context across extended development sessions. This is the recommended version for users who want to implement the handoff system in their projects.
Handoff System: The source code and build system used to create the Handoff Manager. This directory contains the publisher system that generates the installer and is primarily for developers who want to modify or extend the handoff manager functionality.
Handoffs: Legacy documentation from the original version of the handoff system. This directory is maintained for reference purposes and historical context, but new users should use the Handoff Manager instead.
Advanced custom mode frameworks:
This project is open source and available under the MIT License.
Happy Coding with Roo! 🐨
| Back | FazBrowse Home | New Git URL |