cocoindex-diagrams
Installation
SKILL.md
CocoIndex Docs Diagrams
Inline SVG diagrams in the docs are authored as Astro components under
docs/src/components/diagrams/, composed from shape-semantic primitives
that share a palette and styling. Static .svg files exported from
design tools are legacy — always build new diagrams with the primitives.
When this skill applies
Apply this skill when:
- Adding a new diagram to a docs page (
.mdxunderdocs/src/content/docs/). - Editing or replacing an existing diagram component.
- Reviewing a rendered diagram for layout or style issues.
- Reworking a legacy
<img src="/docs/img/...svg">reference.
Do not apply for: