What problem does it solve? Setting up the Navigator documentation structure by hand means creating directories, copying templates, and writing configuration files manually. This Skill automates that bootstrap process so a project gets a consistent .agent/ structure in one step. ## Core Features & Use Cases - Automatic project detection: Reads package.json, pyproject.toml, go.mod, Cargo.toml, composer.json, or Gemfile to infer the project name and tech stack. - Template scaffolding: Creates the .agent/ directory tree (tasks, system, sops, grafana) and fills templates with project-specific values like name, stack, and date. - Idempotent and safe: Refuses to overwrite an existing .agent/ directory and merges JSON settings atomically without clobbering user configuration. - Use Case: You open a new Next.js repository and say "Initialize Navigator" — the Skill detects Next.js, TypeScript, and Prisma from package.json, then generates the full documentation structure and config customized for that stack. ## Quick Start Ask the AI to initialize Navigator in this project to create the .agent documentation structure with auto-detected project settings.