Skip to content

Use Archcore your way

Archcore turns your repository into structured, machine-readable context — so AI agents understand your architecture, rules, and decisions.

Archcore turns your repository into structured, machine-readable context. Typed documents — decisions, rules, guides, plans — that every AI coding agent discovers automatically through MCP.

There are two ways to use it. Both read and write the same .archcore/ directory.

Without Archcore, asking an AI for “a new service” means the agent:

  • guesses the folder structure
  • ignores conventions it has never been told about
  • produces code that drifts from decisions buried in docs
  • rediscovers patterns you’ve already written down

With Archcore, the same ask and the agent:

  • places files where your architecture says they belong
  • follows rules defined in .archcore/
  • respects ADRs and existing specs
  • reuses patterns (cpat) you’ve already captured