Skip to content
LLM Tracker
Overview
ClaudeOpenAIGemini
Subscribe
LearnModelsReleasesTipsGuidesChangelogStatus
Explore LLM Tracker
All providers · Overview
ClaudeOpenAIGemini

Explore Claude

LearnModelsReleasesTipsGuidesChangelogStatus
Subscribe to the feed
Status JSONRSS feeds

Maintained by Jaden Razo · RaizHost

Not affiliated with Anthropic, OpenAI, or Google. Data sourced from each provider's public docs, status pages, npm, and GitHub.

POWER USERS

Tips

Short, high-leverage patterns for Claude and Claude Code. Curated, MDX-backed, deployable.

  • Workflow

    Fork a subagent instead of spawning fresh

    /fork inherits the parent session's full context and prompt cache. When the task benefits from everything you've already explained, a fork beats a fresh subagent.

    Apr 241 min read
  • Setup

    Skills superseded custom commands — here's what to change

    .claude/commands/*.md still works but .claude/skills/<name>/SKILL.md is the canonical form. Mechanical migration, real-world benefit.

    Apr 241 min read
  • Workflow

    When /ultrareview earns its cloud-run cost

    It's not a replacement for code review. It's a second opinion on whether a branch is actually ready to ship.

    Apr 241 min read
  • Models

    Turn on extended thinking for hard debugging

    The Claude 4 family supports interleaved thinking — budget tokens for it when chasing a gnarly bug.

    Feb 3, 20251 min read
  • Claude Code

    Lint on save with Claude Code hooks

    Wire a PostToolUse hook to run your linter automatically after every Edit/Write.

    Jan 15, 20251 min read