d48cda4081
CI / Test (ubuntu-latest, Node 18.x, bun) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, npm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, pnpm) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 18.x, yarn) (push) Failing after 15m1s
CI / Test (ubuntu-latest, Node 20.x, bun) (push) Failing after 17m13s
CI / Test (ubuntu-latest, Node 20.x, npm) (push) Failing after 18m42s
CI / Test (ubuntu-latest, Node 20.x, pnpm) (push) Failing after 15m0s
CI / Test (ubuntu-latest, Node 20.x, yarn) (push) Failing after 49m44s
CI / Test (ubuntu-latest, Node 22.x, bun) (push) Failing after 51m55s
CI / Test (ubuntu-latest, Node 22.x, pnpm) (push) Failing after 21m57s
CI / Test (ubuntu-latest, Node 22.x, npm) (push) Failing after 37m39s
CI / Test (ubuntu-latest, Node 22.x, yarn) (push) Failing after 34m7s
CI / Validate Components (push) Failing after 37m15s
CI / Python Tests (push) Failing after 10m1s
CI / Security Scan (push) Failing after 10m1s
CI / Lint (push) Failing after 17m12s
CI / Coverage (push) Failing after 20m19s
CI / Test (macos-latest, Node 18.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 18.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 20.x, yarn) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, bun) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (macos-latest, Node 22.x, yarn) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, npm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, pnpm) (push) Has been cancelled
CI / Test (windows-latest, Node 22.x, yarn) (push) Has been cancelled
3.9 KiB
3.9 KiB
description
| description |
|---|
| ECCの現在のエージェント、スキル、コマンド、フック、インストールプロファイル、ドキュメントをライブリポジトリサーフェスからナビゲートします。 |
/ecc-guide
このコマンドをEverything Claude Codeの会話型マップとして使用します。完全なREADMEや古いカタログ数をダンプすることなく、タスクに適したECCサーフェスをユーザーが発見するのを支援します。
使い方
/ecc-guide
/ecc-guide setup
/ecc-guide skills
/ecc-guide commands
/ecc-guide hooks
/ecc-guide install
/ecc-guide find: <クエリ>
/ecc-guide <機能名またはファイル名>
動作ルール
- チェックアウトが利用可能な場合は、回答前に現在のリポジトリファイルを読む。
- ハードコードされたカウントよりも現在のファイルシステム/カタログデータを優先する。
- 最初の回答は短く、その後具体的なドリルダウンパスを提示する。
- 長いセクションをコピーする代わりに、標準ファイルへのリンクをユーザーに提示する。
- 存在しないコマンド、スキル、エージェント、インストールプロファイルを作り出さない。
検査対象
以下のファイルを標準マップとして使用:
README.md— インストールパス、リセット/アンインストールガイダンス、高レベルの位置づけAGENTS.md— コントリビューターとプロジェクト構造のガイダンスagent.yaml— エクスポートされたエージェントとコマンドサーフェスcommands/— メンテナンスされたスラッシュコマンドシムskills/*/SKILL.md— 再利用可能なスキルワークフローagents/*.md— 委任されたエージェントの役割hooks/README.mdとhooks/hooks.json— フックの動作manifests/install-*.json— 選択的インストールモジュール、コンポーネント、プロファイルscripts/ci/catalog.js --json— ECC内で実行時のライブカタログカウント
レスポンスパターン
引数なし
コンパクトなメニューを提示:
- セットアップとインストール
- スキルの選択
- コマンド互換性シム
- エージェントと委任
- フックと安全性
- インストールのトラブルシューティング
- 特定の機能の検索
次に何をしたいか尋ねる。
トピック検索
skills、commands、hooks、install、agentsなどのトピックの場合:
- 現在のサーフェスを3-6箇条書きでサマリー。
- 標準ディレクトリ/ファイルを指す。
- 状態を検証できるコマンドを1-2つ提案。
- ユーザーが要求しない限り、網羅的なリストを避ける。
検索モード
find: <クエリ>の場合:
rgで関連ファイルを検索。- 結果をサーフェスごとにグループ化: スキル、コマンド、エージェント、ルール、ドキュメント、フック。
- 最も強いマッチをファイルパス付きで最初に返す。
- 各マッチの次のアクションを推奨。
機能検索
特定の機能名の場合:
- まず正確なパスをチェック:
skills/<name>/SKILL.md、commands/<name>.md、agents/<name>.md。 - 正確な検索が失敗した場合、
rgで検索。 - 機能の動作、使用タイミング、標準ファイルを説明。
- 混乱を減らす場合にのみ隣接機能に言及。
関連コマンド
/project-init— スタック対応のECCオンボーディング/harness-audit— 決定論的リポジトリ準備度スコアリング/skill-health— スキル品質チェック/skill-create— ローカルgit履歴からの新しいスキル抽出/security-scan— Claude/OpenCode設定のセキュリティレビュー