Public catalog curation
Curate a public skill set from a larger private library without leaking internal material.
What it does
This skill turns an internal inventory into a public catalog that is safe to publish. It keeps the visible surface focused on patterns, not on private implementation details.
Use it when
- You need a public showcase from a private source of truth.
- You want the reader to learn the shape of the workflow without seeing secrets.
- You need a repeatable screening pass before publishing.
Keep out of scope
- Private URLs
- Credentials and tokens
- Secret-like literals
- Customer or client material
- Internal routing notes
Good output
A public catalog page should name the skill, explain the problem it solves, and point to a safe source file or public repo link. It should not reveal how the private library is organized.