tokamak
v0.1.0Build, run, debug, and design applications with tokamak.
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
codex plugin marketplace add mantty/tokamak
codex plugin marketplace upgrade tokamak
codex plugin add tokamak@tokamakPaste 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-marketplace→tokamak@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/tokamakClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is ai/plugin/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── plugin.json└── skills/tokamak-development/SKILL.md
Included Skills1
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
{
"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."
]
}
}{
"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"
]
}{
"$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"
]
}For maintainers
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)