sksoff

Deactivates a group of skills by removing their symbolic links.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to quickly deactivate an entire group of skills, simplifying the management of your AI's capabilities.

Core Features & Use Cases

  • Group Deactivation: Turn off multiple skills at once by specifying their group.
  • Contextual Group Inference: The system attempts to infer the group name from your conversation.
  • Use Case: If you're working on a project that requires a specific set of tools, you can deactivate unrelated skills by deactivating their group, keeping your agent focused.

Quick Start

Run the sksoff skill to deactivate the 'docs' group of skills.

Frequently Asked Questions about sksoff

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

FAQPage Schema
How do I deactivate all skills in a group at once?

Yes, the system can deactivate skills through contextual group inference, attempting to automatically determine the correct group name from your conversation. This allows you to turn off related skill sets without manual specification.

How does group deactivation work under the hood?

Group deactivation works by identifying the specified group directory and unlinking each skill within it from the main skills directory. It iterates through the contents to remove symbolic links, effectively turning off multiple capabilities at once.

When should I deactivate a skill group instead of individual skills?

You should deactivate a skill group when you need to focus your agent on a specific project by disabling unrelated tool sets. Removing entire groups simplifies management compared to turning off individual skills one by one.

Does deactivating a skill group delete the skills permanently?

No, deactivating a skill group does not delete the skills; it simply removes their symbolic links from the main skills directory. The underlying group directory contents remain intact for future reactivation.

Can I infer the skill group name automatically from my conversation?

Yes, the deactivation system attempts contextual group inference, automatically determining the target group name from your ongoing conversation. This allows you to turn off related skill sets without manual specification.