logoalt Hacker News

Marazanyesterday at 8:37 PM2 repliesview on HN

You can tightly constrain MCPs and shape the context that is shared back to the Agent.

A skill is, at the end of the day, just a prompt.


Replies

zapnukyesterday at 9:38 PM

Thats just one of the interpretations of a skill.

A skill can also act as an abstraction layer over many tools (implemented as an mcp server) to save context tokens.

Skills offer a short description of their use and thus occupy only a few hundled tokens in the context compared to thousends of tokens if all tools would be in the context.

When the LLM decides that the skill is usefull we can dynamically load the skills tools into the context (using a `load_skill` meta-tool).

dionianyesterday at 8:56 PM

true but we could also integrate a non-MCP app with a skill and put the controls there.