mooco-mirror
1
总安装量
1
周安装量
#53034
全站排名
安装命令
npx skills add https://github.com/simhacker/moollm --skill mooco-mirror
Agent 安装分布
mcpjam
1
claude-code
1
windsurf
1
zencoder
1
cline
1
Skill 文档
MOOCO Mirror
“Watch two orchestration realities at once.”
MOOCOâmirror is a reflection skill for MOOCO sessions. It is built to compare orchestration decisions, context assembly, and tool execution between MOOCO and Cursor environments. It also runs in production without a Cursor sidecar.
Core Capabilities
- Session introspection: read MOOCO event logs and context bundles
- Crossâmirror: line up a MOOCO run with a Cursor run
- Divergence analysis: highlight where context, tools, or outputs differ
- Trace provenance: show which steps are deterministic vs LLMâdriven
- Optimization: find bottlenecks and reduce orchestration friction
- Debugging: isolate drift, regressions, and tool misuse
- Exploration: probe alternative orchestration strategies safely
- PlayâLearnâLift: capture learnings and uplift them into skills
- Context analysis: inspect what was loaded and why
- Reverse engineering: infer Cursor and MOOCO orchestration patterns
CrossâMirror Pattern
- Capture a MOOCO session event stream.
- Capture the parallel Cursor session via cursorâmirror.
- Align by task goal or timestamp.
- Compare context, tools, and emitted events.
Use Cases
- Validate MOOCO orchestration choices
- Debug unexpected tool selection
- Diagnose context drift across orchestrators
- Improve skill portability by exposing hidden assumptions
- Support thoughtful-commitment by exporting prompts, thoughts, context assembly, and cause/effect into commit and PR messages
- Run skill-snitch style scans to detect suspicious patterns in mirrored traces