From cc-backlog-connect
Backlog Wiki操作のプロアクティブSkill。Wikiページの一覧・取得・作成・更新・削除・件数取得に対応。 Use when user mentions "Backlog Wiki", references a wiki page by name, or wants to read/create/update wiki documentation in Backlog. Use when user says "Backlog Wiki xxxを参考に", "Wikiを見せて", "Wikiに書いて", "Wikiを更新して", "Backlogのドキュメント", "Wiki一覧", "Wiki数". Also triggers on patterns like "Wikiの「ページ名」を確認", "設計ドキュメントを参照". Supports: list, get, create, update, delete, count subcommands. Supports --content-stdin for long content via pipe. 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-wikiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Backlog Wiki を操作するスキルです。
Backlog Wiki を操作するスキルです。
まず .cc-backlog/config.json が存在するか確認してください。
存在しない場合は、操作を実行せず以下のように案内してください:
Backlog の接続設定がまだ行われていません。先に
/cc-backlog-connect:configを実行して設定してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki <subcommand> [options]
ユーザーが「Backlog Wiki 設計ドキュメント を参考にして」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki list --keyword "設計ドキュメント"
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki get <wikiId>
# 全一覧
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki list
# キーワードフィルター
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki list --keyword "API"
JSON出力をユーザーに分かりやすく表示:
ユーザーが「この内容をBacklog Wikiに書いて」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki create --name "ページ名" --content "内容"
内容が長い場合はstdin経由:
echo '内容' | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki create --name "ページ名" --content-stdin
ユーザーが「Wiki の「API設計」を更新して」と言った場合:
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki list --keyword "API設計"
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki get <wikiId>
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki update <wikiId> --content "更新内容"
内容が長い場合はstdin経由:
echo '更新内容' | node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki update <wikiId> --content-stdin
ユーザーが「Backlog Wiki の命名規則に従って実装して」と言った場合:
必ずユーザーに確認を取ってから実行してください。
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki delete <wikiId>
node "${CLAUDE_PLUGIN_ROOT}/dist/index.js" wiki count
--keyword)で柔軟に検索npx claudepluginhub takashikakizoe1109/cc-backlog-connect --plugin cc-backlog-connectwiki.yowu.dev WikiJS 지식 관리자. 검색, 생성, 수정, 삭제, 탐색을 자동 트리거한다. 자동 경로 분류(/dev/, /tips/, /notes/, /book/), 관련 문서 링킹, 양방향 링크 제안. 트리거 키워드 - 위키, wikijs, wiki.yowu.dev, 지식 추가, 문서 작성, 위키 검색, 위키 수정
Interact with Cosense (Scrapbox) wiki pages: read, search, list, create, edit via scrapbox-cosense-mcp CLI commands. Useful when mentioning Cosense, Scrapbox, or wiki pages.
Automates Confluence page creation, content search, space management, label tagging, and hierarchy navigation via Rube MCP (Composio). Always searches tools first for current schemas.