What problem does it solve? Rewriting the built-in agent prompts in the Omega Loops Rust codebase risks breaking the Sage → Muse → Omega loop contract, stale compiled-in binaries, and failing snapshot tests. This Skill provides the file map, loop contract, workflow, and pitfalls needed to edit agent prompts safely. ## Core Features & Use Cases - Agent prompt editing: Guides changes to crates/omega_repo/src/agents/{omega,muse,sage}.md while preserving YAML frontmatter, handlebars blocks, and tool lists. - Template maintenance: Covers shared wrapper, doom-loop, todo, retry, summary-frame, and title-generation templates under templates/. - Verification workflow: Specifies exact cargo test commands, insta snapshot acceptance, binary rebuild via scripts/dev-omega.sh, and porcelain title checks. - Use Case: A developer wants to make the agents sound more enterprise-grade; the Skill ensures role boundaries stay intact, snapshots are updated with INSTA_UPDATE=1, and the rebuilt binary shows the expected titles. ## Quick Start Ask the agent to rewrite the Sage, Muse, and Omega system prompts to be more enterprise-focused while keeping the loop contract, then run the verification steps.