tools automation tools Skills
Discover the best skills in this category.
readme-generator
by Nhqvu2005
Auto-generate concise, visually stunning README.md with project auto-scanning, badges, and 3 style modes.
env-manager
by Nhqvu2005
Auto-generate .env.example from your codebase. Scans for environment variable usage and creates a safe template.
codex
by ekino
Running OpenAI Codex CLI for code analysis, refactoring, and automated editing with configurable sandbox permissions and...
p5js-random-grid-selector...
by ECNU-ICALK
Create a p5.js grid visualization where a button randomly selects unique cells without replacement, persisting previous...
discord-interactive-bot-w...
by ECNU-ICALK
Create a Discord bot using nextcord that sends embed messages with Accept/Decline buttons that change colors on click an...
rewrite-text-with-quasi-r...
by ECNU-ICALK
Rewrites input text by inserting a random, quasi-related emoji after every single word.
javascript-nodes-array-pr...
by ECNU-ICALK
Generates reusable JavaScript functions to process a 'Nodes' array from a JSON object, supporting both synchronous immut...
rename-javascript-object-...
by ECNU-ICALK
Renames a key in a JavaScript object without using the delete operator, ensuring the old key is removed by creating a ne...
javascript-progress-bar-w...
by ECNU-ICALK
Create a live-updating progress bar that displays active time during generation with animated emoji dots, then switches...
generate-unique-random-nu...
by ECNU-ICALK
Implements a JavaScript random number generator that ensures uniqueness within a specific range by tracking generated nu...
dtopocreatetimeupdatetime...
by ECNU-ICALK
在将DTO映射为PO时,自动忽略createTime、updateTime和version字段,避免覆盖由JPA管理的审计和版本信息。适用于使用MapStruct或...
vba-dynamic-row-transfer
by ECNU-ICALK
Generate VBA code to transfer rows between sheets, either automatically based on a value change (archiving) or manually...
ctrader-cbot
by ECNU-ICALK
使用繁體中文編寫 cTrader cBot 代碼,需符合 .NET 6.0 環境及 cTrader Automate API 標準。
jqdashjson
by ECNU-ICALK
在Dash脚本中使用jq工具修改JSON文件的键值对,通过--arg参数传递变量以避免转义问题,并使用临时文件实现原文件覆盖。
16
by ECNU-ICALK
编写一个Python脚本,能够循环接收用户输入,自动识别是浮点数还是16进制字符串,并进行双向转换(浮点数转4字节16进制,或16进...
build-vocabulary-from-tex...
by ECNU-ICALK
Automatically builds a vocabulary file from a text dataset by tokenizing, counting frequencies, filtering by minimum fre...
jqdashjson
by ECNU-ICALK
在dash脚本中使用jq命令动态修改JSON文件中指定键的值,并保留文件中其他值的反斜杠不被转义。适用于需要通过变量传入键名和值进...
format-system-definitions
by ECNU-ICALK
Rewrites system or category definitions into a specific single-line format starting with 'Relates to' and ending with a...
telegram-bot-for-file-pro...
by ECNU-ICALK
Create a Telegram bot using python-telegram-bot 3.17 that processes zip files, renames binaries with referral IDs, compr...
safe-json-variable-loader...
by ECNU-ICALK
Provides a reusable C++ template function to safely load variables from nlohmann::json, handling missing keys and type m...
rename-object-keys-withou...
by ECNU-ICALK
Renames object keys in JavaScript without using the delete operator, using destructuring and spread syntax. Applies to s...
python-2
by ECNU-ICALK
针对格式为`name:arch==version`的软件包字符串,提取其中的主版本号(如0.2.10),忽略修订号和构建号。