sksrm

Remove a specific skill from a group in the .claude directory.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows for the precise removal of a specific skill from a designated skill group, streamlining the management of your AI's capabilities.

Core Features & Use Cases

  • Targeted Skill Removal: Delete individual skills by specifying their group and name.
  • Contextual Understanding: Infers the target skill from conversational context.
  • Use Case: If a user says "remove the react-expert skill from the frontend group", this skill will execute the necessary commands to delete it.

Quick Start

Run the rm.py script with the group and skill name as an argument, like frontend/react-expert.

Frequently Asked Questions about sksrm

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

FAQPage Schema
How do I remove a specific skill from a skill group?

To remove a specific skill from a skill group, execute the rm.py Python script with a single argument specifying the skill using the group/skill naming convention, such as frontend/react-expert, ensuring clean uninstallation.

What is the group/skill naming convention for deleting agent capabilities?

The group/skill naming convention is a string argument format like frontend/react-expert that targets specific AI agent capabilities within the .claude directory structure for precise skill deletion.

How do I uninstall a single AI agent skill without removing the entire group?

You uninstall a single AI agent skill by running the removal script with the exact group and skill name. This targeted approach deletes only the specified skill, leaving other capabilities in the group intact.

Can the CLI tool infer which skill to delete from conversational context?

Yes, the CLI tool can infer the target skill from conversational context. If you specify the skill and group in your request, the script executes the necessary commands to delete it from the .claude directory.

Do I need any dependencies to run the skill deletion script?

No dependencies are required to run the skill deletion script. You only need a Python environment to execute the rm.py script directly with a single string argument specifying the skill to be removed.