一键导入
rlm
Process large codebases (>100 files) using parallel map-reduce. Treats code as external environment, prevents context rot.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Process large codebases (>100 files) using parallel map-reduce. Treats code as external environment, prevents context rot.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Detect and prevent product-specific terminology contamination across skills/ and prompts/. Run after any bulk content update, skill import from another project, or agent config change. Applied as a shared skill across all agents.
When and how Architect delegates tasks to AO, Mechanic, and Designer.
Checklist and rules for reviewing deployment requests. Architect assesses but NEVER executes.
Rules for triaging new issues, classifying severity, and routing to the correct agent.
How to classify and respond to CI/pipeline failures.
Rules for detecting and managing stale issues and PR reviews.
| name | rlm |
| description | Process large codebases (>100 files) using parallel map-reduce. Treats code as external environment, prevents context rot. |
| metadata | {"version":"1.0.0","type":"on-demand"} |
Process large codebases without context rot via parallel map-reduce.
Core principle: Context is an external resource, not a local variable.
Identify relevant files without loading them:
Split work into atomic units, process in parallel:
Combine results into coherent answer: