Agent Plugins Marketplace
All plugins

dimensional-analysis

v3.0.2

Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.

Claude Code1 Skill

By Coriolan Pinhas & Benjamin Samuels7.1k GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 16, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install dimensional-analysis for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install dimensional-analysis@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/trailofbits/skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dimensional-analysis/.

Plugin files

plugins/dimensional-analysis/
├── .claude-plugin/plugin.json
└── skills/dimensional-analysis/SKILL.md

Included Skills1

dimensional-analysisskills/dimensional-analysis/SKILL.md

Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol, offchain code, or other blockchain-related codebase with arithmetic. Prevents dimensional mismatches and catches formula bugs early.

Plugin manifests1

plugins/dimensional-analysis/.claude-plugin/plugin.json
{
  "name": "dimensional-analysis",
  "version": "3.0.2",
  "description": "Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.",
  "author": {
    "name": "Coriolan Pinhas & Benjamin Samuels",
    "email": "[email protected]",
    "url": "https://github.com/trailofbits"
  },
  "interface": {
    "displayName": "Dimensional Analysis",
    "shortDescription": "Annotates code with units, dimensions, and decimal scaling to detect dimensional mismatches and formula bugs, including in DeFi protocols.",
    "longDescription": "Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.",
    "developerName": "Coriolan Pinhas & Benjamin Samuels"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[dimensional-analysis on Agent Plugins Marketplace](https://pluginsmp.com/plugins/dimensional-analysis)