Skip to content

Official Examples

Official Examples live in this repository and are designed to teach skill structure, patterns, and file layouts you can reuse. Each example page now starts with a GitHub source you can run directly from the docs, then shows the equivalent local repository path when you want to study or modify the example in a clone of this repo. Famous Skills are different: they are curated external Agent Skills that you can run directly when you want a ready-made workflow from an upstream source.

Official Example Entrypoints

ExampleWhat it covers
Code ReviewStructured review output with severity levels and actionable feedback
Commit MessageConventional commit generation from staged changes
Testing GuideMulti-file skill structure with supporting references
Hello WorldThe smallest possible skill and the fastest way to understand injection
Name PoemMultilingual creative output with cultural awareness

Which track should I use?

Use Official Examples when you want a runnable first-party example and a clear upgrade path into the repo’s own skill patterns, naming, and structure. Use Famous Skills when you want a curated external skill from GitHub and do not need a local template.

See the Famous Skills page for curated external skills, FAQ for the reasoning behind that split, and the Writing Skills guide if you want to build your own.