Loading...
Loading...
Found 48002 skills
benchflow-ai
Configures Maven build plugins for Java projects, including standard plugins (compiler, surefire) and custom executions.
benchflow-ai
Guides design and configuration of Salesforce second-generation managed packages (2GP), including namespace setup, versioning, and lifecycle management for ISV development.
benchflow-ai
Guides translation of Python object-oriented programming concepts, including classes, inheritance, and design patterns, to Scala code.
benchflow-ai
Enables building robust, production-ready Erlang applications using OTP behaviors including gen_server, gen_statem, supervisors, and gen_event for state management and fault tolerance.
benchflow-ai
Automates the build process for integrating new syscall descriptions into the syzkaller kernel fuzzing tool.
benchflow-ai
Guides developers in translating Python code to idiomatic Scala, emphasizing immutability, expression-based style, and common conventions for clean code.
benchflow-ai
Guides translation of Python collection operations (map, filter, reduce) to idiomatic Scala for code conversion between languages.
benchflow-ai
Extracts and defines kernel constants for syzkaller's syzlang descriptions to enable kernel fuzzing input generation.
benchflow-ai
Reference guide for converting Python syntax to equivalent Scala constructs, covering variables, control flow, comprehensions, and operators.
benchflow-ai
Provides mappings from Python standard library modules to equivalent Scala libraries for common operations and tasks.
benchflow-ai
A library for building, validating, visualizing, and serializing dialogue graphs to manage branching narrative structures in applications.
benchflow-ai
Guides translation of Python code to idiomatic functional Scala, covering higher-order functions, pattern matching, and monadic operations.
TonnyWong1052
Adds new UI style templates to the ui-style-react project by processing HTML/CSS code, creating preview pages, and registering templates.
mhattingpete
Automates identification and resolution of failing tests using intelligent error grouping and systematic fixes.
mhattingpete
Automates Git staging, committing, and pushing with conventional commit messages for seamless code version control and remote synchronization.
mhattingpete
Automates setup of new projects or refactoring of existing ones with development best practices, tooling, and workflow standards.
mhattingpete
Executes Python code locally with optimized marketplace API access, reducing token usage by 90%+ for bulk operations and complex workflows.
mhattingpete
Automates systematic implementation of code review feedback, PR comments, and reviewer suggestions into source code.
mhattingpete
Generates multiple diverse code and architecture solutions in parallel, then selects the optimal one to improve decision quality and output.
mhattingpete
Performs bulk code refactoring including renaming variables/functions, replacing patterns, and updating API calls across multiple files.
mhattingpete
Enables precise transfer of code blocks between files, supporting line-level operations for refactoring, moving functions, and inserting code at specified locations.
ThibautBaissac
Provides TDD-based implementation patterns for transactional emails, including templates and notifications, using Action Mailer in Ruby on Rails.
ThibautBaissac
Generates Rails concerns for shared behavior in models/controllers using TDD, promoting code reuse and DRY principles.
ThibautBaissac
Creates reusable UI components using ViewComponent patterns and TDD for frontend development.