mirror of
https://github.com/thedotmack/claude-mem
synced 2026-04-25 17:15:04 +02:00
Move the /make-plan and /do orchestrator commands from plugin/commands/ into OpenClaw skills (openclaw/skills/make-plan, openclaw/skills/do-plan). Skills are auto-discovered by the agent and loaded on-demand via SKILL.md frontmatter matching, reducing context cost vs always-loaded slash commands. Register skill directories in openclaw.plugin.json via the skills array. Co-authored-by: Alex Newman <alexnewman@Alexs-Mac-mini.local>