Find the best Claude Code resources
Discover insights, learn best practices, and connect with
the growing Claude Code ecosystem
Trending Now
Loading trends data...
What's Hot
Featured Tips
Use Task Agent for Complex Multi-File Searches
When exploring unfamiliar codebases, use the Task tool with subagent_type=Explore instead of running Glob/Grep directly. This specialized agent handles complex searches more efficiently.
Configure Custom Hooks for Your Workflow
Set up user-prompt-submit-hook to automatically lint, format, or test code before Claude commits. This ensures code quality on every change.
Parallel Tool Calls Save Time
When requesting multiple independent operations, Claude can execute them in parallel. Ask for multiple things at once instead of sequentially.
Use TodoWrite for Complex Tasks
Claude uses TodoWrite to track multi-step tasks. You can see progress in real-time as tasks move from pending → in_progress → completed.
Enable Code Review Agent Proactively
The code-reviewer agent runs automatically after significant code changes. It catches bugs, security issues, and suggests improvements.
Debug with Strategic Logging
Instead of adding console.logs everywhere, ask Claude to "add strategic debug logging" - it places logs at key decision points.
Claude Code Weekly - Week 3, 2025
January 13-19, 2025
This week saw explosive growth in Claude Code adoption, with major influencers sharing their experiences. The Task(Explore) agent gained significant attention for its ability to navigate complex codebases. MCP server integrations reached new heights with Supabase and Postgres support.
Post of the Week
Claude Code just saved me 3 hours debugging
New This Week
- •
Enhanced Grep with Multiline Support
Grep tool now supports multiline mode for searching patterns that span multiple lines. Essential for finding complex code blocks.
- •
Background Bash Process Management
Run long-running commands in background with BashOutput tool to monitor progress. Perfect for builds and deployments.
- •
Improved Code Review Agent
Code review agent now catches more security vulnerabilities and suggests performance optimizations automatically.
Community Pick
Complete MCP Server Integration Guide
Comprehensive tutorial on setting up and using MCP servers with Claude Code, including Supabase, Postgres, and filesystem servers.