npx claudepluginhub masseater/claude-code-plugin --plugin sddThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
specs/配下のタスクを一覧表示し、選択したタスクをspecs/_archived/ディレクトリに移動してください。
アーカイブ理由はoverview.mdのPhase statusから自動判定します。
specs/ディレクトリが存在するか確認specs/配下のディレクトリ一覧を取得(_archivedを除外)各タスクについて以下を実行:
specs/[taskname]/overview.mdを読み込むoverview.mdが存在しない、またはプロジェクトステータスが取得できない場合 → アーカイブ対象外user-authentication(完了)、payment-integration(却下)specs/_archived/ディレクトリが存在するか確認specs/_archived/[taskname]/が既に存在する場合、エラーメッセージを表示して終了
git rev-parse --is-inside-work-treeを実行して確認git mv specs/[taskname] specs/_archived/[taskname]を実行Archive spec: [taskname] ([ステータス])mv specs/[taskname] specs/_archived/[taskname]を実行Gitリポジトリ内の場合:
git commit -m "$(cat <<'EOF'
Archive spec: [taskname] ([ステータス])
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
EOF
)"
以下を報告:
specs/_archived/[taskname]/エラー: specs/ディレクトリが見つかりません
アーカイブ可能なタスクがありません
エラー: タスク「[taskname]」は既にアーカイブされています
specs/_archived/[taskname]/ が既に存在します