Skip to content

agr remove does not delete skills from .claude/skills/ #521

Description

@kasperjunge

Bug

Running agr remove <skill-name> does not remove the skill files from .claude/skills/.

Steps to reproduce

  1. Install a skill with agr add <skill>
  2. Verify the skill appears in .claude/skills/
  3. Run agr remove <skill>
  4. Check .claude/skills/ — the skill directory is still present

Expected behavior

agr remove should delete the corresponding skill directory from .claude/skills/ (and any other agent skill directories it manages).

Observed behavior

The skill remains in .claude/skills/ after removal. This means the skill continues to be available to the agent even after being removed.

Environment

  • macOS

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