disable
Run the disable workflow from the skill-manager reference skill against the named skill.
Works with
Agent Skills format with YAML frontmatter. Claude Code reads it as-is.
--- name: "disable" description: "Run the disable workflow from the skill-manager reference skill against the named skill." license: "Apache-2.0" --- # /disable Run the `disable` workflow from the skill-manager reference skill against the named skill. What disable does: - Renames the skill's `SKILL.md` to `SKILL.md.disabled` so Claude no longer discovers it as an active skill. Files, references, templates, and config stay in place. - If the skill ships hooks in `hooks/hooks.json`, also rename that file to `hooks.json.disabled` so no automatic triggers fire while the skill is disabled. - Logs the action to `~/.claude/plugins/config/claude-for-legal/legal-builder-hub/install-log.yaml`. Safety rules: 1. **Only disable community skills installed through this hub.** Same check as uninstall — consult the install log and CLAUDE.md installed table. 2. **Never disable a first-party plugin's skill.** Off-limits. 3. **Confirm before renaming.** Show the paths, get explicit `yes`. Re-enable by running the command again with the same skill name — the skill-manager workflow recognizes a disabled skill and flips the rename back. > Detailed uninstall, disable, and re-enable workflows live in the > `skill-manager` reference skill — load it before doing substantive work.
More General & Other skills
find-skills
vercel-labs/skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
grill-me
mattpocock/skills
A relentless interview to sharpen a plan or design.
grill-with-docs
mattpocock/skills
A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

