Skip to content

[!] TOPIC ARCHIVE // #CLAUDE-CODE

#Claude-Code

Anthropic's CLI coding assistant

ENTRY

Run a Coding-Agent Workspace Loop

Agent recipe for using a coding-agent workspace while preserving diffs, tests, commits, and review gates.

Read →
ENTRY

Claude Code

Claude Code as a Personal OS coding layer: where it fits, what state it owns, and which receipts keep it safe.

Read →
PRACTICAL GUIDE

Agent Verification Loop

Seven checks to catch fake success before an agent writes, sends, deploys, deletes, or publishes. For coding and publishing agents.

Read →
ENTRY

the control surface is the product

the model is the part you rent. the harness — settings, hooks, mcp, workflow files, custody, audit — is the part you own. that's the product.

Read →
PRACTICAL GUIDE

Claude Code Workflow Files: AGENTS.md, CLAUDE.md, Skills, and Repo Maps

where each agent instruction belongs in a Claude Code repo — CLAUDE.md, skills, rules, hooks, MCP. one decision table, one cleanup pass.

Read →
PRACTICAL GUIDE

Claude Code Session Preflight

Ten read-only checks to run before a serious Claude Code session: version, model, permissions, MCP servers, context, and rollback.

Read →
ENTRY

Harness Engineering: The New Layer of AI Abstraction

From prompts to context to harness to meta-harness — how the abstraction layer keeps climbing and what it means for your workflow.

Read →
ENTRY

Claudian

obsidian plugin that embeds claude code as an AI collaborator directly inside your vault.

Read →
ENTRY

context engineering eats prompt engineering

in 48 hours, four tools shipped that turn your context file into linted, testable, version-controlled infrastructure. prompt engineering quietly stopped being the interesting layer.

Read →
ENTRY

agents need infrastructure, not just models

the gap between 'ChatGPT writes code' and 'production agent workflows' isn't about better models. it's about missing primitives: persistent memory, multi-hour execution, cognitive architecture, universal tool access. we're finally getting them.

Read →
ENTRY

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.

Read →
ENTRY

learn-claude-code

Bash is all you need — a nano Claude Code–like agent, built from 0 to 1

Read →
ENTRY

webnovel-writer

AI writing system for 200万字 serialized novels — solves coherence and memory at scale

Read →
ENTRY

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

Read →
ENTRY

Anthropic Skills

Official skills repository from Anthropic for Claude Code and Claude agents. 74.7K stars. The format just became infrastructure.

Read →
ENTRY

claude-code-telegram

Read →
PRACTICAL GUIDE

best skills for productivity with claude code

the skills that actually matter when you're trying to get shit done with an AI assistant

Read →
PRACTICAL GUIDE

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.

Read →
ENTRY

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.

Read →
PRACTICAL GUIDE

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.

Read →
OPERATOR DOSSIER

Shrivu Shankar

Shrivu Shankar — VP of AI Strategy at Abnormal AI, author of 'How I Use Every Claude Code Feature,' practical Claude Code philosophy.

Read →
OPERATOR DOSSIER

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

claude code vs aider

two terminal-first AI coding tools, very different philosophies. here's what matters when choosing between claude code and aider.

Read →
PRACTICAL GUIDE

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.

Read →
ENTRY

claude code terminal vs ide: when the terminal still wins

updated may 2026. claude code now runs in terminal, ide, desktop, and browser. this guide shows when the terminal is still the right surface for scripts, ssh, ci, parallel sessions, and repeatable automation.

Read →
PRACTICAL GUIDE

claude code pricing: pro vs max vs api in may 2026

updated may 20, 2026. pro includes claude code, max starts from $100, usage credits can kick in after limits, and api use bills by token. compare current prices before you run anything expensive.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

claude code for technical writers

using Claude Code for documentation, API docs, READMEs, and technical content — workflows that work and traps to avoid.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

claude code + obsidian workflow

connecting your personal knowledge management to your AI coding agent. obsidian vaults as context, claude code as engine.

Read →
PRACTICAL GUIDE

claude code + notion integration

how to connect Claude Code to Notion via MCP — setup, real use cases, and whether it's worth the hassle.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

claude code + docker complete guide

running Claude Code inside Docker containers — sandboxing, reproducible environments, and keeping your machine clean from agentic chaos.

Read →
PRACTICAL GUIDE

Best MCP servers by job: browser, GitHub, files, docs, fetch

A practical MCP server shortlist for Claude Code: job, trust level, permission boundary, install source, and validation check.

Read →
PRACTICAL GUIDE

best claude code skills for writers

claude code skills that actually help writers — content creation, editing, documentation, and the ones worth installing.

