Agent Plugins Marketplace
All plugins

tokamak

v0.1.0

Build, run, debug, and design applications with tokamak.

CodexClaude CodeAgent Plugins1 Skill

By ManttyLicense: MIT OR Apache-2.03 GitHub starsUpdated 13 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 tokamak for Codex and Claude Code

Installs for the current user
codex plugin marketplace add mantty/tokamak
codex plugin marketplace upgrade tokamak
codex plugin add tokamak@tokamak

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

Compatibility: the page URL and API slug “tokamak” remain stable.

  • Codex: tokamak@agent-plugin-marketplacetokamak@tokamak

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/mantty/tokamak

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

Plugin files

ai/plugin/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/tokamak-development/SKILL.md

Included Skills1

tokamak-developmentskills/tokamak-development/SKILL.md

Build, run, debug, and design applications with tokamak. Use for tokamak projects, tokamak CLI commands, Worker-compatible application code, Wrangler configuration, native and web portability, WebView layout, Cloudflare binding limits, native plugins, mobile backgrounding, connection recovery, local state, or questions about how tokamak differs from Cloudflare Workers.

Plugin manifests3

ai/plugin/.codex-plugin/plugin.json
{
  "name": "tokamak",
  "version": "0.1.0",
  "description": "Build, run, debug, and design applications with tokamak.",
  "author": {
    "name": "Mantty",
    "url": "https://github.com/mantty"
  },
  "homepage": "https://github.com/mantty/tokamak",
  "repository": "https://github.com/mantty/tokamak",
  "license": "MIT OR Apache-2.0",
  "keywords": [
    "tokamak",
    "cloudflare-workers",
    "cross-platform",
    "native-apps"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Tokamak",
    "shortDescription": "Build cross-platform Tokamak applications.",
    "longDescription": "Use Tokamak's Worker-compatible runtime, CLI, platform packs, native plugins, and platform-specific build workflows.",
    "developerName": "Mantty",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Help me build or debug a Tokamak application."
    ]
  }
}
ai/plugin/.claude-plugin/plugin.json
{
  "name": "tokamak",
  "version": "0.1.0",
  "description": "Build, run, debug, and design applications with tokamak.",
  "author": {
    "name": "Mantty",
    "url": "https://github.com/mantty"
  },
  "homepage": "https://github.com/mantty/tokamak",
  "repository": "https://github.com/mantty/tokamak",
  "license": "MIT OR Apache-2.0",
  "keywords": [
    "tokamak",
    "cloudflare-workers",
    "cross-platform",
    "native-apps"
  ]
}
ai/plugin/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "tokamak",
  "version": "0.1.0",
  "description": "Build, run, debug, and design applications with tokamak.",
  "author": {
    "name": "Mantty",
    "url": "https://github.com/mantty"
  },
  "homepage": "https://github.com/mantty/tokamak",
  "repository": "https://github.com/mantty/tokamak",
  "license": "MIT OR Apache-2.0",
  "keywords": [
    "tokamak",
    "cloudflare-workers",
    "cross-platform",
    "native-apps"
  ]
}

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

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