python-tendermint-consensus-implementation
Implement the Tendermint consensus algorithm in Python using a specific file structure (node.py, simulator.py) and a message queue for secure local communication.
python-scp
生成Python代码,使用SCP协议(或paramiko库)将文件拷贝到远程Linux服务器,并在拷贝前后计算哈希值进行校验,使用多进程进程池实现。
opensuse-checkinstall-packaging-workflow
A skill for packaging source-compiled software into RPMs on openSUSE using checkinstall, including mapping ldd output to system dependencies and customizing package metadata.
androidx-appcompat-gradle-version-catalog-configuration
Configures the AndroidX AppCompat library dependency in a Gradle version catalog (libs.versions.toml), migrating from the legacy v7 Support Library format.
recursive-directory-copy-and-cython-conversion-script
Generates a Python script to recursively copy a source folder to a destination folder while preserving the directory structure, and converts all .py files to .pyx files using Cython.
python-pil-image-display-integration
Integrates local image display functionality into Python scripts using the Pillow library, handling dictionary mappings and file path formatting.
recursive-python-to-cython-file-structure-copier
Generates a Python script to recursively copy a source directory's structure to a new destination, copying all .py files and converting their extensions to .pyx.
fix-webpack-5-path-polyfill-error-for-dotenv
Resolves the 'Module not found: Error: Can't resolve path' error in Webpack 5 when using the dotenv package by installing path-browserify and configuring webpack fallbacks.
npm-dependency-classification
Determine if an NPM package is a devDependency and respond strictly with Yes or No without explanations.
discord-nextcord
Создание бота для Discord на Python с использованием библиотеки nextcord, который отправляет embed-сообщение с кнопками Accept/Decline. При нажатии кнопок сообщение меняет цвет и текст, а состояние кнопок сохраняется после перезагрузки бота.
pyinstaller-exe-packaging-with-optimization-and-security
Guides the user through packaging Python scripts into Windows executables using PyInstaller, with specific focus on using virtual environments, reducing file size via UPX and module exclusion, setting custom icons, and resolving Windows security warnings.
spring-boot-initializr-configuration
Provides specific Group, Artifact, Name, Description, Package name, and dependency suggestions for a Spring Boot Maven project based on the user's domain context, without generating pom.xml code.
py2exepython
指导用户使用py2exe工具将Python脚本打包为Windows可执行文件,涵盖setup.py配置、依赖库安装、控制台与GUI模式选择,以及解决EXE无法打开或闪退等常见问题。
python-diffusers-cog
Создание Python-скрипта для генерации изображений с использованием библиотеки diffusers, интеграцией ControlNet и IPAdapter, поддержкой формата safetensors и упаковкой в контейнер Cog.
visual-studio-dll
用于配置 Visual Studio 属性表(.props),通过设置绝对路径解决项目引用后 DLL 运行时找不到的问题,且不修改全局环境变量,实现引入即用。
python-code-generation-with-blackbox-apis
Generate Python code implementing a specific workflow logic using a provided set of function signatures, treating them as blackbox APIs without implementation.
excel-vba-batch-hyperlink-processor
用于编写VBA宏,批量处理Excel中的超链接。支持将绝对路径转换为相对路径以解决共享问题,或根据文件夹名称批量创建指向本地文件夹的超链接,并自动校验文件存在性。