ForceInjection

40 mods across 5 repositories, 3.1k stars between them.

openspec-explore

26

ForceInjection/forceinjection.github.io

Skill Claude CodeCodex

Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.

51 7d ago A 39 tokens copy · 92% Apache-2.0

openspec-propose

27

ForceInjection/forceinjection.github.io

Skill Claude CodeCodex

Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.

51 7d ago A 47 tokens copy · 86% Apache-2.0

openspec-sync-specs

28

ForceInjection/forceinjection.github.io

Skill Claude CodeCodex

Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.

51 7d ago A 38 tokens copy · 97% Apache-2.0

ForceInjection/forceinjection.github.io

Skill Claude CodeCodex

Update an OpenSpec change by revising its existing planning artifacts and keeping them coherent with one another. Use when the user wants to revise a change's plan, fold new decisions into it, or reconcile its artifacts after an edit. Never edits code.

51 7d ago A 55 tokens copy · 84% Apache-2.0

ForceInjection/cuda-code-skill

Instructions file CodexOpenCode

AGENTS.md instructions for ForceInjection/cuda-code-skill, covering agents.md, project overview, commands, running the scraper and scrape ptx isa documentation.

24 1mo ago A 1,337 tokens fork

ForceInjection/cuda-code-skill

Instructions file

Claude Code instructions for ForceInjection/cuda-code-skill, covering claude.md, project overview, commands, documentation scraper and re-run cleanup only (no re-download).

24 1mo ago A 3,223 tokens fork

cuda-code-generator

34

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

Generates optimized CUDA kernel code based on performance analysis reports or algorithm type. Reads NCU analysis reports (e.g. analysis.md) and optionally existing kernel code, then produces high-quality compilable .cu files with applied optimizations. Use when the user provides an NCU analysis report or requests CUDA…

24 1mo ago A 102 tokens fork

cuda-debugger

35

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

Debugs CUDA kernel errors using compute-sanitizer (memcheck, racecheck, initcheck, synccheck), cuda-gdb (non-interactive batch backtrace), and cuobjdump (PTX/SASS/register analysis). Use when a CUDA kernel crashes (segfault, illegal memory access), produces wrong results, hangs, or when the user asks to debug or…

24 1mo ago A 133 tokens fork

cuda-knowledge

36

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

CUDA kernel development, debugging, performance optimization, linear algebra, and multi-GPU communication for Claude Code. Use when writing, debugging, or optimizing CUDA code, GPU kernels, parallel algorithms, or CUDA library calls. Covers cuBLAS/cuBLASLt GEMM operations, CUDA Math API (half, bfloat16, FP8, FP6…

24 1mo ago A 249 tokens fork

cuda-optimizer

37

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

Orchestrates a full profiling-driven CUDA kernel optimization loop (write → validate → profile → analyze → optimize) until performance converges or no further gains are possible. Capabilities include generating reference implementations, writing initial kernels via cuda-code-generator, running correctness validation…

24 1mo ago A 113 tokens fork

cuda-samples

38

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

Curated index of NVIDIA official CUDA Samples with code patterns, GitHub permalinks, and key snippets. Use when looking for working CUDA code examples, GPU kernel patterns (reduction, scan, GEMM, transpose, histogram), Tensor Core WMMA usage, CUDA Graphs API, cuBLAS/cuFFT/cuSPARSE library integration, stream/event…

24 1mo ago A 153 tokens fork

kernel-benchmarker

39

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

Compiles, validates, and benchmarks a CUDA kernel (.cu file) against a Python reference (ref.py). Auto-detects GPU arch and infers dimension args from the extern "C" void solve(...) signature. Runs benchmark.py to: compile with nvcc, optionally validate outputs (exits on failure), benchmark both kernel and reference…

24 1mo ago A 0 tokens fork

ncu-rep-analyzer

40

ForceInjection/cuda-code-skill

Skill Claude CodeCodex

Profiles a CUDA kernel with NCU and analyzes the resulting .ncu-rep report to diagnose performance bottlenecks and generate optimization recommendations. Use when the user provides a .cu file or a .ncu-rep file and asks for performance analysis, NCU profiling, or bottleneck diagnosis. If given a .cu file, runs NCU via…

24 1mo ago B 149 tokens fork