CCM
/Skills
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
dkyazzentwatwa avatar

Mcp Builder

dkyazzentwatwa/chatgpt-skills
183 installs86 stars
Summary

If you're building an MCP server and want to avoid the usual trap of wrapping every API endpoint into a thin tool, this walks you through a workflow-first approach. It pushes you to identify the actual tasks an agent needs to complete, design a minimal tool surface with high-signal outputs, and build shared infrastructure like auth and pagination before you write schemas. The emphasis on corrective error messages and evaluation scripts is smart. It includes best practices docs and Python/TypeScript implementation references. Useful if you're past hello world and want your server to actually work in production with real context limits.

Install to Claude Code

npx -y skills add dkyazzentwatwa/chatgpt-skills --skill mcp-builder --agent claude-code

Installs into .claude/skills of the current project.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Files
SKILL.mdView on GitHub

MCP Builder

Build MCP servers around user workflows, not raw API endpoints.

Workflow

  1. Read the target API docs and identify the workflows an agent must complete end to end.
  2. Design a small tool surface with high-signal outputs, clear identifiers, and actionable errors.
  3. Implement shared infrastructure first: auth, request helpers, pagination, truncation, and formatting.
  4. Add tool schemas and docstrings that make correct usage obvious.
  5. Evaluate the server with realistic tasks before expanding scope.

Principles

  • Prefer workflow tools over thin endpoint wrappers.
  • Return concise, high-signal responses by default.
  • Use human-readable identifiers whenever possible.
  • Make error messages corrective: tell the agent what to try next.
  • Design for limited context and large datasets.

Resources

  • references/mcp_best_practices.md for design principles that apply to every server.
  • references/python_mcp_server.md for Python implementation patterns.
  • references/node_mcp_server.md for TypeScript implementation patterns.
  • scripts/connections.py and scripts/evaluation.py as repo-local helpers.

Deliverables

  • A concrete tool inventory tied to user workflows.
  • Strict input/output schemas.
  • Evaluation prompts or scripts that confirm the server is usable by an agent.
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
inference shell
inference shell
create and run specialised agents in minutes
build now →
Categories
DevOps & CI/CDCode Review & QualityAI & Agent BuildingDebuggingProductivity & Planning
First SeenJun 3, 2026
View on GitHub

More from dkyazzentwatwa/chatgpt-skills

All 20 skills →
  • Stock Screener183
  • Report Generator154
  • Skill Creator153
  • Citation Bibliography Generator147
  • Gantt Chart Creator129
  • Scientific Paper Figure Generator124
  • Background Remover123
  • Table Extractor123
  • Budget Analyzer116
  • Ocr Document Processor4.7k
  • Crypto Ta Analyzer1.6k
  • Text Summarizer699
  • Financial Calculator487
  • Document Converter Suite467
  • Image Enhancement Suite274
  • Qr Code Generator235
  • Data Storyteller221
  • Roi Calculator196
  • Svg Precision188

Recommended

More DevOps & CI/CD →
josiahsiegel avatar
tailwindcss-debugging

josiahsiegel/claude-plugin-marketplace

Tailwind CSS debugging and troubleshooting common issues. PROACTIVELY activate for: (1) classes not applying / no styles in browser, (2) JIT mode not picking up dynamic class names (string concatenation), (3) v3-to-v4 migration errors, (4) PostCSS configuration issues, (5) IntelliSense not autocompleting in VS Code, (6) production build missing classes (purge/content config), (7) CSS variable conflicts, (8) specificity issues with @layer, (9) prefix conflicts with other CSS frameworks, (10) HMR not updating styles. Provides: troubleshooting decision tree, dynamic-class allowlist patterns, content-config templates, IntelliSense setup, and PostCSS debugging steps.
183
51
srbhr avatar
fastapi

srbhr/resume-matcher

Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0 async. Covers project structure, JWT auth, validation, and database integration with uv package manager. Prevents 7 documented errors. Use when: creating Python APIs, implementing JWT auth, or troubleshooting 422 validation, CORS, async blocking, form data, background tasks, or OpenAPI schema errors.
183
28k
warpdotdev avatar
mcp-builder

warpdotdev/oz-skills

Build high-quality MCP (Model Context Protocol) servers that let LLMs interact with external services through well-designed tools. Use when creating MCP servers to integrate APIs or services in Python (FastMCP) or Node/TypeScript (MCP SDK).
183
819
charleswiltgen avatar
axiom-energy-ref

charleswiltgen/axiom

Complete energy optimization API reference - Power Profiler workflows, timer/network/location/background APIs, iOS 26 BGContinuedProcessingTask, MetricKit monitoring, with all WWDC code examples
182
1.1k
charleswiltgen avatar
axiom-xctrace-ref

charleswiltgen/axiom

Use when automating Instruments profiling, running headless performance analysis, or integrating profiling into CI/CD - comprehensive xctrace CLI reference with record/export patterns
182
1.1k
siviter-xyz avatar
cli-building

siviter-xyz/dot-agent

Build command-line interfaces with async-first design, composable commands, and proper output formatting. Use when creating CLI tools, commands, or interactive terminal applications.
182
20