This repository is a synthesis. The skills, failure-mode catalogs, and verification disciplines here are built on the work of many open-source projects, standards bodies, and individuals. We are grateful to every one of them.
The following skill repositories were studied as research input. Where licenses permit,
their approaches informed our skill design; content from UNKNOWN-license repositories was
used for ideas and methodology only (see LICENSE and registry/claims.yaml for the
attribution policy).
| Repository | License | How it shaped this work |
|---|---|---|
| trailofbits/skills | CC-BY-SA-4.0 | Bug-class catalogs (69 Rust / 47–64 C classes), “Rationalizations to Reject”, verification-gate design, ablation-Δ eval methodology, calibration data (PR #238, issues #143/#181/#205/#216) |
| wshobson/agents | MIT | Survey-style memory-safety and asm pattern skills, PluginEval eval methodology (Monte-Carlo activation, statistical CI) |
| Jeffallan/claude-skills | MIT | Embedded and C++ RAII/ownership skills |
| SnailSploit/Claude-Red | MIT | Deep x64 assembly/shellcode content; Windows-on-ARM64 syscall conventions (ideas only — content did not pass the verification bar) |
| mohitmishra786/low-level-dev-skills | MIT | The broadest coverage map: compilers, linkers, ELF/DWARF, kernel internals (scheduler/MM/VFS), SIMD, ABI, virtualization, HPC |
| NVIDIA/skills | CC-BY-4.0 / Apache-2.0 | GPU programming skills (cuTile/Triton), DOCA/DPU; knowledge-map routing, hardware-safety change discipline, four-source version audit |
| Z3Prover/z3 | MIT | SMT-solver reasoning ground for the smt-z3-sound-usage skill |
| VoltAgent/awesome-agent-skills | MIT | Index of skill repositories; progressive-disclosure research |
| zhaoxuya520/reverse-skill | UNKNOWN | Reverse-engineering skill breadth; Go/Rust RE methodology |
| zhinkgit/embeddedskills | UNKNOWN | Embedded verification discipline (GDB, J-Link as gates) |
| CSS-Electronics/can-bus-reverse-engineering-skills | MIT | The deterministic CAN protocol RE pipeline, verify-as-gate, SWEEP/HOLDS methodology, parked-vs-moving gate |
| P4nda0s/reverse-skills | UNVERIFIED (README claims MIT) | Reverse-engineering skill structure; negative-guidance patterns |
| Masriyan/Claude-Code-CyberSecurity-Skill | MIT | Chaining tables, output-template-first, authorization gates |
| SimoneAvogadro/android-reverse-engineering-skill | Apache-2.0 | Android RE breadth; fingerprint-first triage; R8/Kotlin-metadata name recovery |
| rudedogg/zig-skills | UNKNOWN | Zig version-pinning problem; WRONG/CORRECT migration pairs (ideas only) |
| zigcc/skills | UNKNOWN | Zig version policy (VERSIONING.md update-in-place vs new-skill) as idea |
| nzrsky/zig-skills | MIT | Zig skill structure (derivative of rudedogg) |
| whit3rabbit/claude-zig-skill | MIT | Zig recipe collection (BBQ Cookbook); multi-version references |
| 0xazanul/fuzz-skill | UNKNOWN | “Proof Standard” for fuzzing claims — the basis of fuzzing-harness-evidence-gate (idea only) |
| LNC0831/oh-my-fpga | MIT | FPGA/HDL discipline: CDC classification, timing closure, “never make the number green by hiding a violation” |
| alexfdez1010/risc-v-skill | MIT | RISC-V/RVV intrinsics: VL/AVL strip-mining, LMUL/SEW, tail/mask policies |
| qwattash/cheri-skills | BSD-3-Clause | CHERI capability semantics (bounds/tags, purecap/hybrid), cheribuild/QEMU harness (author: Alfredo Mazzinghi) |
| MarsDoge/uefi-firmware-skill | MIT | UEFI/PI spec-boundary discipline, edk2, QEMU serial-log debugging |
| cellebrite-labs/ghidra-rpc | UNKNOWN | Agent↔Ghidra automation loop (idea only) |
| manyuegong33/r0crawl_skills | UNKNOWN | RE router / beginner-contract patterns (idea only) |
| mukul975/Anthropic-Cybersecurity-Skills | Apache-2.0 | Breadth reference for security skill taxonomy |
| hackersifu | MIT | Malware-RE workflows (IOC/unpacking) |
| rekit | Apache-2.0 | RE workflow automation |
| n132/Libc-GOT-Hijacking | UNKNOWN | Exploit-technique portfolio framing (idea only) |
The normative claims in this repository cite the following, among others:
The three failure surveys in research/ are grounded in these works, among others:
GCC 16.1 (MSYS2), rustc 1.97.1, GDB 17.2, GNU as/ld/objdump/nm, CMake/Ninja, and Python 3.11 were used to execute-verify the source-backed examples in this repository. Without reproducible toolchains, none of the “source-backed” claims would be credible.
If your work is represented here and you would like different attribution, or if any attribution is inaccurate, please open an issue and we will correct it promptly.