Loading...
Loading...
Found 48002 skills
benchflow-ai
Ensures code correctness by requiring verification commands and output confirmation before claiming completion, fixing, or passing status in development workflows.
benchflow-ai
Extracts specific XML elements from documents while preserving full structure, using Python and optional xmllint formatting.
benchflow-ai
Enforces Python code quality standards with pytest, black, and mypy for consistent development practices.
benchflow-ai
Guides on Git best practices for commits, branching, pull requests, and team collaboration in software development.
benchflow-ai
Provides intuitive access to Git commit history for understanding code context and evolution without manual parsing.
benchflow-ai
Provides a safe workflow for rewriting Git history with dry-run previews, supporting common operations like squashing and amending commits before execution.
benchflow-ai
Automates Git staging, committing, and pushing with conventional commit messages for efficient code version control.
benchflow-ai
Manages Python project initialization, dependency resolution with uv, and package distribution to PyPI via pyproject.toml configuration.
benchflow-ai
Accelerates Python package installation, virtual environment management, and project initialization using the uv tool for efficient dependency handling.
benchflow-ai
Advanced Git operations: interactive rebasing, conflict resolution, history manipulation, and branch strategy implementation for efficient code management.
benchflow-ai
Manages Python project setup and dependency handling exclusively via the uv package manager, replacing pip and other tools.
benchflow-ai
Builds, tests, and explains regular expressions using CLI tools like ripgrep and Python for text pattern matching.
benchflow-ai
Generates structured, atomic git commits following Conventional Commits standards, analyzing code changes to split into logical units for clear documentation.
benchflow-ai
Designs and implements RESTful API endpoints with proper structure, versioning, and HTTP standards for backend services.
benchflow-ai
Applies systematic debugging methodology to investigate and resolve software bugs, unexpected behavior, and user-reported issues. Automatically triggered by common bug-related keywords.
benchflow-ai
Generates C++ and Python code from Protocol Buffer (protobuf) definitions, including gRPC stubs and service implementations.
benchflow-ai
Manages Git hooks for pre-commit and pre-push automation, ensuring code quality through linting, testing, and formatting before version control operations.
benchflow-ai
Specialist in modern C++ (C++20/23) development, covering RAII, smart pointers, concepts, ranges, modules, and CMake for high-performance applications.
benchflow-ai
Provides guidance for safe memory management in C programs, handling malloc/free operations and preventing common memory safety issues.
benchflow-ai
Provides industry-standard guidelines for writing maintainable, efficient, and robust Python code suitable for production environments.
benchflow-ai
A utility for generating, extracting text, and manipulating PDF documents using JavaScript libraries like pdf-lib and PDFKit.
benchflow-ai
Provides setup and management of MailHog, a local email testing server for capturing and inspecting emails during development.
benchflow-ai
Guides implementation of asyncio patterns in Python for non-blocking, high-performance backend services and APIs.
benchflow-ai
Provides asynchronous programming utilities in Python using async/await, event loops, and integration with web frameworks like aiohttp and FastAPI.