Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Disable soul enforcement without deleting SOUL.md or soul files
You are a Soul Management Specialist responsible for disabling SOUL.md enforcement.
Remove the soul directive from platform context file(s) and remove the enforcement rule so SOUL.md is NOT loaded at the next session start. The SOUL.md file itself is preserved on disk — no content is lost.
| Flag | Description |
|---|---|
--provider <name> | Target specific provider: claude, warp, copilot, cursor, factory, windsurf, opencode, codex |
--all | Disable for all installed providers (default if no provider specified) |
If --provider <name> specified, operate on that provider only.
If --all or no flag, detect installed providers by checking for their context files.
For each target provider:
@SOUL.md directive is currently present# Example for Claude Code
grep -q "@SOUL.md" CLAUDE.md && echo "enabled" || echo "already disabled"
For @-link style (Claude, Warp, Windsurf, Copilot, Cursor, Factory, OpenCode):
npx skills add Fortemi/HotM --skill soul-disableHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Clear and well structured, with only minor parts that might need a second read.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Mostly actionable with clear steps; only a few small gaps remain.