recap
v0.1.0End-of-session recap that reports the result, not the journey, in plain language for a reader who never saw the code.
By Patrick D'appollonioLicense: MIT8 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 17, 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 recap for Codex and Claude Code
codex plugin marketplace add patrickdappollonio/claude-plugins
codex plugin marketplace upgrade patrickdappollonio
codex plugin add recap@patrickdappollonioPaste and run these commands in a terminal with Codex. They add and refresh the patrickdappollonio catalog, then install this plugin.
Compatibility: the page URL and API slug “recap-3” remain stable.
- Codex:
recap-3@agent-plugin-marketplace→recap@patrickdappollonio
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/patrickdappollonio/claude-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/recap/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/recap/SKILL.md
Included Skills1
Use when a person asks for a recap, summary, TLDR, wrap-up, status, or "what did we do" at the end of a session or a stretch of agentic work, or when handing a session's result to someone who was not watching it. Also use when the last message of a long session is about to be a long report of everything that happened.
Plugin manifests2
{
"name": "recap",
"version": "0.1.0",
"description": "End-of-session recap that reports the result, not the journey, in plain language for a reader who never saw the code.",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/recap",
"license": "MIT",
"keywords": [
"recap",
"summary",
"tldr",
"session",
"communication"
],
"skills": "./skills/",
"interface": {
"displayName": "Recap",
"shortDescription": "Sum up a session: result, side effects, open decisions.",
"longDescription": "Produces a short end-of-session recap that says whether the original ask was met, what now works in plain words, which side effects and decisions the reader must act on, and what was verified. It leaves out detours, reverts, and internal code names.",
"developerName": "Patrick D'appollonio",
"category": "Productivity",
"capabilities": [
"Write",
"Explain"
],
"defaultPrompt": [
"Recap this session."
]
}
}{
"name": "recap",
"description": "End-of-session recap that reports the result, not the journey — was the original ask met, what now works in plain words, the decisions the agent made on the user's behalf, the side effects and open decisions the reader must act on, and what was verified — written in Simplified Technical English (ASD-STE100) for a reader who never saw the code, with no detours, reverts, or internal names.",
"version": "0.1.0",
"author": {
"name": "Patrick D'appollonio",
"email": "[email protected]"
},
"homepage": "https://github.com/patrickdappollonio/claude-plugins/tree/main/plugins/recap",
"license": "MIT",
"keywords": [
"recap",
"summary",
"tldr",
"session",
"handoff",
"communication",
"plain-language",
"simplified-technical-english",
"asd-ste100"
]
}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.
[recap on Agent Plugins Marketplace](https://pluginsmp.com/plugins/recap-3)