logoalt Hacker News

Atotalnoobtoday at 3:58 PM0 repliesview on HN

Skills and MCPs CAN bloat the context window. Some harnesses do more progressive loading of skills/mcp depending on how many you have. Check your harnesses docs.

Personally, I feel skills+CLI is better, since only the description of the skill enters the context window until it’s required and CLIs should support help flags which will allow you do have progressive discovery.

And a CLI is also easy to use yourself.