What problem does it solve? After an ECC Tools pull request merges into the orama-system repository, learned instincts and session data can drift out of sync. This Skill provides a repeatable post-merge ritual to pull the latest changes, import curated instincts, and commit the synchronized state. ## Core Features & Use Cases - Post-merge sync ritual: Runs git pull, imports instinct YAML files via /instinct-import, and commits the result with a dated message. - Harmonization rules: Supplements rather than replaces existing instinct bundles, excludes timestamp-churn files like ecc-tools.json, and enforces a quality gate of 2-4 curated instincts per stack. - Fallback path: If /instinct-import is unavailable, it directs you to check the ECC Tools MCP server or run import_instincts.py directly. - Use Case: After merging an ECC Tools PR, run this Skill to import the new session instincts into .claude/homunculus/instincts/inherited/ and push a clean sync commit. ## Quick Start Ask the agent to run the ecc-sync post-merge ritual to pull main, import the latest inherited instincts YAML, and commit the sync.