Skip to content

coldbox ai skills remove reinstalls removed skill during agent configuration regeneration #61

@edyionescu

Description

@edyionescu

What are the steps to reproduce this issue?

  1. Verify that the wirebox-aop skill is installed: coldbox ai skills list | grep wirebox-aop
  2. Remove the skill: coldbox ai skills remove wirebox-aop
  3. Verify skill presence again: coldbox ai skills list | grep wirebox-aop

What happens?

The skill appears to be removed successfully, as the command outputs ✓ Skill 'wirebox-aop' removed successfully!. But during the same operation, a step labeled 📦 Installing 101 missing skill(s)... runs, which reinstalls the skill. Running coldbox ai skills list | grep wirebox-aop afterwards shows the skill is still present.

What were you expecting to happen?

The skill should be permanently removed and not reinstalled. After running coldbox ai skills remove wirebox-aop, the skill should no longer appear in coldbox ai skills list.

Any logs, error output, etc?

> coldbox ai skills remove wirebox-aop

 INFO   Removing skill: wirebox-aop

Are you sure you want to remove 'wirebox-aop'? [y/n] : y

 INFO   Regenerating agent configuration files...

  📦  Installing 101 missing skill(s)...
  ⬇️  Installing: wirebox-aop

 SUCCESS   ✓ Skill 'wirebox-aop' removed successfully!

  TIP   Use 'coldbox ai skills list' to see remaining skills

After removal, the skill is still listed:

> coldbox ai skills list | grep wirebox-aop
║ wirebox-aop                     │ 666d086 ║

What versions are you using?

Operating System: Windows 11 Pro 25H2
Package Version: 8.11.0+29

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions