Skip to main content
ClaudeREF.com

// content library // 26 entries // 1 videos

Learn Claude Code through practical, source-linked guides.

Focused articles, workflows, release explanations, and video notes designed to get you from question to working setup quickly.

RSS
Use /skill-doctor to trim Claude Code skill context safely
article6 September 202610:003 min read

Use /skill-doctor to trim Claude Code skill context safely

A practical, reversible workflow for using Claude Code's /skill-doctor report to find unused skill listings, reduce context overhead, and keep the skills that earn their place.

#claude-code#skills#context#workflow
DeepSeek Harness vs Claude Code: the real advantage is replaceable parts
article19 August 202611:212 min read

DeepSeek Harness vs Claude Code: the real advantage is replaceable parts

DeepSeek Harness is a developer-preview coding agent whose model, tools, sandbox, and loop are plugins. That makes it a useful experiment—not yet a drop-in Claude Code replacement.

#claude-code#agents#workflow#open-source
Claude Code /design: prototype the interface before you build it
article18 August 202617:152 min read

Claude Code /design: prototype the interface before you build it

The /design preview changes the first step of a UI task from coding to exploring visual directions. Here is a cautious workflow for evaluating the output before implementation.

#claude-code#design#workflow#prototyping
Five Graphify alternatives for Claude Code: pick the right context tool
article15 August 202612:474 min read

Five Graphify alternatives for Claude Code: pick the right context tool

CodeGraph, GitNexus, Repomix, Serena, and grepai solve different parts of Claude Code's codebase-context problem. This guide helps you choose without installing five overlapping tools.

#claude-code#mcp#context#workflow
Superpowers for Claude Code: the workflow behind the hype
article13 August 202614:523 min read

Superpowers for Claude Code: the workflow behind the hype

Superpowers turns Claude Code into a design-first, test-driven workflow using composable skills, worktrees, subagents, and review gates.

#claude-code#skills#workflow#testing
Claude Code's attribution header is not an AI watermark
article12 August 202610:303 min read

Claude Code's attribution header is not an AI watermark

Claude Code sends attribution metadata on some direct API traffic, but official sources do not support claims of an invisible signature in every generated file or response.

#claude-code#security#privacy#api
Is Claude Code auto mode now the default? What actually changed
article9 August 202616:143 min read

Is Claude Code auto mode now the default? What actually changed

Claude Code removed auto mode's opt-in consent step, but that is not the same as silently replacing every user's configured permission mode.

#claude-code#security#workflow#automation
Sonnet 5 vs Sonnet 4.6: read the benchmark, not the backlash
article9 August 202605:263 min read

Sonnet 5 vs Sonnet 4.6: read the benchmark, not the backlash

Sonnet 5 is stronger on many agentic and coding evaluations, but official results also show regressions and task-specific trade-offs against Sonnet 4.6.

#claude#models#benchmarks#workflow
Cross-session messaging: let your Claude Code sessions talk to each other
article8 August 202612:004 min read

Cross-session messaging: let your Claude Code sessions talk to each other

Cross-session messaging lets one Claude Code session deliver a message to another — same machine over a socket, or across machines via Remote Control. Here's how it works and when to use it.

#claude-code#messaging#sessions#workflow
MCP in Claude Code: the complete mental model
article8 August 202611:203 min read

MCP in Claude Code: the complete mental model

A practical guide to MCP in Claude Code: what the protocol is, how it connects Claude to external tools and data, how it differs from skills, and how the stateless 2026-07-28 spec changes server building.

#claude-code#mcp#integration#architecture
From slash commands to skills: why Claude Code is consolidating them
article8 August 202611:103 min read

From slash commands to skills: why Claude Code is consolidating them

Slash commands are being absorbed into skills. A command is a named prompt template; a skill is a structured system. Here's when each makes sense and why the platform is shifting.

#claude-code#skills#workflow#commands
Claude Code YOLO mode: ship overnight without the approval fatigue
article8 August 202611:003 min read

Claude Code YOLO mode: ship overnight without the approval fatigue

YOLO mode is the --dangerously-skip-permissions flag. Run it inside a sandbox and it's a superpower; on your main machine with no isolation it's a disaster. Here's the setup plus four ready-to-use recipes.

#claude-code#yolo#workflow#automation
Harness engineering: what actually makes Claude Code work
article8 August 202610:303 min read

Harness engineering: what actually makes Claude Code work

Claude Code's success isn't better prompts — it's the harness around the model: a streaming agent loop, a typed tool registry, and a context management layer. Here's the reproducible thesis.

