[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-citations":3,"mdc-15xkzi-key":36,"related-repo-openai-citations":1717,"related-org-openai-citations":1840},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":25,"repoUrl":26,"updatedAt":27,"license":28,"forks":29,"topics":30,"repo":31,"sourceUrl":34,"mdContent":35},"citations","manage inline and block citation references","Canonical rules and HTML\u002FCSS contract for inline `[n]` citation references, end-of-document Citations blocks, and optional per-section citation recaps used across Moody's Agentic Solutions HTML report skills (earnings-brief, peer-analysis, issuer-brief, sector-brief, etc.). Parent skills must read BOTH this `SKILL.md` (rules, numbering, hyperlink behavior, source data shape) AND `assets\u002Ftemplate.html` (canonical CSS block + literal HTML markup snippets) before emitting citations. The asset file is the single source of truth for the visual\u002Fmarkup implementation; this `SKILL.md` is the single source of truth for the authoring rules. Triggers when the user asks about citations, sources, references, footnotes, hyperlinking [n] markers, or the Sources\u002FCitations block in any HTML report skill.\n",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22],{"name":13,"slug":14,"type":15},"HTML","html","tag",{"name":17,"slug":18,"type":15},"Documentation","documentation",{"name":20,"slug":21,"type":15},"CSS","css",{"name":23,"slug":24,"type":15},"Technical Writing","technical-writing",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-06-30T19:00:57.102",null,465,[],{"repoUrl":26,"stars":25,"forks":29,"topics":32,"description":33},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fmoody-s\u002Fskills\u002Fshared\u002Fcitations","---\nname: citations\ndescription: >\n  Canonical rules and HTML\u002FCSS contract for inline `[n]` citation references, end-of-document\n  Citations blocks, and optional per-section citation recaps used across Moody's Agentic\n  Solutions HTML report skills (earnings-brief, peer-analysis, issuer-brief,\n  sector-brief, etc.). Parent skills must read BOTH this `SKILL.md` (rules, numbering, hyperlink\n  behavior, source data shape) AND `assets\u002Ftemplate.html` (canonical CSS block + literal HTML\n  markup snippets) before emitting citations. The asset file is the single source of truth for\n  the visual\u002Fmarkup implementation; this `SKILL.md` is the single source of truth for the\n  authoring rules. Triggers when the user asks about citations, sources, references,\n  footnotes, hyperlinking [n] markers, or the Sources\u002FCitations block in any HTML report\n  skill.\n---\n\n# Citations Skill (shared)\n\nThis is the **single source of truth** for how citations are authored and rendered across the\nHTML report skills. Parent skills (`earnings-brief`, `peer-analysis`,\n`issuer-brief`, `sector-brief`, etc.) defer to this document for inline reference\nmarkup, the Citations block, numbering, hyperlinking, source data shape, and CSS. Each parent\nskill keeps only its own carve-outs (e.g. \"no citations in `.yoy-change` cells\", \"no citations\nin financial table cells\").\n\nThe canonical CSS and the literal HTML markup contracts live in\n[`assets\u002Ftemplate.html`](.\u002Fassets\u002Ftemplate.html). This `SKILL.md` describes the rules; the\nasset file ships the verbatim implementation. **Parent skills must read both files** before\nemitting citations.\n\n> **Sibling skill.** [`skills\u002Fshared\u002Ftemplate\u002F`](..\u002Ftemplate\u002F) owns the rest of the visual\n> chrome (cover, TOC, section, sources-section wrapper, footer, outlook-badge, design tokens)\n> and uses the **same inlining pattern** as this skill — parent templates reserve a CSS-comment\n> marker region (`\u002F* BEGIN shared-template-css ... *\u002F` \u002F `\u002F* END shared-template-css *\u002F`) and\n> copy the contents of `\u003Cstyle id=\"shared-template-css\">` from that skill's `assets\u002Ftemplate.html`\n> at emit time. Read both shared skills together when authoring or modifying any HTML report\n> skill.\n\n## When to read this skill\n\nRead this skill from a parent skill **before** emitting any `[n]` reference or the\nend-of-document Citations block. Parent skills must contain a directive near the top of their\n`SKILL.md` instructing the agent to read **both** this file and `assets\u002Ftemplate.html`.\n\n## Output contract (single global rules)\n\n1. Every report contains exactly one Citations block at the end of the document.\n2. Numbering is a single global sequence `[1], [2], …` per document. The number `n` in any\n   inline reference MUST equal the row position of the matching source inside\n   `#{prefix}-sources` (1-indexed, in document order).\n3. Internal MCP tool names are NEVER rendered in any citation row.\n4. Plain `[n]` text in narrative content (not wrapped in `\u003Ca class=\"cite-ref\">` or\n   `\u003Cspan class=\"cite-ref\">`) is **not allowed**.\n5. Citations are not embedded inside numeric\u002Fdata cells of financial, valuation, ratings,\n   risk, ESG, or YoY tables. Parent skills may extend this carve-out list.\n\n## 1. Inline reference markup\n\nThe literal markup ships in `assets\u002Ftemplate.html` (`\u003Ctemplate id=\"cite-ref-anchor\">` and\n`\u003Ctemplate id=\"cite-ref-span\">`). Rules:\n\n- **With URL**: copy `cite-ref-anchor` and substitute `{source_url}` and `[n]`. This is the\n  default form.\n- **Without URL**: copy `cite-ref-span` and substitute `[n]`. Use this fallback **only** when\n  the source has no URL — the span keeps the `.cite-ref` styling without an active link.\n- `n` MUST match the row position of that source inside `#{prefix}-sources`. The same `n`\n  may be reused multiple times throughout the document for repeat references to the same\n  source.\n\n## 2. End-of-document Citations block\n\nEvery report renders exactly one Citations block at the end of the document. The container\nmarkup ships in `assets\u002Ftemplate.html` (`\u003Ctemplate id=\"sources-section\">`).\n\n`{prefix}` is the parent skill's prefix (`ecs`, `pa`, `pib`, `sa`). The displayed heading is\nalways the literal string `Citations`. The container `\u003Cdiv>` keeps its existing\n`#{prefix}-sources` id for backward continuity.\n\nThree row variants ship in the asset; pick based on which fields are present:\n\n| variant template id      | when to use                                                       |\n|--------------------------|-------------------------------------------------------------------|\n| `source-item-with-url`   | source has a URL **and** at least one of `source` \u002F `date`.       |\n| `source-item-no-url`     | no URL but at least one of `source` \u002F `date`.                     |\n| `source-item-no-meta`    | source has a URL but no `source` and no `date`.                   |\n\nIf only one of `source` or `date` is present, render only that field inside the `()` of\n`.source-meta`. If neither is present and a URL exists, drop the `.source-meta` span entirely\n(use `source-item-no-meta`).\n\n## 3. Optional per-section recap (opt-in)\n\nSome skills (currently `earnings-brief`, `peer-analysis`, `issuer-brief`, etc.)\nrender a short recap of the citations referenced inside a given section, immediately below\nthat section's content. This component is **opt-in**. Parent skills decide whether to use it;\nthe canonical CSS in `assets\u002Ftemplate.html` ships the styling unconditionally so the option\nis always available.\n\nThe recap markup ships in `assets\u002Ftemplate.html` (`\u003Ctemplate id=\"section-citations-recap\">`).\nParent skills that opt in also embed empty target placeholders inside each section using the\n`\u003Ctemplate id=\"section-citations-target\">` shape (`\u003Cdiv id=\"{prefix}-cite-{slot}\">\u003C\u002Fdiv>`),\nwhich the LLM later fills with a recap or leaves empty if the section has no citations.\n\nThe numbers inside a recap MUST be the same `n` values used inline and listed in the\nend-of-document Citations block. A recap NEVER introduces a new numbering sequence. If a\nsection has no citations, omit the recap entirely (leave the target div empty).\n\n## 4. Source data shape\n\nEach source is described by:\n\n| field   | required | notes                                                                 |\n|---------|----------|-----------------------------------------------------------------------|\n| `id`    | yes      | 1-indexed integer matching the row's position in `#{prefix}-sources`. |\n| `title` | yes      | Human-readable title. Rendered inside `.source-title`.                |\n| `source`| no       | Publisher \u002F system (e.g. \"Moody's Research Assistant Library\").       |\n| `date`  | no       | Display-formatted date (e.g. `2026-02-24` or `12 Sep 2026`).          |\n| `url`   | no       | Absolute URL. If absent, use the URL-less row variant above.          |\n\nNever render internal MCP tool names (e.g. `getEntityCreditOpinion`) in `.source-meta`.\n\n## 5. Canonical CSS\n\nThe canonical CSS lives **only** in `assets\u002Ftemplate.html` inside the\n`\u003Cstyle id=\"shared-citations-css\">…\u003C\u002Fstyle>` block. Parent templates do **not** carry a\nduplicate copy of these rules. Each parent template instead reserves a marker region inside\nits own `\u003Cstyle>` tag bracketed by **CSS comments** (not HTML comments — the markers sit\ninside `\u003Cstyle>`, where `\u003C!-- … -->` would produce CSS parse errors):\n\n```css\n\u002F* BEGIN shared-citations-css (inlined at emit time from skills\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html) *\u002F\n\u002F* END shared-citations-css *\u002F\n```\n\nAt emit time, the agent copies the **contents** (not the `\u003Cstyle>` wrapper) of\n`\u003Cstyle id=\"shared-citations-css\">…\u003C\u002Fstyle>` from the shared asset and inserts them between\nthose two marker comments in the final emitted HTML. Treat the canonical CSS as a single\nblock — do not edit values per-skill. If a parent skill needs to restyle citations, change\n`assets\u002Ftemplate.html` and the next emit picks it up automatically.\n\n### CSS variable contract\n\nThe block above relies on these CSS custom properties being defined elsewhere in the parent\ntemplate's `:root` (they already are in every current template):\n\n- `--accent` — link \u002F inline-cite color\n- `--navy`   — heading and source-num color\n- `--g100`   — light background for `.section-citations`\n- `--g200`   — border color for `.source-item` separator and `.section-citations` border\n- `--g400`   — meta text color\n- `--g700`   — body text color for source rows\n- `--gray-100`, `--gray-200`, `--gray-400`, `--gray-700` — legacy aliases used by ECS \u002F peer-\n  analysis templates. Either set of names works; templates that already define `--gray-*` may\n  alias them to `--g*` (or vice-versa) so the canonical block renders without edits.\n\nIf a template defines only one naming scheme, add aliases at the top of the `\u003Cstyle>` block\nso both name families resolve. Example alias snippet (add only the side you are missing):\n\n```css\n:root {\n  \u002F* if template uses --gray-* but not --g*, alias them: *\u002F\n  --g100: var(--gray-100);\n  --g200: var(--gray-200);\n  --g400: var(--gray-400);\n  --g700: var(--gray-700);\n}\n```\n\n## 6. Quick checklist (use before submitting a report)\n\n- [ ] Every inline `[n]` is wrapped in `\u003Ca class=\"cite-ref\">` (with `href` + `target=\"_blank\"`)\n      or, if no URL exists, `\u003Cspan class=\"cite-ref\">`.\n- [ ] All `n` values resolve to a row inside `#{prefix}-sources` at position `n`.\n- [ ] The Citations block heading reads exactly `Citations`.\n- [ ] Each `.source-item` row uses `.source-num` + `.source-title` + optional `.source-meta`.\n- [ ] No `.source-meta` renders an internal MCP tool name.\n- [ ] No citation markup inside numeric\u002Fdata cells excluded by the parent skill.\n- [ ] Optional `.section-citations` recap, if used, reuses the same `n` values — it never\n      starts a new numbering sequence.\n- [ ] The canonical CSS from `\u003Cstyle id=\"shared-citations-css\">` in\n      `assets\u002Ftemplate.html` has been inlined into the emitted HTML between the\n      `\u002F* BEGIN shared-citations-css *\u002F` \u002F `\u002F* END shared-citations-css *\u002F` CSS-comment\n      markers that ship in the parent template.\n",{"data":37,"body":38},{"name":4,"description":6},{"type":39,"children":40},"root",[41,50,104,137,201,208,249,255,338,344,372,471,477,496,559,564,689,737,743,781,816,828,834,839,998,1017,1023,1086,1117,1150,1157,1170,1308,1320,1484,1490,1711],{"type":42,"tag":43,"props":44,"children":46},"element","h1",{"id":45},"citations-skill-shared",[47],{"type":48,"value":49},"text","Citations Skill (shared)",{"type":42,"tag":51,"props":52,"children":53},"p",{},[54,56,62,64,71,73,79,81,87,88,94,96,102],{"type":48,"value":55},"This is the ",{"type":42,"tag":57,"props":58,"children":59},"strong",{},[60],{"type":48,"value":61},"single source of truth",{"type":48,"value":63}," for how citations are authored and rendered across the\nHTML report skills. Parent skills (",{"type":42,"tag":65,"props":66,"children":68},"code",{"className":67},[],[69],{"type":48,"value":70},"earnings-brief",{"type":48,"value":72},", ",{"type":42,"tag":65,"props":74,"children":76},{"className":75},[],[77],{"type":48,"value":78},"peer-analysis",{"type":48,"value":80},",\n",{"type":42,"tag":65,"props":82,"children":84},{"className":83},[],[85],{"type":48,"value":86},"issuer-brief",{"type":48,"value":72},{"type":42,"tag":65,"props":89,"children":91},{"className":90},[],[92],{"type":48,"value":93},"sector-brief",{"type":48,"value":95},", etc.) defer to this document for inline reference\nmarkup, the Citations block, numbering, hyperlinking, source data shape, and CSS. Each parent\nskill keeps only its own carve-outs (e.g. \"no citations in ",{"type":42,"tag":65,"props":97,"children":99},{"className":98},[],[100],{"type":48,"value":101},".yoy-change",{"type":48,"value":103}," cells\", \"no citations\nin financial table cells\").",{"type":42,"tag":51,"props":105,"children":106},{},[107,109,120,122,128,130,135],{"type":48,"value":108},"The canonical CSS and the literal HTML markup contracts live in\n",{"type":42,"tag":110,"props":111,"children":113},"a",{"href":112},".\u002Fassets\u002Ftemplate.html",[114],{"type":42,"tag":65,"props":115,"children":117},{"className":116},[],[118],{"type":48,"value":119},"assets\u002Ftemplate.html",{"type":48,"value":121},". This ",{"type":42,"tag":65,"props":123,"children":125},{"className":124},[],[126],{"type":48,"value":127},"SKILL.md",{"type":48,"value":129}," describes the rules; the\nasset file ships the verbatim implementation. ",{"type":42,"tag":57,"props":131,"children":132},{},[133],{"type":48,"value":134},"Parent skills must read both files",{"type":48,"value":136}," before\nemitting citations.",{"type":42,"tag":138,"props":139,"children":140},"blockquote",{},[141],{"type":42,"tag":51,"props":142,"children":143},{},[144,149,151,161,163,168,170,176,178,184,186,192,194,199],{"type":42,"tag":57,"props":145,"children":146},{},[147],{"type":48,"value":148},"Sibling skill.",{"type":48,"value":150}," ",{"type":42,"tag":110,"props":152,"children":154},{"href":153},"..\u002Ftemplate\u002F",[155],{"type":42,"tag":65,"props":156,"children":158},{"className":157},[],[159],{"type":48,"value":160},"skills\u002Fshared\u002Ftemplate\u002F",{"type":48,"value":162}," owns the rest of the visual\nchrome (cover, TOC, section, sources-section wrapper, footer, outlook-badge, design tokens)\nand uses the ",{"type":42,"tag":57,"props":164,"children":165},{},[166],{"type":48,"value":167},"same inlining pattern",{"type":48,"value":169}," as this skill — parent templates reserve a CSS-comment\nmarker region (",{"type":42,"tag":65,"props":171,"children":173},{"className":172},[],[174],{"type":48,"value":175},"\u002F* BEGIN shared-template-css ... *\u002F",{"type":48,"value":177}," \u002F ",{"type":42,"tag":65,"props":179,"children":181},{"className":180},[],[182],{"type":48,"value":183},"\u002F* END shared-template-css *\u002F",{"type":48,"value":185},") and\ncopy the contents of ",{"type":42,"tag":65,"props":187,"children":189},{"className":188},[],[190],{"type":48,"value":191},"\u003Cstyle id=\"shared-template-css\">",{"type":48,"value":193}," from that skill's ",{"type":42,"tag":65,"props":195,"children":197},{"className":196},[],[198],{"type":48,"value":119},{"type":48,"value":200},"\nat emit time. Read both shared skills together when authoring or modifying any HTML report\nskill.",{"type":42,"tag":202,"props":203,"children":205},"h2",{"id":204},"when-to-read-this-skill",[206],{"type":48,"value":207},"When to read this skill",{"type":42,"tag":51,"props":209,"children":210},{},[211,213,218,220,226,228,233,235,240,242,247],{"type":48,"value":212},"Read this skill from a parent skill ",{"type":42,"tag":57,"props":214,"children":215},{},[216],{"type":48,"value":217},"before",{"type":48,"value":219}," emitting any ",{"type":42,"tag":65,"props":221,"children":223},{"className":222},[],[224],{"type":48,"value":225},"[n]",{"type":48,"value":227}," reference or the\nend-of-document Citations block. Parent skills must contain a directive near the top of their\n",{"type":42,"tag":65,"props":229,"children":231},{"className":230},[],[232],{"type":48,"value":127},{"type":48,"value":234}," instructing the agent to read ",{"type":42,"tag":57,"props":236,"children":237},{},[238],{"type":48,"value":239},"both",{"type":48,"value":241}," this file and ",{"type":42,"tag":65,"props":243,"children":245},{"className":244},[],[246],{"type":48,"value":119},{"type":48,"value":248},".",{"type":42,"tag":202,"props":250,"children":252},{"id":251},"output-contract-single-global-rules",[253],{"type":48,"value":254},"Output contract (single global rules)",{"type":42,"tag":256,"props":257,"children":258},"ol",{},[259,265,294,299,333],{"type":42,"tag":260,"props":261,"children":262},"li",{},[263],{"type":48,"value":264},"Every report contains exactly one Citations block at the end of the document.",{"type":42,"tag":260,"props":266,"children":267},{},[268,270,276,278,284,286,292],{"type":48,"value":269},"Numbering is a single global sequence ",{"type":42,"tag":65,"props":271,"children":273},{"className":272},[],[274],{"type":48,"value":275},"[1], [2], …",{"type":48,"value":277}," per document. The number ",{"type":42,"tag":65,"props":279,"children":281},{"className":280},[],[282],{"type":48,"value":283},"n",{"type":48,"value":285}," in any\ninline reference MUST equal the row position of the matching source inside\n",{"type":42,"tag":65,"props":287,"children":289},{"className":288},[],[290],{"type":48,"value":291},"#{prefix}-sources",{"type":48,"value":293}," (1-indexed, in document order).",{"type":42,"tag":260,"props":295,"children":296},{},[297],{"type":48,"value":298},"Internal MCP tool names are NEVER rendered in any citation row.",{"type":42,"tag":260,"props":300,"children":301},{},[302,304,309,311,317,319,325,327,332],{"type":48,"value":303},"Plain ",{"type":42,"tag":65,"props":305,"children":307},{"className":306},[],[308],{"type":48,"value":225},{"type":48,"value":310}," text in narrative content (not wrapped in ",{"type":42,"tag":65,"props":312,"children":314},{"className":313},[],[315],{"type":48,"value":316},"\u003Ca class=\"cite-ref\">",{"type":48,"value":318}," or\n",{"type":42,"tag":65,"props":320,"children":322},{"className":321},[],[323],{"type":48,"value":324},"\u003Cspan class=\"cite-ref\">",{"type":48,"value":326},") is ",{"type":42,"tag":57,"props":328,"children":329},{},[330],{"type":48,"value":331},"not allowed",{"type":48,"value":248},{"type":42,"tag":260,"props":334,"children":335},{},[336],{"type":48,"value":337},"Citations are not embedded inside numeric\u002Fdata cells of financial, valuation, ratings,\nrisk, ESG, or YoY tables. Parent skills may extend this carve-out list.",{"type":42,"tag":202,"props":339,"children":341},{"id":340},"_1-inline-reference-markup",[342],{"type":48,"value":343},"1. Inline reference markup",{"type":42,"tag":51,"props":345,"children":346},{},[347,349,354,356,362,364,370],{"type":48,"value":348},"The literal markup ships in ",{"type":42,"tag":65,"props":350,"children":352},{"className":351},[],[353],{"type":48,"value":119},{"type":48,"value":355}," (",{"type":42,"tag":65,"props":357,"children":359},{"className":358},[],[360],{"type":48,"value":361},"\u003Ctemplate id=\"cite-ref-anchor\">",{"type":48,"value":363}," and\n",{"type":42,"tag":65,"props":365,"children":367},{"className":366},[],[368],{"type":48,"value":369},"\u003Ctemplate id=\"cite-ref-span\">",{"type":48,"value":371},"). Rules:",{"type":42,"tag":373,"props":374,"children":375},"ul",{},[376,409,447],{"type":42,"tag":260,"props":377,"children":378},{},[379,384,386,392,394,400,402,407],{"type":42,"tag":57,"props":380,"children":381},{},[382],{"type":48,"value":383},"With URL",{"type":48,"value":385},": copy ",{"type":42,"tag":65,"props":387,"children":389},{"className":388},[],[390],{"type":48,"value":391},"cite-ref-anchor",{"type":48,"value":393}," and substitute ",{"type":42,"tag":65,"props":395,"children":397},{"className":396},[],[398],{"type":48,"value":399},"{source_url}",{"type":48,"value":401}," and ",{"type":42,"tag":65,"props":403,"children":405},{"className":404},[],[406],{"type":48,"value":225},{"type":48,"value":408},". This is the\ndefault form.",{"type":42,"tag":260,"props":410,"children":411},{},[412,417,418,424,425,430,432,437,439,445],{"type":42,"tag":57,"props":413,"children":414},{},[415],{"type":48,"value":416},"Without URL",{"type":48,"value":385},{"type":42,"tag":65,"props":419,"children":421},{"className":420},[],[422],{"type":48,"value":423},"cite-ref-span",{"type":48,"value":393},{"type":42,"tag":65,"props":426,"children":428},{"className":427},[],[429],{"type":48,"value":225},{"type":48,"value":431},". Use this fallback ",{"type":42,"tag":57,"props":433,"children":434},{},[435],{"type":48,"value":436},"only",{"type":48,"value":438}," when\nthe source has no URL — the span keeps the ",{"type":42,"tag":65,"props":440,"children":442},{"className":441},[],[443],{"type":48,"value":444},".cite-ref",{"type":48,"value":446}," styling without an active link.",{"type":42,"tag":260,"props":448,"children":449},{},[450,455,457,462,464,469],{"type":42,"tag":65,"props":451,"children":453},{"className":452},[],[454],{"type":48,"value":283},{"type":48,"value":456}," MUST match the row position of that source inside ",{"type":42,"tag":65,"props":458,"children":460},{"className":459},[],[461],{"type":48,"value":291},{"type":48,"value":463},". The same ",{"type":42,"tag":65,"props":465,"children":467},{"className":466},[],[468],{"type":48,"value":283},{"type":48,"value":470},"\nmay be reused multiple times throughout the document for repeat references to the same\nsource.",{"type":42,"tag":202,"props":472,"children":474},{"id":473},"_2-end-of-document-citations-block",[475],{"type":48,"value":476},"2. End-of-document Citations block",{"type":42,"tag":51,"props":478,"children":479},{},[480,482,487,488,494],{"type":48,"value":481},"Every report renders exactly one Citations block at the end of the document. The container\nmarkup ships in ",{"type":42,"tag":65,"props":483,"children":485},{"className":484},[],[486],{"type":48,"value":119},{"type":48,"value":355},{"type":42,"tag":65,"props":489,"children":491},{"className":490},[],[492],{"type":48,"value":493},"\u003Ctemplate id=\"sources-section\">",{"type":48,"value":495},").",{"type":42,"tag":51,"props":497,"children":498},{},[499,505,507,513,514,520,521,527,528,534,536,542,544,550,552,557],{"type":42,"tag":65,"props":500,"children":502},{"className":501},[],[503],{"type":48,"value":504},"{prefix}",{"type":48,"value":506}," is the parent skill's prefix (",{"type":42,"tag":65,"props":508,"children":510},{"className":509},[],[511],{"type":48,"value":512},"ecs",{"type":48,"value":72},{"type":42,"tag":65,"props":515,"children":517},{"className":516},[],[518],{"type":48,"value":519},"pa",{"type":48,"value":72},{"type":42,"tag":65,"props":522,"children":524},{"className":523},[],[525],{"type":48,"value":526},"pib",{"type":48,"value":72},{"type":42,"tag":65,"props":529,"children":531},{"className":530},[],[532],{"type":48,"value":533},"sa",{"type":48,"value":535},"). The displayed heading is\nalways the literal string ",{"type":42,"tag":65,"props":537,"children":539},{"className":538},[],[540],{"type":48,"value":541},"Citations",{"type":48,"value":543},". The container ",{"type":42,"tag":65,"props":545,"children":547},{"className":546},[],[548],{"type":48,"value":549},"\u003Cdiv>",{"type":48,"value":551}," keeps its existing\n",{"type":42,"tag":65,"props":553,"children":555},{"className":554},[],[556],{"type":48,"value":291},{"type":48,"value":558}," id for backward continuity.",{"type":42,"tag":51,"props":560,"children":561},{},[562],{"type":48,"value":563},"Three row variants ship in the asset; pick based on which fields are present:",{"type":42,"tag":565,"props":566,"children":567},"table",{},[568,587],{"type":42,"tag":569,"props":570,"children":571},"thead",{},[572],{"type":42,"tag":573,"props":574,"children":575},"tr",{},[576,582],{"type":42,"tag":577,"props":578,"children":579},"th",{},[580],{"type":48,"value":581},"variant template id",{"type":42,"tag":577,"props":583,"children":584},{},[585],{"type":48,"value":586},"when to use",{"type":42,"tag":588,"props":589,"children":590},"tbody",{},[591,630,659],{"type":42,"tag":573,"props":592,"children":593},{},[594,604],{"type":42,"tag":595,"props":596,"children":597},"td",{},[598],{"type":42,"tag":65,"props":599,"children":601},{"className":600},[],[602],{"type":48,"value":603},"source-item-with-url",{"type":42,"tag":595,"props":605,"children":606},{},[607,609,614,616,622,623,629],{"type":48,"value":608},"source has a URL ",{"type":42,"tag":57,"props":610,"children":611},{},[612],{"type":48,"value":613},"and",{"type":48,"value":615}," at least one of ",{"type":42,"tag":65,"props":617,"children":619},{"className":618},[],[620],{"type":48,"value":621},"source",{"type":48,"value":177},{"type":42,"tag":65,"props":624,"children":626},{"className":625},[],[627],{"type":48,"value":628},"date",{"type":48,"value":248},{"type":42,"tag":573,"props":631,"children":632},{},[633,642],{"type":42,"tag":595,"props":634,"children":635},{},[636],{"type":42,"tag":65,"props":637,"children":639},{"className":638},[],[640],{"type":48,"value":641},"source-item-no-url",{"type":42,"tag":595,"props":643,"children":644},{},[645,647,652,653,658],{"type":48,"value":646},"no URL but at least one of ",{"type":42,"tag":65,"props":648,"children":650},{"className":649},[],[651],{"type":48,"value":621},{"type":48,"value":177},{"type":42,"tag":65,"props":654,"children":656},{"className":655},[],[657],{"type":48,"value":628},{"type":48,"value":248},{"type":42,"tag":573,"props":660,"children":661},{},[662,671],{"type":42,"tag":595,"props":663,"children":664},{},[665],{"type":42,"tag":65,"props":666,"children":668},{"className":667},[],[669],{"type":48,"value":670},"source-item-no-meta",{"type":42,"tag":595,"props":672,"children":673},{},[674,676,681,683,688],{"type":48,"value":675},"source has a URL but no ",{"type":42,"tag":65,"props":677,"children":679},{"className":678},[],[680],{"type":48,"value":621},{"type":48,"value":682}," and no ",{"type":42,"tag":65,"props":684,"children":686},{"className":685},[],[687],{"type":48,"value":628},{"type":48,"value":248},{"type":42,"tag":51,"props":690,"children":691},{},[692,694,699,701,706,708,714,716,722,724,729,731,736],{"type":48,"value":693},"If only one of ",{"type":42,"tag":65,"props":695,"children":697},{"className":696},[],[698],{"type":48,"value":621},{"type":48,"value":700}," or ",{"type":42,"tag":65,"props":702,"children":704},{"className":703},[],[705],{"type":48,"value":628},{"type":48,"value":707}," is present, render only that field inside the ",{"type":42,"tag":65,"props":709,"children":711},{"className":710},[],[712],{"type":48,"value":713},"()",{"type":48,"value":715}," of\n",{"type":42,"tag":65,"props":717,"children":719},{"className":718},[],[720],{"type":48,"value":721},".source-meta",{"type":48,"value":723},". If neither is present and a URL exists, drop the ",{"type":42,"tag":65,"props":725,"children":727},{"className":726},[],[728],{"type":48,"value":721},{"type":48,"value":730}," span entirely\n(use ",{"type":42,"tag":65,"props":732,"children":734},{"className":733},[],[735],{"type":48,"value":670},{"type":48,"value":495},{"type":42,"tag":202,"props":738,"children":740},{"id":739},"_3-optional-per-section-recap-opt-in",[741],{"type":48,"value":742},"3. Optional per-section recap (opt-in)",{"type":42,"tag":51,"props":744,"children":745},{},[746,748,753,754,759,760,765,767,772,774,779],{"type":48,"value":747},"Some skills (currently ",{"type":42,"tag":65,"props":749,"children":751},{"className":750},[],[752],{"type":48,"value":70},{"type":48,"value":72},{"type":42,"tag":65,"props":755,"children":757},{"className":756},[],[758],{"type":48,"value":78},{"type":48,"value":72},{"type":42,"tag":65,"props":761,"children":763},{"className":762},[],[764],{"type":48,"value":86},{"type":48,"value":766},", etc.)\nrender a short recap of the citations referenced inside a given section, immediately below\nthat section's content. This component is ",{"type":42,"tag":57,"props":768,"children":769},{},[770],{"type":48,"value":771},"opt-in",{"type":48,"value":773},". Parent skills decide whether to use it;\nthe canonical CSS in ",{"type":42,"tag":65,"props":775,"children":777},{"className":776},[],[778],{"type":48,"value":119},{"type":48,"value":780}," ships the styling unconditionally so the option\nis always available.",{"type":42,"tag":51,"props":782,"children":783},{},[784,786,791,792,798,800,806,808,814],{"type":48,"value":785},"The recap markup ships in ",{"type":42,"tag":65,"props":787,"children":789},{"className":788},[],[790],{"type":48,"value":119},{"type":48,"value":355},{"type":42,"tag":65,"props":793,"children":795},{"className":794},[],[796],{"type":48,"value":797},"\u003Ctemplate id=\"section-citations-recap\">",{"type":48,"value":799},").\nParent skills that opt in also embed empty target placeholders inside each section using the\n",{"type":42,"tag":65,"props":801,"children":803},{"className":802},[],[804],{"type":48,"value":805},"\u003Ctemplate id=\"section-citations-target\">",{"type":48,"value":807}," shape (",{"type":42,"tag":65,"props":809,"children":811},{"className":810},[],[812],{"type":48,"value":813},"\u003Cdiv id=\"{prefix}-cite-{slot}\">\u003C\u002Fdiv>",{"type":48,"value":815},"),\nwhich the LLM later fills with a recap or leaves empty if the section has no citations.",{"type":42,"tag":51,"props":817,"children":818},{},[819,821,826],{"type":48,"value":820},"The numbers inside a recap MUST be the same ",{"type":42,"tag":65,"props":822,"children":824},{"className":823},[],[825],{"type":48,"value":283},{"type":48,"value":827}," values used inline and listed in the\nend-of-document Citations block. A recap NEVER introduces a new numbering sequence. If a\nsection has no citations, omit the recap entirely (leave the target div empty).",{"type":42,"tag":202,"props":829,"children":831},{"id":830},"_4-source-data-shape",[832],{"type":48,"value":833},"4. Source data shape",{"type":42,"tag":51,"props":835,"children":836},{},[837],{"type":48,"value":838},"Each source is described by:",{"type":42,"tag":565,"props":840,"children":841},{},[842,863],{"type":42,"tag":569,"props":843,"children":844},{},[845],{"type":42,"tag":573,"props":846,"children":847},{},[848,853,858],{"type":42,"tag":577,"props":849,"children":850},{},[851],{"type":48,"value":852},"field",{"type":42,"tag":577,"props":854,"children":855},{},[856],{"type":48,"value":857},"required",{"type":42,"tag":577,"props":859,"children":860},{},[861],{"type":48,"value":862},"notes",{"type":42,"tag":588,"props":864,"children":865},{},[866,894,922,943,977],{"type":42,"tag":573,"props":867,"children":868},{},[869,878,883],{"type":42,"tag":595,"props":870,"children":871},{},[872],{"type":42,"tag":65,"props":873,"children":875},{"className":874},[],[876],{"type":48,"value":877},"id",{"type":42,"tag":595,"props":879,"children":880},{},[881],{"type":48,"value":882},"yes",{"type":42,"tag":595,"props":884,"children":885},{},[886,888,893],{"type":48,"value":887},"1-indexed integer matching the row's position in ",{"type":42,"tag":65,"props":889,"children":891},{"className":890},[],[892],{"type":48,"value":291},{"type":48,"value":248},{"type":42,"tag":573,"props":895,"children":896},{},[897,906,910],{"type":42,"tag":595,"props":898,"children":899},{},[900],{"type":42,"tag":65,"props":901,"children":903},{"className":902},[],[904],{"type":48,"value":905},"title",{"type":42,"tag":595,"props":907,"children":908},{},[909],{"type":48,"value":882},{"type":42,"tag":595,"props":911,"children":912},{},[913,915,921],{"type":48,"value":914},"Human-readable title. Rendered inside ",{"type":42,"tag":65,"props":916,"children":918},{"className":917},[],[919],{"type":48,"value":920},".source-title",{"type":48,"value":248},{"type":42,"tag":573,"props":923,"children":924},{},[925,933,938],{"type":42,"tag":595,"props":926,"children":927},{},[928],{"type":42,"tag":65,"props":929,"children":931},{"className":930},[],[932],{"type":48,"value":621},{"type":42,"tag":595,"props":934,"children":935},{},[936],{"type":48,"value":937},"no",{"type":42,"tag":595,"props":939,"children":940},{},[941],{"type":48,"value":942},"Publisher \u002F system (e.g. \"Moody's Research Assistant Library\").",{"type":42,"tag":573,"props":944,"children":945},{},[946,954,958],{"type":42,"tag":595,"props":947,"children":948},{},[949],{"type":42,"tag":65,"props":950,"children":952},{"className":951},[],[953],{"type":48,"value":628},{"type":42,"tag":595,"props":955,"children":956},{},[957],{"type":48,"value":937},{"type":42,"tag":595,"props":959,"children":960},{},[961,963,969,970,976],{"type":48,"value":962},"Display-formatted date (e.g. ",{"type":42,"tag":65,"props":964,"children":966},{"className":965},[],[967],{"type":48,"value":968},"2026-02-24",{"type":48,"value":700},{"type":42,"tag":65,"props":971,"children":973},{"className":972},[],[974],{"type":48,"value":975},"12 Sep 2026",{"type":48,"value":495},{"type":42,"tag":573,"props":978,"children":979},{},[980,989,993],{"type":42,"tag":595,"props":981,"children":982},{},[983],{"type":42,"tag":65,"props":984,"children":986},{"className":985},[],[987],{"type":48,"value":988},"url",{"type":42,"tag":595,"props":990,"children":991},{},[992],{"type":48,"value":937},{"type":42,"tag":595,"props":994,"children":995},{},[996],{"type":48,"value":997},"Absolute URL. If absent, use the URL-less row variant above.",{"type":42,"tag":51,"props":999,"children":1000},{},[1001,1003,1009,1011,1016],{"type":48,"value":1002},"Never render internal MCP tool names (e.g. ",{"type":42,"tag":65,"props":1004,"children":1006},{"className":1005},[],[1007],{"type":48,"value":1008},"getEntityCreditOpinion",{"type":48,"value":1010},") in ",{"type":42,"tag":65,"props":1012,"children":1014},{"className":1013},[],[1015],{"type":48,"value":721},{"type":48,"value":248},{"type":42,"tag":202,"props":1018,"children":1020},{"id":1019},"_5-canonical-css",[1021],{"type":48,"value":1022},"5. Canonical CSS",{"type":42,"tag":51,"props":1024,"children":1025},{},[1026,1028,1032,1034,1039,1041,1047,1049,1054,1056,1062,1064,1069,1071,1076,1078,1084],{"type":48,"value":1027},"The canonical CSS lives ",{"type":42,"tag":57,"props":1029,"children":1030},{},[1031],{"type":48,"value":436},{"type":48,"value":1033}," in ",{"type":42,"tag":65,"props":1035,"children":1037},{"className":1036},[],[1038],{"type":48,"value":119},{"type":48,"value":1040}," inside the\n",{"type":42,"tag":65,"props":1042,"children":1044},{"className":1043},[],[1045],{"type":48,"value":1046},"\u003Cstyle id=\"shared-citations-css\">…\u003C\u002Fstyle>",{"type":48,"value":1048}," block. Parent templates do ",{"type":42,"tag":57,"props":1050,"children":1051},{},[1052],{"type":48,"value":1053},"not",{"type":48,"value":1055}," carry a\nduplicate copy of these rules. Each parent template instead reserves a marker region inside\nits own ",{"type":42,"tag":65,"props":1057,"children":1059},{"className":1058},[],[1060],{"type":48,"value":1061},"\u003Cstyle>",{"type":48,"value":1063}," tag bracketed by ",{"type":42,"tag":57,"props":1065,"children":1066},{},[1067],{"type":48,"value":1068},"CSS comments",{"type":48,"value":1070}," (not HTML comments — the markers sit\ninside ",{"type":42,"tag":65,"props":1072,"children":1074},{"className":1073},[],[1075],{"type":48,"value":1061},{"type":48,"value":1077},", where ",{"type":42,"tag":65,"props":1079,"children":1081},{"className":1080},[],[1082],{"type":48,"value":1083},"\u003C!-- … -->",{"type":48,"value":1085}," would produce CSS parse errors):",{"type":42,"tag":1087,"props":1088,"children":1092},"pre",{"className":1089,"code":1090,"language":21,"meta":1091,"style":1091},"language-css shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002F* BEGIN shared-citations-css (inlined at emit time from skills\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html) *\u002F\n\u002F* END shared-citations-css *\u002F\n","",[1093],{"type":42,"tag":65,"props":1094,"children":1095},{"__ignoreMap":1091},[1096,1108],{"type":42,"tag":1097,"props":1098,"children":1101},"span",{"class":1099,"line":1100},"line",1,[1102],{"type":42,"tag":1097,"props":1103,"children":1105},{"style":1104},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[1106],{"type":48,"value":1107},"\u002F* BEGIN shared-citations-css (inlined at emit time from skills\u002Fshared\u002Fcitations\u002Fassets\u002Ftemplate.html) *\u002F\n",{"type":42,"tag":1097,"props":1109,"children":1111},{"class":1099,"line":1110},2,[1112],{"type":42,"tag":1097,"props":1113,"children":1114},{"style":1104},[1115],{"type":48,"value":1116},"\u002F* END shared-citations-css *\u002F\n",{"type":42,"tag":51,"props":1118,"children":1119},{},[1120,1122,1127,1129,1134,1136,1141,1143,1148],{"type":48,"value":1121},"At emit time, the agent copies the ",{"type":42,"tag":57,"props":1123,"children":1124},{},[1125],{"type":48,"value":1126},"contents",{"type":48,"value":1128}," (not the ",{"type":42,"tag":65,"props":1130,"children":1132},{"className":1131},[],[1133],{"type":48,"value":1061},{"type":48,"value":1135}," wrapper) of\n",{"type":42,"tag":65,"props":1137,"children":1139},{"className":1138},[],[1140],{"type":48,"value":1046},{"type":48,"value":1142}," from the shared asset and inserts them between\nthose two marker comments in the final emitted HTML. Treat the canonical CSS as a single\nblock — do not edit values per-skill. If a parent skill needs to restyle citations, change\n",{"type":42,"tag":65,"props":1144,"children":1146},{"className":1145},[],[1147],{"type":48,"value":119},{"type":48,"value":1149}," and the next emit picks it up automatically.",{"type":42,"tag":1151,"props":1152,"children":1154},"h3",{"id":1153},"css-variable-contract",[1155],{"type":48,"value":1156},"CSS variable contract",{"type":42,"tag":51,"props":1158,"children":1159},{},[1160,1162,1168],{"type":48,"value":1161},"The block above relies on these CSS custom properties being defined elsewhere in the parent\ntemplate's ",{"type":42,"tag":65,"props":1163,"children":1165},{"className":1164},[],[1166],{"type":48,"value":1167},":root",{"type":48,"value":1169}," (they already are in every current template):",{"type":42,"tag":373,"props":1171,"children":1172},{},[1173,1184,1195,1212,1238,1249,1260],{"type":42,"tag":260,"props":1174,"children":1175},{},[1176,1182],{"type":42,"tag":65,"props":1177,"children":1179},{"className":1178},[],[1180],{"type":48,"value":1181},"--accent",{"type":48,"value":1183}," — link \u002F inline-cite color",{"type":42,"tag":260,"props":1185,"children":1186},{},[1187,1193],{"type":42,"tag":65,"props":1188,"children":1190},{"className":1189},[],[1191],{"type":48,"value":1192},"--navy",{"type":48,"value":1194},"   — heading and source-num color",{"type":42,"tag":260,"props":1196,"children":1197},{},[1198,1204,1206],{"type":42,"tag":65,"props":1199,"children":1201},{"className":1200},[],[1202],{"type":48,"value":1203},"--g100",{"type":48,"value":1205},"   — light background for ",{"type":42,"tag":65,"props":1207,"children":1209},{"className":1208},[],[1210],{"type":48,"value":1211},".section-citations",{"type":42,"tag":260,"props":1213,"children":1214},{},[1215,1221,1223,1229,1231,1236],{"type":42,"tag":65,"props":1216,"children":1218},{"className":1217},[],[1219],{"type":48,"value":1220},"--g200",{"type":48,"value":1222},"   — border color for ",{"type":42,"tag":65,"props":1224,"children":1226},{"className":1225},[],[1227],{"type":48,"value":1228},".source-item",{"type":48,"value":1230}," separator and ",{"type":42,"tag":65,"props":1232,"children":1234},{"className":1233},[],[1235],{"type":48,"value":1211},{"type":48,"value":1237}," border",{"type":42,"tag":260,"props":1239,"children":1240},{},[1241,1247],{"type":42,"tag":65,"props":1242,"children":1244},{"className":1243},[],[1245],{"type":48,"value":1246},"--g400",{"type":48,"value":1248},"   — meta text color",{"type":42,"tag":260,"props":1250,"children":1251},{},[1252,1258],{"type":42,"tag":65,"props":1253,"children":1255},{"className":1254},[],[1256],{"type":48,"value":1257},"--g700",{"type":48,"value":1259},"   — body text color for source rows",{"type":42,"tag":260,"props":1261,"children":1262},{},[1263,1269,1270,1276,1277,1283,1284,1290,1292,1298,1300,1306],{"type":42,"tag":65,"props":1264,"children":1266},{"className":1265},[],[1267],{"type":48,"value":1268},"--gray-100",{"type":48,"value":72},{"type":42,"tag":65,"props":1271,"children":1273},{"className":1272},[],[1274],{"type":48,"value":1275},"--gray-200",{"type":48,"value":72},{"type":42,"tag":65,"props":1278,"children":1280},{"className":1279},[],[1281],{"type":48,"value":1282},"--gray-400",{"type":48,"value":72},{"type":42,"tag":65,"props":1285,"children":1287},{"className":1286},[],[1288],{"type":48,"value":1289},"--gray-700",{"type":48,"value":1291}," — legacy aliases used by ECS \u002F peer-\nanalysis templates. Either set of names works; templates that already define ",{"type":42,"tag":65,"props":1293,"children":1295},{"className":1294},[],[1296],{"type":48,"value":1297},"--gray-*",{"type":48,"value":1299}," may\nalias them to ",{"type":42,"tag":65,"props":1301,"children":1303},{"className":1302},[],[1304],{"type":48,"value":1305},"--g*",{"type":48,"value":1307}," (or vice-versa) so the canonical block renders without edits.",{"type":42,"tag":51,"props":1309,"children":1310},{},[1311,1313,1318],{"type":48,"value":1312},"If a template defines only one naming scheme, add aliases at the top of the ",{"type":42,"tag":65,"props":1314,"children":1316},{"className":1315},[],[1317],{"type":48,"value":1061},{"type":48,"value":1319}," block\nso both name families resolve. Example alias snippet (add only the side you are missing):",{"type":42,"tag":1087,"props":1321,"children":1323},{"className":1089,"code":1322,"language":21,"meta":1091,"style":1091},":root {\n  \u002F* if template uses --gray-* but not --g*, alias them: *\u002F\n  --g100: var(--gray-100);\n  --g200: var(--gray-200);\n  --g400: var(--gray-400);\n  --g700: var(--gray-700);\n}\n",[1324],{"type":42,"tag":65,"props":1325,"children":1326},{"__ignoreMap":1091},[1327,1346,1354,1388,1417,1446,1475],{"type":42,"tag":1097,"props":1328,"children":1329},{"class":1099,"line":1100},[1330,1336,1341],{"type":42,"tag":1097,"props":1331,"children":1333},{"style":1332},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[1334],{"type":48,"value":1335},":",{"type":42,"tag":1097,"props":1337,"children":1339},{"style":1338},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[1340],{"type":48,"value":39},{"type":42,"tag":1097,"props":1342,"children":1343},{"style":1332},[1344],{"type":48,"value":1345}," {\n",{"type":42,"tag":1097,"props":1347,"children":1348},{"class":1099,"line":1110},[1349],{"type":42,"tag":1097,"props":1350,"children":1351},{"style":1104},[1352],{"type":48,"value":1353},"  \u002F* if template uses --gray-* but not --g*, alias them: *\u002F\n",{"type":42,"tag":1097,"props":1355,"children":1357},{"class":1099,"line":1356},3,[1358,1364,1368,1374,1379,1383],{"type":42,"tag":1097,"props":1359,"children":1361},{"style":1360},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[1362],{"type":48,"value":1363},"  --g100",{"type":42,"tag":1097,"props":1365,"children":1366},{"style":1332},[1367],{"type":48,"value":1335},{"type":42,"tag":1097,"props":1369,"children":1371},{"style":1370},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[1372],{"type":48,"value":1373}," var",{"type":42,"tag":1097,"props":1375,"children":1376},{"style":1332},[1377],{"type":48,"value":1378},"(",{"type":42,"tag":1097,"props":1380,"children":1381},{"style":1360},[1382],{"type":48,"value":1268},{"type":42,"tag":1097,"props":1384,"children":1385},{"style":1332},[1386],{"type":48,"value":1387},");\n",{"type":42,"tag":1097,"props":1389,"children":1391},{"class":1099,"line":1390},4,[1392,1397,1401,1405,1409,1413],{"type":42,"tag":1097,"props":1393,"children":1394},{"style":1360},[1395],{"type":48,"value":1396},"  --g200",{"type":42,"tag":1097,"props":1398,"children":1399},{"style":1332},[1400],{"type":48,"value":1335},{"type":42,"tag":1097,"props":1402,"children":1403},{"style":1370},[1404],{"type":48,"value":1373},{"type":42,"tag":1097,"props":1406,"children":1407},{"style":1332},[1408],{"type":48,"value":1378},{"type":42,"tag":1097,"props":1410,"children":1411},{"style":1360},[1412],{"type":48,"value":1275},{"type":42,"tag":1097,"props":1414,"children":1415},{"style":1332},[1416],{"type":48,"value":1387},{"type":42,"tag":1097,"props":1418,"children":1420},{"class":1099,"line":1419},5,[1421,1426,1430,1434,1438,1442],{"type":42,"tag":1097,"props":1422,"children":1423},{"style":1360},[1424],{"type":48,"value":1425},"  --g400",{"type":42,"tag":1097,"props":1427,"children":1428},{"style":1332},[1429],{"type":48,"value":1335},{"type":42,"tag":1097,"props":1431,"children":1432},{"style":1370},[1433],{"type":48,"value":1373},{"type":42,"tag":1097,"props":1435,"children":1436},{"style":1332},[1437],{"type":48,"value":1378},{"type":42,"tag":1097,"props":1439,"children":1440},{"style":1360},[1441],{"type":48,"value":1282},{"type":42,"tag":1097,"props":1443,"children":1444},{"style":1332},[1445],{"type":48,"value":1387},{"type":42,"tag":1097,"props":1447,"children":1449},{"class":1099,"line":1448},6,[1450,1455,1459,1463,1467,1471],{"type":42,"tag":1097,"props":1451,"children":1452},{"style":1360},[1453],{"type":48,"value":1454},"  --g700",{"type":42,"tag":1097,"props":1456,"children":1457},{"style":1332},[1458],{"type":48,"value":1335},{"type":42,"tag":1097,"props":1460,"children":1461},{"style":1370},[1462],{"type":48,"value":1373},{"type":42,"tag":1097,"props":1464,"children":1465},{"style":1332},[1466],{"type":48,"value":1378},{"type":42,"tag":1097,"props":1468,"children":1469},{"style":1360},[1470],{"type":48,"value":1289},{"type":42,"tag":1097,"props":1472,"children":1473},{"style":1332},[1474],{"type":48,"value":1387},{"type":42,"tag":1097,"props":1476,"children":1478},{"class":1099,"line":1477},7,[1479],{"type":42,"tag":1097,"props":1480,"children":1481},{"style":1332},[1482],{"type":48,"value":1483},"}\n",{"type":42,"tag":202,"props":1485,"children":1487},{"id":1486},"_6-quick-checklist-use-before-submitting-a-report",[1488],{"type":48,"value":1489},"6. Quick checklist (use before submitting a report)",{"type":42,"tag":373,"props":1491,"children":1494},{"className":1492},[1493],"contains-task-list",[1495,1544,1573,1588,1624,1640,1649,1672],{"type":42,"tag":260,"props":1496,"children":1499},{"className":1497},[1498],"task-list-item",[1500,1506,1508,1513,1515,1520,1522,1528,1530,1536,1538,1543],{"type":42,"tag":1501,"props":1502,"children":1505},"input",{"disabled":1503,"type":1504},true,"checkbox",[],{"type":48,"value":1507}," Every inline ",{"type":42,"tag":65,"props":1509,"children":1511},{"className":1510},[],[1512],{"type":48,"value":225},{"type":48,"value":1514}," is wrapped in ",{"type":42,"tag":65,"props":1516,"children":1518},{"className":1517},[],[1519],{"type":48,"value":316},{"type":48,"value":1521}," (with ",{"type":42,"tag":65,"props":1523,"children":1525},{"className":1524},[],[1526],{"type":48,"value":1527},"href",{"type":48,"value":1529}," + ",{"type":42,"tag":65,"props":1531,"children":1533},{"className":1532},[],[1534],{"type":48,"value":1535},"target=\"_blank\"",{"type":48,"value":1537},")\nor, if no URL exists, ",{"type":42,"tag":65,"props":1539,"children":1541},{"className":1540},[],[1542],{"type":48,"value":324},{"type":48,"value":248},{"type":42,"tag":260,"props":1545,"children":1547},{"className":1546},[1498],[1548,1551,1553,1558,1560,1565,1567,1572],{"type":42,"tag":1501,"props":1549,"children":1550},{"disabled":1503,"type":1504},[],{"type":48,"value":1552}," All ",{"type":42,"tag":65,"props":1554,"children":1556},{"className":1555},[],[1557],{"type":48,"value":283},{"type":48,"value":1559}," values resolve to a row inside ",{"type":42,"tag":65,"props":1561,"children":1563},{"className":1562},[],[1564],{"type":48,"value":291},{"type":48,"value":1566}," at position ",{"type":42,"tag":65,"props":1568,"children":1570},{"className":1569},[],[1571],{"type":48,"value":283},{"type":48,"value":248},{"type":42,"tag":260,"props":1574,"children":1576},{"className":1575},[1498],[1577,1580,1582,1587],{"type":42,"tag":1501,"props":1578,"children":1579},{"disabled":1503,"type":1504},[],{"type":48,"value":1581}," The Citations block heading reads exactly ",{"type":42,"tag":65,"props":1583,"children":1585},{"className":1584},[],[1586],{"type":48,"value":541},{"type":48,"value":248},{"type":42,"tag":260,"props":1589,"children":1591},{"className":1590},[1498],[1592,1595,1597,1602,1604,1610,1611,1616,1618,1623],{"type":42,"tag":1501,"props":1593,"children":1594},{"disabled":1503,"type":1504},[],{"type":48,"value":1596}," Each ",{"type":42,"tag":65,"props":1598,"children":1600},{"className":1599},[],[1601],{"type":48,"value":1228},{"type":48,"value":1603}," row uses ",{"type":42,"tag":65,"props":1605,"children":1607},{"className":1606},[],[1608],{"type":48,"value":1609},".source-num",{"type":48,"value":1529},{"type":42,"tag":65,"props":1612,"children":1614},{"className":1613},[],[1615],{"type":48,"value":920},{"type":48,"value":1617}," + optional ",{"type":42,"tag":65,"props":1619,"children":1621},{"className":1620},[],[1622],{"type":48,"value":721},{"type":48,"value":248},{"type":42,"tag":260,"props":1625,"children":1627},{"className":1626},[1498],[1628,1631,1633,1638],{"type":42,"tag":1501,"props":1629,"children":1630},{"disabled":1503,"type":1504},[],{"type":48,"value":1632}," No ",{"type":42,"tag":65,"props":1634,"children":1636},{"className":1635},[],[1637],{"type":48,"value":721},{"type":48,"value":1639}," renders an internal MCP tool name.",{"type":42,"tag":260,"props":1641,"children":1643},{"className":1642},[1498],[1644,1647],{"type":42,"tag":1501,"props":1645,"children":1646},{"disabled":1503,"type":1504},[],{"type":48,"value":1648}," No citation markup inside numeric\u002Fdata cells excluded by the parent skill.",{"type":42,"tag":260,"props":1650,"children":1652},{"className":1651},[1498],[1653,1656,1658,1663,1665,1670],{"type":42,"tag":1501,"props":1654,"children":1655},{"disabled":1503,"type":1504},[],{"type":48,"value":1657}," Optional ",{"type":42,"tag":65,"props":1659,"children":1661},{"className":1660},[],[1662],{"type":48,"value":1211},{"type":48,"value":1664}," recap, if used, reuses the same ",{"type":42,"tag":65,"props":1666,"children":1668},{"className":1667},[],[1669],{"type":48,"value":283},{"type":48,"value":1671}," values — it never\nstarts a new numbering sequence.",{"type":42,"tag":260,"props":1673,"children":1675},{"className":1674},[1498],[1676,1679,1681,1687,1689,1694,1696,1702,1703,1709],{"type":42,"tag":1501,"props":1677,"children":1678},{"disabled":1503,"type":1504},[],{"type":48,"value":1680}," The canonical CSS from ",{"type":42,"tag":65,"props":1682,"children":1684},{"className":1683},[],[1685],{"type":48,"value":1686},"\u003Cstyle id=\"shared-citations-css\">",{"type":48,"value":1688}," in\n",{"type":42,"tag":65,"props":1690,"children":1692},{"className":1691},[],[1693],{"type":48,"value":119},{"type":48,"value":1695}," has been inlined into the emitted HTML between the\n",{"type":42,"tag":65,"props":1697,"children":1699},{"className":1698},[],[1700],{"type":48,"value":1701},"\u002F* BEGIN shared-citations-css *\u002F",{"type":48,"value":177},{"type":42,"tag":65,"props":1704,"children":1706},{"className":1705},[],[1707],{"type":48,"value":1708},"\u002F* END shared-citations-css *\u002F",{"type":48,"value":1710}," CSS-comment\nmarkers that ship in the parent template.",{"type":42,"tag":1712,"props":1713,"children":1714},"style",{},[1715],{"type":48,"value":1716},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":1718,"total":1839},[1719,1737,1753,1765,1785,1807,1827],{"slug":1720,"name":1720,"fn":1721,"description":1722,"org":1723,"tags":1724,"stars":25,"repoUrl":26,"updatedAt":27},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1725,1728,1731,1734],{"name":1726,"slug":1727,"type":15},"Accessibility","accessibility",{"name":1729,"slug":1730,"type":15},"Charts","charts",{"name":1732,"slug":1733,"type":15},"Data Visualization","data-visualization",{"name":1735,"slug":1736,"type":15},"Design","design",{"slug":1738,"name":1738,"fn":1739,"description":1740,"org":1741,"tags":1742,"stars":25,"repoUrl":26,"updatedAt":1752},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1743,1746,1749],{"name":1744,"slug":1745,"type":15},"Agents","agents",{"name":1747,"slug":1748,"type":15},"Browser Automation","browser-automation",{"name":1750,"slug":1751,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":1754,"name":1754,"fn":1755,"description":1756,"org":1757,"tags":1758,"stars":25,"repoUrl":26,"updatedAt":1764},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1759,1760,1763],{"name":1747,"slug":1748,"type":15},{"name":1761,"slug":1762,"type":15},"Local Development","local-development",{"name":1750,"slug":1751,"type":15},"2026-04-06T18:41:17.526867",{"slug":1766,"name":1766,"fn":1767,"description":1768,"org":1769,"tags":1770,"stars":25,"repoUrl":26,"updatedAt":1784},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1771,1772,1775,1778,1781],{"name":1744,"slug":1745,"type":15},{"name":1773,"slug":1774,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":1776,"slug":1777,"type":15},"SDK","sdk",{"name":1779,"slug":1780,"type":15},"Serverless","serverless",{"name":1782,"slug":1783,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":1786,"name":1786,"fn":1787,"description":1788,"org":1789,"tags":1790,"stars":25,"repoUrl":26,"updatedAt":1806},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1791,1794,1797,1800,1803],{"name":1792,"slug":1793,"type":15},"Frontend","frontend",{"name":1795,"slug":1796,"type":15},"React","react",{"name":1798,"slug":1799,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":1801,"slug":1802,"type":15},"UI Components","ui-components",{"name":1804,"slug":1805,"type":15},"Vercel","vercel","2026-04-06T18:40:59.619419",{"slug":1808,"name":1808,"fn":1809,"description":1810,"org":1811,"tags":1812,"stars":25,"repoUrl":26,"updatedAt":1826},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1813,1816,1819,1822,1825],{"name":1814,"slug":1815,"type":15},"AI Infrastructure","ai-infrastructure",{"name":1817,"slug":1818,"type":15},"Cost Optimization","cost-optimization",{"name":1820,"slug":1821,"type":15},"LLM","llm",{"name":1823,"slug":1824,"type":15},"Performance","performance",{"name":1804,"slug":1805,"type":15},"2026-04-06T18:40:44.377464",{"slug":1828,"name":1828,"fn":1829,"description":1830,"org":1831,"tags":1832,"stars":25,"repoUrl":26,"updatedAt":1838},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1833,1834,1837],{"name":1817,"slug":1818,"type":15},{"name":1835,"slug":1836,"type":15},"Database","database",{"name":1820,"slug":1821,"type":15},"2026-04-06T18:41:08.513425",600,{"items":1841,"total":2036},[1842,1863,1886,1903,1919,1936,1955,1967,1981,1993,2005,2020],{"slug":1843,"name":1843,"fn":1844,"description":1845,"org":1846,"tags":1847,"stars":1860,"repoUrl":1861,"updatedAt":1862},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1848,1851,1854,1857],{"name":1849,"slug":1850,"type":15},"Documents","documents",{"name":1852,"slug":1853,"type":15},"Healthcare","healthcare",{"name":1855,"slug":1856,"type":15},"Insurance","insurance",{"name":1858,"slug":1859,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":1864,"name":1864,"fn":1865,"description":1866,"org":1867,"tags":1868,"stars":1883,"repoUrl":1884,"updatedAt":1885},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1869,1872,1874,1877,1880],{"name":1870,"slug":1871,"type":15},".NET","dotnet",{"name":1873,"slug":1864,"type":15},"ASP.NET Core",{"name":1875,"slug":1876,"type":15},"Blazor","blazor",{"name":1878,"slug":1879,"type":15},"C#","csharp",{"name":1881,"slug":1882,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":1887,"name":1887,"fn":1888,"description":1889,"org":1890,"tags":1891,"stars":1883,"repoUrl":1884,"updatedAt":1902},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1892,1895,1898,1901],{"name":1893,"slug":1894,"type":15},"Apps SDK","apps-sdk",{"name":1896,"slug":1897,"type":15},"ChatGPT","chatgpt",{"name":1899,"slug":1900,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":1904,"name":1904,"fn":1905,"description":1906,"org":1907,"tags":1908,"stars":1883,"repoUrl":1884,"updatedAt":1918},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1909,1912,1915],{"name":1910,"slug":1911,"type":15},"API Development","api-development",{"name":1913,"slug":1914,"type":15},"CLI","cli",{"name":1916,"slug":1917,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":1920,"name":1920,"fn":1921,"description":1922,"org":1923,"tags":1924,"stars":1883,"repoUrl":1884,"updatedAt":1935},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1925,1928,1931,1932],{"name":1926,"slug":1927,"type":15},"Cloudflare","cloudflare",{"name":1929,"slug":1930,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":1773,"slug":1774,"type":15},{"name":1933,"slug":1934,"type":15},"Deployment","deployment","2026-04-12T05:07:14.275118",{"slug":1937,"name":1937,"fn":1938,"description":1939,"org":1940,"tags":1941,"stars":1883,"repoUrl":1884,"updatedAt":1954},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1942,1945,1948,1951],{"name":1943,"slug":1944,"type":15},"Productivity","productivity",{"name":1946,"slug":1947,"type":15},"Project Management","project-management",{"name":1949,"slug":1950,"type":15},"Strategy","strategy",{"name":1952,"slug":1953,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":1956,"name":1956,"fn":1957,"description":1958,"org":1959,"tags":1960,"stars":1883,"repoUrl":1884,"updatedAt":1966},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1961,1962,1964,1965],{"name":1735,"slug":1736,"type":15},{"name":1963,"slug":1956,"type":15},"Figma",{"name":1792,"slug":1793,"type":15},{"name":1899,"slug":1900,"type":15},"2026-04-12T05:06:47.939943",{"slug":1968,"name":1968,"fn":1969,"description":1970,"org":1971,"tags":1972,"stars":1883,"repoUrl":1884,"updatedAt":1980},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1973,1974,1977,1978,1979],{"name":1735,"slug":1736,"type":15},{"name":1975,"slug":1976,"type":15},"Design System","design-system",{"name":1963,"slug":1956,"type":15},{"name":1792,"slug":1793,"type":15},{"name":1801,"slug":1802,"type":15},"2026-05-10T05:59:52.971881",{"slug":1982,"name":1982,"fn":1983,"description":1984,"org":1985,"tags":1986,"stars":1883,"repoUrl":1884,"updatedAt":1992},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1987,1988,1989,1990,1991],{"name":1735,"slug":1736,"type":15},{"name":1975,"slug":1976,"type":15},{"name":17,"slug":18,"type":15},{"name":1963,"slug":1956,"type":15},{"name":1792,"slug":1793,"type":15},"2026-05-16T06:07:47.821474",{"slug":1994,"name":1994,"fn":1995,"description":1996,"org":1997,"tags":1998,"stars":1883,"repoUrl":1884,"updatedAt":2004},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[1999,2000,2001,2002,2003],{"name":1735,"slug":1736,"type":15},{"name":1963,"slug":1956,"type":15},{"name":1792,"slug":1793,"type":15},{"name":1801,"slug":1802,"type":15},{"name":1881,"slug":1882,"type":15},"2026-05-16T06:07:40.583615",{"slug":2006,"name":2006,"fn":2007,"description":2008,"org":2009,"tags":2010,"stars":1883,"repoUrl":1884,"updatedAt":2019},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2011,2014,2015,2018],{"name":2012,"slug":2013,"type":15},"Animation","animation",{"name":1916,"slug":1917,"type":15},{"name":2016,"slug":2017,"type":15},"Creative","creative",{"name":1735,"slug":1736,"type":15},"2026-05-02T05:31:48.48485",{"slug":2021,"name":2021,"fn":2022,"description":2023,"org":2024,"tags":2025,"stars":1883,"repoUrl":1884,"updatedAt":2035},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2026,2027,2028,2031,2034],{"name":2016,"slug":2017,"type":15},{"name":1735,"slug":1736,"type":15},{"name":2029,"slug":2030,"type":15},"Image Generation","image-generation",{"name":2032,"slug":2033,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]