Tagged: claude-code
Showing 6–10 of 12 articles
The Claude Code Source Leak: What the Dump Shows A misconfigured package.json field shipped Claude Code's full source to npm. What the half-million lines say about how the tool is built, and what it gives competitors. Read article jCodeMunch: Use 80% Less Context jCodeMunch-MCP uses tree-sitter AST parsing to build a symbol index of your codebase, letting AI agents pull individual functions instead of whole files. The token savings are significant. Read article Getting the most out of Claude Code I ran a half-day Claude Code workshop for a team of technical and non-technical staff. Here's what I covered, what landed, and the habits that stuck. Read article Claude Code Agent Teams: Multiple AI Sessions Working Together Anthropic shipped agent teams for Claude Code - multiple independent Claude instances that coordinate through shared task lists and direct messaging. Here's how they work, when to use them, and what to watch out for. Read article Claude Code Custom Commands: Debugging Distributed Systems at Scale Using custom Claude Code commands to trace issues through AWS logs, identify root causes in minutes, and audit multi-stage workflows. How I built /check-services and /check-orders. Read article