Loading...
Loading...
Found 48002 skills
letta-ai
Guides creation of code files valid in both Python and C, covering syntax techniques, testing, and cleanup for dual-language execution.
letta-ai
Guides debugging and fixing memory management issues in OCaml's garbage collector, including sweeping, pool management, and pointer arithmetic bugs.
letta-ai
Guides building gRPC key-value store services in Python, including proto schema design, server implementation, and verification strategies.
letta-ai
Guides proper implementation of asyncio task cancellation with cleanup, handling keyboard interrupts and graceful shutdown of concurrent operations.
letta-ai
Guides users in recovering lost Git commits, resolving detached HEAD states, and fixing common repository issues like accidental resets.
letta-ai
Guides the compilation and build process of CompCert, a formally verified C compiler, including OCaml setup, Coq compatibility, and troubleshooting.
letta-ai
Guides creation of source files that compile and run correctly in both Rust and C/C++ simultaneously.
letta-ai
Guides users in recovering lost commits, resolving detached HEAD states, and fixing common Git repository issues using reflog and standard Git commands.
letta-ai
Guides merging conflicting git branches with ARC-AGI pattern recognition implementations and developing generalized solutions for unseen test cases.
letta-ai
Guides development and optimization of CoreWars warriors in Redcode assembly to achieve target win rates against specific opponents.
letta-ai
Guides building and installing Cython extension packages, resolving compatibility issues with modern Python and NumPy versions, including setup.py configuration and compilation troubleshooting.
letta-ai
Guides debugging of C++ memory crashes including use-after-free, static destruction order, and custom allocator lifecycle problems in RELEASE builds.
letta-ai
Guides COBOL program migration to modern languages (Python, Java) with behavior preservation and fixed-width file handling.
letta-ai
Guides implementation of self-interpreting Scheme-like evaluators, focusing on incremental development, debugging, and handling environments, closures, and special forms.
letta-ai
Creates standalone CLI tools for PyTorch model inference in C/C++/Rust, handling weight extraction and forward passes without Python dependencies.
letta-ai
Debugs release-only memory crashes in custom heap implementations, including static destruction order and use-after-free issues during program shutdown.
letta-ai
Guides implementation of MIPS CPU interpreters for executing MIPS32 code, including ELF parsing, instruction decoding, and syscall emulation.
letta-ai
Guides compilation and installation of POV-Ray from source, handling legacy C code, build systems, and verification for successful builds.
letta-ai
Guides implementation of graceful task cancellation in Python asyncio, handling signals and cleanup for concurrent task runners.
letta-ai
Guides implementation of digital logic circuits for composite algorithms (Fibonacci and integer square root) using gate-level design and HDL for resource-constrained hardware synthesis.
letta-ai
Guides compilation of POV-Ray 2.2 from source on modern Linux, resolving legacy compiler compatibility issues.
letta-ai
Guides compilation and building of pMARS, a Core War simulator, from source with headless/non-X11 options for legacy C software.
letta-ai
Extracts memory values and structures from ELF binary files, handling headers, segments, and endianness for 32-bit and 64-bit formats.
letta-ai
Generates legal chess moves using regex pattern matching and substitution, enabling FEN notation manipulation for board game logic.