We now have CodeExampleComponent wired up for a few components, but writing the .examples.ts files by hand for every remaining component is tedious and error-prone.
Add an AI skill to .github/skills/cps-examples-generator/ that, given a component page's HTML template and TS file, generates the corresponding examples.ts - extracting HTML and scoping TS snippets to each example block only.
Ref: #554
We now have
CodeExampleComponentwired up for a few components, but writing the.examples.tsfiles by hand for every remaining component is tedious and error-prone.Add an AI skill to
.github/skills/cps-examples-generator/that, given a component page's HTML template and TS file, generates the correspondingexamples.ts- extracting HTML and scoping TS snippets to each example block only.Ref: #554