You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
model-driven discovery through the advertised SkillSearch and Skill tools;
explicit /skill invocation, which Runtime Host resolves and injects before model execution.
Treating skill loading as an ordinary tool-catalog problem may obscure the important distinction between choosing a skill and injecting durable instructions at the correct host-controlled stage. The broader tool discovery refactor should therefore not silently decide the future of Skills.
Questions to settle
Which component owns skill selection, and which component owns validated instruction injection?
Should autonomous model discovery remain SkillSearch + Skill, become part of a broader search surface, or use a dedicated host-mediated mechanism?
How should explicit /skill invocation and autonomous discovery converge after selection so they share one injection path?
At what stage should selected skill instructions enter the turn, and how do we ensure they cannot grant tools or override higher-priority policy?
What metadata may be searched without injecting full skill instructions into the prompt?
Should a selected skill persist beyond one turn, and if so, what explicit user/session state owns that persistence?
Boundary
Until this is decided, keep the existing Skill behavior out of the direct/deferred tool-surface refactor. We can simplify ordinary tool availability without coupling it to a premature Skill architecture decision.
AI assistance disclosure: Maka helped audit the existing skill paths and draft these questions. I reviewed the scope and boundaries.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Context
Skills currently have two different entry paths:
SkillSearchandSkilltools;/skillinvocation, which Runtime Host resolves and injects before model execution.Treating skill loading as an ordinary tool-catalog problem may obscure the important distinction between choosing a skill and injecting durable instructions at the correct host-controlled stage. The broader tool discovery refactor should therefore not silently decide the future of Skills.
Questions to settle
SkillSearch+Skill, become part of a broader search surface, or use a dedicated host-mediated mechanism?/skillinvocation and autonomous discovery converge after selection so they share one injection path?Boundary
Until this is decided, keep the existing Skill behavior out of the direct/deferred tool-surface refactor. We can simplify ordinary tool availability without coupling it to a premature Skill architecture decision.
AI assistance disclosure: Maka helped audit the existing skill paths and draft these questions. I reviewed the scope and boundaries.
All reactions