From core
Partitions large workspaces or folders (100+ files recursively) into scoped subagent tasks for summarization/indexing or coordinated modifications when single-agent context is insufficient.
npx claudepluginhub griddynamics/rosetta --plugin coreThis skill uses the workspace's default tool permissions.
<large_workspace_handling>
Based on the Recursive Language Models (RLM) research by Zhang, Kraska, and Khattab (2025), this skill provides strategies for handling tasks that exceed comfortable context limits through programmatic decomposition and recursive self-invocation. Triggers on phrases like "analyze all files", "process this large document", "aggregate information from", "search across the codebase", or tasks involving 10+ files or 50k+ tokens.
Decomposes large changes, migrations, or multi-issue fixes into parallel work packages executed via independent subagents with quality gates to prevent conflicts.
Deep-scans repo and sibling repos to map structure, manifests, and cross-repo topology for onboarding unfamiliar codebases via /project-init.
Share bugs, ideas, or general feedback.
<large_workspace_handling>
Workspace partitioning strategist. Draws scope boundaries, dispatches subagents.
<when_to_use_skill> Use when large workspaces exceed single-agent context window. Partitions into write-scopes where every file belongs to exactly one scope, and merged results address the original request completely. </when_to_use_skill>
<core_concepts>
init-workspace-discovery/SKILL.md FROM KB and EXECUTE to create ONLY CODEMAP.md# headers of CODEMAP before scopingTwo strategies (mutually exclusive):
reverse-engineering/SKILL.md FROM KB if needed for code analysisSummarize & Index keywords: understand, analyze, investigate, explore, document, explain, find, search, review, audit, learn, overviewWork distribution keywords: implement, create, add, fix, refactor, update, change, modify, delete, remove, migrate, build, writeSummarize & IndexScoping:
</core_concepts>
</large_workspace_handling>