Stats
Actions
Tags
From hybridizer-port
Analyse a C# function and propose a Hybridizer kernel shape (parallelism, data lifetime, atomics, per-flavor split, gotchas). Returns a structured proposal — does not write the kernel.
How this command is triggered — by the user, by Claude, or both
Slash command
/hybridizer-port:hybridizer-portThe summary Claude sees in its command listing — used to decide when to auto-load this command
Delegate to the **hybridizer-porter** subagent to produce a kernel-shape proposal for the target function. The user invokes this as `/hybridizer-port <file-or-method-or-selection>`. `$ARGUMENTS` may be: - A **file path** (e.g. `Math/RmsNorm.cs`) — port the most relevant function in the file, asking which if there are several candidates. - A **file:line range** (e.g. `Math/RmsNorm.cs:42-78`) — port the specified slice. - A **fully-qualified method name** (e.g. `LlamaCsharp.Math.RmsNorm.ScaleInPlace`) — port that method specifically. - **Empty** — ask the user which function they want to po...
Delegate to the hybridizer-porter subagent to produce a kernel-shape proposal for the target function.
The user invokes this as /hybridizer-port <file-or-method-or-selection>. $ARGUMENTS may be:
Math/RmsNorm.cs) — port the most relevant function in the file, asking which if there are several candidates.Math/RmsNorm.cs:42-78) — port the specified slice.LlamaCsharp.Math.RmsNorm.ScaleInPlace) — port that method specifically.<CompileCUDA> in the .csproj and $(HybridizerTool) in Directory.Build.props. If absent, suggest running /hybridizer-init first.hybridizer-porter subagent with the resolved target. Pass enough context for it to understand the call sites — at minimum, the target file path and method signature.[EntryPoint] based on this proposal?"/hybridizer-review once the kernel is drafted?"/hybridizer-profile?"<CompileCUDA> produces a proposal that can't be built.npx claudepluginhub hybridizer-io/claude-plugin --plugin hybridizer-port