Posts tagged “claude-code”
4 posts found
The Power of Correlation IDs for AI Agents
July 10, 2026
Correlation IDs turn a scatter of disconnected logs into one queryable timeline. This guide shows how they let AI agents debug distributed systems faster, unlock new UI features, and reason across every boundary a request crosses.
Packaging Claude Code Plugins: Bundle Skills, Hooks, Subagents, and MCP Servers
June 7, 2026
Most plugin packaging failures stem from treating skills as standalone units. Learn the correct architecture for bundling capabilities, hooks, subagents, and MCP servers into production-ready Claude Code plugins.
Building Claude Code Subagents and Agent Teams for Parallel AI Coding in 2026
June 5, 2026
Claude Code subagents and agent teams enable parallel AI coding workflows. This guide covers configuration, coordination patterns, and production-ready orchestration strategies for complex TypeScript and full-stack projects.
The Claude Code Full Stack: When to Use CLAUDE.md, Skills, MCP, Subagents, and Hooks
June 4, 2026
Most Claude Code integration failures stem from misunderstanding the four-layer extension stack. Learn when to use CLAUDE.md, skills, MCP servers, subagents, and hooks—and why the distinction matters in production.