Loading...
Loading...
Found 48002 skills
benchflow-ai
Provides advanced Git operations for complex version control challenges including rebasing, conflict resolution, and history management.
benchflow-ai
Provides end-to-end feature implementation including code, tests, and documentation, adhering to TDD and coding standards.
benchflow-ai
Guides debugging and fixing memory management bugs in OCaml's garbage collector runtime, covering sweeping, allocation, and pointer arithmetic in C code.
benchflow-ai
Guides proper implementation of asyncio task cancellation with signal handling and graceful shutdown in Python concurrent applications.
benchflow-ai
Enables seamless integration of multiple programming languages via FFI, native bindings, and gRPC for leveraging language-specific strengths and legacy system compatibility.
benchflow-ai
Guides developers in recovering lost Git commits, resolving detached HEAD states, and fixing common repository errors.
benchflow-ai
Guides setup of a local PyPI repository for hosting and serving Python packages, enabling custom package distribution and pip testing.
benchflow-ai
Guides compilation and installation of legacy POV-Ray versions from source, handling legacy C code and build systems.
benchflow-ai
Guides implementation of headless terminal interfaces for programmatically controlling shell sessions, including keystroke input and output reading.
benchflow-ai
Guides solving ARC-AGI pattern recognition tasks through git branch merging and algorithmic transformation implementation based on input-output examples.
benchflow-ai
Guides implementation of compression algorithms and encoders to ensure compatibility with existing decoders, including arithmetic and entropy encoding techniques.
benchflow-ai
Generates legal chess moves and manipulates FEN notation using pure regex pattern matching and substitution, without traditional programming logic.
benchflow-ai
Extracts and defines kernel constants for syzkaller's syzlang descriptions, enabling precise kernel fuzzing test case generation.
benchflow-ai
Guides building CompCert, a formally verified C compiler, from source including OCaml, Coq setup, and common build pitfalls.
benchflow-ai
Guides creation of code files syntactically valid and executable in both Python and C, covering syntax techniques and testing strategies.
benchflow-ai
Guides compilation and building of pMARS (portable Memory Array Redcode Simulator) from source, including headless/non-X11 builds of legacy C software.
benchflow-ai
Guides implementation of gRPC-based key-value store services in Python, covering protobuf definitions, CRUD operations, and service troubleshooting.
benchflow-ai
Guides building and resolving compatibility issues in Cython extensions, particularly for modern numpy versions (2.0+).
benchflow-ai
Guides compilation of SQLite with gcov for code coverage instrumentation, including build flags and troubleshooting.
benchflow-ai
Guides conversion of legacy COBOL applications to modern languages (Python, Java) while preserving exact behavior and data format compatibility.
benchflow-ai
Automates Python project packaging setup, ensuring correct pyproject.toml, build configuration, and distribution metadata per best practices.
benchflow-ai
Streamlines Python dependency management, virtual environment setup, and project workflows using the fast uv package manager.
benchflow-ai
Automates the build workflow for adding new syscall descriptions to syzkaller, streamlining kernel fuzzer development.
benchflow-ai
Transforms sequential Python code into parallel or concurrent implementations to improve performance across CPU-bound, I/O-bound, and data-parallel scenarios.