caveman-stable
v1.0.0Stable concise technical output for Codex, reinjected after session lifecycle and compaction events.
By Carlos AraujoLicense: MIT0 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 21, 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 caveman-stable for Codex
codex plugin marketplace add cadugevaerd/codex-skills
codex plugin marketplace upgrade codex-skills
codex plugin add caveman-stable@codex-skillsPaste and run these commands in a terminal with Codex. They add and refresh the codex-skills catalog, then install this plugin.
Compatibility: the page URL and API slug “caveman-stable-2” remain stable.
- Codex:
caveman-stable-2@agent-plugin-marketplace→caveman-stable@codex-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/cadugevaerd/codex-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/caveman-stable/.
Plugin files
├── .codex-plugin/plugin.json└── skills/caveman-stable/SKILL.md
Included Skills1
Maintains one always-on concise technical output contract while the plugin is enabled.
Plugin manifests1
{
"name": "caveman-stable",
"version": "1.0.0",
"description": "Stable concise technical output for Codex, reinjected after session lifecycle and compaction events.",
"author": {
"name": "Carlos Araujo"
},
"license": "MIT",
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Caveman Stable",
"shortDescription": "Concise technical output that survives compaction.",
"developerName": "Carlos Araujo",
"category": "Productivity",
"capabilities": [
"Write"
],
"defaultPrompt": [
"Use the always-on Caveman Stable output contract."
]
}
}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.
[caveman-stable on Agent Plugins Marketplace](https://pluginsmp.com/plugins/caveman-stable-2)