From cc-backlog-connect
Backlog Document操作のプロアクティブSkill。階層型ドキュメントの一覧・ツリー表示・取得・作成・削除・添付ファイル確認に対応。 Note: Backlog の Document 機能(Wiki とは別の階層型ドキュメント機能)のみ対象。 Use when user mentions "Backlog ドキュメント", "ドキュメントツリー", "document tree", "ドキュメントを追加", "ドキュメントを見せて", "Backlog document", "ドキュメント一覧". Use when user says "Backlogのドキュメント構造を確認", "ドキュメントを参照して実装", "ドキュメントを作成して", "階層構造を見せて". Supports: list, get, tree, attachments, add, delete subcommands. Supports --content-stdin for long content via pipe. Do NOT use for Wiki pages (use backlog-wiki skill instead). Do NOT use for local markdown files or non-Backlog documentation.
How this skill is triggered — by the user, by Claude, or both
Slash command
/cc-backlog-connect:backlog-documentThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Backlog の階層型 Document を操作するスキルです。
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]
ユーザーが「Backlog のドキュメント一覧を見せて」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document list
キーワードフィルター付き:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document list --keyword "API設計"
JSON出力をユーザーに分かりやすく表示:
ユーザーが「ドキュメントの階層構造を確認したい」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document tree
出力はツリー形式(Active Documents + Trash)。documentId を特定するためのナビゲーションに使用。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document tree
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document get <documentId>
plain フィールド(Markdown)をコンテキストとして活用node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document attachments <documentId>
ユーザーが「Backlog にドキュメントを追加して」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document add --title "タイトル" --content "内容"
内容が長い場合はstdin経由:
echo '内容' | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document add --title "タイトル" --content-stdin
必ずユーザーに確認を取ってから実行してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" document delete <documentId>
documentId は string 型(例: "abc123def456")。数値ではないwikiId(数値)と混同しないこと--project <projectKey> で指定npx claudepluginhub takashikakizoe1109/cc-backlog-connect --plugin cc-backlog-connectManages backlog items synced to GitHub Issues via MCP tools. Create, list, view, update, close, resolve, groom, and sync without direct file edits.
Interact with Basecamp via CLI for full API coverage: projects, todos, cards, messages, files, schedule, check-ins, timeline, recordings, templates, webhooks, subscriptions, chat, gauges, assignments, notifications, accounts.
Full CLI coverage of the Basecamp API: manage projects, todos, cards, messages, files, schedule, check-ins, timeline, recordings, templates, webhooks, subscriptions, lineup, chat, gauges, assignments, notifications, and accounts.