archcore-ai/archcore-plugin

7 stars · Last commit 2026-04-26

Stop your AI agent from forgetting how your repo works. A Git-backed repo context layer for Claude Code, Cursor, and other coding agents.

README preview

# Archcore Plugin

**Make your AI code like it already knows your repo.**

Archcore gives coding agents the architecture, rules, and past decisions of this repo — so new changes land in the right place and follow team conventions.

It works across sessions, across agents, and across host tools. When your team makes a new decision, Archcore can turn it into a rule the next code change respects.

## Install

No prerequisites. The plugin bundles a launcher that downloads the Archcore CLI on first use (cached between sessions).

**Claude Code** — inside `claude`:

```bash
/plugin marketplace add archcore-ai/archcore-plugin
/plugin install archcore@archcore-plugins
```

**Cursor** — requires Cursor 2.5+. Archcore is not yet on the official [Cursor Marketplace](https://cursor.com/marketplace), so install directly from GitHub — open a new Agent chat and run:

View full repository on GitHub →