BowTiedSwanBowTiedSwanCommunityยท1 Agent Skills Included

rlm-skill

Analyze massive codebases with parallel recursive processing

Analyzes massive codebases of 100+ files using recursive map-reduce processing without losing context. Splits large repositories, logs, and CSVs into chunks handled by parallel background workers, then merges results. Eliminates context overflow and slow manual file reading when searching, auditing, or mapping big projects.
npx skills add BowTiedSwan/rlm-skill --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’