Fix AI skill CLI reference and internal schema paths
Author: aimansourCreated Sep 18, 2026Updated Sep 18, 2026
Problem
The generated AI-agent skill has two small reference-accuracy problems:
- Its
rendercv newoption table documents--create-typst-templatesbut omits the equally valid--create-markdown-templatesoption. - Every non-classic theme override example preserves the source file's internal comment:
# yaml-language-server: $schema=../../../../../../schema.jsonThat relative path is only valid inside the RenderCV repository. In the distributable skill it is misleading if copied into a user's file, and it consumes context repeatedly.
Expected behavior
- Document
--create-markdown-templatesalongside the Typst option. - Strip repository-local schema comments while generating embedded theme overrides.
- Add regression coverage for both output invariants.
Source: rendercv/rendercv