rlm-skill
Analyze massive codebases with parallel recursive processing
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install rlm-skill?โผ
Run `npx skills add BowTiedSwan/rlm-skill --all -g -y` in your terminal to install the skill globally.
How to analyze a large codebase without context limits?โผ
This skill treats your filesystem as a database, filtering files with grep and spawning parallel background workers that each read one file, so the main context never overflows.
What triggers the RLM skill?โผ
It activates automatically on phrases like 'analyze codebase', 'scan all files', 'large repository', or 'find usage of X across the project'.
Can RLM process huge log files or CSVs?โผ
Yes. Strict Mode uses the bundled rlm.py engine to slice dense files into atomic chunks for precise analysis beyond normal context limits.
Does rlm-skill work with Claude Code?โผ
Yes. It follows the standard SKILL.md format and installs directly into your Claude Code skills directory, and works with other compatible coding agents.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core