Claude Skills are awesome, maybe a bigger deal than MCP
21–30 of 383 posts
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#22Isn't this just repackaged RAG pretty much?
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#23Claude Skills
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#24So these skills are effectively JIT context injections. Is that about right?
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#25Earlier quoted context omitted.
That hypothetical might be fine, but MCPs do much more than that and their catalogs can be enormous. Here are some popular MCPs and the amount of context they eat before you've done anything with them: • Linear: 23 tools (~12,935 tokens) • JetBrains: 20 tools (~12,252 tokens) • Playwright: 21 tools (~9,804 tokens)
Github: 39 tools, 30K. I had to disable it. Does anybody have a good SKILLS.md file we can study?
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#26So these skills are effectively JIT context injections. Is that about right?
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#27If we're considering primarily coding workflows and CLI-based agents like Claude Code, I think it's true that CLI tools can provide a ton of value. But once we go beyond that to other roles - e.g., CRM work, sales, support, operations, finance; MCP-based tools are going to have a better form factor.
I think Skills go hand-in-hand with MCPs, it's not a competition between the two and they have different purposes.
I am interested though, when the python code in Skills can call MCPs directly via the interpreter... that is the big unlock (something we have tried and found to work really well).
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#28We've just started to roll out our MCP Servers and if Anthropic and the community has already moved on, we'll wait till all this churn subsides till switching over next time.
I don’t really see how this replaces MCP tbh. MCP gives the LLM access you your APIs. These skills are just text files with context about how to perform specific tasks.
Re: Claude Skills are awesome, maybe a bigger deal than MCP
#29I really enjoyed seeing Microsoft Amplifier last week, which similarly has a bank of different specialized sub-agents. These other banks of markdowns that get turned on for special purposes feels very similar. https://github.com/microsoft/amplifier?tab=readme-ov-file#sp... https://news.ycombinator.com/item?id=45549848
One of the major twists with Skills seems to be that Skills also have a "frontmatter YAML" that is always loaded. It still sounds like it's at least somewhat up to the user to engage the Skills, but this "frontmatter" offers… something, that purports to help.
> There’s one extra detail that makes this a feature, not just a bunch of files on disk. At the start of a session Claude’s various harnesses can scan all available skill files and read a short explanation for each one from the frontmatter YAML in the Markdown file. This is very token efficient: each skill only takes up a few dozen extra tokens, with the full details only loaded in should the user request a task that the skill can help solve.
I'm not sure what exactly this does but conceptually it sounds smart to have a top level awareness of the specializations available.
I do feel like I could be missing some significant aspects of this. But the mod-launched paradigm feels like a fairly close parallel?