precap
v0.1.0Write a grounded recap of a task as if it were already done, then use it to check whether a long-running agent is still on the imagined path.
By Miguel RiosLicense: MIT61 GitHub starsUpdated 14 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- 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 precap for Codex and Claude Code
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add precap@unc-skillsPaste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “precap” remain stable.
- Codex:
precap@agent-plugin-marketplace→precap@unc-skills
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/Parcha-ai/parcha-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is precap/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/precap/SKILL.md
Included Skills1
Write a precap — the recap of a task as if it were already finished — before or during long-running work, then use it to check whether the run is still on the imagined path. Use when the user says "/precap", "precap this", "write the precap", "what will this take", "imagine this is done", or "are we still on track"; at the start of any task expected to span many steps, hours, or sessions; on resume when a precap.md exists in the working directory; and whenever a long-running agent needs to verify it is doing what it set out to do. It investigates the repo, plan, and git state so the imagined path is grounded rather than guessed. Not a substitute for plan approval or for asking the user about scope.
Plugin manifests2
{
"name": "precap",
"version": "0.1.0",
"description": "Write a grounded recap of a task as if it were already done, then use it to check whether a long-running agent is still on the imagined path.",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
},
"homepage": "https://github.com/miguelrios/unc-skills/tree/main/precap",
"repository": "https://github.com/miguelrios/unc-skills/tree/main/precap",
"license": "MIT",
"keywords": [
"precap",
"planning",
"long-running-agents",
"drift"
],
"skills": "./skills/",
"interface": {
"displayName": "Precap",
"shortDescription": "Recap the task before doing it",
"longDescription": "Investigate the repo, plan, and git state, write precap.md as the recap of the finished work, and check the running agent against it for drift.",
"developerName": "Miguel Rios",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/miguelrios/unc-skills/tree/main/precap",
"defaultPrompt": [
"Precap this task: investigate, then write precap.md."
]
}
}{
"name": "precap",
"version": "0.1.0",
"description": "Write a grounded recap of a task as if it were already done, then use it to check whether a long-running agent is still on the imagined path.",
"author": {
"name": "Miguel Rios",
"url": "https://github.com/miguelrios"
}
}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.
[precap on Agent Plugins Marketplace](https://pluginsmp.com/plugins/precap)