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.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
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.