Agent Plugins Marketplace
All plugins

borch

v1.0.0

PyTorch's API in a browser tab — pick the right borch entry point, follow the ten rules, and start from a recipe that the site's own checks run every night.

Claude Code1 Skill

By PLAYIDEALAB Inc.License: Apache-2.01 GitHub starsUpdated 3 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 21, 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 borch 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 borch@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/playidea-lab/borch

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

Plugin files

borch/
├── .claude-plugin/plugin.json
└── skills/borch/SKILL.md

Included Skills1

borchskills/borch/SKILL.md

Use when a task wants PyTorch's API (tensors, autograd, nn.Module, optim) in a browser tab, in Pyodide or JupyterLite, on WebGPU, or on a machine where real torch cannot be installed. borch is three implementations of one torch-shaped API held to real PyTorch's values and error messages — this skill picks the entry point, states the rules that save a rewrite, and gives recipes the site's checks run every night. Also use when someone asks for "PyTorch in the browser", "torch without CUDA in a notebook", "train a model on WebGPU", or a torch-compatible library for a place torch does not run.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "borch",
  "version": "1.0.0",
  "description": "PyTorch's API in a browser tab — pick the right borch entry point, follow the ten rules, and start from a recipe that the site's own checks run every night.",
  "author": {
    "name": "PLAYIDEALAB Inc."
  },
  "homepage": "https://playidea-lab.github.io/borch/",
  "repository": "https://github.com/playidea-lab/borch",
  "license": "Apache-2.0",
  "keywords": [
    "pytorch",
    "webgpu",
    "pyodide",
    "jupyterlite",
    "browser",
    "onnx"
  ]
}

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

[borch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/borch)