sksgrm

Delete a skill group and its associated skills from the .claude/skill-groups directory.

114|12|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/OpenDCAI/Mycel --skill sksgrm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sksgrm
Source: https://github.com/OpenDCAI/Mycel/tree/main/.claude/skills/sksgrm
Command: npx skills add https://github.com/OpenDCAI/Mycel --skill sksgrm

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows for the efficient removal of entire skill groups, streamlining the management of your AI agent's capabilities.

Core Features & Use Cases

  • Group Deletion: Removes a specified skill group and all associated skills.
  • Symlink Management: Cleans up symbolic links pointing to skills within the deleted group.
  • Use Case: If a set of skills related to a specific project or feature is no longer needed, this Skill can be used to cleanly remove the entire group.

Quick Start

Run the command to delete the 'docs' skill group.

Frequently Asked Questions about sksgrm

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delete an entire skill group from the .claude directory?

To delete an entire skill group, run the command targeting the group name. This removes the group from the .claude/skill-groups directory and cleans up associated symlinks in .claude/skills.

What happens to symbolic links when removing a skill group?

When removing a skill group, symbolic links in the .claude/skills directory pointing to skills within that group are automatically cleaned up to ensure a complete and clean removal.

What should I expect if I try to delete a skill group that does not exist?

If you attempt to delete a skill group that does not exist, the Skill handles this case gracefully without throwing errors, ensuring your CLI tool environment remains stable.

Can I use this CLI tool to clean up skills related to a finished project?

Yes, you can use this CLI tool to cleanly remove an entire skill group and its associated skills when a specific project or feature is no longer needed.

What is the best way to manage AI agent skills by group deletion?

Group deletion is the best way to streamline AI agent capabilities by removing a specified skill group and all its associated skills from the .claude directory at once.