DEV Community

Discussion on: Unlocking Gemini CLI with Skills, Hooks & Plan Mode

Collapse
 
klement_gunndu profile image
klement Gunndu

The progressive disclosure idea for skills is smart — loading context only when triggered instead of stuffing everything into the system prompt. We hit the same context bloat issue running multi-agent orchestration and ended up with a similar pattern: shelf-mode knowledge files loaded on demand. Curious if there is a way to chain skill triggers so one skill can invoke another mid-session.