Claude-Code
Anthropic's CLI coding assistant
44 practitioners working with Claude-Code:

Ado Kukic's Advent of Claude
How Anthropic's Developer Relations engineer documented 31 days of Claude Code tips, from basics to advanced agent patterns

Affaan Mustafa's Everything Claude Code
An Anthropic hackathon winner shares 10 months of battle-tested Claude Code configs: agents, skills, hooks, and context management
Agent Checkpointing: Save, Restore, and Rewind Autonomous Work
How checkpoint systems enable long-running agent workflows by saving state periodically, allowing recovery from failures and rollback from bad decisions

Alex Albert's Claude Mastery
Anthropic's Claude Relations lead shares the prompting patterns that make Claude most effective

Alex Newman's Persistent Memory for Claude Code
How a 20-year web veteran built the most-starred Claude Code plugin by treating AI memory as a compression problem

Alexander Opalic's Claude Code Deep Dives
How a German developer became the go-to source for understanding Claude Code's full stack — MCP, skills, subagents, hooks, and plugins

Andrej Karpathy's AI-First Development
How Andrej Karpathy builds software in the AI era: vibe coding for prototypes, three-layer workflow for production.

Armin Ronacher's Agentic Coding Practice
How the Flask creator approaches AI-assisted development with Claude Code — token-efficient, low-intervention, and surprisingly Vim-friendly
Auto-Activating Skills in Claude Code
Configure skills to trigger automatically based on keywords, file patterns, and context instead of manual slash commands.
Automated Development Journaling with MCP and CLAUDE.md
Connect Claude Code to your note app via MCP, then use CLAUDE.md instructions to create journals automatically as you work

Boris Cherny's Parallel Agent Workflow
How the creator of Claude Code runs 5+ AI sessions simultaneously with shared context and automated PR workflows

Brandon Redmond's Claude SDK for Rust
A former math teacher built the first community Rust SDK for Claude Code, making type-safe AI agents accessible to systems programmers.
Building a Memory System
Build persistent AI memory with Claude Code using episodic-memory MCP, memory files, and external tools like Obsidian and Notion
Checkpointing - Safe Rollback for Agent Work
How automatic checkpoints protect your work and let you recover from agent mistakes
Claude Code for Non-Developers
How product managers, analysts, and writers use Claude Code without writing a single line of code
Claude Code Plugins System
Extend Claude Code with plugins for custom tools, MCP servers, and workflows
Claude Code Setup Guide
Complete Claude Code setup guide: installation, MCP servers, custom CLAUDE.md instructions, shell aliases, and security configuration
CLAUDE.md Best Practices
Write effective project instructions that Claude reads at every conversation start

Craig Motlin's Autonomous Development Loop
How a Two Sigma VP built a self-running Claude Code system with todo-driven automation and parallel worktrees
Custom Slash Commands
Create reusable workflows triggered by /name in Claude Code
Customizing the Status Line
Configure Claude Code's status line to display model, git status, tokens, and custom information

David Soria Parra's Model Context Protocol
How an ex-Facebook engineer frustrated with copy-paste workflows created MCP, now the standard for connecting AI to external tools.
Hooks System in Claude Code
Automate workflows with deterministic triggers that run shell commands at specific points in Claude Code's lifecycle.

Ian Nuttall's Non-Technical AI Building
A serial entrepreneur with 100+ exits shares his battle-tested Claude Code agents, session tracking, and parallel workflow tools

Jeremy Longshore's Claude Code Plugins Hub
How an operations manager turned AI consultant built a 549-skill marketplace that turns plugins into production workflows

Jesse Vincent's Superpowers Skills Framework
How the Keyboardio founder built an agentic skills methodology that turns Claude Code into a self-steering development system

John Lindquist's TypeScript Hooks for Claude Code
How the egghead.io co-founder brings type safety to Claude Code automation after spending over 1 billion tokens on AI-assisted development

Lance Martin's Claude Diary
How a LangChain engineer built a self-learning memory system that lets Claude Code update its own instructions

Magnus Muller's Event-Driven Agent Architecture
How the Browser Use co-founder built a CLAUDE.md-powered codebase and event bus system for AI browser automation

Mckay Wrigley's AI Coding Education
How Mckay Wrigley built the most popular open-source AI chat UI and now teaches 25k+ people to code with AI through Takeoff.
Multi-Agent Content Pipeline with Claude Code
Build autonomous content systems using Claude Code skills, semantic search, and chained agents
Plan Mode in Claude Code
Research before coding to avoid wrong approaches and hallucinations

Rick Hightower's Universal Skill Installer
How a Fortune 100 AI architect built skilz, the package manager that installs agent skills across 14+ coding assistants
Running Claude Code in Containers
Isolate agent execution with Docker for security, scalability, and 24/7 operation
Sawyer Hood: Building AI's Weird Future in Public
Self-Updating Instructions (Procedural Memory)
Build AI agents that modify their own operating instructions based on experience, feedback, and observed failures

Sergey Ris's Vibe Coding Education
Sergey Ris teaches vibe coding and Claude Code workflows to non-programmers. His Telegram community of 1,100+ members ships products with AI tools.

Takuya Matsuyama's AI-Powered Development Journaling
How the Inkdrop creator uses Claude Code and MCP to automate development journals without interrupting flow state

Teresa Torres's Claude Code Task System
How the Continuous Discovery author built a personal operating system with Claude Code, Obsidian, and custom slash commands
Terminal-Native AI Coding: Neovim with Claude Code
Run Claude Code alongside Neovim in split terminal panes. Keep your vim keybindings while getting AI assistance. No VS Code required.
The Skills System
Create reusable AI capabilities with Claude Code skills

Thomas Landgraf's Deep Knowledge Method
How a 40-year veteran developer uses research-driven knowledge documents to turn Claude Code hallucinations into production-ready implementations

Thomas Ricouard's Agentic iOS Workflow
How the IceCubesApp creator abandoned Xcode editing to build iOS apps with Cursor, Claude Code, and XcodeBuildMCP - spending only 2% of his time in Xcode
Vibe Coding
Building software through conversation instead of keystrokes