Skip to content
jsmanifest logojsmanifest

Posts tagged “claude-code

9 posts found

Debugging Claude Code Agents: Reading Transcripts, Tracing Tool Calls, and Finding Where Your Agent Goes Wrong

Debugging Claude Code Agents: Reading Transcripts, Tracing Tool Calls, and Finding Where Your Agent Goes Wrong

August 9, 2026

Master the techniques for debugging AI agents in production: reading execution transcripts, tracing tool calls, identifying failure patterns, and building custom analyzers that catch problems before users do.

claude-codeaidebugging+2
Claude Code Memory Strategies in 2026: Project Memory, User Memory, and When to Use Each

Claude Code Memory Strategies in 2026: Project Memory, User Memory, and When to Use Each

August 8, 2026

Most Claude Code productivity problems stem from mismatched memory layers. This post reveals the three-tier memory architecture—CLAUDE.md, user memory, and auto memory—and when to apply each for maximum consistency.

claude-codeaimemory-systems+2
Claude Code in CI: Running Agentic Code Review, Test Generation, and Auto-Fix on Every Pull Request

Claude Code in CI: Running Agentic Code Review, Test Generation, and Auto-Fix on Every Pull Request

August 1, 2026

Run Claude Code autonomously in CI pipelines to perform code review, generate tests, and auto-fix failures on every pull request—with production patterns for cost control and safety.

claude-codeaici-cd+2
Claude Code Cost Control in Production: Token Budgets, Caching Strategies, and What the Billing Dashboard Hides

Claude Code Cost Control in Production: Token Budgets, Caching Strategies, and What the Billing Dashboard Hides

July 25, 2026

Most Claude Code cost overruns stem from invisible context accumulation and cache misses. Learn token budgets, caching strategies, and production-grade cost control patterns the billing dashboard won't reveal.

claude-codeaicost-optimization+2
Claude Code Multi-Repository Agents: Coordinating Changes Across Monorepo Packages with Subagents

Claude Code Multi-Repository Agents: Coordinating Changes Across Monorepo Packages with Subagents

July 24, 2026

How teams use Git worktrees and isolated subagents to coordinate breaking changes across monorepo packages without merge conflicts or context collision.

claude-codemonorepoai-agents+2
The Power of Correlation IDs for AI Agents

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.

aitypescriptjavascript+2
Packaging Claude Code Plugins: Bundle Skills, Hooks, Subagents, and MCP Servers

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.

claude-codeaiplugin-development+2
Building Claude Code Subagents and Agent Teams for Parallel AI Coding in 2026

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.

Claude CodeAI AgentsParallel Coding+2
The Claude Code Full Stack: When to Use CLAUDE.md, Skills, MCP, Subagents, and Hooks

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.

Claude CodeMCPAI Tools+2