plugins marketplace
← All plugins

vitals

v0.2.0

Codebase vital signs — hotspot detection, ROI-ranked diagnosis, co-change coupling, knowledge risk, and AI provenance tracking

Claude Code

by Tejas ChopraMIT41updated 5 months ago

Source

git clone https://github.com/chopratejas/vitals

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

Layout

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

Manifests1

.claude-plugin/plugin.json
{
  "name": "vitals",
  "version": "0.2.0",
  "description": "Codebase vital signs — hotspot detection, ROI-ranked diagnosis, co-change coupling, knowledge risk, and AI provenance tracking",
  "author": {
    "name": "Tejas Chopra",
    "email": "chopratejas@gmail.com"
  },
  "repository": "https://github.com/chopratejas/vitals",
  "license": "MIT",
  "keywords": [
    "code-health",
    "technical-debt",
    "hotspots",
    "ai-code-quality",
    "provenance"
  ]
}