When your workflow has some tools named with underscores, others with camelCase, and prompts structured three different ways, this skill brings everything into alignment. It walks through naming conventions, prompt structure, error handling, and logging formats to identify what pattern is most common, then helps you standardize the outliers. The approach is pragmatic: pick the existing dominant pattern as your standard rather than inventing something new, fix the highest impact deviations first, and document the conventions you settle on. It's maintenance work, but the kind that prevents the gradual drift into chaos when multiple people contribute to a project.
npx skills add https://github.com/sharpdeveye/maestro --skill calibrate