plugins marketplace
← All plugins

probity

v1.10.0

TDD enforcement and guardrails for Claude Code, Codex, and GitHub Copilot CLI.

Claude Code

by Nizar SelanderMIT159updated 1 week ago

Source

git clone https://github.com/nizos/probity

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

probity/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "probity",
  "description": "TDD enforcement and guardrails for Claude Code, Codex, and GitHub Copilot CLI.",
  "version": "1.10.0",
  "author": {
    "name": "Nizar Selander"
  },
  "homepage": "https://github.com/nizos/probity",
  "repository": "https://github.com/nizos/probity",
  "license": "MIT",
  "keywords": [
    "claude-code",
    "codex",
    "github-copilot",
    "coding-agent",
    "hooks",
    "tdd",
    "policy",
    "guardrails"
  ]
}