recursive-decomposition
v1.1.0Agent skill for long-context work: decompose tasks that exceed the context window with filtering, chunking, recursive sub-agents and verification, based on the Recursive Language Models research.
By Massimo De LuisaLicense: MIT46 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 28, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install recursive-decomposition@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/massimodeluisa/recursive-decomposition-skillClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json└── skills/recursive-decomposition/SKILL.md
Included Skills1
Handle tasks that exceed the context window by decomposing them: size and filter the input, chunk it, run recursive sub-agents on independent parts, verify on small windows, and synthesise programmatically, following the Recursive Language Models (RLM) research by Zhang, Kraska and Khattab (2025). Use when a task spans 10+ files or 50k+ tokens, or when asked to analyze all files, process a large document, aggregate information from many sources, or search across a codebase. Triggers: long context, context rot, large codebase, many files, big document, multi-document, aggregate, summarize everything, codebase-wide, recursive, sub-agents, map-reduce.
Plugin manifests1
{
"name": "recursive-decomposition",
"version": "1.1.0",
"description": "Agent skill for long-context work: decompose tasks that exceed the context window with filtering, chunking, recursive sub-agents and verification, based on the Recursive Language Models research.",
"author": {
"name": "Massimo De Luisa",
"email": "[email protected]",
"url": "https://massimo.deluisa.bio"
},
"homepage": "https://github.com/massimodeluisa/recursive-decomposition-skill",
"repository": "https://github.com/massimodeluisa/recursive-decomposition-skill",
"license": "MIT",
"keywords": [
"recursive-decomposition",
"long-context",
"rlm",
"context-engineering",
"claude-code",
"agent-skills"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[recursive-decomposition on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recursive-decomposition)