Is there a way to do progressive disclosure on skills? Like I have a document ingestion skill which dispatches to specific ingestors like PDF, epub and their techniques, but often it skips steps and goes directly to the concrete skills instead of the dispatcher. Is there a way to do progressive disclosure on those skills?
I know a skill specifically does progressive disclosure by just having the name and the description on the system prompt, but all of them are shown every time, which it seems that it confuses the model. I would like a way to hide skills behind the activation of one dispatcher skill.