<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <title>Agent Master Handbook (EN)</title>
  <link>https://agent-master-handbook.vercel.app/en/</link>
  <description>AI Native Handbook for Agent Practitioners</description>
  <language>en</language>
  <atom:link href="https://agent-master-handbook.vercel.app/en/feed.xml" rel="self" type="application/rss+xml" />
  <item>
    <title>Context Engineering</title>
    <link>https://agent-master-handbook.vercel.app/en/concepts/context-engineering/</link>
    <guid>https://agent-master-handbook.vercel.app/en/concepts/context-engineering/</guid>
    <description>The discipline of designing the complete information payload sent to an LLM — system prompts, tools, retrieval results, memory, and conversation history — to optimize agent behavior across multi-turn tasks.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Harness Engineering</title>
    <link>https://agent-master-handbook.vercel.app/en/concepts/harness-engineering/</link>
    <guid>https://agent-master-handbook.vercel.app/en/concepts/harness-engineering/</guid>
    <description>The discipline of building agent-ready environments — configuring, structuring, and optimizing projects so AI agents can operate effectively within them.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Anthropic: Effective Context Engineering for AI Agents</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/entries/anthropic-context-engineering/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/entries/anthropic-context-engineering/</guid>
    <description>Commentary on Anthropic's guide to context engineering — managing system prompts, tools, retrieval, and memory to build reliable AI agents.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Manus: Context Engineering for AI Agents</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/entries/manus-context-engineering/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/entries/manus-context-engineering/</guid>
    <description>Commentary on Manus's lessons in context engineering — practical patterns for managing LLM context in production agent systems.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>OpenAI: A Practical Guide to Building Agents</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/entries/openai-building-agents/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/entries/openai-building-agents/</guid>
    <description>Commentary on OpenAI's practical guide — agent architecture patterns, tool use, orchestration, and evaluation strategies.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Addy Osmani: agent-skills</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/entries/practitioner-addyosmani-agent-skills/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/entries/practitioner-addyosmani-agent-skills/</guid>
    <description>Commentary on Addy Osmani's production-grade skill collection for AI coding agents — 20 skills organized across the Define → Plan → Build → Verify → Review → Ship lifecycle.</description>
    <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Andrej Karpathy: LLM Wiki</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/entries/practitioner-karpathy-llm-wiki/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/entries/practitioner-karpathy-llm-wiki/</guid>
    <description>Commentary on Karpathy's LLM Wiki gist — an architecture where an LLM incrementally builds a persistent, cross-linked markdown knowledge base instead of re-deriving answers at query time.</description>
    <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Matt Pocock: skills</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/entries/practitioner-mattpocock-skills/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/entries/practitioner-mattpocock-skills/</guid>
    <description>Commentary on Matt Pocock's skill collection — small, composable, model-agnostic skills explicitly positioned against 'vibe coding'.</description>
    <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Curated Articles</title>
    <link>https://agent-master-handbook.vercel.app/en/curated/</link>
    <guid>https://agent-master-handbook.vercel.app/en/curated/</guid>
    <description>A curated collection of authoritative articles and practitioner skill collections on AI agent engineering, with selection rationale and practitioner value analysis.</description>
    <pubDate>Sat, 09 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>The AI Native Manifesto</title>
    <link>https://agent-master-handbook.vercel.app/en/evangelism/manifesto/</link>
    <guid>https://agent-master-handbook.vercel.app/en/evangelism/manifesto/</guid>
    <description>A declaration of principles for AI Native software engineering — where AI agent collaboration is a first-class architectural concern, not an afterthought.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Making a Repository Agent-Ready</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/agent-ready-repo/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/agent-ready-repo/</guid>
    <description>A practical guide to configuring any repository so AI agents can enter, understand the project, and execute meaningful tasks with minimal human guidance.</description>
    <pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>AGENTS.md as Single Source of Truth</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/agents-md-as-source-of-truth/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/agents-md-as-source-of-truth/</guid>
    <description>How to set up a unified agent entry point that works across Claude Code, Cursor, Windsurf, and other AI coding tools using AGENTS.md with symlinks.</description>
    <pubDate>Fri, 24 Apr 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Making Your Site Legible to AI Answer Engines</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/ai-visibility/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/ai-visibility/</guid>
    <description>A practical guide to AI visibility (AEO/GEO) — llms.txt, structured data, explicit crawler signals, and submission targets that let ChatGPT, Claude, Perplexity, and AI search engines understand and cite your content without you writing spam.</description>
    <pubDate>Fri, 08 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Preventing Git Conflicts in Agent Workflows</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/conflict-prevention/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/conflict-prevention/</guid>
    <description>Practical patterns for reducing merge conflicts when AI agents work on parallel branches — conflict-prone code patterns, lint thresholds, and PR boundary strategies.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>CSS Variables as Consistency Constraints</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/css-variable-consistency/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/css-variable-consistency/</guid>
    <description>Why ad-hoc spacing and color values create style drift across agent-assisted iteration, and how a variable-driven design system turns consistency from a memory problem into a compile-time constraint.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>New-Project Repository Setup Checklist</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/new-repo-setup/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/new-repo-setup/</guid>
    <description>A checklist for initializing a new repository so agents and humans share the same hygiene from day one — covering branch cleanup, merge strategy, and squash-aware scripts.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Making Agents Proactively Review Their Own Code</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/proactive-agent-review/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/proactive-agent-review/</guid>
    <description>How to use skills, hooks, and lint rules to make AI agents surface code smells without waiting for human reviewers to point them out.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
  <item>
    <title>Navigating the Agent Skills Ecosystem</title>
    <link>https://agent-master-handbook.vercel.app/en/guides/skills-ecosystem/</link>
    <guid>https://agent-master-handbook.vercel.app/en/guides/skills-ecosystem/</guid>
    <description>A practical guide to finding, evaluating, and integrating community skills from primary sources such as skills.sh, Claude Code, Cursor, and the Agent Skills specification.</description>
    <pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate>
  </item>
</channel>
</rss>
