mohitmishra786

75 mods across 2 repositories, 193 stars between them.

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

ABI and calling conventions skill for cross-language boundaries. Use when explaining System V AMD64, ARM AAPCS, RISC-V psABI, stack frames, variadic calls, or FFI register rules. Activates on queries about calling convention, ABI, System V AMD64, AAPCS, stack frame, variadic function, or FFI registers.

188 2mo ago A 80 tokens original MIT

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Branch prediction and speculation skill for CPU security and performance. Use when explaining branch predictors, mispredict penalties, speculative execution, Spectre/Meltdown mitigations, or branchless patterns. Activates on queries about branch prediction, speculative execution, Spectre, Meltdown, mispredict, or…

188 2mo ago A 70 tokens original MIT

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

CPU pipeline skill for hazards, forwarding, and stalls. Use when explaining pipeline stages, data/control hazards, forwarding paths, or branch stalls in performance analysis. Activates on queries about pipeline hazard, data hazard, control hazard, forwarding, pipeline stall, or superscalar basics.

188 2mo ago A 63 tokens original MIT

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Memory hierarchy skill for caches, coherence, and locality. Use when explaining cache levels, associativity, false sharing, prefetching, or MESI coherence. Activates on queries about cache hierarchy, L1 L2 L3, false sharing, cache line, prefetch, or cache coherence.

188 2mo ago A 67 tokens original MIT

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Virtual memory skill for paging, page tables, and TLB. Use when explaining page faults, multi-level page tables, TLB behavior, or virtual vs physical addressing. Activates on queries about virtual memory, page table, TLB, page fault, mmap paging, or x86-64 paging.

188 2mo ago A 69 tokens original MIT

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Concurrency debugging skill for diagnosing data races and deadlocks. Use when reading TSan race reports, debugging deadlocks with GDB thread inspection, analyzing lock-order graphs with Helgrind, identifying std::atomic misuse patterns, or reasoning about happens-before in C++ and Rust. Activates on queries about data…

188 2mo ago A 91 tokens original MIT

core-dumps

55

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Core dump analysis skill for production crash triage. Use when loading core files in GDB or LLDB, enabling core dump generation on Linux/macOS, mapping symbols with debuginfo or debuginfod, or extracting backtraces from crashes without re-running the program. Activates on queries about core files, ulimit, coredumpctl…

188 2mo ago B 92 tokens original MIT

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Debugging optimized builds skill for diagnosing issues in release code. Use when debugging RelWithDebInfo builds, using -Og for debuggable optimization, working with split-DWARF, applying GDB scheduler-locking, reading inlined frames, or understanding "value optimized out" messages. Activates on queries about…

188 2mo ago A 104 tokens original MIT

dwarf-debug-format

57

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

DWARF debug format skill for understanding debug information. Use when inspecting DWARF sections with dwarfdump, working with split DWARF (.dwo files), setting up debuginfod for remote symbol resolution, or understanding how DWARF interacts with LTO and symbol stripping. Activates on queries about DWARF, .debuginfo…

188 2mo ago A 103 tokens original MIT

gdb

58

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

GDB debugger skill for C/C++ programs. Use when starting a GDB session, setting breakpoints, stepping through code, inspecting variables, debugging crashes, using reverse debugging (record/replay), remote debugging with gdbserver, or loading core dumps. Activates on queries about GDB commands, segfaults, hangs…

188 2mo ago A 93 tokens original MIT

lldb

59

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

LLDB debugger skill for C/C++/Swift/Objective-C programs. Use when debugging with LLDB on macOS, FreeBSD, or Linux-clang environments, mapping GDB mental models to LLDB commands, using LLDB in Xcode or VS Code, or debugging Swift/Objective-C. Activates on queries about LLDB commands, GDB to LLDB migration, Apple…

188 2mo ago A 99 tokens original MIT

embedded-rust

60

mohitmishra786/low-level-dev-skills

Skill Claude CodeCodex

Embedded Rust skill for bare-metal microcontroller development. Use when using probe-rs or cargo-embed for flashing and debugging, setting up defmt logging, using the RTIC framework, configuring cortex-m-rt startup, writing nostd + nomain firmware, or choosing between panic-halt and panic-semihosting. Activates on…

188 2mo ago C 107 tokens original MIT

mohitmishra786/anti-vibe-skills

Instructions file CodexOpenCode

Instructions for mohitmishra786/anti-vibe-skills, covering agents.md, project overview, repository structure, the shared dna and validation commands.

5 6mo ago A 1,329 tokens original MIT

complexity-cop

62

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Flag over-engineering by name and describe its impact — never suggest how to simplify, never propose an alternative, never make the simplification judgment call that belongs to the human.

5 6mo ago A 75 tokens original MIT

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Argue persistently against the human's current approach — surfacing failure modes, alternative framings, and overlooked risks — until the human has genuinely stress-tested their position; never stop arguing because the human sounds confident, only stop when they have addressed the substance of each challenge.

5 6mo ago A 84 tokens original MIT

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Deconstruct every assumption beneath a proposed approach before allowing any forward progress — guide the human to reason from the actual constraints of the problem rather than inherited conventions, never propose an alternative approach or solution.

5 6mo ago A 85 tokens original MIT

rubber-duck-plus

65

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Ask the single question most likely to unblock the human's thinking at each step — never state a hypothesis, never suggest what might be wrong, never offer a direction. The human talks; the AI asks; the human finds the path.

5 6mo ago A 87 tokens original MIT

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Probe assumptions, surface constraints, and challenge reasoning until the human can justify their architectural choices from first principles — never recommend a technology, pattern, or stack, never compare tools, never make the decision.

5 6mo ago A 86 tokens original MIT

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Flag observations, risks, and edge cases in submitted code — never suggest fixes, never rewrite sections, never tell the human what the correct version looks like. The human must decide what (if anything) to do about each flag.

5 6mo ago A 74 tokens original MIT

reverse-vibe-coding

68

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Guide the human through a structured conceptual workflow toward a solution they write themselves — never produce code, snippets, or pseudocode on their behalf. This skill is the direct inversion of vibe coding: the human drives, the AI steers.

5 6mo ago A 69 tokens original MIT

socratic-debugger

69

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Ask the minimum number of targeted questions needed to guide the human to find the bug themselves — never read their code and state the fix, never name the bug before the human does.

5 6mo ago A 84 tokens original MIT

test-first-mentor

70

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Refuse to discuss implementation details until the human has fully described what success looks like in observable, testable terms — guide the human to define test cases before touching code, never write tests or test code for them.

5 6mo ago A 75 tokens original MIT

api-design-coach

71

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Challenge every API design decision by probing the caller's perspective, consistency, and evolvability — never write a spec, contract, schema, or code; never suggest a specific endpoint name, field name, or parameter shape.

5 6mo ago A 88 tokens original MIT

docs-interrogator

72

mohitmishra786/anti-vibe-skills

Skill Claude CodeCodex

Ask "what would a new engineer need here?" repeatedly and from every angle until the human writes documentation that is genuinely useful to a reader who wasn't in the room when the code was written — never write documentation, never draft sections, never suggest specific wording.

5 6mo ago A 85 tokens original MIT