chessMan
Community@mohitmishra786 · Dream
I'm Mohit.❤️ You can also call me Chessman
Agent Skills by chessMan
Showing 87 vetted skills indexed across 2 GitHub repositories.
zig-cross
Cross-compile Zig and C code for multiple architectures and operating systems.
zig-comptime
Guide Zig comptime for compile-time evaluation, metaprogramming, and generic programming.
zig-testing
Write, execute, and debug tests and fuzzing targets in Zig.
zig-compiler
Compile Zig programs with optimization modes and cross-compilation targets.
zig-debugging
Debug Zig programs using GDB, LLDB, and std.log tracing.
zig-cinterop
Call C functions from Zig using @cImport and @cInclude.
zig-build-system
Guide writing Zig build.zig files for compilation and dependency management.
cargo-workflows
Manage Rust project workflows with Cargo workspaces, feature flags, and build scripts.
rust-ffi
Generate Rust bindings from C headers using bindgen.
rustc-basics
Optimizes Rust builds via RUNTAGS, profiles and inspects assembly, MIR, LLVM IR outputs.
rust-profiling
...
rust-unsafe
Guide writing, reviewing, and auditing unsafe Rust code operations.
rust-debugging
Debug Rust programs with GDB and LLDB using pretty-printers.
rust-cross
Configure Rust cross-compilation for diverse targets using rustup, cross, and cargo-zigbuild.
rust-sanitizers-miri
Validate Rust code for memory safety and undefined behavior with Miri.
rust-security
Audit Rust dependencies with cargo-audit and enforce policies via cargo-deny.
rust-build-times
Diagnose Rust build bottlenecks with cargo-timings and configure sccache caching.
rust-async-internals
Explain Rust async internals including Future, Pin, and Tokio scheduling.
rust-no-std
Guide Rust development in no_std environments covering core, alloc, and std crates.
sanitizers
Enable and interpret compiler sanitizers for C/C++ memory errors.
fuzzing
Automate coverage-guided fuzzing with libFuzzer and AFL++ for C/C++ codebases.
wasm-emscripten
Compile C/C++ code to WebAssembly using the Emscripten toolchain.
wasm-wasmtime
Execute and manage WebAssembly modules with the Wasmtime runtime.
binary-hardening
Enable and verify binary security mitigations for C/C++ builds with compiler flags.