MCP vs Skills Debate: Understanding the Roles and the Real Problem of Context Rot

MCP vs Skills: Different Roles for AI Agents
A recent discussion on r/openclaw addresses claims that "MCP is dead" because Skills have replaced it. The author clarifies these are two distinct components with different functions.
What Skills Are
- Skills are prompts - "really good, reusable prompts"
- Sometimes bundled with scripts and examples
- They tell an agent: "here's how you should behave when doing X"
What MCP Provides
- MCP is "plumbing" - infrastructure for agents
- Gives agents tools and authentication
- Provides context steering (often overlooked)
- Responses from MCP tools don't just return data - they guide the agent on what to do next
The Relationship Between Them
The author argues both are necessary: "A skill without tools is a well-written instruction manual with no hands. A tool without a skill is raw power with no direction."
The Real Problem: Context Rot
More concerning than the MCP vs Skills debate is the issue of context rot:
- Agents forget instructions over time
- Skills get buried deep in the context window and get ignored
- Tools pile up and overwhelm the agent's attention
- The author has observed: "I've seen agents explicitly instructed to use a specific skill and most of the time, they just skip it entirely."
The Future Architecture
The author suggests the future isn't skills OR MCP, but rather: "skills + tools + isolated context (subagents) working together." This is why they're building Bindu as "an operating layer for agents because once you solve the behavior and tooling question, you still need identity, communication, and payments to make agents actually work together in production."
The post concludes that while "MCP is dead" makes for good engagement, "the agents that ship? They use everything."
📖 Read the full source: r/openclaw
👀 See Also

AIME 2026 Results: Both Open and Closed Models Score Above 90%
AI models achieve remarkable 90%+ scores on AIME 2026, with DeepSeek V3.2 running the entire test for just bash.09.

Anthropic acquires Vercept AI to advance Claude's computer use capabilities
Anthropic has acquired Vercept AI to work on computer use features for Claude. The acquisition focuses on solving perception and interaction problems to make AI more useful for complex tasks.

Developer's experience with Claude AI: From thinking partner to cognitive outsourcing
A developer shares an 8-month experience using Claude AI daily, noting a shift from using it to refine existing thinking to outsourcing initial thinking entirely. The post describes two distinct cognitive approaches: AI as a thinking partner versus AI as a first-pass generator.

LibreOffice Online Development Resumes After Community Vote
The Document Foundation has resumed work on LibreOffice Online after a community vote nullified the 2022 freeze. TDF will reopen the repository for contributions but won't host servers—instead providing self-hostable tools.