What problem does it solve? Turning an idea, tweet, or task into a properly published skill in the Todero skills catalog involves many error-prone steps: finding prior art, choosing kind/category/slug, writing valid frontmatter, regenerating the manifest, and updating test expectations. This Skill encodes that entire workflow so nothing is missed. ## Core Features & Use Cases - FIND-before-MAKE research: Searches the existing catalog, the repo, and GitHub for existing skills before authoring a duplicate, using gh search and the xc CLI for tweet capture. - Two publishing paths: Add an external skill as a pinned catalog-ref.json reference, or author a local markdown-only skill with worked examples. - Build and PR automation: Regenerates generated/catalog.json, runs validation and tests, updates shipped-catalog.test.ts expectations, and opens a clean PR. - Use Case: A teammate shares a tweet describing a useful agent workflow. Use this Skill to capture the thread, discover an existing upstream skill, pin it as an external catalog reference, rebuild the manifest, and open the PR. ## Quick Start Turn this tweet about a research workflow into a published skill in the Todero skills catalog and open a PR for it.