Picocli contains a ManPageGenerator. Perhaps you could add something like a SkillGenerator, that generates SKILL.md files so LLMs can ingest them? I have seen people creating skills for utils based on Picocli that are pretty much the information from the various annotations with a bit of LLM fluff added. However, as these SKILL.md files are not hard-tied to the source they need to be kept it sync with the source manually, which is error prone.
Picocli contains a ManPageGenerator. Perhaps you could add something like a SkillGenerator, that generates SKILL.md files so LLMs can ingest them? I have seen people creating skills for utils based on Picocli that are pretty much the information from the various annotations with a bit of LLM fluff added. However, as these SKILL.md files are not hard-tied to the source they need to be kept it sync with the source manually, which is error prone.