Posts tagged “Claude”
6 posts found
Writing Your First Claude Code MCP Server in TypeScript: A Practical Guide
June 8, 2026
Build production-ready MCP servers for Claude Desktop with TypeScript. Learn the architecture, implement tools and resources, and ship your first server in under an hour.
Claude Code Skills vs Slash Commands: The 2026 Unified Model Explained
June 6, 2026
The three-layer architecture that unifies skills, commands, and tools. Learn invocation patterns, SKILL.md frontmatter, and when Claude chooses skills autonomously versus when developers invoke commands directly.
Claude Code Hooks: Automate Your Workflow with PreToolUse, PostToolUse, and Stop Events
June 4, 2026
Master Claude Code's hook lifecycle to automate security checks, file formatting, and workflow orchestration. Production patterns with exit codes and JSON output.
Claude Agent SDK vs OpenAI Agents SDK vs Google ADK: Choosing the Right Multi-Agent Framework in 2026
May 25, 2026
Most multi-agent system failures stem from mismatched framework choices. This breakdown compares Claude Agent SDK, OpenAI Agents SDK, and Google ADK across tool orchestration, state management, and production observability to help teams make the right architectural decision.
Building Production AI Agents with the Claude Agent SDK and MCP: A TypeScript Deep Dive
May 23, 2026
The Claude Agent SDK transforms AI agents from proof-of-concept toys into production systems. This guide covers the architecture, MCP integration patterns, and real-world deployment strategies that separate working agents from robust ones.
Build a Custom MCP Server for Your API in 30 Minutes
January 22, 2026
Step-by-step TypeScript tutorial to build your first MCP server. Connect any API to Claude, ChatGPT, or other AI assistants using the Model Context Protocol.