loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

asymm-plugins

MCP Tool

sarat-asymmetrica/asymm-plugins

Mathematical superpowers for AI agents. 9 MCP tools backed by formally verified math. All local, all proven.

Install

$ npx loaditout add sarat-asymmetrica/asymm-plugins

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "asymm-plugins": {
      "command": "npx",
      "args": [
        "-y",
        "asymm-plugins"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

asymmetrica

Mathematical superpowers for AI agents

9 tools. All local. Proven math. No cloud, no data leaving your machine.

---

Install (Claude Code)
# 1. Build the Rust binary
cd crates/asymmetrica-core && cargo build --release

# 2. Add to Claude Code
# Open Claude Code settings -> MCP Servers -> Add
# Point it at: ./plugin/plugin.json

That's it. Restart Claude Code and the tools are live.

---

Tools

| Tool | What it does | |------|--------------| | scan | Map any directory — files, sizes, types, age distribution, space hogs | | find_duplicates | Find duplicate files 9x faster than brute force (pre-filters 89% of candidates) | | find_stale | Classify files as active, dormant, or fossil — find reclaimable space | | build_graph | Build a persistent SQLite knowledge graph of your codebase | | query | SQL any previously scanned directory via the knowledge graph | | optimal_batch | Calculate the mathematically optimal batch size for any N items | | health_check | Detect hidden divergence between subsystems even when aggregates look fine | | cluster | Group files by similarity — find near-duplicates, related modules, semantic clusters | | smart_schedule | Generate optimal timing for spaced operations (32% less bursty than exponential backoff) |

---

How it works

A Rust binary does the heavy computation — quaternion clustering, digital root filtering, Williams-optimal batching. A Node.js MCP bridge exposes it to Claude Code as 9 tools. Everything runs on your machine; no data ever leaves.

---

Build from source
cd crates/asymmetrica-core
cargo build --release
# Binary lands at: target/release/asymmetrica

Requires Rust 1.75+. No other dependencies.

---

Cookbooks

Real workflows, copy-paste ready.

| Cookbook | What it teaches | |----------|-----------------| | 01 — First Look at a Codebase | Scan, cluster, and understand any unfamiliar repo in minutes | | [

Tags

ai-agentsmathematicsmcppluginrust

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated30 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/19/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/sarat-asymmetrica/asymm-plugins)](https://loaditout.ai/skills/sarat-asymmetrica/asymm-plugins)