There's a mechanism for that built into skills already: a skill folder can also include additional reference markdown files, and the skill can tell the coding agent to selectively read those extra files only when that information is needed on top of the skill.
There's an instruction about that in the Codex CLI skills prompt: https://simonwillison.net/2025/Dec/13/openai-codex-cli/
If SKILL.md points to extra folders such as references/, load only the specific files needed for the request; don't bulk-load everything.
yes but those are not quite new skills right?
can those markdown in the references also in turn tell the model to lazily load more references only if the model deems they are useful?