docs(agent-skills): point the public catalog at the public org#3595
Merged
SharpRake merged 7 commits intoJul 22, 2026
Merged
Conversation
The public hardened-skills catalog now serves from skills.cgr.dev/public (the auto-ingested public org) rather than skills.cgr.dev/chainguard. Update the public-catalog getting-started guide so every list/describe/pull/install example, OCI URL, install name, and the quick-reference table uses the `public` org. The "Chainguard" brand and /chainguard/agent-skills/ site links are unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
✅ Deploy Preview for ornate-narwhal-088216 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Rewrite the public catalog walkthrough with verified data from a real hardened skill (public/github.com/anthropics/skills/brand-guidelines): - Show the real deep-nested namespace layout public/<host>/<owner>/<repo>/<name> in list/describe/pull/install/ uninstall examples and the command reference, replacing the stale flat owner/name layout. - Use the current multi-model HARDENING.md format (report + run outcome + notes/harden/run_1/) instead of the old findings-table format. - Drop empty folders (sources with no published latest tag) from the scoped list output. - Note that a full --recursive listing over the large public catalog can be slow, and point to scoped --group paths for browsing one source. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Switch the public-catalog walkthrough from the anthropics/skills example to public/github.com/github/awesome-copilot/game-engine, with data verified via chainctl: - describe/pull/install/uninstall/invoke use game-engine's real reference, install name, OCI URL, digest, and metadata. - HARDENING.md shown verbatim in the current multi-model format (report, run outcome, SKILL.md-modified flag, notes/harden/run_1/ reference). - List examples show awesome-copilot entries; empty folders (sources with no published latest tag) omitted, output truncated with an ellipsis. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
|
@lranjbar Let me know once the |
Contributor
Author
@SharpRake The public org is live so this should work. Fixing up the merge conflicts |
…blic-catalog-public-org # Conflicts: # content/chainguard/agent-skills/public-registry.md
Readers whose chainctl is configured for a non-production environment hit a confusing `public org "public" not found` error, because the public-org puller is only wired in production and chainctl silently falls back to the caller's own credentials. Call out the prod requirement in Prerequisites and point readers at `chainctl config view`.
mosabua
reviewed
Jul 20, 2026
The environment-switching detail (chainctl config view / production api) is an internal concern, not something customers need — revert it from the public-facing guide.
Signed-off-by: Mark Drake <33191761+SharpRake@users.noreply.github.com>
SharpRake
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Repoints the public catalog getting-started guide (
content/chainguard/agent-skills/public-catalog.md) from thechainguardorg to thepublicorg — the public hardened-skills catalog and the skills MCP now serve fromskills.cgr.dev/public(the auto-ingested public org), notskills.cgr.dev/chainguard— and rewrites every example with data verified against the live catalog viachainctl.Changes
skills.cgr.dev/public; intro, list, describe, pull, install, uninstall, and the command-reference table.public/<host>/<owner>/<repo>/<name>. Examples and placeholders use this shape instead of the old flatowner/name.public/github.com/github/awesome-copilot/game-engine, with real reference, install name (public-github.com-github-awesome-copilot-game-engine), OCI URL, digest, license, upstream, and commit pulled from the live catalog.sha+ run outcome +SKILL.md modifiedflag +notes/harden/run_1/reference), replacing the obsolete findings-table format.--group public/github.com/github/awesome-copilotsample with empty folders (sources with no publishedlatesttag) omitted and the long list truncated with an ellipsis. Added a note that a full--recursivelisting over the large catalog can be slow, pointing readers to scoped--grouppaths.Scope note
skills-registry.mdwas not touched — that page documents a customer's own private org ($ORG/example.dev) and has nochainguard-org references.🤖 Generated with Claude Code