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/skills/takashikakizoe1109/cc-backlog-connect/backlog-document)<a href="https://agentmods.dev/skills/takashikakizoe1109/cc-backlog-connect/backlog-document"><img src="https://agentmods.dev/badge/skills/takashikakizoe1109/cc-backlog-connect/backlog-document/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/skills/takashikakizoe1109/cc-backlog-connect/backlog-document"><img src="https://agentmods.dev/badge/skills/takashikakizoe1109/cc-backlog-connect/backlog-document.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.00236 | $0.01127 |
| Opus 5 | $0.00118 | $0.00563 |
| Sonnet 5 | $0.00047 | $0.00225 |
| Haiku 4.5 | $0.00024 | $0.00113 |
Grade A, and why
backlog-document 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.
How it starts
The opening of the file, as written. The whole thing — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backlog の階層型 Document を操作するスキルです。
Note: Backlog の Document は Wiki とは別機能です。documentId は string 型(Wiki の wikiId: number とは異なります)。
事前チェック
まず .cc-backlog/config.json が存在するか確認してください。
存在しない場合は、操作を実行せず以下のように案内してください:
Backlog の接続設定がまだ行われていません。先に
/cc-backlog-connect:configを実行して設定してください。
実行方法
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document <subcommand> [options]
動作パターン
パターン1: ドキュメント一覧表示
ユーザーが「Backlog のドキュメント一覧を見せて」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document list
キーワードフィルター付き:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document list --keyword "API設計"
JSON出力をユーザーに分かりやすく表示:
- ドキュメントタイトル、ID、最終更新日の一覧
パターン2: ツリー構造表示(最頻出)
ユーザーが「ドキュメントの階層構造を確認したい」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document tree
出力はツリー形式(Active Documents + Trash)。documentId を特定するためのナビゲーションに使用。
パターン3: 単一ドキュメント参照
- まずツリーまたは一覧で documentId を確認:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document tree - ドキュメント取得:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document get <documentId> - 取得した
plainフィールド(Markdown)をコンテキストとして活用
パターン4: 添付ファイル一覧
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document attachments <documentId>
パターン5: ドキュメント作成(write モード必須)
ユーザーが「Backlog にドキュメントを追加して」と言った場合:
- タイトルをユーザーに確認
- 内容を整形
- 実行:
内容が長い場合はstdin経由:node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document add --title "タイトル" --content "内容"echo '内容' | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document add --title "タイトル" --content-stdin - 作成されたドキュメントのIDとタイトルを表示
パターン6: ドキュメント削除(write モード必須)
必ずユーザーに確認を取ってから実行してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document delete <documentId>
注意事項
documentIdは string 型(例:"abc123def456")。数値ではない- Wiki の
wikiId(数値)と混同しないこと - 削除前は必ずユーザー確認を取る
- write モード操作(add/delete)は config の mode が write の場合のみ実行可能
- 複数プロジェクトを扱う場合は
--project <projectKey>で指定
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 115 lines · 236 tokens per session scan A b88e0ea1d1a2
backlog-document is a skill published in the GitHub repository TakashiKakizoe1109/cc-backlog-connect (2 stars, last pushed 6mo ago), licensed MIT. It adds 236 tokens to every session and 1,127 once invoked, about $0.0012 per session on Opus 5. 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 skills, from other repositories
journal-entry-import
Reconstructs journal entries from external systems: bulk-imports a historical work log from a legacy source system such as a deprecated Confluence page into dated entries, enriches ticket references with self-contained detail entries reconstructed from an issue tracker, and annotates links to systems that have since…
obsidian-linear-sync
Mirror a Linear project one-way (Linear → Markdown, never back) into an Obsidian vault: one Markdown file per ticket under 01 Projects/Linear/ /, plus an index note with a linked ticket table, ticket references rewritten as wikilinks, comments below a divider, and a protected notes section that syncing never touches.…
officecli-word-form
Use this skill to create fillable Word forms (.docx) with real Content Controls (SDT) + legacy FormField checkboxes + MERGEFIELD mail-merge placeholders + document protection. Trigger on: 'fillable form', 'form fields', 'content controls', 'SDT', 'word form', 'fill in', 'only editable fields', 'protect document'…
A set of instructions for working with PDF files, which are documents designed to preserve their layout across devices.
officecli-data-dashboard
Use this skill to build a multi-element Excel dashboard — Dashboard sheet on open, multiple formula-driven KPI cards, multiple charts, sparklines, and conditional formatting — from CSV or tabular input. Trigger on: 'dashboard', 'KPI dashboard', 'analytics dashboard', 'executive dashboard', 'metrics dashboard', 'CSV to…
syndic
Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…