mcp-client
Universal MCP client for connecting to any MCP server. Bundle scripts/mcp-client.py with your skill to enable dynamic tool discovery and execution without context bloat. Use when creating skills that need MCP server access.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install mjunaidca/code-execution-mcp-agent-skills/mcp-clientskilz install mjunaidca/code-execution-mcp-agent-skills/mcp-client --agent opencodeskilz install mjunaidca/code-execution-mcp-agent-skills/mcp-client --agent codexskilz install mjunaidca/code-execution-mcp-agent-skills/mcp-client --agent geminiFirst time? Install Skilz: pip install skilz
Works with 22+ AI coding assistants
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/mjunaidca/code-execution-mcp-agent-skillscp -r code-execution-mcp-agent-skills/.claude/skills/mcp-client ~/.claude/skills/Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
tailwind-shadcn-setup
by vanman2024
Setup Tailwind CSS and shadcn/ui component library for Next.js projects. Use when configuring Tailwind CSS, installing shadcn/ui, setting up design...
spanish-language-tutor
by sandraschi
Comprehensive Spanish language expert covering grammar, conversation, regional dialects, and language learning strategies
frontend-dev-guidelines
by diet103
Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organiz...
torch-geometric
by davila7
Graph Neural Networks (PyG). Node/graph classification, link prediction, GCN, GAT, GraphSAGE, heterogeneous graphs, molecular property prediction, ...
Agentic Skill Details
- Repository
- code-execution-mcp-agent-skills
- Type
- Non-Technical
- Meta-Domain
- development
- Primary Domain
- javascript
- Market Score
- 12
Agent Skill Grade
A Score: 93/100 Click to see breakdown
Score Breakdown
Areas to Improve
- Missing TOC
- Architecture diagram verbose
- Passive voice usage
Recommendations
- Add trigger phrases to description for discoverability
- Add table of contents for files over 100 lines
Graded: 2026-01-24
Developer Feedback
I found your MCP client implementation while reviewing the latest skill submissions, and the way you've structured the type safety around message handling is pretty elegant—especially how you're managing the request/response coupling without over-engineering it. Scored a solid 93, but curious about your choice to handle streaming responses the way you did.
Links:
The TL;DR
You're at 93/100, solid A territory. This is based on Anthropic's best practices for Claude skills. Your strongest area is Utility (19/20)—the skill solves a real problem and saves serious tokens. Weakest is Spec Compliance (12/15), mostly because you're light on trigger phrases and missing some optional metadata.
What's Working Well
- Excellent utility focus: Your claim of 80-98% token savings actually lands because you're offloading data flow outside the context window. That's real value, not marketing fluff.
- Strong validation pattern: The list → emit cache → call tools workflow shows you understand feedback loops. Your input/output examples make this crystal clear.
- Domain skill template is chef's kiss: You didn't just describe how to use MCP—you showed a complete directory structure and actual skill example. That's the difference between documentation and onboarding.
- Clean transport abstraction: Supporting both HTTP and stdio without requiring custom prompts shows appropriate flexibility for real-world MCP server variety.
The Big One
Add a Table of Contents. Your SKILL.md is 183 lines, and right now someone has to scroll through to find "Creating a Domain Skill with MCP" or jump to examples. This matters because it's a reference-heavy skill where developers will want to jump to...
Browse Category
More development Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?
Report Security Issue
Thank you for helping keep SkillzWave secure. We'll review your report and take appropriate action.
Note: For critical security issues that require immediate attention, please also email security@skillzwave.ai directly.