Environment:
ai-devkit npm package: 0.28.0
Installed via npm
Running:
ai-devkit init
Problem:
The npm release 0.28.0 still attempts to install deprecated/removed builtin skills during init.
Current source defines builtin skills as:
export const BUILTIN_SKILL_NAMES = [
'dev-lifecycle',
'structured-debug',
'document-code',
'memory',
'simplify-implementation',
'technical-writer',
'verify',
'tdd'
] as const;
However, the published CLI still references old skill names:
debug
capture-knowledge
Observed output:
✔ Installed 6 built-in skill(s).
⚠ 2 built-in skill install(s) failed. Continuing with warnings.
⚠ codeaholicguy/ai-devkit/debug: Skill "debug" not found in codeaholicguy/ai-devkit. Check the repository for available skills.
⚠ codeaholicguy/ai-devkit/capture-knowledge: Skill "capture-knowledge" not found in codeaholicguy/ai-devkit. Check the repository for available skills.
Environment:
ai-devkit npm package: 0.28.0
Installed via npm
Running:
ai-devkit initProblem:
The npm release 0.28.0 still attempts to install deprecated/removed builtin skills during init.
Current source defines builtin skills as:
export const BUILTIN_SKILL_NAMES = [
'dev-lifecycle',
'structured-debug',
'document-code',
'memory',
'simplify-implementation',
'technical-writer',
'verify',
'tdd'
] as const;
However, the published CLI still references old skill names:
debug
capture-knowledge
Observed output: