This is the bridge between your personal operator workflows and what you can safely share with the team or publish as an ECC skill. It walks you through stripping out local paths, credentials, account names, and anything else that would leak private workspace state. The checklist is practical: scan for absolute paths, OAuth files, client names, revenue details, all the stuff that accumulates in a working Hermes session. Use it when a workflow has proven itself locally and you want to turn it into a reusable artifact without accidentally shipping your home directory or API keys. The conversion pattern is straightforward: identify the loop, strip the private bits, rewrite paths as repo-relative examples, document the requirements.
npx skills add https://github.com/affaan-m/everything-claude-code --skill hermes-imports