routecodex-hooks-framework
v0.1.0Official Codex lifecycle hook adapters for the RouteCodex Hooks Framework.
By JasonzhangfLicense: MIT0 GitHub starsUpdated 6 days ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 5 skill or MCP entries
- 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 routecodex-hooks-framework for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add routecodex-hooks-framework@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
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/Jasonzhangf/codex-hooksClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── skills/rccs/SKILL.md├── skills/routecodex-hooks/SKILL.md├── skills/scheduling/SKILL.md├── skills/stopless/SKILL.md└── skills/update-goal/SKILL.md
Included Skills5
Use the rccs CLI to schedule wakeups, wait without polling, inspect daemon state, and manage spawned subagents.
Install and operate the local RouteCodex hooks framework, including its official Stop hook, daemon configuration, CLI controls, and read-only MCP status.
Use rccs to bind sessions, wait without polling, and create one-shot or recurring notifications or subagent schedules.
Explain how to use the independent Stop hook without creating a loop.
Explain the independent update-goal hook boundary.
Plugin manifests1
{
"name": "routecodex-hooks-framework",
"version": "0.1.0",
"description": "Official Codex lifecycle hook adapters for the RouteCodex Hooks Framework.",
"author": {
"name": "Jasonzhangf",
"url": "https://github.com/Jasonzhangf"
},
"repository": "https://github.com/Jasonzhangf/codex-hooks",
"license": "MIT",
"keywords": [
"codex",
"hooks",
"routecodex",
"daemon"
],
"skills": "./skills/",
"interface": {
"displayName": "RouteCodex Hooks Framework",
"shortDescription": "Typed Codex lifecycle adapters and daemon boundary",
"longDescription": "Provides the official hook adapter and plugin boundary for a running-aware RouteCodex hooks daemon.",
"developerName": "Jasonzhangf",
"category": "Developer Tools",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"Inspect the current Codex hook and daemon state."
]
}
}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.
[routecodex-hooks-framework on Agent Plugins Marketplace](https://pluginsmp.com/plugins/routecodex-hooks-framework)