Read →
PRACTICAL GUIDE

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.

Read →
PRACTICAL GUIDE

best claude code plugins: the minimum viable stack

choose fewer, better Claude Code plugins. repo instructions first, one MCP server second, then plugins only for repeated jobs. selector matrix included.

Read →
PRACTICAL GUIDE

AGENTS.md vs CLAUDE.md vs Cursor/Windsurf/Copilot: where repo instructions belong

one source of truth for repo instructions. for multi-agent repos, AGENTS.md should be policy; vendor files are adapters, not competing rulebooks.

Read →
PRACTICAL GUIDE

agent-first design

how to structure repositories so AI agents can actually work in them. the code isn't just for humans anymore.

Read →
ENTRY

claude-reflect

Read →
ENTRY

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.

Read →
CONCEPT

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.

Read →
OPERATOR DOSSIER

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

Read →
PRACTICAL GUIDE

Multi-Agent Content Pipeline with Claude Code

Build autonomous content systems using Claude Code skills, semantic search, and chained agents

Read →
OPERATOR DOSSIER

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.

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

Takuya Matsuyama's AI-Powered Development Journaling

How the Inkdrop creator uses Claude Code and MCP to automate development journals without interrupting flow state

Read →
OPERATOR DOSSIER

Sergey Ris teaches beginners to ship with Claude Code

Sergey Ris turns vibe coding into a teachable loop for non-programmers: intent, context, Claude Code, review, and small shipped products.

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

Lance Martin's Claude Diary

How a LangChain engineer built a self-learning memory system that lets Claude Code update its own instructions

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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.

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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.

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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

Read →
PRACTICAL GUIDE

The Skills System

Create reusable AI capabilities with Claude Code skills

Read →
PRACTICAL GUIDE

CLAUDE.md Best Practices

Write effective project instructions that Claude reads at every conversation start

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

Boris Cherny: Claude Code, Git Worktrees, and Parallel Agents

How Boris Cherny runs 5+ Claude Code sessions simultaneously: one git worktree per task, less context bleed, automated PR workflows, and a smaller version you can start with two agents.

Read →
PRACTICAL GUIDE

Running Claude Code in Containers

Isolate agent execution with Docker for security, scalability, and 24/7 operation

Read →
OPERATOR DOSSIER

Alex Albert's Claude Mastery

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

Read →
PRACTICAL GUIDE

Checkpointing - Safe Rollback for Agent Work

How automatic checkpoints protect your work and let you recover from agent mistakes

Read →
PRACTICAL GUIDE

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

Read →
ENTRY

AI Coding Tools Comparison 2025

Claude Code vs Cursor vs GitHub Copilot vs Windsurf: pricing, features, and when to use each AI coding assistant

Read →
PRACTICAL GUIDE

Auto-Activating Skills in Claude Code

Configure skills to trigger automatically based on keywords, file patterns, and context instead of manual slash commands.

Read →
OPERATOR DOSSIER

Andrej Karpathy's AI-First Development

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

Read →
OPERATOR DOSSIER

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

Read →
CONCEPT

Plan Mode in Claude Code

Research before coding to avoid wrong approaches and hallucinations

Read →
CONCEPT

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

Read →
OPERATOR DOSSIER

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

Read →
PRACTICAL GUIDE

Custom Slash Commands

Create reusable workflows triggered by /name in Claude Code

Read →
CONCEPT

Self-Updating Instructions (Procedural Memory)

Build AI agents that modify their own operating instructions based on experience, feedback, and observed failures

Read →
PRACTICAL GUIDE

Claude Code for Non-Developers

How product managers, analysts, and writers use Claude Code without writing a single line of code

Read →
CONCEPT

Vibe Coding

Building software through conversation instead of keystrokes

Read →
OPERATOR DOSSIER

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

Read →
OPERATOR DOSSIER

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

Read →
PRACTICAL GUIDE

Hooks System in Claude Code

Automate workflows with deterministic triggers that run shell commands at specific points in Claude Code's lifecycle.

Read →
PRACTICAL GUIDE

Claude Code Plugins System

Extend Claude Code with plugins for custom tools, MCP servers, and workflows

Read →
PRACTICAL GUIDE

Customizing the Status Line

Configure Claude Code's status line to display model, git status, tokens, and custom information

Read →
PRACTICAL GUIDE

Claude Code Setup Guide

Complete Claude Code setup guide: installation, MCP servers, custom CLAUDE.md instructions, shell aliases, and security configuration

Read →
PRACTICAL GUIDE

Building a Memory System

Build persistent AI memory with Claude Code using episodic-memory MCP, memory files, and external tools like Obsidian and Notion

Read →
CONCEPT

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.

Read →
← All topics & tags