← all plugins

Cc

by @concertonotes · plugin · 6 skills

Cc from ConcertoNotes/codex-plugins.

Install the whole plugin (CLI)
npx skillmds add concertonotes/setup npx skillmds add concertonotes/cancel npx skillmds add concertonotes/rescue npx skillmds add concertonotes/result npx skillmds add concertonotes/review npx skillmds add concertonotes/status
⬇ Download

Skills in this plugin

  1. setup · concertonotes bundle
    Check whether Claude Code CLI is ready in this environment and optionally toggle the stop-time review gate. Args: --enable-review-gate, --disable-review-gate. Use for installation, authentication, or review-gate setup requests.
    0
    repo stars
  2. cancel · concertonotes bundle
    Cancel an active tracked Claude Code job in this repository. Args: [job-id]. Use only when the user wants to stop a queued or running Claude Code job.
    0
    repo stars
  3. rescue · concertonotes bundle
    Delegate a substantial diagnosis, implementation, or follow-up task to Claude Code through the tracked-job runtime. Args: --background, --wait, --resume, --resume-last, --fresh, --write, --model <model>, --effort <low|medium|high|xhigh|max>, --prompt-file <path>, [task text]. Defaults to opus + xhigh effort. Use when Claude should investigate or change things, not when the user only wants review findings.
    0
    repo stars
  4. result · concertonotes bundle
    Show the stored final output for a finished Claude Code job in this repository. Args: [job-id]. Use when the user already has, or needs, a tracked job id.
    0
    repo stars
  5. review · concertonotes bundle
    Run a standard Claude Code review of local git changes in this repository. Args: --wait, --background, --base <ref>, --scope <auto|working-tree|branch>, --model <model>, --effort <low|medium|high|xhigh|max>. Defaults to opus + xhigh effort. Use as the default path for ordinary code-review requests when the user did not explicitly ask for stronger adversarial scrutiny or for Claude to own the implementation work.
    0
    repo stars
  6. status · concertonotes bundle
    Show active or recent Claude Code jobs in this repository, or detailed status for a specific job id. Args: [job-id], --wait, --timeout-ms <ms>, --poll-interval-ms <ms>, --all. Use for tracked-job inspection, not setup or result retrieval.
    0
    repo stars