Edit mode
npx -y skills add 0SxD/agent-skills-plugin-v01 --skill edit-modeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Governance unlock/lock cycle. Use /sagex:edit-mode to unlock rules, skills, hooks, approved sources for modification. Use /sagex:lock to re-engage. Only Sage can invoke.
SKILL.md
1.1 KB, 217 tokens by cl100k_base, as published. Nobody here has run it
Edit Mode — Governance Unlock/Lock
When to Use
Only when Sage explicitly requests to modify governance components (rules, skills, hooks, configs).
Protocol
- Sage invokes /sagex:edit-mode
- Confirm: "Edit mode active. What do you want to change?"
- Make ONLY the changes Sage specifies
- Read back every change for confirmation
- Sage invokes /sagex:lock to re-engage
What unlocks
- config/approved_sources.json
- config/notebook_assignments.json
- rules/ directory
- skills/ directory
- hooks/ directory
- agents/ directory
What stays locked
- The edit-mode command itself
- The lock command
- Hook enforcement (hooks still fire)
Safety
- Edit mode does NOT disable hooks — it enables modification of files hooks READ
- All changes logged to .claude/edit_mode_log.md with timestamp
- If session ends without /sagex:lock, next session starts locked (fail-safe)