Skip to content

Install the Plugin

Plugin

The plugin runs inside your coding agent (Claude Code or Cursor). It reuses the MCP server provided by the Archcore CLI, so you install the CLI first, then the plugin on top.

The plugin depends on archcore mcp being on your PATH. If you don’t have the CLI yet, see the CLI install guide.

Quick check:

Terminal window
archcore --version

If this prints a version, you’re good.

From your shell:

Terminal window
claude plugin marketplace add archcore-ai/archcore-plugin
claude plugin install archcore@archcore-plugins

Or, from within Claude Code:

Terminal window
/plugin marketplace add archcore-ai/archcore-plugin
/plugin install archcore@archcore-plugins

The plugin expects .archcore/ to exist. If you haven’t run archcore init yet:

Terminal window
cd your-project
archcore init
  1. Restart your coding agent so the session-start hook can run.

  2. In a fresh conversation, run:

    /archcore:help

    You should see a list of available skills and intent commands.

  3. Try an intent command on a real decision:

    /archcore:adr choose PostgreSQL as primary database

    The agent should create a draft ADR in .archcore/ via MCP — not via direct file writes.

If /archcore:* commands don’t appear, check Troubleshooting.

Claude Code:

Terminal window
/plugin uninstall archcore@archcore-plugins

Cursor: remove Archcore from plugin settings.

  • Supported hosts — confirm your host supports the features you need.
  • Intent commands — the 8 commands you’ll use most.
  • Tracks — multi-step workflows for product, architecture, standards.