lazyFrogLOL

36 mods across 1 repository, 126 stars between them.

caffe-cifar-10

01

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for building and training with the Caffe deep learning framework on CIFAR-10 dataset. This skill applies when tasks involve compiling Caffe from source, training convolutional neural networks on image classification datasets, or working with legacy deep learning frameworks that have compatibility issues with…

126 3mo ago A 64 tokens

chess-best-move

02

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guide for analyzing chess positions from images and determining optimal moves. This skill should be used when asked to find the best move, checkmate, or tactical solution from a chess board image. It provides structured approaches for image-based chess analysis, piece detection calibration, position validation, and…

126 3mo ago A 64 tokens

circuit-fibsqrt

03

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guide for implementing combinational/sequential logic circuits using gate-level descriptions in text-based simulators. This skill applies when building circuits for mathematical functions like integer.

126 3mo ago A 36 tokens

compile-compcert

04

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for building CompCert, a formally verified C compiler. This skill applies when tasks involve compiling CompCert from source, setting up Coq/OCaml environments with opam, or building software with strict proof assistant dependencies. Use for CompCert compilation, Coq-dependent project builds, or formal…

126 3mo ago A 69 tokens

crack-7z-hash

05

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for cracking 7z archive password hashes. It should be used when tasks involve extracting hashes from password-protected 7z archives, selecting appropriate cracking tools, and recovering passwords through dictionary or brute-force attacks. Applicable to password recovery, security testing…

126 3mo ago A 73 tokens

db-wal-recovery

06

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guide for recovering data from SQLite Write-Ahead Log (WAL) files that may be corrupted, encrypted, or inaccessible through standard methods. This skill should be used when tasks involve SQLite database recovery, WAL file analysis, encrypted database files, or discrepancies between tool outputs and filesystem access.

126 3mo ago A 63 tokens

distribution-search

07

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for finding probability distributions that satisfy specific statistical constraints such as KL divergence targets, entropy requirements, or moment conditions. This skill should be used when tasks involve constructing discrete or continuous probability distributions with specified divergence measures, entropy…

126 3mo ago A 58 tokens

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for extracting text-based game commands, moves, or inputs from video recordings using OCR and frame analysis. This skill applies when extracting user inputs from screen recordings of text-based games (Zork, interactive fiction), terminal sessions, or any video where typed commands need to be recovered. It…

126 3mo ago A 83 tokens

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for FEAL cipher linear cryptanalysis tasks. It should be used when recovering encryption keys from FEAL-encrypted data using known plaintext-ciphertext pairs, implementing linear approximation attacks on block ciphers, or solving cryptanalysis challenges involving the FEAL cipher family.…

126 3mo ago A 73 tokens

filter-js-from-html

10

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for XSS filter bypass tasks where the goal is to craft HTML payloads that execute JavaScript despite sanitization filters. Use this skill when tasks involve bypassing HTML sanitizers (like BeautifulSoup), exploiting parser differentials between server-side sanitizers and browsers, or…

126 3mo ago A 75 tokens

frontend-design

11

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

126 3mo ago A 43 tokens

gcode-to-text

12

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Decode and interpret text content from G-code files by analyzing toolpath geometry and coordinate patterns. This skill should be used when extracting text, letters, or symbols that are encoded as movement commands in G-code files (e.g., 3D printing, CNC engraving, laser cutting). Applies to tasks like identifying what…

126 3mo ago A 100 tokens

gpt2-codegolf

13

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for implementing neural network inference (like GPT-2) under extreme code size constraints. This skill should be used when tasks require implementing ML model inference in minimal code (code golf), parsing model checkpoints in constrained environments, or building transformer architectures in low-level…

126 3mo ago A 67 tokens

headless-terminal

14

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for implementing headless terminal interfaces that programmatically control shell sessions. Use this skill when implementing terminal emulation, pseudo-terminal wrappers.

126 3mo ago A 34 tokens

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for installing and running Windows 3.11 in QEMU with VNC access and web-based noVNC interface. This skill should be used when tasks involve setting up legacy Windows 3.11 environments, configuring QEMU for DOS/Windows 3.x, or creating virtualized retro computing setups with remote access capabilities.

126 3mo ago A 75 tokens

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for implementing batching schedulers for LLM inference systems with compilation-based accelerators. This skill applies when optimizing request batching to minimize cost while meeting latency thresholds, particularly when dealing with shape compilation costs, padding overhead, and multi-bucket request…

126 3mo ago A 87 tokens

mailman

17

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for setting up mailing list servers with Postfix and Mailman3. This skill should be used when configuring email infrastructure, integrating Mailman3 with Postfix MTA, creating mailing lists, or troubleshooting mail delivery issues.

126 3mo ago A 49 tokens

mteb-leaderboard

18

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for querying ML model leaderboards and benchmarks (MTEB, HuggingFace, embedding benchmarks). This skill applies when tasks involve finding top-performing models on specific benchmarks, compar.

126 3mo ago A 44 tokens

password-recovery

19

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for recovering passwords or sensitive data from disk images, corrupted files, or forensic scenarios. Use this skill when tasked with extracting passwords from disk images, recovering deleted files containing credentials, or performing data forensics to find lost authentication information.

126 3mo ago A 54 tokens

path-tracing

20

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guide for reverse-engineering and recreating programmatically-generated ray-traced images. This skill should be used when tasks involve analyzing a target image to determine rendering parameters, implementing path tracing or ray tracing algorithms, matching scene geometry and lighting, or achieving high similarity…

126 3mo ago A 62 tokens

polyglot-rust-c

21

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guidance for creating polyglot source files that compile and run correctly as both Rust and C/C++ programs. This skill should be used when asked to create code that is valid in multiple programming languages simultaneously, particularly Rust and C/C++ polyglots.

126 3mo ago A 59 tokens

prove-plus-comm

22

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

Guide for completing Coq proofs involving arithmetic properties like addition commutativity. This skill should be used when working on Coq proof files that require proving properties about natural number arithmetic using induction, particularly when lemmas like plusnO and plusnSm are involved.

126 3mo ago A 59 tokens

qemu-alpine-ssh

23

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for setting up Alpine Linux virtual machines in QEMU with SSH access via port forwarding. It should be used when tasks involve running Alpine Linux in QEMU, configuring SSH access to VMs, setting up port forwarding for VM network access, or troubleshooting QEMU networking issues.

126 3mo ago A 65 tokens

qemu-startup

24

lazyFrogLOL/Harness_Engineering

Skill Claude CodeCodex

This skill provides guidance for starting QEMU virtual machines with proper serial console access, process management, and boot verification. It should be used when tasks involve launching QEMU VMs, configuring serial/telnet console access, or managing VM lifecycle. Covers common pitfalls around KVM availability, port…

126 3mo ago A 73 tokens