Anthropic Guides

6 guides

Explore Anthropic guides and tutorials on vybecoding.ai. Each guide is a structured, multi-lesson course covering practical techniques, real-world examples, and hands-on exercises for developers at every skill level. Whether you are just getting started with Anthropic or looking to deepen your expertise, these guides provide the depth and clarity to move forward with confidence.

6 guides availableAverage read time: 27 minutes93 total viewsMost popular level: beginner
5 Patterns for Building Production AI Agents - programming guide cover
intermediate
ai and-machine-learning

5 Patterns for Building Production AI Agents

The five agentic patterns from Anthropic's 'Building Effective Agents' — prompt chaining, routing, parallelization, orchestrator-workers, and evaluator-optimizer — each with one runnable Python example. Start simple, add complexity only when it pays for itself.

#ai-agents#anthropic#patterns+3 more
7
0
How to Structure Claude Code Skills: The 9 Categories Anthropic Uses Internally - programming guide cover
intermediate
ai &-machine-learning

How to Structure Claude Code Skills: The 9 Categories Anthropic Uses Internally

After cataloging every internal skill at Anthropic, the Claude Code team found they cluster into exactly nine categories. Here is each one — what it does, the skills Anthropic names as examples, and how to map the taxonomy onto your own .claude directory.

#claude-code#skills#SKILL.md+4 more
4
0
Ask Your Claude Agent for HTML — A One-Line Trick That Makes AI Output 10× Easier to Read - programming guide cover
beginner
ai and-machine-learning

Ask Your Claude Agent for HTML — A One-Line Trick That Makes AI Output 10× Easier to Read

A small Anthropic-popularized prompting trick: instead of asking your AI agent to reply in plain text, ask it for HTML. You get scannable tables, color-coded options, and diagrams instead of a wall of prose. This guide covers the exact prompt, a before/after readability comparison, the real use cases, and the honest tradeoffs (token cost, noisy diffs) so you know when NOT to use it.

#claude#prompting#ai-agents+5 more
6
0
Anthropic's Front-End Design Skill: 277K Installs and Why It Beats Default AI UI - programming guide cover
intermediate
ai &-machine-learning

Anthropic's Front-End Design Skill: 277K Installs and Why It Beats Default AI UI

A fact-checked look at Anthropic's official frontend-design skill for Claude Code — including a correction to the widely-cited 277K install figure, what the skill actually changes versus default Claude output, and when it is not the right tool.

#anthropic#claude#skills+2 more
44
0
The 4 Rules Anthropic Engineers Use to Prompt Claude Code - programming guide cover
beginner
ai dev-tools

The 4 Rules Anthropic Engineers Use to Prompt Claude Code

Anthropic engineers do not write better prompts — they stop writing prompts. This guide breaks down the 4 rules they actually follow: prompt skills not Claude, build tools not just prompts, compose small skills instead of one giant one, and let every session sharpen the skill. Includes an annotated /draft-email skill and a composable domain-checker example.

#Claude Code#Prompting#Anthropic+2 more
18
0
Anthropic's Three-Tier Routing Strategy — Opus 4.7, Sonnet 4.6, and Haiku 4.5 - programming guide cover
beginner
ai development

Anthropic's Three-Tier Routing Strategy — Opus 4.7, Sonnet 4.6, and Haiku 4.5

Haiku handles simple tasks, Sonnet manages most workloads, and Opus takes the judgment calls. This guide covers Anthropic's three-tier routing strategy, the Adviser API pattern, and the decision matrix for choosing which model to call when.

#claude-opus-4#claude-sonnet#claude-haiku+4 more
14
0

Anthropic guides on vybecoding.ai

5 Patterns for Building Production AI Agents

The five agentic patterns from Anthropic's 'Building Effective Agents' — prompt chaining, routing, parallelization, orchestrator-workers, and evaluator-optimizer — each with one runnable Python example. Start simple, add complexity only when it pays for itself.

Level: intermediate · 8 min read

How to Structure Claude Code Skills: The 9 Categories Anthropic Uses Internally

After cataloging every internal skill at Anthropic, the Claude Code team found they cluster into exactly nine categories. Here is each one — what it does, the skills Anthropic names as examples, and how to map the taxonomy onto your own .claude directory.

Level: intermediate · 14 min read

Ask Your Claude Agent for HTML — A One-Line Trick That Makes AI Output 10× Easier to Read

A small Anthropic-popularized prompting trick: instead of asking your AI agent to reply in plain text, ask it for HTML. You get scannable tables, color-coded options, and diagrams instead of a wall of prose. This guide covers the exact prompt, a before/after readability comparison, the real use cases, and the honest tradeoffs (token cost, noisy diffs) so you know when NOT to use it.

Level: beginner · 11 min read

Anthropic's Front-End Design Skill: 277K Installs and Why It Beats Default AI UI

A fact-checked look at Anthropic's official frontend-design skill for Claude Code — including a correction to the widely-cited 277K install figure, what the skill actually changes versus default Claude output, and when it is not the right tool.

Level: intermediate · 13 min read

The 4 Rules Anthropic Engineers Use to Prompt Claude Code

Anthropic engineers do not write better prompts — they stop writing prompts. This guide breaks down the 4 rules they actually follow: prompt skills not Claude, build tools not just prompts, compose small skills instead of one giant one, and let every session sharpen the skill. Includes an annotated /draft-email skill and a composable domain-checker example.

Level: beginner · 17 min read

Anthropic's Three-Tier Routing Strategy — Opus 4.7, Sonnet 4.6, and Haiku 4.5

Haiku handles simple tasks, Sonnet manages most workloads, and Opus takes the judgment calls. This guide covers Anthropic's three-tier routing strategy, the Adviser API pattern, and the decision matrix for choosing which model to call when.

Level: beginner · 96 min read