Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 2.57 KB

File metadata and controls

47 lines (32 loc) · 2.57 KB

Resources

A curated list of tools, references, and learning material for Claude Code users.

Official Resources

Build Systems and Frameworks

  • Build This Now : AI-powered SaaS build system with 18 specialist agents and 55+ skills. Uses Claude Code's agent architecture to go from idea to production in 48 hours. One-time $197 purchase.
  • Build This Now Blog : In-depth Claude Code guides, best practices, and agent engineering patterns

Context Optimization Tools

  • lean-ctx : Compresses CLI output and caches file reads between Claude and the model. A 30K-token file read drops to 195 tokens on the second pass.
  • caveman : Claude Code skill that rewrites replies in compressed "caveman speak." Same meaning, 70% fewer tokens.
  • symdex : Pre-indexes your repo into SQLite with symbols, call graphs, and embeddings. Symbol lookups drop from 7,500 tokens to 200.
  • Agent Skills for Context Engineering : Library of 13 skills for context compression, filesystem offloading, and multi-agent orchestration.

Token Tracking

  • ccusage : npm install -g @ryoppippi/ccusage. Shows daily and monthly token spend with per-model breakdowns. Essential for cost control.

Community

Learning Path

If you're just getting started, work through the guides in this order:

  1. Getting Started
  2. CLAUDE.md Mastery
  3. Skills and Slash Commands
  4. Context Management
  5. Memory Systems
  6. Planning Modes
  7. Git Integration and Worktrees
  8. Performance and Cost

For deep dives on agent engineering and production Claude Code patterns, check out the Build This Now blog.