mcp-code-execution-template
Installation
SKILL.md
MCP Code Execution Template
This skill demonstrates how to build token-efficient skills that interact with MCP servers using the Code Execution pattern instead of direct tool calls.
Why This Pattern?
| Approach | Token Usage | Problem |
|---|---|---|
| Direct Tool Calls | 50,000+ per operation | All data flows through model context |
| Code Execution | ~100 per operation | Data processed outside context |
Savings: 98%+