articleJanuary 3, 2026
Advent of Claude: 31 Days of Claude Code
by ado-kukic
A comprehensive guide compiling 31 daily Claude Code tips, progressing from foundational concepts to advanced patterns like subagents, skills, and SDK usage.
Summary
Ado Kukic compiled 31 Claude Code tips shared throughout December into a single reference. The guide progresses from basics like /init and session management to advanced patterns including browser automation, plugins, and the Agent SDK.
Key Concepts
- Project onboarding: Use
/initto generate aCLAUDE.mdfile that helps Claude understand your codebase - Essential shortcuts:
!prefix for instant bash execution,Escapeto rewind,Ctrl+Rfor reverse search - Session continuity: Resume work with
--continueor--resume, use named sessions for project context - Thinking modes: Extended thinking with
ultrathinkandmegathinkfor complex reasoning - Plan mode: Structured approach for multi-step implementations
- Headless automation: Run Claude in CI/CD pipelines with
--printflag - Browser integration: Chrome extension enables web interaction through MCP tools
- Extensibility: Skills package reusable prompts, plugins add community functionality, SDK enables custom agents
Core Philosophy
The guide emphasizes that Claude Code's value comes from user control. AI works as a lever—developers who structure prompts strategically and use plan mode find optimal leverage points. Collaboration beats automation.
Related
See also claude-code-best-practices and understanding-claude-code-full-stack-mcp-skills-subagents-hooks.