Agent Plugins Marketplace
All plugins

routecodex-hooks-framework

v0.1.0

Official Codex lifecycle hook adapters for the RouteCodex Hooks Framework.

Codex5 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add routecodex-hooks-framework@agent-plugin-marketplace

Paste 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-hooks

Clone 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

routecodex-hooks-framework/
├── .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

rccsskills/rccs/SKILL.md

Use the rccs CLI to schedule wakeups, wait without polling, inspect daemon state, and manage spawned subagents.

routecodex-hooksskills/routecodex-hooks/SKILL.md

Install and operate the local RouteCodex hooks framework, including its official Stop hook, daemon configuration, CLI controls, and read-only MCP status.

schedulingskills/scheduling/SKILL.md

Use rccs to bind sessions, wait without polling, and create one-shot or recurring notifications or subagent schedules.

stoplessskills/stopless/SKILL.md

Explain how to use the independent Stop hook without creating a loop.

update-goalskills/update-goal/SKILL.md

Explain the independent update-goal hook boundary.

Plugin manifests1

.codex-plugin/plugin.json
{
  "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."
    ]
  }
}

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)