ワンクリックで
archi-tooling
Manage and diagnose the CCB adapter's optional npm Archi CLI, bundled Hippo/llmgateway capabilities, and role tool readiness.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage and diagnose the CCB adapter's optional npm Archi CLI, bundled Hippo/llmgateway capabilities, and role tool readiness.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Fix bugs by reproducing the failure first, making the smallest correction, and proving the regression is covered. Use for bug reports, failing tests, and regressions.
Fix failing tests or CI by reading logs, identifying the smallest failing surface, making a minimal change, and rerunning targeted verification. Use when given CI logs, failing commands, or broken checks.
Scan relevant source, tests, commands, and existing project patterns before editing code. Use before non-trivial implementation, bug fixing, or refactoring when the right local pattern is unclear.
Control error handling, defaults, retries, compatibility paths, and fallback behavior. Use before adding catch blocks, defaults, shims, optional values, retries, or graceful degradation.
Prevent large-file growth and mixed-responsibility edits. Use when adding significant logic to a large file, mixed-purpose module, or file with repeated conditionals.
Implement the smallest safe repo-native code change for the requested behavior. Use for feature work, small refactors, and multi-file implementation tasks.
| name | archi-tooling |
| description | Manage and diagnose the CCB adapter's optional npm Archi CLI, bundled Hippo/llmgateway capabilities, and role tool readiness. |
Use this skill for the CCB adapter's optional architecture-analysis toolchain, not for architecture review itself.
archi-tooling is an internal skill name, not a shell command. The shell
commands are ccb roles ... and archi.
Check role and tool readiness:
ccb roles doctor agentroles.archi
Install or update Role assets and declared tools:
ccb roles install agentroles.archi
ccb roles update agentroles.archi
Check the local Architec route when the user asks for tool evidence:
archi --check .
Inspect command shape before assuming flags:
archi --help
Report:
archi exists and which binary path is selected;archi --version output when available;ccb-archi wrapper exists as stale residue;archi --check . succeeds when a route check is requested;.hippocampus/ and .architec/ artifacts exist and appear stale;Do not print API keys or llmgateway secret values.
agentroles.archi is the canonical Role id; ccb.archi is a legacy CCB input
alias.archi-tooling is a projected skill, not an executable command.archi from npm @seemseam/archi is the preferred CCB adapter route.ccb-archi is a legacy wrapper name. Its presence should be reported as
stale residue, not used as the preferred route.ccb roles update agentroles.archi or npm install -g @seemseam/archi before manual package
edits.