Bug
Running agr remove <skill-name> does not remove the skill files from .claude/skills/.
Steps to reproduce
- Install a skill with
agr add <skill>
- Verify the skill appears in
.claude/skills/
- Run
agr remove <skill>
- 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
Bug
Running
agr remove <skill-name>does not remove the skill files from.claude/skills/.Steps to reproduce
agr add <skill>.claude/skills/agr remove <skill>.claude/skills/— the skill directory is still presentExpected behavior
agr removeshould 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