Pulls a published CLI from the printing-press public library into your local working copy, reversing the module path rewrites so it looks like a fresh generator run. The skill fuzzy-matches your input against registry.json, checks provenance to avoid clobbering newer local work, backs up what's there, then fetches and rewrites the code in one shot. You'd use this when the public repo has a CLI you don't have locally, or when your internal copy is broken and you want a clean baseline before running polish. The resolve phase is thoughtful,it tries exact match, then normalized, then substring on name or description,and surfaces up to four candidates if ambiguous.
npx skills add https://github.com/mvanhorn/cli-printing-press --skill printing-press-import