What Is Agent Orchestration? A Practical Guide
What is agent orchestration? Learn how AI agent orchestration coordinates multi-agent workflows with clear roles, handoffs, and specs.
Guides on agent orchestration, working directories, and building portable agentic systems.
What is agent orchestration? Learn how AI agent orchestration coordinates multi-agent workflows with clear roles, handoffs, and specs.
OpenCode vs Claude Code — compare directory structures, agent formats, and configuration to pick the right coding agent for your workflow.
Learn how to set up working directories for AI agents with real examples, directory layouts, and patterns that make agent workflows repeatable.
CLAUDE.md is the main instruction file for Claude Code. Learn what goes in it, see a practical template, and understand the 200-line rule.
Learn how to write an AGENTS.md file to configure OpenCode. Practical examples, format breakdown, and comparison with CLAUDE.md for Claude Code.
Learn how the .claude/ directory structure works in Claude Code. Explore agents, skills, rules, hooks, and configuration files.
An agent harness manages context, tools, permissions, and memory for AI agents. Learn what it is, why it matters more than the model, and how to avoid lock-in.
How to architect an agentic system with defined agent roles, orchestration patterns, and shared state. Covers sequential, parallel, hub-and-spoke, and hierarchical delegation.
Your AI agent accumulates valuable project knowledge across sessions. Where that memory lives determines whether you own it or rent it. A guide to portable agent memory.
The complete guide to Claude Code settings.json. Learn how to configure permissions, hooks, environment variables, and model preferences.
Learn how to use Claude Code hooks to automate formatting, enforce rules, and control agent behavior with lifecycle events and shell commands.
Learn how to create Claude Code skills — reusable instruction packages loaded via /slash commands. Includes SKILL.md format, examples, and best practices.
Master Claude Code permissions with practical allow, deny, and ask patterns. Learn prefix matching, evaluation order, and production-ready examples.
Learn how Claude Code rules work — scoped markdown instructions with path-glob matching that load only when relevant files are touched.
CLAUDE.local.md is your personal, gitignored instruction file for Claude Code. Learn when to use it, what goes in it, and how it works with CLAUDE.md.