Skip to content
fullstackhero

Concept

Overview

How fullstackhero is wired for AI coding tools — AGENTS.md, the .agents folder, rules, skills, and workflows — and how to build with Claude Code.

views 0 Last updated

fullstackhero ships agent-ready. The conventions, footguns, and step-by-step recipes that normally live in a senior engineer’s head are written down in a form AI coding tools read on demand — so an agent scaffolds a feature, adds a module, or writes a migration the same way you would, without breaking the architecture.

Two pieces make this work:

  • AGENTS.md — the single, tool-neutral guide at the repo root. CLAUDE.md and GEMINI.md are thin bridges that import it, so every tool reads the same source of truth.
  • .agents/ — a folder of rules (conventions, read on demand), skills (task recipes), and workflows (review/orchestration playbooks).