$npx skillfedfor your agent

mohitmishra786

15 skills total · 15 unscanned

Skills by mohitmishra786

binary-hardening
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Binary Hardening guides you through applying and validating security protections for C/C++ executables. Learn compiler and linker flags for RELRO, PIE, stack canaries,…

MITupdated Jun 2026
★ 148repo stars
binutils
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Binutils guides you through GNU's binary manipulation toolkit for static library management, debug info handling, address-to-source mapping, and symbol demangling. Master ar for…

MITupdated Jun 2026
★ 148repo stars
clang
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master Clang's superior diagnostics, optimization remarks, and static analysis capabilities. Learn to interpret inlining and vectorization decisions, configure clang-tidy for…

MITupdated Jun 2026
★ 148repo stars
cmake
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master modern CMake for C/C++ with target-first principles, out-of-source builds, and dependency management via find_package or FetchContent. Configure generators like Ninja and…

MITupdated Jun 2026
★ 148repo stars
compiler-optimizations-deep
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Dive into compiler internals: understand why loops fail to vectorize, how register pressure causes spills, and when to deploy PGO or BOLT. Covers mid-level IR optimizations,…

MITupdated Jun 2026
★ 148repo stars
containers-internals
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Containers Internals covers the low-level mechanisms that power Docker and Podman: process namespaces for isolation, cgroups v2 for resource limits, overlayfs for layered storage,…

MITupdated Jun 2026
★ 148repo stars
dwarf-debug-format
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master DWARF debug format fundamentals—the sections that store type, variable, and function metadata in ELF binaries. Learn to inspect debug info with dwarfdump and readelf, work…

MITupdated Jun 2026
★ 148repo stars
dynamic-linking
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master Linux shared library fundamentals: create position-independent libraries with proper soname versioning, embed search paths using RPATH or RUNPATH, and debug loading…

MITupdated Jun 2026
★ 148repo stars
elf-inspection
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master Linux binary analysis with workflows for examining symbol tables, section layout, dynamic linking, and debug information. Diagnose undefined symbol errors, identify binary…

MITupdated Jun 2026
★ 148repo stars
gcc
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master GCC flag selection for debug and release builds, from optimization levels and warning discipline to link-time optimization and profile-guided optimization. Covers common…

MITupdated Jun 2026
★ 148repo stars
kernel-security
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master Linux kernel security mechanisms including SELinux and AppArmor policy authoring, seccomp-bpf sandboxing, and exploit mitigations like KASLR, Intel CET, and ARM PAC. Learn…

MITupdated Jun 2026
★ 148repo stars
linkers-lto
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master linker selection, essential flags, and link-order resolution for GNU ld, gold, and lld. Learn to enable LTO with GCC or Clang, strip dead code with --gc-sections, and debug…

MITupdated Jun 2026
★ 148repo stars
make
by mohitmishra786 · mohitmishra786/low-level-dev-skills

This skill guides you through building maintainable Makefiles for C/C++ using phony targets, pattern rules, and automatic dependency tracking. Learn to structure multi-file…

MITupdated Jun 2026
★ 148repo stars
msvc-cl
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Master Windows C/C++ compilation with MSVC cl.exe and clang-cl. This skill maps GCC/Clang flags to MSVC equivalents, explains runtime library choices (/MT vs /MD), guides PDB…

MITupdated Jun 2026
★ 148repo stars
reverse-engineering
by mohitmishra786 · mohitmishra786/low-level-dev-skills

Reverse Engineering equips you to analyze unknown binaries through structured workflows using Ghidra, radare2, and Binary Ninja. Master initial triage with standard tools,…

MITupdated Jun 2026
★ 148repo stars