docs

Quick Start

Get your project agent-ready in under 2 minutes.

Initialize

cd your-project
npx agentsge init

This scans your project (language, framework, testing, CI, monorepo structure), creates .agents/ with config, rules, knowledge structure, and installs capture hooks.

Open in your agent

Open the project in Claude Code, Cursor, Copilot, or any AI coding agent. The agent reads AGENTS.md and runs onboarding automatically: scans the repo, writes an operational overview, asks sharp questions, saves knowledge.

Work normally

That's it. From now on:

  • Hooks automatically capture knowledge from each session (decisions, patterns, bugs)
  • agents sync translates .agents/ into CLAUDE.md, .cursorrules, GEMINI.md
  • Each new session starts with accumulated project intelligence

Verify

agents status    # knowledge stats
agents validate  # health check: schemas, refs, capture readiness

The cycle

init → onboarding → work → capture → next session knows more

Knowledge compounds. Session 1 saves a pattern. Session 3 skips 60 tool calls because the pattern is already there. By session 10, the agent knows the project better than most team members.