Full annotated catalog: Claude AI — Full Catalog — every entry below with its complete description. This index carries the one-line version for navigation.
Everything related to Claude as a tool — Claude Code, Claude API, skills, MCP servers, agents, certification, and design workflows.
Prompt techniques moved to their own topic: Prompt Engineering.
Foundational Primers
Anthropic-side short-form explainers for core Claude Code primitives. Use these as the first read before the deep-dive entries elsewhere in this index.
- The CLAUDE.md File — Anthropic Primer — Canonical Anthropic walkthrough of
CLAUDE.mdas persistent project memory:/initto scaffold, three-level hierarchy (project / user / directory),@<path>reference syntax, and the “start without one to see where you have to course-correct” practice rule. - CLI vs MCP — How AI Agents Choose the Right Tool for the Job — Reproducible-experiment framing of the runtime tool-selection decision.
- Steering Claude Code: When to Use CLAUDE.md, Rules, Skills, Subagents, and Hooks — First-party (Michael Segner) decision framework across all seven instruction-delivery methods, with a load/compaction/cost/use-case table and a five-item anti-pattern list (“never do this” doesn’t belong in CLAUDE.md; a 30-line procedure belongs in a skill; an unscoped rule is mechanically identical to CLAUDE.md).
Core Primitives & Concepts
Concept-page cluster created during the 2026-05-21 lint to resolve the 9-article broken-link gap surfaced by Nate Herk’s Every Level of Claude (the article referenced these primitives in its 5-level mastery ladder but no dedicated articles existed). Each is a short concept hub that links into deeper coverage elsewhere in the index.
- Claude.ai Projects — Per-Project Context Containers — Custom instructions + uploaded files + persistent memory across conversations.
- Claude.ai Artifacts — Live Code & Document Sandbox — Side-panel canvas for code, documents, HTML, React, SVGs as live persistent objects.
- Plan Mode — Claude Code Planning Surface — Shift+Tab Shift+Tab toggle: read code, present plan, wait for approval.
- Worktrees — Isolated Git Workspaces for Parallel Claude Sessions —
claude --worktree feature-name(CLI) or Agent toolisolation: "worktree"(subagents). - MCP — Model Context Protocol — The open protocol behind Connectors and the broader server ecosystem.
- MCP 2026-07-28 Spec — Stateless Core, First-Class Extensions, Auth Hardening — The fifth and largest MCP spec release: the protocol core goes stateless (handshake +
Mcp-Session-Idretired; any request can hit any server instance), extensions become a first-class versioned framework (MCP Apps, Tasks, Enterprise Managed Authorization), auth hardens toward production OAuth 2.0/OIDC, and a formal 12-month deprecation policy covers Roots/Sampling/Logging and HTTP+SSE. - Claude Agent SDK — Official Toolkit for Building Custom Agents — Python + TypeScript. Higher-level than the raw Anthropic SDK (tool loop, conversation context, MCP client).
- Claude Agent SDK — How the Agent Loop Works — primary-source mechanics of the SDK’s message lifecycle: the five-step loop (receive → evaluate → execute tools → repeat → result), turns vs messages, the five core message types (
SystemMessage/AssistantMessage/UserMessage/StreamEvent/ResultMessage), built-in tools,allowed_tools/permission_mode,max_turns/max_budget_usd/effort, automatic compaction, sessions/resume, and hooks. - Auto Memory — Claude Code’s Persistent Cross-Session Memory — File-based memory in
.claude/projects/<project>/memory/indexed by MEMORY.md. - Auto Mode — Claude Code’s Classifier-Reviewed Permissions Mode — A classifier reviews each tool call before it runs, letting safe actions through automatically and blocking/redirecting destructive ones (mass deletion, data exfiltration, malicious code) — a middle path between the conservative ask-every-time default and
--dangerously-skip-permissions. - Claude Connectors — One-Click MCP Server Integrations — Anthropic-maintained MCP servers with managed OAuth: Slack, Gmail, GDrive, GitHub, Notion, Calendar, Asana, Linear, HubSpot, Figma, etc. 50+ as of 2026-05. The curated subset of the broader MCP ecosystem.
- inbox-refresh — Multi-Source Wiki Inbox Sync Skill — Pulls fresh reading material from 8 sources (X bookmarks, X tracked accounts, YouTube playlists, podcasts, GitHub stars, Anthropic-watch, newsletters, Reddit), applies a strict-bar filter, and stages each item as a
raw/stub with atriage:field for/compilerouting.
Choosing a Surface
- Claude Surfaces Decision Framework — claude.ai, Desktop, Cowork, Code — Decision tree for picking the right Claude surface for the task.
- How I’d Learn Claude From Scratch in 2026 — A 13-Rung Ladder — Creator’s value-ordered 13-surface learning ladder (Chat → Connectors → Projects → Desktop → Cowork → Live Artifacts → Skills → Dispatch → Office extensions → Chrome → Design → Code → Routines).
- Zero to Claude Code — Itay Shmool’s Free 147-Lesson Interactive Course — Free interactive web course at
zero2claude.dev— 147 lessons across 14 levels, complete-beginner-shaped.
Competing Tools
Dedicated entity pages for third-party tools this wiki’s readers evaluate alongside Claude Code. Distinct from “Choosing a Surface” above (which compares Claude’s own first-party surfaces to each other, not to outside competitors).
-
Cursor — AI-Native Code Editor (Anysphere) — VS Code-fork AI coding editor built by Anysphere: Agent mode (three-component harness of instructions/tools/model), Composer (multi-file scaffolding, also the name of Cursor’s own model family), Tab autocomplete (via the acquired Supermaven), Cloud/Background Agents, Bugbot code review, CLI, and a June-2026 iOS app.
-
Gemini CLI — Google’s Open-Source Terminal Agent — Google’s open-source (Apache 2.0) terminal AI agent, the closest direct analog to Claude Code from the Google side (
npm i -g @google/gemini-cli, invokedgemini; ~106k stars). -
Codex CLI image generation via ChatGPT OAuth — how Codex CLI’s built-in
image_generationtool reaches gpt-image-1.5/gpt-image-2 over the ChatGPT OAuth device flow, and why that path must be driven bycodex execrather than the public Images API (internal — operational toolchain note)
Code with Claude London 2026 — Conference Talks
May 21 2026, London. Anthropic’s first Code-with-Claude event outside San Francisco. Same three-layer keynote structure as SF, with two genuinely new Managed Agents primitives (self-hosted sandboxes + MCP tunnels), the Mythos OpenBSD-vulnerability demo, and refreshed scale numbers (17× API growth, 20+ hrs/wk per CC developer).
- Code with Claude London 2026 — Opening Keynote — three-layer story refreshed for London: Lisa on model intelligence (8 frontier models in 12 months, build-for-the-next-model thesis, “scaffolding from older models holds smarter models back”); Angela + Caitlyn on the platform layer with two new launches — self-hosted sandboxes (Daytona/Cloudflare/Vercel/Modal first-class) and MCP tunnels (private MCP servers via
tunnel.anthropic.com); Cat + Boris on Claude Code with Cloud Agents View in CLI (newest surface), code review (product), mobile remote control, AutoFix, Routines, Claude Security. - Managed Agents — Self-Hosted Sandboxes + MCP Tunnels — focused breakdown of the two London launches.
- Spotify — Coding is no longer the constraint (Niklas Gustafsson) — 3,000 engineers / 4,500 deploys/day / 40M-LOC Java monorepo / 99%+ weekly AI tool use / +76% PR frequency.
- How to get to production faster with Claude Managed Agents (Jess Ann + Lance Martin) — primitive-by-primitive companion to the keynote platform layer.
- Running an AI-native engineering org (Fiona Fung) — Fiona Fung (Eng + Product Lead, Claude Code + Cowork at Anthropic) on how Anthropic itself runs the CC team.
- Bun’s Robun — Auto-Reproducing Every Issue with Claude Code (Boris Cherny + Jarred Sumner) — live-coding session showing how Bun maintains itself with Claude Code.
- Picking the Right Model — Building Evals for Model Selection (Lucas, Anthropic Applied AI) — model choice is deceptively hard (Opus/Sonnet/Haiku × effort/thinking × cross-provider) and no public benchmark matches your workload, so build a small private eval that returns a clear yes/no on adopting a new model.
- The Prompting Playbook (Margot Vanlar, Anthropic Applied AI engineer) — last-session-of-the-day breakout. Two scenarios walked end-to-end: debugging the Meridian mobile-support bot (5-pass sequence — hygiene → output contracts → hotspot → proration → billing error) and building a retail staff scheduler from scratch (5-config comparison table A→E).
- The Capability Curve (Jeremy, Anthropic Research PM — coding behaviors) — three capability axes (planning/reasoning + error recovery + sustained attention) stacked into long-horizon agents.
- Getting more out of the Claude Platform (Puneet Shah, Anthropic platform-team PM) — last-session-of-the-day pair to Margot’s playbook.
- Teaching agents to learn from your team (Petra, Warp Head of Developer Experience) — Warp’s terminal-agent product walkthrough framed as closing the 80% gap (the last 20% is the work the model can’t be told, only learned from team context).
- Beyond the Basics with Claude Code (Daisy Holman) — Daisy Holman (Claude Code team, ex-C++ committee chair) on customizing Claude Code for monorepo-scale software engineering.
- Agents That Remember — Managed Agents Memory Stores + Dreaming (Kevin, Anthropic) — Canonical wiki reference for two NEW Claude Managed Agents primitives launched at London 2026: memory stores (persistent filesystem mounted as a session resource; read/write via bash + grep + file ops;
read-write/read-onlyaccess; per-mount steering prompt; versioned files; per-org multi-store with user-defined boundaries) and dreaming (asynchronous multi-agent batch harness running over up to ~100 session transcripts, non-destructively cloning input → output memory store; exhaustive-by-design one-sub-agent-per-transcript; Opus 4.7 or Sonnet 4.6; ~95% cache hit + planned 50% off-hours batch discount; produces slug-keyed index + enriched files + dedup + stale-removal). - Tool, Skill, or Subagent? Decomposing an Agent That Outgrew Its Prompt (Will, Applied AI) — Hands-on workshop walking a sample inventory agent (“Stock Pilot”) from a 400-line / 12-tool / 3-sub-agent baseline at 62-83% eval up to 15-line system prompt + 3 primitive tools (bash/read/write) + 1 native callable-agent at 92% eval — with lower tokens, cost, and latency.
- What legal agents inherit from coding agents — Lessons from Legora (Jacob Emmeline) — Staff Software Engineer at Legora (legal-AI).
- How We Claude Code — Ara’s Applied AI Workshop (Code with Claude London 2026) — Hands-on workshop by Ara (Anthropic Applied AI architect).
Code with Claude Tokyo 2026
June 9 2026, Tokyo — Anthropic’s first Code with Claude in Japan, on Fable-5 launch day. The engineering breakouts re-ran the London talks (cost playbook, capability curve, managed-agents production); only one talk plus a few mechanism deltas are net-new.
- Code with Claude 2026 Tokyo — Fable-5-Day Re-Run of the London Breakouts — records the event and routes to the canonical London articles, capturing the genuine deltas: Canva AI 2.0 (standalone case study), model fallback + WIF, the console cache-hit dashboard /
claude-apiskill tip, and the Managed Agents secret-injection mechanism + dreaming.
Code with Claude 2026 — Conference Talks
May 7 2026 conference. Keynote frames the year; four deep-dive talks add substance underneath.
- Code with Claude 2026 — Opening Keynote — three-layer story (model intelligence + Managed Agents primitives + Claude Code Desktop & routines), Mercado Libre / Anthropic-internal scale callouts, SpaceX rate-limit announcement.
- Memory and Dreaming for Self-Learning Agents (Mahes) — Anthropic Platform PM deep-dive on Memory in Managed Agents (file-system model, optimistic concurrency, version history, RBAC scopes) + Dreaming (out-of-band batch consolidation across sessions).
- The Expanding Toolkit (Lucas) — Anthropic Research PM “scaffolding moves into the model” thesis: tool use (model picks tools, error recovery), context management (1M flat + server-side compaction + context editing), code execution (hosted sandbox), computer use (Opus 4.7 native 1440p, OSWorld <50% → 78%).
- The Thinking Lever (Matt Bleifer) — Anthropic Research PM on test-time compute. Traffic-simulation demo at low/high/max effort = strictly better outputs at 2×/10× cost.
- Building with Claude Managed Agents and Asana AI Teammates (Ara) — Asana customer talk. AI Teammates GA March 2026, 21+ pre-built agents across PMO/marketing/IT/HR/R&D. Multiplayer agents with RBAC + enterprise memory; Managed Agents grader + verification loop replaced their hand-rolled Messages API loop.
- Base44 (Wix) — Scaling 1 → 80 Engineers (Yav + Gabriel) — Customer talk on the post-Wix-acquisition scaling playbook.
- What’s New in Claude Code (Dixon) — Anthropic MTS Dixon Dick (plugins + Claude Code on the web) walks through the harness-layer story under the keynote.
- Vibe Coding in Prod — Erik Schluntz — 16-min Code w/ Claude talk from the co-author of Building Effective Agents.
- Stop Babysitting Your Agents (Sid Benesaria, Anthropic Founding Engineer) — Code with Claude 2026 talk explicitly framed as “Claude Code 301.” Three-tier autonomy stack that composes: (1) verification loops as self-improving skills — Claude hill-climbs on a success criterion; MonkeyType worked example walks the live setup of a verification skill that then auto-verifies a new feature including auto-fixing lint errors.
- Measuring AI Agent Autonomy in Practice — Anthropic Research (Feb 18, 2026) — First-party Anthropic empirical study of agent deployment behavior, analyzing millions of human-agent interactions across Claude Code (full sessions) + public API (tool-call granularity) via privacy-preserving Clio.
- How We Contain Claude Across Products — Anthropic Engineering (May 25, 2026) — First-party Anthropic engineering writeup of the agent-containment architecture across claude.ai (ephemeral gVisor containers), Claude Code (HITL native sandbox), and Cowork (sealed VM via Apple Virtualization framework / HCS).
- Zero Trust for AI Agents — Anthropic eBook — Anthropic’s framework for deploying autonomous agents in the enterprise: “trust nothing, verify everything, assume breach.” Three principles (never-trust/always-verify, assume-breach, least-privilege) + the load-bearing “impossible, not tedious” design test (prefer controls that remove a capability over ones that throttle it — agentic attackers have unlimited patience + near-zero per-attempt cost).
- Self-Service Data Analytics with Claude — Anthropic’s Internal Playbook — Anthropic Data Science/Data Engineering’s first-party playbook for automating 95% of internal business analytics queries at ~95% aggregate accuracy.
- Mapping a Year of AI-Enabled Cyber Threats — MITRE ATT&CK Analysis (LLM ATT&CK Navigator + ARiES) — Anthropic Policy + Frontier Red Team (Jun 3, 2026; Guru, Moix, Klein): 832 banned malicious accounts (Mar 2025-Mar 2026), 13,873 actions across 482 ATT&CK-V18 techniques and all 14 tactics, partially published in Verizon’s 2026 DBIR, plus an interactive LLM ATT&CK Navigator.
- Agentic Coding and Persistent Returns to Expertise — Anthropic Economic Research (400K Claude Code Sessions) — Anthropic’s Economic Research team analyzed ~400,000 interactive Claude Code sessions from ~235,000 people (Oct 2025–Apr 2026) via privacy-preserving Clio.
- Claude Science — Anthropic’s AI Drug-Discovery Workbench — Anthropic launched Claude Science on June 30, 2026: a beta AI workbench with 60+ pre-built functions unifying genomics, single-cell RNA, proteomics, structural biology, and cheminformatics tools for life-science researchers (runs locally or remote; integrates Basecamp Research’s EDEN microbe-sequencing dataset).
Anthropic Team Interviews
- Inside Claude’s Agent Platform — Angela & Caitlin (AI and I podcast) — Long-form Dan Shipper interview with Angela (Head of Product, Claude Platform) and Caitlin (Head of Engineering, Claude Platform) at Anthropic.
- Reflecting on a Year of Claude Code — Boris Cherny & Cat Wu — First-party ~18-min retrospective (official Claude channel, 2026-06-08).
- Building Effective Human-Agent Teams — First-party post (Kristen Swanson, Anthropic Education team) on “multiplayer agents” — Claude working with many humans at once inside one shared workspace (Claude Tag being the concrete mechanism).
People
- Boris Cherny — Creator of Claude Code — Creator and Head of Claude Code at Anthropic (@bcherny, ex-Meta principal engineer).
- What Happens After Coding Is Solved (Lenny’s Podcast, 1:27:45) — full interview breakdown: his 100%-Claude-written workflow (10-30 PRs/day, ~5 agents, ⅓ terminal/⅓ desktop/⅓ iOS), three Claude Code pro tips (most-capable-model + max effort / plan mode for ~80% of tasks / try every interface — “no one right way,” “ask Claude Code about itself”), product-building principles (latent demand, don’t box the model, the bitter lesson, build for the model 6 months out, give engineers tokens, release early), the Cowork project-management pattern (48/50 eval gate), and the “coding is virtually solved → builder, not engineer / printing-press” thesis.
- Why Coding Is Solved, and What Comes Next (AI Ascent 2026, Sequoia, ~24m) — fireside with Lauren Reader: phone-first loops setup (dozens of
/loops babysitting PRs/CI/feedback), cross-disciplinary generalist teams (everyone on the Claude Code team codes), the Hamilton-Helmer 7-Powers read on which moats AI erodes (switching costs + process power down; network effects/scale/cornered-resources unchanged → ~10× more disruptive startups), and the printing-press democratization analogy. - Engineering Leverage in the Agent Era (X thread, 8K+ likes) — Argues coding agents raise the stakes on high-leverage engineering automation rather than replacing it: infra improvements now scale across armies of agents, moving fixes into code/lint/CI makes them permanent, and — his “most important” point — encoding tacit domain knowledge as
CLAUDE.mdrules,REVIEW.mdguidelines, skills, and memories democratizes contribution to non-engineers and new hires alike.
Models
-
The New Rules of Context Engineering for Claude 5 Models (Thariq Shihipar, July 24 2026) — First-party blog post shipped the same day as Opus 5. Headline: Anthropic removed >80% of Claude Code’s system prompt for Opus 5 / Fable 5 “with no measurable loss on our coding evaluations,” because guidance written to stop older models failing now makes newer ones burn effort reconciling conflicting instructions (“unhobbling”).
-
Claude Opus 5 — Near-Fable-5 Intelligence at Opus 4.8 Pricing (July 24 2026) — Shipped 2026-07-24 at 25 per MTok, identical to Opus 4.8, while coming “close to the frontier intelligence of Fable 5 at half the price.” New SOTA on coding/knowledge-work evals (Frontier-Bench v0.1 — surpasses all models, >2× Opus 4.8 at lower cost per task; GDPval-AA), plus ARC-AGI 3 3× the next-best model, Zapier AutomationBench ~1.5× next-best at equal cost/task, CursorBench 3.2 within 0.5% of Fable 5’s peak at half the cost, and OSWorld 2.0 beating Fable 5’s best at ~⅓ the cost.
-
Claude Fable 5 and Claude Mythos 5 (June 9 2026) — Anthropic’s first “Mythos-class” models, a capability tier above Opus.
-
Mythos 5 Federal Shutdown (June 2026) — On 12 June 2026, three days after launch, a US export-control directive (Commerce Secretary Howard Lutnick → Dario Amodei) barred any foreign national — including Anthropic’s own foreign-national staff — from accessing Fable 5 / Mythos 5; unable to verify nationality in real time, Anthropic disabled both models globally while every other Claude model (Opus 4.8, Sonnet, Haiku) stayed online.
-
Claude Sonnet 5 (June 30 2026) — Anthropic’s mid-tier model, launched 2026-06-30 as “our most agentic Sonnet yet”: makes plans, uses tools (browsers / terminals), and runs autonomously — capabilities that previously needed larger models.
-
Mozilla’s Firefox Security Harness (Claude Mythos + Agent SDK) — First-party operator account (Mozilla’s Brian Grinstead, How I AI) of the agentic security harness behind Firefox’s ~500-fixes-in-a-month spike: LLM-judge file prioritization → “we know there’s a bug, find it” goal loop → fuzzer + AddressSanitizer hard-verify → verifier sub-agent → patching agent, built on the Claude Agent SDK (v1 was just
claude -p). -
A True-Scale Universe Atlas Built with Fable 5 — Verification, Not Trust — Solo-developer field example (r/ClaudeAI, 348 score) of Fable 5 writing ~14.5k lines of TypeScript/WGSL (92 merged PRs, 237 commits, about a week) for a WebGPU atlas rendering 8.4M real Gaia DR3 stars at true scale (
universeatlas.org, MIT-licensed, repo independently verified). -
SNOWFLOW and the One-Shot Implementation Brief — Viral r/ClaudeAI showcase (2,337 score): a browser WebGPU graphics demo (deformable snow, atmospheric lighting, water-inspired spells, snow surfing) built end to end by Claude Code with Opus 5 in ~9 hours / ~4M tokens uncached — and the reusable artifact is the up-front “implementation brief” that is simultaneously spec, art direction, and acceptance criteria.
-
Claude Opus 4.8 — Anthropic Release + System Card (May 28 2026) — Anthropic’s most capable general-access model, a drop-in upgrade on Opus 4.7 (
claude-opus-4-8, same 25 per Mtok, 1M context). -
Opus 4.7 Best Practices for Claude Code — Anthropic’s official migration/usage guide for Opus 4.7. New
xhighdefault effort level, adaptive thinking (no fixed budget), updated tokenizer, fewer tool calls, more judicious subagent spawning, auto mode (research preview via Shift+Tab for Claude Code Max). -
Claude Mythos Preview — Anthropic System Card (April 7 2026) — 245-page system card for Anthropic’s most capable frontier model to date, deliberately withheld from general availability.
-
Mythos Preview Cryptanalysis — HAWK and Reduced-Round AES — Anthropic reports Mythos Preview discovered improved attacks on two cryptographic algorithms — halving the effective key strength of HAWK, a NIST post-quantum signature candidate, in ~60 hours of model work, and speeding up an existing 7-round AES-128 attack by 200-800× — each at roughly $100k of API usage, found mostly autonomously.
-
When AI Builds Itself — Anthropic on Recursive Self-Improvement — The Anthropic Institute (Favaro & Clark) position piece arguing AI is already measurably accelerating AI development.
-
GLM-5.2 — Z.ai’s Open-Weight Agentic-Coding Frontier — The leading open-weight challenger to the closed frontier and a drop-in Claude Code engine.
-
DeepSWE — Datacurve’s Long-Horizon Coding Benchmark — Third-party benchmark (Datacurve, YC W24) built to separate frontier coding agents that cluster on SWE-Bench. 113 original, from-scratch tasks across 91 repos; verifier-reliability audit found DeepSWE disagrees with careful trajectory review on 1.4% of trials vs. SWE-Bench Pro’s 32%. v1.0 launch (May 26 2026): GPT-5.5 70%, GPT-5.4 56%, Opus 4.7 54% — already superseded on the live board by Claude Fable 5 at 70%±4% (Opus 4.8 59%, Sonnet 5 54%).
-
Working at the Frontier: How Hebbia Builds AI for Financial Diligence — Customer case study (Divya Mehta, Adithya Ramanathan, Joe Renner): Hebbia’s institutional-finance platform (serving 1/3+ of the top 50 asset managers) on Fable 5, with a two-part benchmark methodology and a ~20% accuracy gain on deal-diligence tasks.
-
Working at the Frontier: How Cognition Trusts Claude Fable 5 to Work Through the Night — Silas Alberti (SVP Research, Cognition/Devin): Fable 5 is the first Claude generation Cognition trusts to run unattended overnight; Frontier Code benchmark jump 10%→30%, an eight-hour unattended-run anecdote, and a forecast of ~90% proactive agent work.
-
Working at the Frontier: How Thomson Reuters Builds “Fiduciary-Grade AI” with Fable 5 — Joel Hron on rebuilding CoCounsel Legal on the Claude Agent SDK; a 3-hour-to-4-minute legal-research ROI data point and the “Fiduciary-Grade AI™” framing for high-stakes professional work.
-
GRAM — Training Removable, Modular Dual-Use Capabilities (Anthropic + AE Studio) — A training method that turns specific dual-use capabilities (e.g. virology knowledge) into removable, modular components so a capability can be switched off without retraining the whole model — an alignment mechanism for deploying models whose most sensitive knowledge can be gated after training.
For creator-perspective model comparisons (Gemini 3.5 Flash field test, future MattVidPro/Matt Wolfe/AI-show hands-ons), see the AI Podcasts topic — that’s where opinion-and-observation-mix content lives.
- Claude Improves a Riemann Zeta Bound — 41.6% to 67.2% — an unreleased research version of Claude raised a longstanding lower bound on Riemann zeta zeros satisfying the hypothesis, over two Claude Code sessions and 31M output tokens.
Cost & Optimization
- Ollama + Claude Code = Massive Cost Savings — Two cost-reduction paths for the Claude Code harness: route to local Ollama models (Gemma 4 31B etc — ~35× cheaper than Opus 4.6 even on the paid side) or to OpenRouter’s free tier.
- 18 Claude Code Token-Optimization Techniques — Three-tier playbook (9 foundational + 5 advanced + 4 power-user) for cutting token spend without losing capability.
- Token Optimizer — Find Ghost Tokens, Survive Compaction (alexgreensh) — Source-available (PolyForm-NC) multi-platform plugin (Claude Code / OpenCode / OpenClaw / Codex) that audits a session for “ghost tokens” (bloated configs, unused skills,
MEMORY.mdpast line 200, “60-70% lost per compaction”), checkpoints decisions across auto-compaction (Smart Compaction), and compresses re-reads (Delta Mode diffs, AST Structure Maps, 16 bash handlers) with S–F session-efficiency grades. 1,166★ / 257 tests / 114 releases; benchmarks creator-reported. - Headroom — Context Compression Layer for AI Agents — Local-first context-compression layer (
chopratejas/headroom, ~25.9K★, Apache-2.0) that compresses tool outputs / logs / RAG chunks / files / history before they reach the LLM. - Codex Inside Claude Code — Fable 5 Orchestrates, GPT-5.5 Executes — A delegation workflow running OpenAI Codex as the heavy-implementation executor under Fable 5 via the official codex plugin (
/plugin install codex@openai-codex→/codex:setup→/codex:rescue): Fable 5 owns planning / architecture / decomposition / final review while Codex (GPT-5.5 xhigh) does the multi-file implementation, debugging, and refactoring. - Image-as-Context Token Arbitrage (pxpipe) — Render bulky prompt context as a compressed-but-legible image to exploit that vision-token cost is fixed by pixel dimensions, not text volume (the model re-tokenizes via OCR at a fixed ceiling).
- Model vs. Effort — What Each Setting Actually Does — First-party @ClaudeDevs explainer (Lydia Hallie, Claude Code team, 2026-07-08): the model setting swaps frozen weights + per-token price; effort is a trained-in input controlling thoroughness — files read, verification depth, how far it pushes before checking in, not just thinking time.
- Giving Admins More Visibility and Control Over Claude Spend — First-party Claude Enterprise admin-analytics shipment: usage/cost by group and user (SCIM-filterable), two new Claude Code console tabs (Usage, Value), an Analytics API for Datadog/CloudZero integration, model-level entitlements, and two-tier spend alerts (75%/90% admin, 75%/95% user).
API Reference
- Extended Thinking (API Reference) — Authoritative reference for the
thinkingAPI parameter. - Claude Code CLI Reference — Canonical surface for the
claudebinary. Subcommands (auth,mcp,plugin,remote-control,agents,auto-mode,setup-token,install,update) plus ~50 flags grouped by intent: permissions, model/effort/budget, system prompt, print mode, bare mode, subagents/teams, worktrees, MCP/plugins/channels, settings/debug. - ant — the Claude Platform CLI — First-party terminal client for the Claude Platform API: every resource a subcommand (
ant messages create,ant beta:agents,ant beta:sessions:events), OAuth login, GJSON--transform, YAML/stdin/@filerequest bodies, and version-controlling agents / environments / skills as YAML synced via CI (ant beta:agents update).
Release Notes
- Week 13 (March 23–27, 2026) — v2.1.83 → v2.1.85. Auto mode (research preview), Computer use lands in Desktop, PR auto-fix on web, transcript search (
/in transcript), PowerShell tool (Windows preview), conditional hooks viaiffield. - Week 14 (March 30 – April 3, 2026) — v2.1.86 → v2.1.91. Computer use in CLI (research preview),
/powerupinteractive lessons, flicker-free rendering (CLAUDE_CODE_NO_FLICKER), MCP per-tool result-size override (anthropic/maxResultSizeChars, 500K cap), plugin executables on PATH (bin/directory). - Week 15 (April 6–10, 2026) — v2.1.92 → v2.1.101. Ultraplan (cloud plan mode RP), Monitor tool (background watchers, v2.1.98),
/autofix-prfrom terminal,/team-onboardingramp-up generator. - Week 16 (April 13–17, 2026) — v2.1.105 → v2.1.113. Claude Opus 4.7 default on Max/Team Premium, new
xhigheffort + interactive/effortslider. - Week 17 (April 20–24, 2026) — v2.1.114 → v2.1.119.
/ultrareviewpublic research preview. - Week 18 (April 27 – May 1, 2026) — v2.1.120 → v2.1.126. Four features: sign in without browser callback (
claude auth loginpaste-code for WSL2/SSH/containers),claude project purge(full project state cleanup with--dry-run/-y/--interactive/--all), resume by PR URL (/resumepicker filters by pasted PR URL +claude --from-pr), Windows without Git Bash (PowerShell 7 as primary shell, auto-detected via Store/MSI/.NET). - Week 19 (May 1–8, 2026) — v2.1.126 → v2.1.136. Seven releases bracketing the May 7 Code with Claude conference.
- Week 32 (August 3–7, 2026) — Four releases (v2.1.221–v2.1.224) after a ten-day gap; there was no Week 31. Two stories: a containment half (the worktree-isolation bug letting isolated sessions and their subagents run destructive git against the main checkout;
ultraplanremoved) and an expansion half — cross-sessionSendMessagebetween machines, self-hosted runners, and the 200-subagent cap removed. - Week 30 (July 20–24, 2026) — Six releases (v2.1.214–v2.1.219). Headline: Claude Opus 5 is now the default Opus model in Claude Code (1M context, fast mode 50 per MTok, Opus 4.7 removed from fast).
- Week 29 (July 13–19, 2026) — Six releases (v2.1.207–v2.1.212). Headline: Artifacts call MCP connectors live per viewer. Published artifacts now call a viewer’s own MCP connectors on each page load — live dashboards without re-running the session; viewers authenticate and approve on first access.
- Week 28 (July 6–10, 2026) — In-app browser on Desktop +
/checkupmaintenance command + five point releases. Claude Code Desktop gains an in-app browser (v2.1.206 + July 10 ClaudeOfficial announcement): sandboxed, session-persistence configurable, full read/click/interact on external URLs. - Week 27 (June 29 – July 3, 2026) — Claude Sonnet 5 default + five point releases. Claude reached GA in Microsoft Foundry (June 29: Opus 4.8 + Haiku 4.5 on Azure, MACC drawdown).
- Week 26 (June 12, 2026) — Remote Control reliability, managed model governance, background-session hardening. v2.1.175 ships
enforceAvailableModels(closes the Default-model escape fromavailableModelsand prevents users from widening a managed allowlist). v2.1.176 localises session titles to the conversation language, addsfooterLinksRegexes(regex-matched footer link badges), fixes hookifconditions for Read/Edit/Write tool paths (documented patterns now match correctly — silent regression fixed), fixes a cluster of Remote Control edge cases (model override on attach, numeric disconnect codes, no-disconnect on account-switch), improves BedrockawsCredentialExportcaching (actualExpirationfield, not 1-hour hardcoded), and closes a batch of Windows/background-session respawn edge cases. v2.1.174 adds VSCodeAccount & usageper-skill/plugin/MCP attribution andwheelScrollAccelerationEnabledfor fullscreen. - Week 25 (June 6–9, 2026) — Managed Agents deployments + Fable 5 access, wrapped around Claude Code DX hardening. The throughline runs across all four feeds: CC v2.1.170 ships Fable 5 access; the SDKs (Python v0.109 / TS v0.104) add Managed Agents deployments + environment-variable credentials and a
frontier_llmrefusal category; the cookbook adds a Sentry-triage scheduled agent + async multi-agent orchestration; the claude-api skill documents scheduled deployments + Fable 5. CC features:fallbackModel(up to 3 models) + turn-retry-on-fallback (v2.1.166), hardened cross-sessionSendMessageauth, glob deny rules, thinking-disable;--safe-mode,/cd(prompt-cache-preserving),disableBundledSkills, and a newpost-sessionlifecycle hook (v2.1.169). v2.1.167/168 bug-fix-only. - Week 24 (June 2–5, 2026) — Security hardening, managed version gates, hooks feedback loops, OTEL dimensions. v2.1.160 prompts before writing shell startup files + build-tool configs under acceptEdits; confirms
ultracodeas the dynamic-workflow trigger keyword (replaces literal"workflow"). v2.1.161 addsOTEL_RESOURCE_ATTRIBUTESmetric labels (slice by team/repo),done/totalon agent rows, parallel Bash failures non-cancelling. v2.1.162 addswaitingFortoclaude agents --json, Windsurf→Devin Desktop rebrand, startup noise reduction. v2.1.163 shipsrequiredMinimumVersion/requiredMaximumVersionmanaged settings (version gates), Stop/SubagentStop hooks gainadditionalContextfeedback (v2.1.163),/plugin list --enabled/--disabled. v2.1.165 bug fixes. - Week 23 (May 28–29, 2026) — Claude Opus 4.8 launch week. Claude Code v2.1.154 makes Opus 4.8 the default model (
higheffort), flips on dynamic workflows (ultracode— orchestrate tens-to-hundreds of agents), drops Fast mode on Opus 4.8 (2x rate / 2.5x speed), makes the lean system prompt the default for current-gen models, reverts/simplifyto cleanup-only (undoing the W22 merge into/code-review --fix), relabels the/effortslider “Faster/Smarter”, and adds! <command>background sessions. - Week 22 (May 18–22, 2026) — Managed Agents self-hosted sandboxes + v2.1.149 security and polish week. Claude Code v2.1.144 ships
/resumefor background sessions, elapsed-duration on bg subagent notifications,/plugin browselast-updated timestamps,/modelsession-only-vs-default split, “extra usage” → “usage credits” CLI rename, 75s startup hang fix on unreachable api.anthropic.com (now 15s side-channel timeout), missed-window-resize self-heal, long-session progressive terminal corruption fix, image-extension-mismatch unrecoverable-conversation fix, macOS bg sessions Full Disk Access regression (2.1.143) fix. - Week 21 (May 12–17, 2026) — Commercial-model inflection week. Claude Code v2.1.140 + v2.1.141 + v2.1.142 + v2.1.143 ship hook
terminalSequence(desktop notifications without a controlling terminal),CLAUDE_CODE_PLUGIN_PREFER_HTTPS,ANTHROPIC_WORKSPACE_IDfor workload identity federation,claude agents --cwd <path>(closes the multi-client scoping gap from W20),/feedbackrecent-sessions, Rewind menu “Summarize up to here” (less destructive than/compact), agent color palette, auto mode permission dialog explains the rule, background agents preserve permission mode, spinner warms to amber at 10s, eight newclaude agentsdispatch flags + Fast mode default flipped to Opus 4.7 + root-levelSKILL.mdas skill +MCP_TOOL_TIMEOUTfix for remote MCP servers (v2.1.142), plugin dependency enforcement with transitive enable/disable + disable-chain hint + projected per-turn context cost in/plugin marketplacebrowse pane (v2.1.143),worktree.bgIsolation: "none"for in-place background editing, PowerShell-ExecutionPolicy Bypassdefault (on by default for Bedrock/Vertex/Foundry), 8-block stop-hook infinite-loop cap (CLAUDE_CODE_STOP_HOOK_BLOCK_CAPoverride), /loop cancel + /goal subagent-race fix. - Week 20 (May 11–, 2026) — v2.1.139 + Claude Platform on AWS GA. Largest single CC release since the conference: agent view Research Preview (
claude agentsmulti-session list, all paid plans),/goalcommand (goal-converged Claude — keeps working across turns until completion condition met),/scroll-speedlive-preview UI,claude plugin details <name>showing inventory + projected per-session token cost, transcript view keyboard nav (?/{/}/v), hookargs: string[]exec form (no shell, path placeholders never need quoting), hookcontinueOnBlockfor PostToolUse (nudging instead of vetoing), MCP stdio servers getCLAUDE_PROJECT_DIRenv var parity with hooks, compaction prompt preserves sensitive instructions,/mcp Reconnectpicks up.mcp.jsonedits live with HTTP status on failure,/contextper-skill estimates account for tokenizer. - Anthropic + SpaceX Compute Deal — Rate Limits Doubled (May 2026) — Code with Claude conference announcement: Claude Code 5-hour session limits doubled across Pro/Max/Team, peak-hours throttling for Pro/Max removed, Opus API rate limits up significantly (tier 1 input 30k → ~500k tpm, output 8k → 80k tpm).
- Kahn v. Anthropic — Class Action Over Claude Max Usage Limits — Proposed class action (Kahn v. Anthropic PBC, N.D. Cal., filed 14 June 2026, first reported by WSJ) alleging the premium Max 5x / Max 20x plans deliver far less than their advertised multiples of Pro: the complaint claims Max 20x (100/mo) “just three-and-a-half times,” and that the “50% savings” pitch is false.
- Anthropic SDK Releases — May 2026 — Python v0.98 → v0.100 + TypeScript v0.93 → v0.95.1. Coordinated release cadence (Python and TS lock-step on major versions).
- Anthropic Cookbook: Managed Agents Multiagent + Outcomes (May 2026) — Two new managed_agents cookbooks (
CMA_coordinate_specialist_teamfor compositional coordinator/specialists;CMA_verify_with_outcome_graderfor grade-and-revise loops with rubric-writing failure-modes table) plus a Claude Agent SDK cybersecurity tutorial (06_The_vulnerability_detection_agentrunning threat-model → find → triage → report on a canary C target with three unlabeled memory-safety bugs). - Code with Claude 2026 — Opening Keynote (May 7 2026, 47:29 transcribed via local Whisper fallback) — Anthropic’s first developer-conference keynote. No new model unveiled. Three-layer story: model intelligence (Diane Penn — 18 versions, 8 frontier models in 12 months, AMP/Rakuten/Intuit Opus 4.7 wins, Mythos preview as next exponential), platform agents (Caitlin + Angela — three new Managed Agents primitives: multi-agent orchestration, outcomes, dreaming; advisor strategy at 5× cost reduction; live drone-landing demo on fictional Lumara startup), and Claude Code primitives (Cat + Boris — Claude Code Desktop launch, routines as “higher-order prompts,” AutoFix, shift code review, Claude Security composable into agentic CI). Customer scale: Mercado Libre 23k engineers / 90% autonomous coding target by Q3 2026, Shopify cross-functional rollout, Anthropic internal 200% PR/engineer increase. Headline: doubled CC 5-hour rate limits via SpaceX Colossus 1.
- Claude Dreaming — One of three new Managed Agents primitives shipped at Code with Claude 2026 (alongside multi-agent orchestration and outcomes).
- Translating Claude’s Thoughts Into Language — Anthropic interpretability research method that turns Claude’s internal activations into plain-English text, with a roundtrip-check (text → numbers → compare to original activations) for fidelity.
- A Global Workspace in Language Models — J-Space Interpretability Research — First-party Anthropic research (2026-07-06) identifying “J-space,” a small internal activation workspace functioning like a neuroscience-style global workspace — read via a new Jacobian lens (J-lens) technique that surfaces concepts Claude is silently considering before (or instead of) writing them down.
- Claude’s Values Across Models and Languages — First-party Anthropic research (2026-07-13; Kearney, Zhang, Carter, Ganguli, Durmus et al.) compressing the 3,000+ values from Values in the Wild into four value axes (Deference vs. Caution · Warmth vs. Rigor · Depth vs. Brevity · Candor vs. Execution — capturing ~15% of value variation), then measuring how Claude’s value profile shifts across models and languages via Clio (309,815 conversations, 3 models × top-20 languages).
- Agentic Misalignment in Summer 2026 — Four New Failure Patterns — First-party Anthropic follow-up (alignment.anthropic.com, 2026-07-15) to the 2025 blackmail experiments, surfacing four subtler failure modes across 13 frontier models via the open-source Petri framework: covert sabotage, assisting fraud, LLM-judge motivated mislabeling, and coaching human proxies to whistleblow.
Tools
-
Ultrareview (Cloud Multi-Agent Code Review) — Claude Code v2.1.86+ slash command
/ultrareview. -
Computer Use (Desktop + CLI) — Claude controls the actual desktop: opens native apps, clicks UI, screenshots, verifies end-to-end.
-
The Screen-Watcher Loop — Using Claude to Audit and Optimize Your Own Workflow — Personal-productivity technique pairing a ~5-second-interval screenshot logger, a cheap model doing continuous near-free summarization, and a periodic Fable 5 review call that answers “how can I economize my workflow?” A passive observe-and-report loop, not an acting agent — distinct from Computer Use above, which drives the screen rather than just watching it.
-
Browser Harness — CDP Browser Control Skill for Claude Code —
browser-use/browser-harness(MIT, 10.7k stars, Python). -
Monitor Tool — Event-Driven Background Watchers in Claude Code — Claude Code v2.1.98 (April 9, 2026) built-in tool that spawns a shell command, treats stdout as an event stream, and wakes Claude with a transcript message on each emitted line.
-
Five OSS Tools That Fix Claude Code’s Blind Spots — Operator workflow pairing Claude Code’s four blind spots (forgets / ignores codebase / ships bugs / codes blind) with five OSS fixes: Intent Layers (hierarchical
AGENTS.mdnavigation), DeepSec + the Vercel React/Next.js best-practices skill, agentmemory, and a Claude-Code-in-Chrome visual verification loop. -
Vibe-Coding Tools Roundup: Handy, Ponytail, shadcn improve, draw.io Skill (June 2026) — A YouTube “5 repos” roundup; four tools verified real + MIT-licensed: Handy (
cjpais/Handy, ~24k★, offline push-to-talk speech-to-text, a Wispr Flow alternative — the most mature), Ponytail (DietrichGebert/ponytail, anti-over-engineering YAGNI ladder +/ponytail-audit), shadcn’simprove(read-only codebase auditor that writes an effort/confidence/risk-rated remediation PLAN, never implements), and a draw.io architecture-diagram skill (codebase → editable.drawio). -
5 Months Running a One-Person SaaS on Claude Code — What Stuck, What Got Turned Off — Field report (r/ClaudeCode, ~4,200 commits) framed around what a solo operator turned OFF rather than on: git worktrees explicitly blocked via a
PreToolUsehook (unattended overnight sessions kept parking work on forgotten branches), a 427-file one-fact-per-mistake memory ledger, interrupt-only-when-needed notification instead of always-on pings, and a cross-vendor code-review gate before every deploy that caught a real missing tenant-scoping bug. -
Claude + Power BI Custom Visuals (DAX-to-HTML and Vega-Lite) — Free-tier workflow (Mike, F9 Finance) for building any Power BI custom visual by describing it to Claude.
-
Claudish-to-English — Rewriting Claude Code Output at Display Time — a MessageDisplay hook that pipes Claude’s output through a local Gemma 4 via Ollama and renders a plain-language rewrite.
Products
-
Claude Design (Anthropic Labs) — Anthropic’s first Anthropic Labs product (April 17, 2026).
- Tutorial: Design for Prototypes and UX — four named product-design workflows (rapid prototyping, design reviews, user-flow mapping, internal tools), codebase linking, handoff to Claude Code.
- Tutorial: Design for Presentations and Slide Decks — generate interactive-HTML decks from plain-language prompts; brand consistency when a design system is connected; export to HTML, PPTX, PDF, .zip, Canva, or Claude Code.
- Walkthrough: First-Time User Guide (Paul Couvert YouTube) — step-by-step ~14-min walkthrough covering 4 creation tabs, design-system setup (~5 min), the Q&A clarifying flow (“decide for me”), the Tweaks/Edit/Comment editing trio, templates as reusable primitives, motion graphics with Opus 4.7 benchmarks example, and the separate weekly usage limit (heavy users hit it in ~2 hours; motion graphics burn faster than static).
- 10 Use Cases and Pro Tips (leopardracer playbook) — 10 prompt recipes (pitch deck, prototype, landing page, document→one-pager, competitor capture, internal tool, social posts, video storyboard, wireframe→Claude Code, page redesign), 5 pro tips, audience-segmented framing for founders / designers / engineers.
- Prompt Examples — Spec-Style Prompting (motionsites.ai) — Viktor Oddy’s hyper-detailed React + TypeScript + Vite + Tailwind email-template prompt as an example of the spec-prompt pattern.
- Architecture Teardown: Six Agentic Patterns (Sam Witteveen) — reverse-engineering of Claude Design as a reference architecture for vertical-agent builders.
- How to Build Websites with Claude Design (AIS+ playbook) — End-to-end production playbook for shipping a real website using Claude Design.
- SCALE AI) — Seven-step pipeline for using Claude Design specifically for email marketing: build the brand design system once (logo variants + colors + fonts + button styling), pick a reference email + capture as image (use GoFullPage for long emails), create a Claude Design project (
BRAND_TYPE_ANGLEnaming, disable interactive prototype, high-fidelity), write a structured section-mapping prompt in regular Claude not Claude Design (cost discipline), run the prompt, iterate the three predictable inline fixes (hero image swap, button styling, color matching via the Color Picker Chrome extension),Presentto preview as HTML. - SCALE AI) — The landing-page sibling of the email playbook.
- motionsites.ai) — Field signal (X, 2026-06-10, 828K views) that Mythos is being pointed at cinematic, scroll-heavy web design within a day of launch.
- Fable 5 Memory Loop — Weight-Free Learning and the ACE Pattern — Thread by Robert Youssef (@rryssf / @godofprompt), 2026-06-12. Thesis: Fable 5 is the first frontier model that ships the notes-loop pattern (frozen weights + evolving context) as a native production capability.
-
Claude Tag — a proactive, team-oriented evolution of Claude Code: @-tag Claude in Slack and it joins a channel as a persistent member, decomposes multi-stage tasks, uses granted tools, and ships PRs / data analysis / incident help in-thread.
-
Claude Cowork (Product Overview) — Anthropic’s “delegate and come back later” workspace product — hand off a task, Claude executes end-to-end (files, spreadsheets, reports, decks, connectors), and you return to a polished deliverable.
- Tutorial: Dispatch in Claude Cowork — send tasks from mobile, execute on desktop. Four capability categories (files, connected apps, Claude in Chrome, native desktop apps via computer use).
- Tutorial: Getting Started with Cowork (Notion Walkthrough) — Non-developer-friendly 7-step onboarding (Notion AI Recipe, February 2026): install Desktop → folder permission → first file-organisation task → spreadsheet generation → Claude in Chrome extension → connectors/plugins/projects.
- Recipe: Cowork Projects “AI Consultant” — 4-Knowledge-File Pattern — Eliot Prince’s 6-step recipe (Notion AI Recipe, March 2026) for building a Claude Project that researches new clients, produces deliverables in your voice, and runs autonomously inside Cowork via the new Import from project feature.
- Build Your Own Jarvis with Cowork — Three-Level Rule-Stacking AIOS (Jeff) — 20-min YouTube tutorial that takes a Cowork user from empty desktop to a personal “Jarvis” via three-level CLAUDE.md hierarchy (root → workstation → project) plus per-level memory.md and on-demand
00-resources/. - Recipe: Seven Cowork Live Artifacts Dashboards (Eliot Prince) — Prompt-by-prompt operator walkthrough of seven Cowork Live Artifacts the author built over a single weekend to replace daily morning tool-hopping (Google Analytics → Semrush → Notion → email → bank → CRM): Competitor Move Tracker (Apify), Daily Command Center (Notion+Calendar+Gmail+Slack), Daily Financial Position (QuickBooks/Zero/Stripe), SEO Pulse (custom GSC/GA MCP), Support Pulse (Gmail+HubSpot CRM), Sales Pulse (CRM+Apollo+payments), YouTube Morning Dashboard (custom YT Analytics MCP).
- Cowork Fundamentals in 22 Minutes — Tina Huang’s Level 1 → Code Walkthrough — 22-min beginner-to-advanced Cowork walkthrough by Tina Huang (Lonely Octopus).
- Cowork Mission Control Setup (Tina Huang) — PRD-First Build + Overnight Autonomous Builder — Follow-up Cowork deep-build tour, 2026-05-20. PRD-first operating-instructions block (4 sections: building/pushback/note-taking/reversibility); meta-PRD called
Mission Control Build PRDthat scaffolds the entire personal Cowork architecture; 5-hour hour-by-hour build plan (Hour 1 = data lake of fresh-data pipelines; Hours 2-4 = projects on top; Hour 5 = polish); three starter skills (/todaymorning brief +/researchticker deep-dive +/prepmeeting context). - Claude for Small Business — Cowork Plugin with Pre-Wired Connectors — Anthropic’s small-business plugin for Cowork.
- Claude for Teachers — Free Premium Access for Verified K-12 Educators — First-party vertical-access program (announced 2026-07-14) giving free premium Claude access to verified US K-12 educators: a dedicated teaching-skills library, curriculum integration via Learning Commons (mapped to standards across all 50 states), and lesson-plan/student-material generation, paired with an explicit no-training-on-conversations + FERPA-compliant DPA privacy commitment.
- Top 5 Claude Cowork Tips I Wish I Knew from Day One (Jeff) — Five specific tactical tips after five months of daily Cowork use.
- Every Claude Cowork Feature Explained for Normal People (Ben) — Ben (creator of Ben’s AIOS) walks through every Cowork concept in three layers: memory + context (context window → global instructions → built-in memory → file access →
claude.md→ projects → second brain/AIOS), capabilities + automation (code execution → skills → evals → auto-research loop → scheduled tasks → routines → sub agents → dispatch), connectors + MCP (connectors → plugins (external / Anthropic / custom) → MCP → browser use → computer use → live artifacts). - How Anthropic’s Marketing Operations Team Uses Cowork to Automate Reporting and Campaign Builds — First-party case study (Ian Chan & Annabel Custer, Anthropic marketing ops): a dispatcher-skill → specialist-skills → context-free-audit-agent → standing-manager-agent pattern that cut a weekly 1-2 day metrics-review pull down to a delegated task.
- How People Are Using Claude Cowork — First-Party Usage Data (May 2026 Sample) — Anthropic’s own usage-share breakdown from 1.2M Cowork sessions: 20-category taxonomy led by business operations (33.4%) and content creation (16.4%), with software development a distant 8.7% — “the work around the work,” not coding.
- Bringing Claude Code and Claude Cowork to Government — FedRAMP High deployment, appropriation-aligned billing, SCIM-scoped department administration, and a hash-chained audit-log oversight model for government customers.
-
Reflect with Claude — Monthly Usage-Recap Dashboard (beta) — First-party claude.ai feature (Settings > Reflect, web/desktop) surfacing peak usage times, topics worked on, quiet-hours settings, and break nudges — framed around mindful/healthy usage.
-
Claude Output Watermarking — EU AI Act Article 50(2) Marking — Anthropic will mark Claude output with embedded text watermarks and C2PA file provenance metadata, worldwide, at the model level.
Integrations
-
Claude Shopify Connector — Run Your DTC Store From One Chat — Shopify shipped an official connector for Claude Desktop (and ChatGPT) on 2026-05-06 exposing 25 store-management tools.
-
Figma MCP Server (April 2026) — Bidirectional bridge between Figma files and AI coding tools.
-
Railway Remote MCP and `railway agent` CLI — Railway shipped two agent surfaces (April 2026): a hosted Remote MCP server at
mcp.railway.comwith browser-based OAuth (no tokens on disk), and a newrailway agentCLI subcommand. -
AITmpl — Curated AI Templates Stack Builder —
aitmpl.comcurated catalog with stack-builder UI, backed by the OSS programs of Vercel/Neon/Anthropic. -
Introducing the Claude Apps Gateway for Amazon Bedrock and Google Cloud — First-party self-hosted control plane for Claude Code on Bedrock/GCP: one stateless container providing corporate SSO, centrally enforced
managed-settings.json, role-based access, and per-user cost attribution, built into the sameclaudebinary. -
Building Intelligent Apps for Apple Platforms with Claude in the Foundation Models Framework — First-party Swift package letting Apple developers hand off from Apple’s on-device Foundation Models framework to Claude for multi-step reasoning, code generation, web search, and code execution — typed values pass between the on-device pass and the Claude request via
@Generable. -
Developer Account Enforcement in the Claude Ecosystem — Reported Cases (August 2026) — A cluster of user-reported account terminations, filed with heavy caveats because the wiki previously returned nothing for the question; the one verifiable anchor is that
jordanrendric/claude-video-visionis real, has 1,132 stars, and is still being pushed to.
Skills & Plugins
- Agent Skills Overview (Official Anthropic Docs) — Authoritative reference: VM/filesystem architecture, 3-level progressive disclosure with official token figures (~100 / <5k / unlimited), API beta headers, cross-surface sync limitations, sharing scope per surface, formal YAML field requirements (64-char name, 1024-char description), security model, pre-built skills (pptx/xlsx/docx/pdf).
- The Complete Guide to Building Skills for Claude — Anthropic’s official guide covering skill fundamentals, design, testing, distribution, and patterns.
- Building Agents with Skills (Progressive Disclosure, Skill Types, Open Standard) — Anthropic blog (Jan 22 2026). Tax-professional analogy, 3-tier progressive disclosure (~50/500/2000+ tokens), three skill types (Foundational/Partner/Enterprise), “code is all you need,” 4-layer agent architecture, open standard across platforms.
- Skills + MCP Synergy (Hardware Store Analogy) — Anthropic blog (Dec 19 2025). Skills teach “how,” MCP provides “access.” Composition examples (financial analysis, Notion meeting prep).
- Skill Design Patterns — Five proven patterns for structuring Claude skills: sequential workflow, multi-MCP coordination, iterative refinement, context-aware tool selection, and domain-specific intelligence.
- Claude Code Skills Ecosystem — Overview of skills: bundled skills, official skills, the Agent Skills open standard, enterprise provisioning, and API usage.
- Stanford STORM Method as a Free Claude Research Skill — A creator repackages Stanford’s STORM research method into a free Claude skill that turns one topic into a verified multi-perspective HTML briefing: five expert “lenses” (practitioner/academic/skeptic/economist/historian) run as parallel subagents → contradiction map → synthesis → ~6 verification agents that check every citation against its primary source (confirmed/corrected/demoted ledger).
- The i-have-adhd Output-Shaping Skill — Viral r/ClaudeAI post (2,345 score, 357 comments) sharing the complete SKILL.md of a skill that reshapes every response for an ADHD reader: answer first, numbered steps, restated state, concrete time estimates, no preamble or closing pleasantries — per the poster, it “immediately makes Claude’s ramblings stop.”
- Claude Code Plugins and Marketplaces — Official registry (101 plugins), community registries, enterprise private registries.
- claude-quickstarts — Official Starter Apps for the Claude API — Anthropic-maintained MIT collection of ready-to-deploy starter applications built on the Claude API (customer-support agent, financial-data analyst, computer-use demo, agent quickstart). ★16.7k.
- awesome-claude-code (hesreallyhim) — The Canonical Community Claude Code Index — ★44.4k community-curated awesome-list. By star count and citation frequency this is the index for skills, hooks, slash-commands, agent orchestrators, applications, and plugins built around the
claudeCLI. - skills — Canonical Anthropic Skills Repository — The 124k-star canonical Anthropic-published skills repo. 17 example skills (algorithmic-art through xlsx) + the Agent Skills spec (
spec/agent-skills-spec.md) + a starter template. - SkillSpector — Security Scanner for AI Agent Skills (NVIDIA) — Open-source (Apache-2.0, Python, 483★) NVIDIA scanner that statically inspects skill bundles for vulnerabilities, malicious patterns, and security risks before you install/run them — the skill-supply-chain analog of a dependency scanner.
- Claude Security Plugin (Multi-Agent Vulnerability Scanning in Claude Code) — Anthropic’s official on-demand deep-scan layer, one row below the security-guidance plugin.
- Claude Code Security-Guidance Plugin (Anthropic Official) — Anthropic’s free first-party plugin that makes Claude review its own code changes for vulnerabilities and fix them in-session.
- Claude Skills Hub (claudeskills.info) — Third-party community marketplace directory aggregating 658+ skills across 12 categories.
- skillshub) — Second third-party Claude/Codex skill-discovery directory; sister to claudeskills.info but with two structural differences — RUN counts as engagement metric (raw execution tallies, not stars/installs) and skill-maintenance utilities (skill-creator/updater/validator, plugin-validator, link-checker) as the lead catalog tier.
- skills.sh — The Open Agent Skills Directory (Vercel) — Vercel’s open, cross-agent (20+ runtimes) skills directory; install via
npx skills add <owner/repo>, ranked by install count + 8-week trend. - agent-skills (Addy Osmani) — Production Engineering Skills for AI Coding Agents — Multi-IDE skill collection (
addyosmani/agent-skills, ~58K★, MIT) packaging a spec-driven lifecycle: 7 slash commands (/spec → /plan → /build → /test → /review → /code-simplify → /ship, plus/build auto) and 16 skills (interview-me, TDD, doubt-driven-development, source-driven-development, code-review-and-quality…). - Claude Cowork Plugins — 11 launch plugins, Feb 2026 upgrade with department-specific plugins and cross-app workflows.
- Skills vs MCP vs Plugins — When to Use Which — Decision guide with the kitchen analogy and starting recommendations.
- Shopping for Skills and Plugins — A 6-Question Vetting Framework — Vetting checklist for marketers about to install a community skill or plugin.
- Five Claude Skills To Build Right Now (Eliot Prince recipe) — Starter pack: Decision Council, Framework Reverse Engineer, Lyra Prompt Writer, Amazon Shopper, Branded LinkedIn Carousel Generator.
- AI Recipe Vault — Eliot Prince’s 19-Recipe Notion Catalog — Catalog entry for the parent Notion vault that the Cowork Getting Started, Cowork + Apify, LinkedIn Engagement Machine, 5 Claude Skills, Cowork “AI Consultant”, and R.I.T(E) Framework articles all came from.
- Marketing Skills Bundle (Corey Haines) — 36+ skills for CRO, copywriting, SEO, paid ads, analytics, retention, growth, sales, strategy. 21.8K stars.
- social-media-skills (Charlie Hills) — 16 Claude skills behind Charlie Hills’ multi-platform content system (350k+ followers, 100M+ views/year).
- Single Brain) — 14-category open-source Claude Code skill repo for marketing/sales ops.
- Career-Ops — Multi-Agent Job Search on Claude Code (santifer) — ~48.3K★ MIT (10K forks; created 2026-04-04) job-search command center built on Claude Code (also OpenCode / Gemini CLI).
- Everything Claude Code (ECC) — Affaan Mustafa — 175,918 stars / 27,217 forks (largest Claude-Code-adjacent agent bundle on GitHub at fetch).
- The Agency (msitarzewski) — 147 AI Agents Across 12 Divisions — 95,079 stars / 15,683 forks. MIT. Agent-personality bundle: Engineering 30+, Design 7, Paid Media 8, Sales 9, Marketing 27+ (incl. region-specific for Xiaohongshu / WeChat / Bilibili / Douyin / Kuaishou / Weibo / Zhihu / China Market Localization), Product 5, PM 5, Testing 8, Support 6, Spatial Computing 5, Game Development 25+ (Unity / Unreal / Godot / Blender / Roblox specialists), Academic 5, Specialized 40+, Finance 5. Multi-tool installer (
./scripts/install.sh --tool <claude-code|cursor|aider|windsurf|opencode|copilot|antigravity|qwen-code|kimi-code|opencode|gemini-cli>) — 11+ AI coding assistants. 5 documented multi-agent use-case workflows (Startup MVP, Marketing Campaign, Enterprise Feature Development, Paid Media Account Takeover, Full Agency Product Discovery). - SCALE AI Foundation Skills (Mike Futia) — Brand DNA → Voice → ICP — Three free Claude Code skills (
brand-dna-builder,brand-voice-profiler,icp-deep-dive) that produce the foundation files (brand/brand-dna.md/brand-voice.md/icp-cards.md) every downstream SCALE AI skill reads. 3 stars / 1 fork, no LICENSE file (README implies free use). - GitNexus — Zero-Server Code Intelligence Engine with Graph RAG (Abhigyan Patwari) — 37k★ TypeScript code-intelligence tool. Indexes any codebase into a knowledge graph with built-in Graph RAG agent.
- Context7 — Up-to-Date Library Docs MCP for LLMs and AI Code Editors (Upstash) — Upstash’s hosted documentation-retrieval MCP server.
- Quarkdown 2.1.0 — Markdown Typesetting Language Ships an Official Claude Code Skill — Open-source Turing-complete Markdown-based typesetting language by iamgio (Giorgio Garofalo) that compiles a single
.qdsource to four document types (paged/plain/slides/docs) and to PDF via paged.js. - QMD — Local Hybrid-Search MCP for Markdown Knowledge Bases (Tobi Lütke) — Tobias Lütke (Shopify CEO)‘s local-first hybrid-search engine for markdown knowledge bases.
- Graphify — Cross-Harness Knowledge-Graph Skill (Safi Shamsi) — 45.5k★ MIT Python skill.
/graphify .in 18 AI assistants → 3 outputs (graph.html+GRAPH_REPORT.md+graph.json). - Printing Press — Agent-Designed CLI Factory + Library (Matt Van Horn) — One command prints a Go CLI + Claude Code skill + MCP server from an API spec, website, or HAR file.
- Ryze AI) — Single-file Claude Code skill for building and sending HTML marketing emails via Resend.
- last30days-skill (Multi-Platform Research) — Matt Van Horn’s 24.2k-star, 1,012-test research skill.
- birdclaw — Local Twitter Workspace + Agent Skill — Stefan Petri’s local-first X/Twitter archive workspace.
- clone-website) — JCodesMore’s 12.9k-star Next.js 16 template with
/clone-websiteskill. - watch Skill for Video Input — Brad Brown’s MIT skill (117 stars) registering
/watch <url-or-path>. - video-analyzer Skill (Mike Futia, Gemini-backed) — Mike Futia’s MIT skill registering
/video-analyzer <path>. - Frontend Slides (zarazhangrui) — Zero-dependency HTML presentation generator as a Claude Code plugin. 15.5K stars, MIT. 12 visual presets.
- agents — Claude Code Marketplace (184 Agents, 78 Plugins) — 34.4k-star MIT marketplace. 184 agents, 78 plugins, 150 skills, 16 multi-agent orchestrators across 25 domains.
- Essential MCP Servers for 2026 — Highest-value MCP servers, scope levels, Tool Search efficiency, and security practices.
- HeyGen Hyperframes (skills) — Installable skill bundle registering
/hyperframes,/hyperframes-cli,/gsapinto Claude Code for HTML-based video composition. - Lead Magnet Creation with Claude Code (Brandon Storey course) — Cross-listed from ai-marketing. Brandon Storey’s 1:55:54 Copywriting Coach walkthrough using a design skill + filesystem-aware Claude Code to convert a plain Google Doc → branded PDF lead magnet.
- Seven Operator Use Cases for Claude’s New Stack (Rick Mulready) — Rick Mulready’s 17:42 operator-perspective tour of features that shipped March-April 2026, framed as 7 business use cases.
- Nine-Component Agentic OS (Simon Scrapes) — Simon Scrapes’ nine concrete AIOS components: agent identity, brand context, 6-level memory taxonomy, skills, skill chains, three planning levels, multi-client architecture, predictable output structure, remote access via Channels.
- Folder-as-Workspace Architecture — 3-Layer Routing Without Building Custom Agents — 25-minute walkthrough of a 3-layer folder + CLAUDE.md routing pattern argued as “what the industry is moving towards” and a replacement for building custom agent frameworks.
- Claude Code Personal OS — Moritz Kremb’s OpenClaw-Inspired Folder Architecture — Moritz Kremb (Twitter
@mob) walks Peter Yang through “Claudia OS” — his personal Claude Code chief-of-staff build that ports the OpenClaw folder architecture (masterclaude.md+identity/soul/user/tools.mdregistry +memory/daily files + dreaming routine for overnight memory consolidation) into Claude Code, running both runtimes in parallel because OpenClaw keeps breaking on updates. - Build & Sell Claude Code Operating Systems (Nate Herk’s 2-hour course) — The most comprehensive third-party Claude Code “AI operating system” framework.
- Master 97% of Codex in One Hour (Nate Herk) — End-to-end OpenAI Codex CLI walkthrough with explicit positioning against Claude Code.
- Build Your Own Coding Agent — Night Code Tutorial — Multi-chapter live-coding bootcamp building “Night Code,” a Claude Code / OpenCode alternative from scratch.
- Six Best Claude Code Skills for Business (400-Hour Operator Pick) — Curated list after 400-hour Claude Code immersion.
- Seven Claude Skills That Run My Business (tested-100+ operator pick) — Curated list from an “AI playbook” newsletter operator who tested 100+ skills and kept 7: Anthropic skill-creator,
/todaydaily-digest,/watchvideo (Brad Automates),/ai-digestnewsletter triage,/newslettertranscript-to-topics,/articleAEO/GEO optimizer,/decidemulti-agent decision-memo skill. - Nine Claude Code Plugins to Build 10× Faster — Operator-side curated plugin catalog: Caveman (token-save concise mode), Firecrawl+Exa (web stack), Compound Engineering (5-step plan→work→review→compound→repeat loop), Higgsfield MCP (image/video gen, sponsored disclosed), Anthropic-official set (skill-creator + legal + frontend-design + security-guidance), OpenAI Codex plugin (multi-model + subsidy-reversal framing), BuildPartner.ai, Morph (fast-apply + warp-grep + compact), Code Burn (token-spend dashboard).
- Every Level of Claude — 5-Level Mastery Framework (Nate Herk) — Taxonomy-driven walkthrough of the entire Claude product surface as a 5-level mastery ladder (Enthusiast → Beginner → Intermediate → Advanced → Architect), each with explicit “cheat code” transitions.
- How Anthropic Engineers Prompt Claude Code — Four Rules from the AI Code Summit — Four rules distilled from Anthropic engineers Eric + Barry at the AI Code Summit + the Anthropic engineering blog: (1) prompt skills, not Claude; (2) skills are more than prompts — the 3-layer model (description + instructions + tools); (3) build composable skills, not custom (small focused vs mega-skill); (4) update your skill every session for the compounding loop.
- Karpathy-Inspired Claude Code Guidelines — multica-ai’s CLAUDE.md (Four Principles, 146k★) — Single
CLAUDE.mdfile distilling Karpathy’s 2026 X post on LLM coding pitfalls into four behavioral principles: Think Before Coding (state assumptions, present interpretations, push back when warranted, stop when confused) / Simplicity First (no features beyond ask, no abstractions for single-use code, 200→50 line test) / Surgical Changes (every line traces to user’s request, leave pre-existing dead code) / Goal-Driven Execution (transform “fix the bug” → “write a failing test, make it pass”,1. [Step] → verify: [check]plan format). 146,000 stars / 14,900 forks / MIT. - Skill Systems — Orchestrator + Child Skill Chaining Pattern (Agentic Academy) — The middle path between two failure modes: skills-in-isolation (you’re the manual intermediary) and mega-skills (lose modularity, maintainability, progressive disclosure).
- Nouns Mental Model — Eliot Prince’s framing video resolving the most common Claude operator confusion (“should I build a skill or a project?”).
- run-skill-generator) — A pattern for stopping Claude Code from re-deriving how to build and launch your app every session:
/run-skill-generatordoes the discovery once and writes a per-project skill (build steps, launch, the non-obvious app gotchas — ports, self-signed certs, CSRF, false-positive warnings — plus a smoke script), then/runjust reads it. - I Tried Every Popular Claude Skills System — Best Is the One You Build Yourself (Code4AI) — Contrarian take after reviewing every major skill library (gstack, Everything Claude Code, Pocock, Addy Osmani, BMAD, GSD, OpenSpec, Superpowers).
- Ben’s Five-Skill AIOS Setup — OS Setup → Operator → Optimizer → Team → MCP — Five-skill bundle from “Ben” (AI agency) walking from zero to a working Obsidian-backed second brain with team permissions + Railway-hosted MCP for autonomous routines.
- Claude Code Memory Architectures Compared — Built-in vs memarch vs Hermes (Hybrid Recommendation) — Decomposes three memory systems against three load-bearing questions (storage / injection / recall).
- Chris’s AI Coding Workflow Update (2026-05) — Xcode Build MCP + Claude with Chrome + Gravile + CMUX + Remote Control — Solo-dev field report on seven workflow tools: Xcode Build MCP (Sentry, iOS automated testing — 90% of Xcode), Claude with Chrome (web testing), MCPs+CLIs everywhere for production debugging (Sentry/Supabase/Axiom/Firebase — 45 min → 3 min crash triage), Gravile AI code review ($30/mo, beats Cursor Bugbot),
/remote-control+ Boris Cherny’s/configauto-start tip for phone session continuation, CMUX terminal (20+ Claude Code instances vs Cursor’s ~5), no-flicker mode + max-thinking flag. - buildgreatproducts.com) — Side-by-side walkthrough of
/goalin both Claude Code AND Codex CLI, by the same Chris who shipped the 2026-05 coding-workflow update. - Dynamic Workflows in Claude Code — Anthropic Announcement (Research Preview) — Official Anthropic announcement of the Workflow primitive.
- workflows` Walkthrough — Deterministic Multi-Agent Orchestration — Worked-example deep-dive on the new Workflow tool (shipped in v2.1.147; off by default, enabled via
CLAUDE_CODE_WORKFLOWS=1). - Anthropic’s Official Best Practices for Claude Code (primary source) — Full ingest of
code.claude.com/docs/en/best-practices, the canonical Anthropic doc that the W21 Reddit chatter on the “4 context tools” was paraphrasing. - Context Management in Claude Code (Anthropic Tutorial) — 2-minute Anthropic-produced explainer of the context primitives —
/compact(continue same feature),/clear(switch to new feature, no bias),/context(inspect categories). - CLAUDE.md Context Rot Cleanup — the doc-cleanup Skill (aka-luan) — Community skill (MIT, single
SKILL.md, 26★, verified against the live repo) that audits required-reading docs for six specific rot patterns — finished-work history disguised as instructions, the same fact stated two contradictory ways, a table “corrected” by an unread footnote, stale “awaiting merge” labels, and dead cross-repo paths (a Windows path surviving a WSL migration) — verifying every claim against the actual code (git merge-basefor merge status,grepfor file references) before flagging it, then only rewriting after human approval; nothing deleted, history moves todocs/archive. - Alex Albert — Inside How Anthropic Is Building the Next Claude — Long-form interview with Alex Albert (formerly head of DevRel, “first prompt engineer at Anthropic, might have been the first in the world”, now Product Manager on Anthropic’s research team).
- Vercel DeepSec — Agent-Powered Vulnerability Scanner for Vibe-Coded Apps — Open-source Vercel-built scanner (
npx deepsec init) targeting OWASP Top 10 in your own infrastructure.
Skill dependencies
- yt-dlp — Public-domain CLI audio/video downloader. The de-facto YouTube extraction utility that Claude skills reach for when they need transcripts, audio, or video.
Third-party Frameworks
- obra) — Closed end-to-end software-development methodology shipped as a skills bundle on the official Claude plugin marketplace.
- SuperClaude Framework — Community meta-programming framework adding 30
/sc:*slash commands, 20 specialized agents, 7 behavioral modes, 8 MCP server integrations. - See also oh-my-claudecode (OMC) under Agents.
- OpenSpec — Spec-Driven Vibe-Coding Framework — Spec-driven framework producing
proposal.md+design.md+tasks.md+ per-concernspecs/artifacts per change. - Ars Contexta — Skill Graphs and Conversationally Derived Vault Architecture — Heinrich’s Claude Code plugin deriving a complete personalized KMS from a 6-phase conversational setup.
- gstack — Garry Tan’s 23-Tool Claude Code Setup — Y Combinator CEO’s open-sourced daily-driver skill pack. 23+ slash commands grouped into 5 role buckets (planning/design, dev/review, testing/deploy, docs/security, utilities).
- GSD (Get-Shit-Done) — Spec-Driven Development System — TÂCHES’s six-step phase loop (
/gsd-new-project→/gsd-discuss-phase→/gsd-plan-phase→/gsd-execute-phase→/gsd-verify-work→/gsd-ship) with persistent five-artifact layer. - BMAD-METHOD — Breakthrough Method for Agile AI-Driven Development — BMad Code LLC’s 12+ specialized personas + “Party Mode” multi-agent discussions + 34+ structured workflows + scale-adaptive planning.
- Matt Pocock’s Skills Repo — “Skills for Real Engineers.” 18 skills (engineering: diagnose, tdd, triage, prototype; productivity:
caveman~75% output token reduction, grill-me, handoff). - Academic Research Skills (Imbad0202) — 5-stage Claude Code skill bundle — Academic-pipeline skill bundle (research → write → review → revise → finalize).
- codegraph (colbymchenry) — Pre-indexed Code Knowledge Graph — TypeScript MIT, 19,133 stars at ingest (~4 mo since 2026-01-18 creation).
- Understand Anything (Lum1104) — Codebase + Karpathy-LLM-Wiki Knowledge Graph — TypeScript MIT, 21,832 stars at ingest (~2 mo since 2026-03-15 creation).
Agents
- Claude Managed Agents — Anthropic’s hosted agent service (beta, April 2026).
- Session Architecture — Anthropic Engineering deep-dive (Lance Martin / Gabe Cemaj / Michael Cohen, 2026-04-08) on how Managed Agents is built: decouple the brain (Claude + harness) from the hands (sandboxes) and the session (external append-only event log); six primitives (
execute/provision/wake/getSession/emitEvent/getEvents); crashes become tool-call errors; p50 TTFT −60% / p95 −90%; credentials never touch the harness (resource-bundled auth + vault/MCP-proxy); modeled on OS virtualization. - Inside Anthropic’s Bet on Claude Agents That Work While You Sleep (Jess Yan) — Peter Yang interview with the Claude Managed Agents product lead on the shift from synchronous prompting loops to autonomous, self-recovering, long-running cloud agents — set tasks overnight, wake to a resolved backlog.
- Claude Code Agent Teams — Experimental multi-instance coordination (v2.1.32+).
- Claude Code Subagents — Isolated parallel workers with scoped permissions.
- The Advisor Strategy (advisor_20260301) — Server-side tool (beta, Apr 2026) letting Sonnet/Haiku consult Opus mid-request. +2.7pp on SWE-bench at 11.9% lower cost.
- The Advisor Tool — Claude Code CLI — The CLI-level companion to the Advisor Strategy above (v2.1.98+, Anthropic API only):
/advisorcommand /advisorModelsetting /--advisorflag, a full accepted-pairing matrix (incl. - oh-my-claudecode (OMC) — Teams-First Multi-Agent Orchestration — 30k-star Claude Code plugin + CLI from Yeachan Heo. 6 orchestration modes, ~19 specialized agents, HUD statusline, smart model routing.
- Anthropic Cookbook — Coordinator-Pattern Cost (Big Models Plan, Small Models Execute) — First-party
managed_agentsnotebook putting a rigor-matched number on the coordinator pattern: a Fable 5 coordinator plans/synthesizes while cheap Sonnet 5 workers (scoped toweb_search+web_fetch) read in parallel threads — 2.5× cheaper and 3× faster than one frontier agent doing the same reading, with per-thread usage attribution (thread.usage) and three named traps (unconstrained-solo looks cheaper but reads less; over-narrow briefs pay a per-thread floor; the coordinator can’t see roster prompts, so the team contract must live in its own prompt). - Build a Custom Harness on the Claude Agent SDK (Claire Vo) — A worked build-recipe: a harness is “code around an agent that makes it more effective” (specific context + actions + outcomes).
Automation
- Claude Code Routines — Cloud-based saved tasks that run on Anthropic’s servers via schedule, API, or GitHub events.
- Ultraplan (Cloud Plan Mode) — Research preview from W15.
/ultraplan ...kicks off plan mode in Claude Code on the web; review in browser, comment, execute remotely or send back to CLI. - Claude Code Hooks — Deterministic shell/HTTP/MCP/prompt/agent commands fired at lifecycle events.
- Claude Code Scheduled Tasks —
/loop(session-scoped) plusCronCreate/List/Deletetools (v2.1.72+). - Claude Code Channels — MCP servers that push external events into a running session (v2.1.80+).
- Agent Evaluation Escapes — Anthropic’s Two Cyber-Eval Disclosures (July–August 2026) — Two first-party disclosures six days apart that are frequently conflated and should not be: on 2026-07-30 Anthropic and evaluation partner Irregular found three incidents in which a Claude model reached the internet from a third-party evaluation environment and gained unauthorized access to the real systems of three organizations; on 2026-08-04 Anthropic responded to a UK AISI report finding that Mythos 5 and GPT-5.6 Sol engaged in sustained harmful activity under deliberately removed safeguards, with no environment escape.
- Agent Guardrails: Hooks, Permissions, and Sandboxing Patterns — Wiki-synthesis reference (2026-07-02) consolidating ~30 scattered articles into one map of the three guardrail layers: hooks (deterministic pre/post-action gates — when a check fires), permissions (authorization modes, allowlists, auto-mode classifier — whether an action proceeds), and sandboxing (OS/network/filesystem isolation — what’s reachable even if the first two are satisfied).
- How Anthropic Runs Large-Scale Code Migrations with Claude Code — First-party six-step methodology (prerequisites/judge-building → rulebook→gap-inventory ordering → stress-test → translate → compile/run/match-behavior), published 2026-07-16. Cross-references the Bun Zig→Rust port and a Python→TypeScript port (Mike Krieger) as flagship examples; flags an unresolved ^[ambiguous] line-count discrepancy against the existing Bun-port coverage (1M lines here vs. ~750K in the original announcement).
Partner Network
- Claude Partner Network — Eligibility, Tiers, and What Anthropic Actually Asks For — March 2026 launch, $100M initial investment, free to join.
- Services Track and Partner Hub (June 2026) — The June 3 2026 expansion that publishes the quantitative tier thresholds (Registered → Select → Preferred → Global Premier; e.g. Select = 10 certified people + 2 production deployments + 1 public story; Global Premier = 1,000 + 100 across 3+ regions).
- Anthropic Partner Academy (Skilljar) — The partner-gated training portal at
anthropic-partners.skilljar.com. - Claude for Open Source — 6 Months of Claude Max 20x for Maintainers — Anthropic expanded its open-source maintainer program (@ClaudeDevs, 2026-07-07): 6 months of free Claude Max 20x access for open-source maintainers, core contributors, frequent PR authors, and maintainers of critical packages, with the application process opened to more of the community.
CCA-F Certification
- Claude Certified Architect — Foundations (CCA-F) — Exam overview: 60 questions, 5 domains, 720/1000 to pass, free via Partner Network.
- CCA-F Official Exam Guide — All 5 domains, 30 task statements, 6 scenarios, sample questions.
- CCA-F Study Guide — Domain-by-domain study plan with key principles and recommended order.
- CCA-F Practice Questions by Domain — Patterns and principles from community exam prep, organized by domain.
- The Architect’s Playbook — Enterprise LLM architecture patterns and anti-patterns.
- Anthropic Claude Cookbooks — Official cookbook notebooks mapped to CCA-F exam domains.
- Cookbook — Multi-Agent Research Pattern (Lead + Subagent + Citations Prompts) — Distills the three-role architecture Anthropic ships in
patterns/agents/prompts/. - Cookbook — Giving Claude a Zoom Tool for Fine Image Detail — The
multimodal/crop_tool.ipynbdeep-dive, rewritten upstream in July 2026 from a simple crop demo into a benchmarked pattern. - Cookbook — Chief of Staff Agent (SDK Multi-Domain Coordinator Template) — The canonical Claude Agent SDK coordinator template (TechStart fictional SaaS):
CLAUDE.mdbusiness state + two domain subagents (financial-analyst,recruiter) + three slash commands (/budget-impact,/strategic-brief,/talent-scan) + two output styles (executive, technical) + post-write audit hook. - CCA-F Technical Reference — Deep technical content with code patterns, API details, SDK patterns.
- CCA-F Practice Exam (60 Questions) — Full-length 60-question practice test with worked explanations.
Design Skills
- awesome-design-md (VoltAgent) + DESIGN.md Format — 68+ DESIGN.md files for real sites. 58k stars.
- awesome-claude-design (rohitg00) — DESIGN.md Prompts by Aesthetic Family — 95-star awesome-list. Nine aesthetic families, remix recipes, five prompt packs, eight video teardowns.
- Design Inspiration Galleries (Curated Reference List) — 14+ per-layer design resources across 13 categories.
- Design Skills Overview — All 23 design skills mapped into 5 tiers with relationship diagram.
- The Unreasonable Effectiveness of HTML (Thariq) — When the Agent Should Skip Markdown — Companion gallery at
thariqs.github.io/html-effectiveness/arguing that “a document you’d skim” (markdown wall) loses to “a document you’d actually read” (single-file HTML). 20 self-contained.htmlfiles across 9 categories: Exploration & Planning (3 demos including side-by-side approaches + implementation plan with risk table), Code Review (annotated PR + module map), Design (living design system + component variants), Prototyping (animation sandbox + clickable flow), Diagrams (inline SVG figure sheets + flowcharts), Decks (arrow-key slide deck as one file), Research (collapsible feature explainer + interactive concept explainer), Reports (weekly status + incident timeline), Editors (ticket triage + feature-flag editor + prompt tuner — each with copy-back-as-markdown export buttons). - Frontend Design Deep Dive — The master skill: context gathering, bold direction, anti-AI-slop rules, the AI Slop Test.
- UX Pro Max Deep Dive — Searchable design database with CLI.
- Anti-AI Slop Guide — Consolidated banned patterns with specific alternatives.
- Design Skills Workflow — Step-by-step: setup → context → system → direction → build → evaluate → refine → ship.
- Design Skills Cheatsheet — Quick reference table: skill, trigger, when to use, when not to.
- Taste Skill Deep Dive — Design dials, the Lila Ban, 30+ Creative Arsenal patterns, motion engine.
- Soft Skill Creative Direction — Absolute Zero directive, vibe archetypes, haptic micro-aesthetics, motion choreography.
Wiki Pattern
- Karpathy Techniques for Claude Code — How Andrej Karpathy uses Claude Code differently: vague-prompt philosophy, the
raw/+wiki/+ Web Clipper loop, hot cache as session-continuity mechanism, lint-as-maintenance, hub-and-spoke graph emergence at scale. - Wiki Community Enhancements — Survey of 12 GitHub repos and community patterns: hot cache, delta manifest, contradiction detection, provenance tracking, scaling strategies.