#claude-code#architecture#harness#agents
Claude Code hooks: the programmable boundary around the model
article8 August 202610:204 min read

Claude Code hooks: the programmable boundary around the model

Hooks are the one mechanism that doesn't depend on the model remembering a rule — they run real code at key points in the execution flow and can allow, deny, or ask.

#claude-code#hooks#automation#security
Claude dynamic workflows: orchestration that lives in code
article8 August 202610:103 min read

Claude dynamic workflows: orchestration that lives in code

A dynamic workflow is a JavaScript script Claude writes that orchestrates subagents at scale. The key shift: the plan lives in code, not in a context window.

#claude-code#agents#orchestration#workflow
MCP 2026-07-28: the stateless core and why it changes servers
article8 August 202610:002 min read

MCP 2026-07-28: the stateless core and why it changes servers

The Model Context Protocol moved to a stateless core with request/response semantics. Here's what changed in the 2026-07-28 spec and why it makes MCP servers deployable anywhere, including serverless.

#claude-code#mcp#integration#architecture
Cutting Claude Code token usage: enforce, don't suggest
article7 August 202610:103 min read

Cutting Claude Code token usage: enforce, don't suggest

One practitioner's claim of 90%+ token savings comes from a 5-layer compression stack plus hooks that enforce it — the key insight is that suggestion isn't enforcement.

#claude-code#tokens#mcp#hooks#workflow
Loop engineering: designing agents that iterate, verify, and remember
article7 August 202610:005 min read

Loop engineering: designing agents that iterate, verify, and remember

A Claude loop is a repeatable workflow around the model — trigger, context, action, verification, state, and decision. Here's how to build one that's safe, stateful, and worth scheduling.

#claude-code#agents#workflow#automation
Building a production agent harness around Claude Code
article7 August 202609:505 min read

Building a production agent harness around Claude Code

What it actually takes to turn Claude Code into a multi-agent pipeline that watches Slack, opens MRs, self-heals CI, and improves its own code — a six-layer production harness.

#claude-code#agents#architecture#automation
What 'agents' actually means in Claude Code
article7 August 202609:405 min read

What 'agents' actually means in Claude Code

'Agent' means at least four different things in Claude Code. Sorting them — and the subagent-vs-skill boundary — is the key to building a maintainable workflow.

#claude-code#agents#subagents#context
Effort, plan mode, and /goal: the controls that actually matter
article7 August 202609:305 min read

Effort, plan mode, and /goal: the controls that actually matter

Reasoning effort, plan mode, and /goal solve different problems. Match the control to the task instead of defaulting to 'high effort' — these are the levers that separate prompt engineering from workflow engineering.

#claude-code#workflow#agents#planning
Fable 5 vs Sonnet 5: what a 3x token price gap actually costs you
article7 August 202609:203 min read

Fable 5 vs Sonnet 5: what a 3x token price gap actually costs you

A practical look at the real price gap between Claude Fable 5 and Sonnet 5, and why model choice — not prompt quality — is where most token budget leaks.

#claude#models#pricing#workflow
Agentic analytics isn't text-to-SQL — it's context engineering
article7 August 202609:104 min read

Agentic analytics isn't text-to-SQL — it's context engineering

Anthropic's self-service analytics post is the clearest statement yet that reliable analytics agents are a context-and-verification problem, not a SQL-generation problem.

#claude-code#analytics#data#agents
Academic Research Skills: a 39-agent research team inside Claude Code
article7 August 202609:003 min read

Academic Research Skills: a 39-agent research team inside Claude Code

An open-source Claude Code skill suite that runs a full research-to-publication pipeline: deep research, paper writing, peer review, revision, and PDF output.

#claude-code#research#agents#workflow
30 Minutes to Master Claude Code — full beginner-to-builder walkthrough30:07
video1 August 202614:2030:07

30 Minutes to Master Claude Code — full beginner-to-builder walkthrough

Tyler Germain's 30-minute crash course: install, plans, the .claude folder, CLAUDE.md, MCP servers and skills, then two live builds — a Next.js site and an Instagram assistant.

#claude-code#beginners#mcp#skills#video
Claude Certified Architect Foundations — a practical exam-prep roadmap
article23 July 202612:002 min read

Claude Certified Architect Foundations — a practical exam-prep roadmap

A guided path through freeCodeCamp's 13-hour Claude certification course, covering agent architecture, MCP tools, Claude Code workflows, prompting, context, and production safeguards.

#claude#certification#architecture#mcp#agents