Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
hybridizer-io avatar

Hybridizer Port

  • Updated May 19, 2026
  • hybridizer-io/claude-plugin

hybridizer-port is a Claude Code skill in the AI & Agent Building category. C# → CUDA porting assistant for Hybridizer.

Key points

  • hybridizer-port
  • AI & Agent Building
  • AI-coding skill

Hybridizer Port by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add hybridizer-io/claude-plugin
/plugin install hybridizer-port@hybridizer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedMay 19, 2026
Repositoryhybridizer-io/claude-plugin

What it does

C# → CUDA porting assistant for Hybridizer.

README.md

hybridizer claude-plugin

A Claude Code plugin that helps migrate existing C# codebases to CUDA using Hybridizer.

The plugin bundles:

  • A hybridizer-port skill — Hybridizer attributes, device-code restrictions, the build pipeline, host launch idioms, kernel patterns (reductions, cooperative blocks, warp shuffle, CUB), CUDA graph capture, perf tuning, and a curated gotchas list.
  • Three subagentshybridizer-porter (analyse a C# function and propose a kernel shape), hybridizer-reviewer (check a diff against the gotchas list), hybridizer-builder (locate the Hybridizer CLI via PATH / local tool manifest / user prompt, read --display-license-details for licensed flavors, invoke the transcoder, and parse errors).
  • Slash commands/hybridizer-init, /hybridizer-port, /hybridizer-review, /hybridizer-profile, /hybridizer-log.
  • An opt-in hook that appends every porting prompt to porting-to-hybridizer.md in your project (off by default; toggle with /hybridizer-log on).

The skill is wired with progressive disclosure: SKILL.md is short and indexes deeper reference files in hybridizer-port/skills/hybridizer-port/references/ that Claude pulls in only when a task touches that topic.

Requirements

  • Claude Code (any recent version with plugin / marketplace support).
  • Python 3 in PATH — used only by the optional porting-log hook (/hybridizer-log on). The rest of the plugin works without it.
  • Hybridizer install if you're actually porting code (the plugin's content references it; the plugin itself is install-light).

Install

From this marketplace (recommended)

/plugin marketplace add hybridizer-io/claude-plugin
/plugin install hybridizer-port@hybridizer

From a local clone (for development)

git clone https://github.com/hybridizer-io/claude-plugin /path/to/claude-plugin
/plugin marketplace add /path/to/claude-plugin
/plugin install hybridizer-port@hybridizer

Usage

The skill auto-loads when Claude detects you're working on Hybridizer code (CUDA porting context, references to [Kernel]/[EntryPoint], Hybridizer transcoder build issues, etc.). You can also invoke it explicitly with the slash commands above.

To enable the optional porting log:

/hybridizer-log on

This creates a .hybridizer-log-enabled flag in the current project; every prompt thereafter is appended to porting-to-hybridizer.md. Disable with /hybridizer-log off.

Layout

claude-plugin/
├── .claude-plugin/
│   └── marketplace.json          (lists hybridizer-port, source: ./hybridizer-port)
├── hybridizer-port/              (the plugin itself)
│   ├── .claude-plugin/
│   │   └── plugin.json
│   ├── skills/hybridizer-port/
│   │   ├── SKILL.md
│   │   └── references/
│   │       ├── methodology.md
│   │       ├── attributes.md
│   │       ├── device-code.md
│   │       ├── build-pipeline.md
│   │       ├── host-launch.md
│   │       ├── kernel-patterns.md
│   │       ├── reductions.md
│   │       ├── graph-capture.md
│   │       ├── perf-tuning.md
│   │       ├── gotchas.md
│   │       └── samples-index.md
│   ├── agents/
│   ├── commands/
│   └── hooks/
├── README.md
└── LICENSE

Status

Early — content is distilled from a working port (TinyLlama Q8_0 inference, ~125 tok/s on RTX 5070). Expect iteration. Issues and PRs welcome.

License

MIT (see LICENSE).

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.