Agent Plugins Marketplace
All plugins

keep-going

v0.10.2

Tell the agent to keep going when it tries to stop with work left.

CodexClaude Code

By Ferdous BhaiLicense: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
0 skill or MCP entries
Source updated
Sep 18, 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 keep-going for Codex and Claude Code

Installs for the current user
codex plugin marketplace add ferdousbhai/keep-going
codex plugin marketplace upgrade keep-going
codex plugin add keep-going@keep-going

Paste and run these commands in a terminal with Codex. They add and refresh the keep-going catalog, then install this plugin.

Compatibility: the page URL and API slug “keep-going” remain stable.

  • Codex: keep-going@agent-plugin-marketplacekeep-going@keep-going

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/ferdousbhai/keep-going

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/keep-going/.

Plugin files

plugins/keep-going/
├── .codex-plugin/plugin.json
└── .claude-plugin/plugin.json

Plugin manifests2

plugins/keep-going/.codex-plugin/plugin.json
{
  "name": "keep-going",
  "version": "0.10.2",
  "description": "Tell the agent to keep going when it tries to stop with work left.",
  "author": {
    "name": "Ferdous Bhai",
    "url": "https://github.com/ferdousbhai"
  },
  "homepage": "https://github.com/ferdousbhai/keep-going",
  "repository": "https://github.com/ferdousbhai/keep-going",
  "license": "MIT",
  "keywords": [
    "codex",
    "hooks",
    "stop",
    "continuity",
    "encouragement"
  ],
  "interface": {
    "displayName": "Keep Going",
    "shortDescription": "Nudge unfinished Codex turns onward.",
    "longDescription": "Classifies the last assistant message as CONTINUE, JUDGE, or STOP, then answers a premature stop with a few words from the reviewer instead of letting the turn end.",
    "developerName": "Ferdous Bhai",
    "category": "Productivity",
    "capabilities": [
      "Lifecycle hooks"
    ],
    "defaultPrompt": [
      "Explain how Keep Going decides whether to continue."
    ]
  }
}
plugins/keep-going/.claude-plugin/plugin.json
{
  "name": "keep-going",
  "displayName": "Keep Going",
  "version": "0.10.2",
  "description": "Classifies the last assistant message as CONTINUE, JUDGE, or STOP, then answers a premature stop with a few words from the reviewer instead of letting the turn end.",
  "author": {
    "name": "Ferdous Bhai",
    "url": "https://github.com/ferdousbhai"
  },
  "homepage": "https://github.com/ferdousbhai/keep-going",
  "repository": "https://github.com/ferdousbhai/keep-going",
  "license": "MIT",
  "keywords": [
    "hooks",
    "stop",
    "continuity",
    "encouragement"
  ],
  "hooks": "./claude-hooks.json"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[keep-going on Agent Plugins Marketplace](https://pluginsmp.com/plugins/keep-going)