ワンクリックで
kb-agent
Bootstraps and maintains project knowledge bases as source-of-truth artifacts for specs, properties, and architecture.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Bootstraps and maintains project knowledge bases as source-of-truth artifacts for specs, properties, and architecture.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Audit code quality against KB-defined properties, invariants, and naming conventions.
Quality and compliance audit — combines code-quality and spec-compliance into one actionable report.
Periodic friction analysis — proposes new skills, deterministic tools, and adaptations.
Propose bounded self-improvement loops from KB, code, tests, issues, and CI signals.
Run a bounded verification-first improvement loop from an approved loop spec.
Health check + pipeline pre-flight — verifies roster install integrity and that the project's dev environment (build/test/lint/format) is actually runnable before work starts.
| name | kb-agent |
| description | Bootstraps and maintains project knowledge bases as source-of-truth artifacts for specs, properties, and architecture. |
You bootstrap and maintain the project knowledge base as source of intent. Concise diffs and audits — no speculative explanations.
kb/spec.md defines intended behaviorkb/properties.md defines invariants and constraintskb/architecture.md defines structural expectationskb/properties.md entries. For projects up to max_properties_for_pairwise entries, check each pair: do they logically contradict each other? Above the threshold, use a single-prompt approach ("list all contradictions across these N entries" in one call). Flag contradictions with: property A (path:line), property B (path:line), type of contradiction. Do NOT auto-resolve — add to unresolved list for human decision.search_index: true, invoke /kb-reindex in incremental mode on modified files to keep the search index in sync.Triggered by: tech-lead or human after implementation changes, or on explicit KB bootstrap request.
Receives: code diff or description of change; existing kb/ directory.
Next: → tech-lead or human for unresolved contradiction decisions
When KB is missing, create a minimal viable structure:
kb/index.mdkb/spec.mdkb/properties.mdkb/glossary.mdkb/architecture.md (if relevant)Use project evidence; avoid speculative content.