runbooks
v1.2.0Typed runbooks routed per prompt over the jev-latest model, with a session-start index, a header lint and a purpose-line gate.
By Nathan Wong1 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 27, 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 runbooks for Codex and Claude Code
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add runbooks@lm-toolsPaste and run these commands in a terminal with Codex. They add and refresh the lm-tools catalog, then install this plugin.
Compatibility: the page URL and API slug “runbooks” remain stable.
- Codex:
runbooks@agent-plugin-marketplace→runbooks@lm-tools
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/thelogicmatrix/lm-toolsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is runbooks/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/runbooks/SKILL.md
Included Skills1
Use when writing, retyping, merging, retiring or linting a runbook, when gating a purpose line before it lands, when the runbooks lint or router check fails, or when setting up runbooks in a repo. The written standard for typed runbooks the router injects per prompt. Extend it with your own standard files in .runbooks/standard/.
Plugin manifests2
{
"name": "runbooks",
"version": "1.2.0",
"description": "Typed runbooks routed per prompt over the jev-latest model, with a session-start index, a header lint and a purpose-line gate.",
"author": {
"name": "Nathan Wong"
},
"skills": "./skills/",
"hooks": "./.codex-plugin/hooks.json",
"interface": {
"displayName": "runbooks",
"shortDescription": "Only the runbooks a prompt needs, injected per prompt",
"longDescription": "The router asks one jev-latest call which runbook purpose lines apply to each prompt and injects the matches. The session-start index names residuals, postmortems and retired tombstones. The skill holds the format, the lifecycle and the purpose-line gate.",
"developerName": "Nathan Wong",
"category": "Developer Tools",
"capabilities": [
"Read"
],
"defaultPrompt": "Which runbooks apply to this task?"
}
}{
"name": "runbooks",
"version": "1.2.0",
"description": "runbooks - typed runbooks that find the session instead of waiting to be found: a per-prompt router that injects only the runbooks a task needs, a session-start index of the tails, a header lint, and a gate that tests a purpose line before it lands.",
"author": {
"name": "Nathan Wong"
}
}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.
[runbooks on Agent Plugins Marketplace](https://pluginsmp.com/plugins/runbooks)