Claude-Code
Anthropic's CLI coding assistant
87 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
agent-first design
how to structure repositories so AI agents can actually work in them. the code isn't just for humans anymore.
AGENTS.md: How to Write Instructions for AI Coding Agents
AGENTS.md tells AI coding assistants how to work on your project. Learn what to include, directory structure, examples, and common mistakes.
AI Agent Skills Catalogs
Comparison of skills catalogs and plugins for AI coding agents: OpenAI Skills, Awesome Claude Skills, Compound Engineering Plugin. The emerging app store for agents.
AI Coding Tools Comparison 2025
Claude Code vs Cursor vs GitHub Copilot vs Windsurf: pricing, features, and when to use each AI coding assistant

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.
Anthropic Skills
Official skills repository from Anthropic for Claude Code and Claude agents. 74.7K stars. The format just became infrastructure.

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
best claude code plugins 2026
curated list of the best claude code plugins and skills for 2026 — coding, writing, productivity, DevOps, and more. install commands included.
best claude code skills for developers
the skills that actually make Claude Code useful for software development — code review, TDD, debugging, and the ones most people miss.
best claude code skills for writers
claude code skills that actually help writers — content creation, editing, documentation, and the ones worth installing.
best MCP servers for Claude Code
the best MCP servers for Claude Code in 2026, organized by category. install commands, use cases, and when you actually need each one.
best skills for productivity with claude code
the skills that actually matter when you're trying to get shit done with an AI assistant

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 + docker complete guide
running Claude Code inside Docker containers — sandboxing, reproducible environments, and keeping your machine clean from agentic chaos.
claude code + github actions CI/CD
set up Claude Code in GitHub Actions for automated code review, PR feedback, and CI workflows. the official action, custom setups, and what's actually reliable.
claude code + notion integration
how to connect Claude Code to Notion via MCP — setup, real use cases, and whether it's worth the hassle.
claude code + obsidian workflow
connecting your personal knowledge management to your AI coding agent. obsidian vaults as context, claude code as engine.
claude code + playwright browser automation
connect Claude Code to Playwright via MCP for browser automation, e2e testing, and visual debugging. setup, real workflows, and sharp edges.
claude code context window optimization
practical strategies for managing your context window in claude code. every wasted token is money and attention you'll never get back.
Claude Code for non-coders: the complete guide
how to use Claude Code without being a developer — email, research, writing, organizing, and automating your life from the terminal.
Claude Code for Non-Developers
How product managers, analysts, and writers use Claude Code without writing a single line of code
claude code for product managers
you don't need to be a developer to use claude code. PRDs, data analysis, spec writing, and competitive research — from your terminal.
claude code for researchers
using Claude Code for literature review, data analysis, paper writing, and research workflows — what works, what's dangerous, and what's genuinely useful.
claude code for solopreneurs
you're the developer, the designer, the PM, and the marketing team. here's how claude code lets you ship like a team of five.
claude code for technical writers
using Claude Code for documentation, API docs, READMEs, and technical content — workflows that work and traps to avoid.
claude code plan mode mastery
plan mode is the most underused feature in claude code. here's how to actually use it — and when not to.
Claude Code Plugins System
Extend Claude Code with plugins for custom tools, MCP servers, and workflows
claude code pricing guide
pro, max, API — what claude code actually costs, which plan fits your usage, and how to avoid surprise bills.
Claude Code Setup Guide
Complete Claude Code setup guide: installation, MCP servers, custom CLAUDE.md instructions, shell aliases, and security configuration
Claude Code tutorial for beginners
learn Claude Code from zero — installation, your first conversation, CLAUDE.md setup, and a practical first project in 15 minutes.
claude code vs aider
two terminal-first AI coding tools, very different philosophies. here's what matters when choosing between claude code and aider.
Claude Code vs Cursor: complete comparison 2026
Claude Code vs Cursor — feature-by-feature comparison of terminal-native AI coding vs IDE-based AI coding in 2026. pricing, architecture, and when to use each.
Claude Code vs GitHub Copilot
Claude Code vs GitHub Copilot — architecture, agent modes, pricing, and real differences between terminal-native AI coding and IDE autocomplete.
claude code vs windsurf
terminal agent vs AI-native IDE. claude code and windsurf represent two different bets on how developers will work with AI.
claude-code-telegram
claude-reflect
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.
how to reduce claude code costs by 50%
practical techniques to cut your claude code spend in half without sacrificing quality. token economics for people who count.
how to write Claude Code skills
complete guide to writing Claude Code skills — SKILL.md format, frontmatter, testing, publishing, and building a skill from scratch.

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
learn-claude-code
Bash is all you need — a nano Claude Code–like agent, built from 0 to 1

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.
MCP Security: Why Nobody Audits AI Agent Permissions
AI agents get filesystem and database access without code review. Here's what developers are doing about the trust vs control problem.
Multi-Agent Content Pipeline with Claude Code
Build autonomous content systems using Claude Code skills, semantic search, and chained agents
Nick Dobos — megaprompts and CLAUDE.md craft
Nick Dobos treats CLAUDE.md files and system prompts as engineering artifacts, not afterthoughts. the megaprompt philosophy and why prompt craft still matters in the age of 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
ex-figma engineer who created draw-a-ui and explores every weird way to interact with llms — from sketched interfaces to browser agents
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.
Shrivu Shankar
Shrivu Shankar — VP of AI Strategy at Abnormal AI, author of 'How I Use Every Claude Code Feature,' practical Claude Code philosophy.
skills went from grassroots hack to official infrastructure in 24 hours
when anthropic and hugging face both dropped skills repos the same week, they weren't just releasing code — they were blessing a format that makes your workflow programmable

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
the vibe coding failure wave (and what survives it)
the first generation of AI-coded projects is imploding. here's why speed without comprehension is just accelerated failure — and what the survivors are doing differently.

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
ultrathink: deep reasoning in claude code
when to use extended thinking in claude code, what it actually costs, and why you shouldn't use it for everything.
Vibe Coding
Building software through conversation instead of keystrokes
webnovel-writer
AI writing system for 200万字 serialized novels — solves coherence and memory at scale
why Claude Code wins the terminal
terminal-native AI coding beats IDE wrappers — why Claude Code's architecture is the right bet for serious AI-assisted development.
why your CLAUDE.md sucks
common CLAUDE.md mistakes, anti-patterns, and real examples of what makes instruction files fail — and how to fix them.
your first MCP server in 10 minutes
build a model context protocol server from scratch in typescript. no boilerplate, no magic — just a working server that claude code can talk to.