Agent Plugins Marketplace
All plugins

ask

v0.4.0-final

[VERALTET – final, Nachfolger: tools] Cross-CLI-Zweitmeinung: fragt non-interaktiv die jeweils andere CLI (Codex aus Claude Code, Claude aus Codex) mit dem Flaggschiffmodell der installierten Version — /ask read-only (ohne Argument: Review des Projektstands), /execute mit Schreibrechten im Workspace. Der Host schreibt ein Handover, die andere CLI antwortet.

CodexClaude Code1 Skill

By Sebastian RädleLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 15, 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 ask for Codex and Claude Code

Installs for the current user
codex plugin marketplace add muhackel/claude-code-plugins
codex plugin marketplace upgrade muhackel-plugins
codex plugin add ask@muhackel-plugins

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

Compatibility: the page URL and API slug “ask” remain stable.

  • Codex: ask@agent-plugin-marketplaceask@muhackel-plugins

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/muhackel/claude-code-plugins

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

Plugin files

plugins/ask/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/handover/SKILL.md

Included Skills1

handoverskills/handover/SKILL.md

[VERALTET] Handover-Format und Ablauf für Cross-CLI-Aufrufe (/ask read-only, /execute workspace-write) — wie ein Auftrag an die jeweils andere CLI (Codex aus Claude Code, Claude aus Codex) formuliert, übergeben und die Antwort wiedergegeben wird. Nutzen, wenn eine unabhängige Zweitmeinung, ein Review des Projektstands oder eine delegierte Ausführung durch die andere CLI gebraucht wird.

Plugin manifests2

plugins/ask/.codex-plugin/plugin.json
{
  "name": "ask",
  "version": "0.4.0-final",
  "description": "[VERALTET – final, Nachfolger: tools] Cross-CLI-Zweitmeinung: fragt non-interaktiv die jeweils andere CLI (Codex aus Claude Code, Claude aus Codex) mit dem Flaggschiffmodell der installierten Version — /ask read-only (ohne Argument: Review des Projektstands), /execute mit Schreibrechten im Workspace. Der Host schreibt ein Handover, die andere CLI antwortet.",
  "author": {
    "name": "Sebastian Rädle",
    "email": "[email protected]"
  },
  "repository": "https://github.com/muhackel/claude-code-plugins",
  "license": "MIT",
  "keywords": [
    "codex",
    "claude",
    "review",
    "second-opinion",
    "zweitmeinung",
    "handover",
    "cross-cli"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Ask",
    "shortDescription": "[VERALTET – final, Nachfolger: tools] Die jeweils andere CLI (Claude/Codex) non-interaktiv um eine Zweitmeinung oder ein Review bitten",
    "longDescription": "[VERALTET – final, Nachfolger: tools] Ask ruft aus einer laufenden Sitzung heraus die jeweils andere CLI auf: aus Codex wird Claude Code gefragt, aus Claude Code Codex. Dabei kommt immer das Flaggschiffmodell der installierten CLI-Version zum Einsatz, zur Laufzeit ermittelt. Ohne Auftrag liefert ask ein Review des aktuellen Projektstands, mit Auftrag schreibt der Host ein Handover. ask bleibt read-only, execute darf im Workspace schreiben.",
    "developerName": "Sebastian Rädle",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "Hol ein Review des aktuellen Projektstands von der anderen CLI.",
    "screenshots": []
  }
}
plugins/ask/.claude-plugin/plugin.json
{
  "name": "ask",
  "description": "[VERALTET – final, Nachfolger: tools] Cross-CLI-Zweitmeinung: fragt non-interaktiv die jeweils andere CLI (Codex aus Claude Code, Claude aus Codex) mit dem Flaggschiffmodell der installierten Version — /ask read-only (ohne Argument: Review des Projektstands), /execute mit Schreibrechten im Workspace. Der Host schreibt ein Handover, die andere CLI antwortet.",
  "version": "0.4.0-final",
  "author": {
    "name": "Sebastian Rädle",
    "email": "[email protected]"
  },
  "license": "MIT",
  "keywords": [
    "codex",
    "claude",
    "review",
    "second-opinion",
    "zweitmeinung",
    "handover",
    "cross-cli"
  ],
  "skills": "./skills",
  "commands": "./commands"
}

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

[ask on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ask)