openspec-codekb-integration
Installation
SKILL.md
OpenSpec + CodeKB Integration
This skill is the optional enhancement layer connecting CodeKB to the OpenSpec workflow.
IMPORTANT — 解耦原则 (Decoupling Principle):
- Without CodeKB installed:
openspec-*skills + CodeGraph work exactly as before, with zero CodeKB involvement - With CodeKB installed +
codekb initrun: use this skill's guidance to enrich each OpenSpec stage - This skill is shipped inside the
codekbnpm package — installing CodeKB brings the integration guidance with it
When to Use
Only after BOTH are true:
codekbCLI is available (codekb --versionworks)- The project is initialized (
codekb statusshows healthy index)
If either is false, skip CodeKB entirely and proceed with the standard openspec-* + CodeGraph workflow.