
de code-mode-skill20
Ajoute un outil de mode code sandboxé à un serveur MCP pour que les LLM exécutent de petits scripts de traitement sur des réponses API volumineuses et que seul le résultat du script entre dans le contexte du modèle.
Code Mode for MCP Servers is an interactive planning skill that guides developers through adding a sandboxed code execution tool to their MCP server, reducing LLM context consumption by 65–99%. The SKILL.md is well-structured with a clear 5-step workflow (understand → select sandbox → plan → implement → benchmark) and comprehensive sandbox comparison tables for TypeScript, Python, Go, and Rust. No bundled scripts — it's purely a guidance skill that relies on references/ for detailed sandbox options and benchmark patterns.
Well-crafted planning skill addressing a real and growing need in the MCP ecosystem. The sandbox comparison tables are particularly valuable — covering 4 server languages with 2-3 options each. Main gap is the absence of reference files (sandbox-options.md, benchmark-pattern.md) in the fetched data, so a user without the full repo may get incomplete guidance. Not a plug-and-play skill but a solid architectural blueprint.