Skip to content

krv-labs/topos

v0.5.1BSD-3-Clause

Structural code quality metrics, lattice verification, and refactor loops for agent-written code.

Topos Agent Plugin

Portable Agent Plugins 1.0 package for Topos.

Compatible clients discover this directory, load plugin.json, then optionally enable:

  • Skillskills/topos/SKILL.md (Agent Skills format)
  • MCPmcp.json stdio server (topos mcp)

Prerequisites

  1. Install the Topos CLI so topos is on PATH:

    curl -fsSL https://docs.krv.ai/topos/install.sh | bash
    
  2. Point an Agent Plugins–compatible client at this package directory (agent-plugin/ in a clone, or a released copy of the same tree).

Installation, enablement, and permissions remain client-managed (spec).

Layout

agent-plugin/
├── plugin.json
├── mcp.json
└── skills/
    └── topos/
        └── SKILL.md

skills/topos/SKILL.md must stay byte-identical to the ClawHub skill at ../skills/topos/SKILL.md (in this repository). Validate from the repo root with:

python scripts/check_agent_plugin.py

References