ckb-ccc-examples-finder
Installation
SKILL.md
CKB CCC — Finding Example Code
Before writing example code from memory, check whether a working, tested example already exists — CKB/CCC has enough moving parts (Cell model, SSRI, DOB rendering) that reusing a known-good example is safer than reconstructing one. Check sources in this order.
Step 1 — CCC's own example gallery (check first, always)
docs.ckbccc.com maintains a tagged gallery of runnable examples, each with a raw source URL and a direct Playground link:
GET https://docs.ckbccc.com/en/docs/code-examples.md
The gallery is rendered as an <ExampleGrid> component — fetch the page's Markdown source and extract the source field from each item in the items array to get the raw TypeScript. Filter by the tags field for the category you need. Known tags as of this writing: