Skip to content

ai-devkit init still installs deprecated builtin skills (capture-knowledge, debug) in npm release 0.28.0 #80

@quyvsquy

Description

@quyvsquy

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions