Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add TakashiKakizoe1109/cc-backlog-connect/plugin install cc-backlog-connectWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/takashikakizoe1109/cc-backlog-connect/config)<a href="https://agentmods.dev/commands/takashikakizoe1109/cc-backlog-connect/config"><img src="https://agentmods.dev/badge/commands/takashikakizoe1109/cc-backlog-connect/config/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/commands/takashikakizoe1109/cc-backlog-connect/config"><img src="https://agentmods.dev/badge/commands/takashikakizoe1109/cc-backlog-connect/config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00000 | $0.00540 |
| Opus 5 | $0.00000 | $0.00270 |
| Sonnet 5 | $0.00000 | $0.00108 |
| Haiku 4.5 | $0.00000 | $0.00054 |
Grade A, and why
config scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Backlog の接続設定を行います。
手順
-
まず
.cc-backlog/config.jsonが存在するか確認してください。 -
設定ファイルが存在しない場合(初回セットアップ): ユーザーに以下の 4 つの値を順番に質問してください:
- Backlog スペース名:
https://<スペース名>.backlog.comの<スペース名>部分(例:test-company) - API キー: Backlog の個人設定 > API から発行できるキー
- プロジェクトキー: 対象プロジェクトのキー(例:
PROJ)。Backlog プロジェクトの URL に含まれる英大文字の識別子 - モード:
read(読み取りのみ、デフォルト)またはwrite(書き込み許可)。 安全のためデフォルトはread。課題の作成・更新・削除を行う場合はwriteを選択。
- Backlog スペース名:
-
設定ファイルが存在する場合: 現在の設定内容を表示してください(API キーは先頭4文字と末尾4文字以外をマスク)。 mode も表示されます。ユーザーが変更したい場合は、変更したい値だけ質問してください。
-
値が揃ったら、以下のコマンドで設定を保存してください:
bash "${CLAUDE_PLUGIN_ROOT}/scripts/cc-backlog.sh" config set --space <スペース名> --api-key <APIキー> --project-key <プロジェクトキー> --mode <read|write>
上記が失敗する場合は直接実行してください:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" config set --space <スペース名> --api-key <APIキー> --project-key <プロジェクトキー> --mode <read|write>
- 設定保存後、
.cc-backlog/config.jsonが.gitignoreに含まれているか確認し、含まれていなければ追加を提案してください。
$ARGUMENTS
ユーザーが引数を渡した場合(例: set --space foo --api-key bar --project-key BAZ --mode write)は、質問せずにそのまま実行してください。
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 35 lines · 0 tokens per session scan A 5e425a988b3a
config is a command published in the GitHub repository TakashiKakizoe1109/cc-backlog-connect (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 540 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
pm-charter
Create, import, discover, approve, or skip project charter. No-arg form is an interactive wizard.
pm-done
Close a todo (TODO-xxx), sync completed.md, refresh overview.
pm-status
Show governance health, wizard next step, all open blocking/high todos, and pending review count. Primary daily entry.
_closing
A set of closing rules for project-management commands that change the .pm/ project-management folder. It controls the language of summaries and links shown in the final response.
create-issue
Create a well-structured GitHub issue with proper metadata.
task-conductor.skeleton
/task-conductor top 5 -> /task-conductor plan top 5 /task-conductor all -> /task-conductor plan all /task-conductor 3,5,8 -> /task-conductor plan 3,5,8 /task-conductor keyword auth -> /task-conductor plan keyword auth.