Files
thejesh23 e67ae16294 fix: quote argument-hint YAML values so Copilot CLI ≥1.0.65 loads all skills
`argument-hint: [foo]` YAML-parses as a flow sequence (array), not a
string. Downstream slash-command loaders that validate `argument-hint`
as a string — notably GitHub Copilot CLI ≥ 1.0.65 — silently reject
the skill on load, and the command disappears from the CLI menu.

Wrap the value in double quotes so it parses as a string. No behaviour
change on Claude Code.
2026-07-13 10:23:48 +08:00

828 B

name, description, argument-hint, allowed-tools
name description argument-hint allowed-tools
paper-poster DEPRECATED — superseded by /paper-poster-html. Kept only as a redirect for muscle memory; do not use for new posters. [paper-dir-or-pdf] Read

Paper Poster (DEPRECATED → /paper-poster-html)

This skill is retired. The LaTeX/tcbposter pipeline it described produced posters with unbounded color palettes, no real paper figures, and no print-canvas verification, and has been replaced by the measurement-gated HTML/CSS pipeline.

Immediately proceed with /paper-poster-html, passing through all of the user's arguments unchanged. Do not attempt the legacy LaTeX flow.

The full legacy implementation remains available in git history (git log -- skills/paper-poster/SKILL.md) if a venue ever mandates LaTeX poster source — none is known to.