{
  "markdown": "<div align=\"center\">\n\n# ⚓ Anchor\n\n### Personal code review for Claude Code, packaged as a plugin\n\n**A `/anchor` slash command + skill backed by small deterministic scripts — the LLM is your active Claude Code session.**\n\n![Plugin version](https://img.shields.io/badge/plugin-v0.3.0-blue)\n![Node](https://img.shields.io/badge/node-%E2%89%A518-339933?logo=node.js&logoColor=white)\n![pnpm](https://img.shields.io/badge/pnpm-workspace-F69220?logo=pnpm&logoColor=white)\n![Made for Claude Code](https://img.shields.io/badge/made_for-Claude_Code-d97757)\n[![License: MIT](https://img.shields.io/badge/license-MIT-yellow.svg)](LICENSE)\n\n</div>\n\n---\n\n## ✨ What it does\n\nAnchor puts a personal code reviewer inside your editing loop. Deterministic\nscripts gather the diff, context, and learnings; the reasoning happens in the\nClaude Code session you already have open — **no API keys, no servers, no\nper-call cost.**\n\nThe portable core is the Agent Skill at `skills/anchor-review/SKILL.md`, which\nevery harness loads. The `/anchor` command and the push-reminder hook are\nClaude-Code-native conveniences that some harnesses also pick up.\n\n## 🚀 Quick start\n\nInstall the plugin (Claude Code: via the `mjenkins-toolbox` marketplace), then in\nany repo:\n\n```\n/anchor init        # build the codebase map + dependency graph (once)\n/anchor review      # review uncommitted changes\n/anchor full        # doctor + review + auto-archive\n/anchor status      # repo + last-review + git summary\n```\n\nReview targets: *(none)* = uncommitted · `--staged` · `--since-last` ·\n`main..feature` · `pr 123` / `pr <url>` · `@path/to/file`.\n\nFor per-harness install details and the honesty notes, see\n[Installation](docs/02-installation.md).\n\n## 📚 Documentation\n\nAnchor's full docs live in [`docs/`](docs/). Start with the overview, then dig\ninto the workflow and configuration.\n\n| Doc | Description |\n|---|---|\n| [Overview](docs/01-overview.md) | What Anchor is and how it works |\n| [Installation](docs/02-installation.md) | Per-harness install + updating |\n| [Usage](docs/03-usage.md) | `/anchor` subcommands, targets, push reminder hook |\n| [Review workflow](docs/04-review-workflow.md) | How a review runs, strictness, and Phase 4 features |\n| [Configuration](docs/05-configuration.md) | `.anchor/config.yaml` keys and per-repo files |\n| [Repository layout](docs/06-layout.md) | What each path in the repo is |\n| [Development & release](docs/07-development.md) | Build, test, and cut a release |\n| [Cross-harness portability](docs/portability.md) | What loads/runs on each harness |\n\nFull documentation map: [docs/README.md](docs/README.md)\n\n## 📄 License\n\n[MIT](LICENSE) © 2026 Mike Jenkins\n",
  "bytes": 2662,
  "sha": "1d173df74409a536ce4a1b2ff68e70ef2d4e89a7258d1b3a1e6aedf2f35afe2e",
  "repo_slug": "crashcartlabs/anchor",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_crashcartlabs_anchor_fb59230f/readme"
}