Guides
In-depth walkthroughs for configuring AI coding agents that actually help you ship.
One AGENTS.md, every tool
You don't need separate config files for Claude Code, Cursor, and Codex. One AGENTS.md works across all three, with a single one-line bridge for Claude Code.
The gstack workflow, from plan to retro
Garry Tan open-sourced his Claude Code setup. We installed all 8 skills and ran through a real feature build. Here's what happened.
The Agent Skills standard: one config format for every editor
SKILL.md files work across Claude Code, Cursor, Codex, VS Code, Gemini CLI, and 25+ more tools. Here's how the format works and how to write one.
The 2-4-2 Pattern for Cursor Rules
Stop writing 500-line rule files. Structure your .cursor/rules/ directory with 2 always-on files, 4 auto-attached files, and 2 agent-requested files.
Multi-model routing: smart agents, cheap execution
Stop paying Opus prices for simple refactors. Route tasks to the right model based on complexity, and cut your AI costs without losing quality where it matters.
Your AGENTS.md is too long
How to write a lean AGENTS.md that agents follow, with a copy-paste template and the docs/ structure that makes it work.