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 运行时找不到的问题,且不修改全局环境变量,实现引入即用。
categorize-revdep-issues
Write revdep/issue.md to group packages by common error categories
artifacts-builder
Automates the release process for the ts-oauth2-server project.
dex-update
Safely update Dex with one command (handles everything automatically)
typescript-backend-project-setup
Sets up NX monorepo for TypeScript backend projects optimized for AI-assisted development. Delegates to NX commands where possible, patches configs as last resort. Triggers on: 'set up typescript backend project', 'create backend project', 'initialize typescript backend', 'create monorepo', or when working in an empty project folder.
anp-multilang-release
在 ANP SDK 仓库里统一发布 Go、Python、Rust 三个 SDK。用于同时更新 pyproject.toml、uv.lock、rust/Cargo.toml、rust/Cargo.lock,执行 uv/cargo/go 校验,发布 PyPI 与 crates.io,并按 Go 子目录 module 规则推送 golang/vX.Y.Z tag。用户提到 Go/Python/Rust 一起发版、统一版本号、固定发布 0.7.2、下一版自动 +1、保持版本段为一位数时使用此 skill。