Skip to content

Commit 3c2b8a2

Browse files
committed
feat(cli): update built-in skills
1 parent fe0ac67 commit 3c2b8a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/cli/src/constants.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const BUILTIN_SKILL_REGISTRY = 'codeaholicguy/ai-devkit';
1212
*/
1313
export const BUILTIN_SKILL_NAMES = [
1414
'dev-lifecycle',
15-
'debug',
16-
'capture-knowledge',
15+
'structured-debug',
16+
'document-code',
1717
'memory',
1818
'simplify-implementation',
1919
'technical-writer',

0 commit comments

Comments
 (0)