archcore-ai

Archcore — Testing skill for Claude Code

Testing community

Spec-driven development and context engineering for Claude Code, Cursor, Codex, and GitHub Copilot — backed by project context in Git.

How to install Archcore

This entry records only its repository, not the path inside it, so there is no exact command to give. Open archcore-ai/archcore and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Archcore does

Spec-driven development and context engineering for Claude Code, Cursor, Codex, and GitHub Copilot — backed by project context in Git.

Alternatives in Testing

  • Cc Sdd — Spec-driven development (SDD) for your team's workflow 3.1k ★
  • AI Contribution Skills (Engram) — branch-pr: clean branch and PR workflow 2.5k ★
  • Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★

README

Archcore - Spec-driven development and git-native context engineering for AI coding agents

[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE) [![Release](https://img.shields.io/github/v/release/archcore-ai/archcore)](https://github.com/archcore-ai/archcore/releases) [![Platform](https://img.shields.io/badge/platform-macOS%20%7C%20Linux%20%7C%20Windows-lightgrey)](https://github.com/archcore-ai/archcore/releases) [![Go](https://img.shields.io/badge/Go-1.25+-00ADD8?logo=go&logoColor=white)](https://go.dev) [![Docs](https://img.shields.io/badge/docs-docs.archcore.ai-2563EB)](https://docs.archcore.ai)

**Contributors:** source code and tests live on the [`dev`](https://github.com/archcore-ai/archcore/tree/dev) branch. `main` holds only the published plugin. Start with [CONTRIBUTING.md](https://github.com/archcore-ai/archcore/blob/dev/CONTRIBUTING.md).

**Stop re-explaining your repo to every AI coding agent.**

Archcore keeps your project's decisions, specs, and rules in the repo. Your coding agent reads them before it writes, so it builds by this repo's rules instead of the ones it happens to know.

What you get

  • Code that fits this repo on the first try. The decision that already chose Redis, and the rule for error shapes in src/api/, reach the agent before it edits the file.
  • Nothing to re-explain in a new session. Each session opens with what is decided and what is in progress. Switch to another agent and it reads the same folder.
  • A broken decision caught before merge. Review reads your branch against the spec and the decision record, and returns code-wrong on the file that ignored them.

Get started

**Install.** One binary, nothing to run in the background.

curl -fsSL https://archcore.ai/install.sh | bash    # macOS, Linux, WSL
irm https://archcore.ai/install.ps1 | iex            # Windows, PowerShell 5.1+

**Connect your agents.** In your project folder:

archcore