chessMan avatar

chessMan

Community

@mohitmishra786 · Dream

804Followers
|
131Public Repos
|
87Published Skills

I'm Mohit.❤️ You can also call me Chessman

Agent Skills by chessMan

Showing 87 vetted skills indexed across 2 GitHub repositories.

mohitmishra786mohitmishra786
159

zig-cross

Cross-compile Zig and C code for multiple architectures and operating systems.

Community
Intermediate
mohitmishra786mohitmishra786
159

zig-comptime

Guide Zig comptime for compile-time evaluation, metaprogramming, and generic programming.

Community
Intermediate
mohitmishra786mohitmishra786
159

zig-testing

Write, execute, and debug tests and fuzzing targets in Zig.

Community
Intermediate
mohitmishra786mohitmishra786
159

zig-compiler

Compile Zig programs with optimization modes and cross-compilation targets.

Community
Intermediate
mohitmishra786mohitmishra786
159

zig-debugging

Debug Zig programs using GDB, LLDB, and std.log tracing.

Community
Intermediate
mohitmishra786mohitmishra786
159

zig-cinterop

Call C functions from Zig using @cImport and @cInclude.

Community
Intermediate
mohitmishra786mohitmishra786
159

zig-build-system

Guide writing Zig build.zig files for compilation and dependency management.

Community
Intermediate
mohitmishra786mohitmishra786
159

cargo-workflows

Manage Rust project workflows with Cargo workspaces, feature flags, and build scripts.

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-ffi

Generate Rust bindings from C headers using bindgen.

Community
Intermediate
mohitmishra786mohitmishra786
159

rustc-basics

Optimizes Rust builds via RUNTAGS, profiles and inspects assembly, MIR, LLVM IR outputs.

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-profiling

...

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-unsafe

Guide writing, reviewing, and auditing unsafe Rust code operations.

Community
Advanced
mohitmishra786mohitmishra786
159

rust-debugging

Debug Rust programs with GDB and LLDB using pretty-printers.

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-cross

Configure Rust cross-compilation for diverse targets using rustup, cross, and cargo-zigbuild.

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-sanitizers-miri

Validate Rust code for memory safety and undefined behavior with Miri.

Community
Advanced
mohitmishra786mohitmishra786
159

rust-security

Audit Rust dependencies with cargo-audit and enforce policies via cargo-deny.

Community
Advanced
mohitmishra786mohitmishra786
159

rust-build-times

Diagnose Rust build bottlenecks with cargo-timings and configure sccache caching.

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-async-internals

Explain Rust async internals including Future, Pin, and Tokio scheduling.

Community
Intermediate
mohitmishra786mohitmishra786
159

rust-no-std

Guide Rust development in no_std environments covering core, alloc, and std crates.

Community
Intermediate
mohitmishra786mohitmishra786
159

sanitizers

Enable and interpret compiler sanitizers for C/C++ memory errors.

Community
Intermediate
mohitmishra786mohitmishra786
159

fuzzing

Automate coverage-guided fuzzing with libFuzzer and AFL++ for C/C++ codebases.

Community
Advanced
mohitmishra786mohitmishra786
159

wasm-emscripten

Compile C/C++ code to WebAssembly using the Emscripten toolchain.

Community
Intermediate
mohitmishra786mohitmishra786
159

wasm-wasmtime

Execute and manage WebAssembly modules with the Wasmtime runtime.

Community
Intermediate
mohitmishra786mohitmishra786
159

binary-hardening

Enable and verify binary security mitigations for C/C++ builds with compiler flags.

Community
Advanced