devrecap
v0.3.0Reconstruct evidence-backed developer work from authorized local coding history and turn it into polished recaps.
By João QuinteiroLicense: MIT1.1k GitHub starsUpdated 11 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 devrecap for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add devrecap@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “devrecap” remain stable.
- Codex:
devrecap@agent-plugin-marketplace→devrecap@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/jquinteiroo/devrecap/.
Plugin files
├── .codex-plugin/plugin.json└── skills/devrecap/SKILL.md
Included Skills1
Reconstruct developer work from explicitly authorized local Codex/Claude history and read-only Git evidence, then use the host AI to write polished, evidence-backed recaps.
Plugin manifests1
{
"id": "devrecap",
"name": "devrecap",
"version": "0.3.0",
"description": "Reconstruct evidence-backed developer work from authorized local coding history and turn it into polished recaps.",
"author": {
"name": "João Quinteiro",
"url": "https://github.com/jquinteiroo"
},
"homepage": "https://github.com/jquinteiroo/devrecap",
"repository": "https://github.com/jquinteiroo/devrecap",
"license": "MIT",
"skills": "./skills/",
"interface": {
"displayName": "DevRecap",
"shortDescription": "Turn coding history into evidence-backed work recaps",
"longDescription": "DevRecap reconstructs what you actually worked on from explicitly authorized local Codex and Claude history plus read-only Git evidence. The host AI synthesizes those structured facts into daily standups, weekly reviews, sprint recaps, and memory reports while DevRecap validates activity IDs, status, and completion claims.",
"developerName": "João Quinteiro",
"category": "Productivity",
"websiteURL": "https://github.com/jquinteiroo/devrecap",
"privacyPolicyURL": "https://github.com/jquinteiroo/devrecap/blob/main/PRIVACY.md",
"termsOfServiceURL": "https://github.com/jquinteiroo/devrecap/blob/main/TERMS.md",
"defaultPrompt": [
"Help me remember what I worked on this week and generate a detailed recap.",
"Prepare my daily standup from yesterday's coding work.",
"Create a detailed review of the last 14 days in Portuguese, grouped by workstream."
],
"brandColor": "#19372f",
"composerIcon": "./assets/devrecap-icon.webp",
"logo": "./assets/devrecap-logo-symbol.webp",
"capabilities": [
"Interactive",
"Read",
"Write"
]
},
"keywords": [
"developer-productivity",
"daily-standup",
"work-recap",
"codex",
"git"
]
}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.
[devrecap on Agent Plugins Marketplace](https://pluginsmp.com/plugins/devrecap)