Tagged: tooling
Showing 11–15 of 18 articles
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 --explain: Reading a Language You Don't Know ilo's annotation tool shows the structural role of every statement. Built for agents, useful for humans too. Read article Vercel's "React Best Practices" Agent Skill launches Vercel released 40+ React and Next.js performance rules packaged as an agent skill. It's a structured ruleset that AI coding tools can reference to catch waterfalls, bundle bloat, and unnecessary re-renders. 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 Claude Code Workflows: Worktrees and Automated PR Review Part 3 of the AI tooling series. How I use git worktrees for parallel development and a 5-agent automated PR review pipeline inside Claude Code. Read article