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/project-info)<a href="https://agentmods.dev/skills/takashikakizoe1109/cc-backlog-connect/project-info"><img src="https://agentmods.dev/badge/skills/takashikakizoe1109/cc-backlog-connect/project-info/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/project-info"><img src="https://agentmods.dev/badge/skills/takashikakizoe1109/cc-backlog-connect/project-info.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.00163 | $0.01046 |
| Opus 5 | $0.00081 | $0.00523 |
| Sonnet 5 | $0.00033 | $0.00209 |
| Haiku 4.5 | $0.00016 | $0.00105 |
Grade A, and why
project-info 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 12d 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 — 76 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Backlog プロジェクトのメタデータ(ステータス、種別、優先度、メンバー等)を参照するスキルです。
結果は .cc-backlog/ ディレクトリにキャッシュされ、次回以降は API コールなしに即座に返します。
事前チェック
まず .cc-backlog/config.json が存在するか確認してください。
存在しない場合は、操作を実行せず以下のように案内してください:
Backlog の接続設定がまだ行われていません。先に
/cc-backlog-connect:configを実行して設定してください。
実行方法
# 通常実行(キャッシュがあればキャッシュから返す)
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info <type>
# 強制更新(キャッシュを無視して API から再取得)
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info <type> --refresh
利用可能なタイプ
| タイプ | 説明 | コマンド |
|---|---|---|
statuses |
課題ステータス一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info statuses |
issue-types |
課題種別一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info issue-types |
priorities |
優先度一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info priorities |
resolutions |
完了理由一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info resolutions |
users |
プロジェクトメンバー一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info users |
categories |
カテゴリ一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info categories |
versions |
バージョン/マイルストーン一覧 | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info versions |
キャッシュ動作
- 初回実行: Backlog API を呼び出し、
.cc-backlog/<type>.jsonにキャッシュして返す - 2回目以降: キャッシュから即座に返す(API コールなし)
--refreshフラグ: キャッシュがあっても API から再取得してキャッシュを更新
# キャッシュを強制更新する場合
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" project-info statuses --refresh
出力形式
全タイプ共通で JSON 配列を出力します。各要素には最低限 id と name フィールドが含まれます。
ユーザーに表示する際は、テーブル形式等で見やすく整形してください。
他のSkillからの利用
このコマンドは、backlog-issue スキルや backlog-comment スキルからID解決のために内部的に利用されます。
v0.3.0 以降は名前ベースフラグ(--status "完了" 等)を使えばこのコマンドの明示的な呼び出しは不要です。
例: ユーザーが「ステータスを完了にして」と言った場合
- キャッシュがある場合:
issue update PROJ-123 --status "完了"を直接実行(API 往復なし) - キャッシュがない場合:
project-info statusesでステータス一覧を取得後、issue update PROJ-123 --status-id <id>で更新
詳細リファレンス
- 各タイプのJSON出力構造の詳細は reference.md を参照
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.
- 12d ago First seen · 76 lines · 163 tokens per session scan A 36d560c89014
project-info is a skill published in the GitHub repository TakashiKakizoe1109/cc-backlog-connect (2 stars, last pushed 6mo ago), licensed MIT. It adds 163 tokens to every session and 1,046 once invoked, about $0.0008 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
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…
template-instantiation
Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect…
note-improvement
Capture an out-of-scope improvement opportunity so it doesn't get lost. Use when the user asks to "note improvement", "save improvement", "track this for later", "remember this improvement", "note this idea", "log improvement", "backlog this", or "park this idea". Also invoke proactively when noticing something…
turborepo-monorepo
Provides comprehensive Turborepo monorepo management guidance for TypeScript/JavaScript projects. Use when creating Turborepo workspaces, configuring turbo.json tasks, setting up Next.js/NestJS apps, managing test pipelines (Vitest/Jest), configuring CI/CD, implementing remote caching, or optimizing build performance…
handover-admin
Generate comprehensive admin documentation for AEM Edge Delivery Services project handover. Use when handing over admin responsibilities, onboarding a new site administrator, or documenting admin procedures — e.g., "admin guide", "admin documentation", "admin handover".
Product Strategy
A comprehensive skill for product strategy — covering frameworks, opportunity sizing, prioritization, roadmap building, OKRs, and stakeholder management. From early-stage discovery to mature product org execution.