TopRank Skills

tools automation tools Skills

Discover the best skills in this category.

close tools automation tools close Sort: Latest
Showing 10044 results
Nhqvu2005

readme-generator

by Nhqvu2005

star 57

Auto-generate concise, visually stunning README.md with project auto-scanning, badges, and 3 style modes.

Nhqvu2005

docker-wizard

by Nhqvu2005

star 57

Auto-generate Dockerfile & Compose configs.

Nhqvu2005

env-manager

by Nhqvu2005

star 57

Auto-generate .env.example from your codebase. Scans for environment variable usage and creates a safe template.

ekino

codex

by ekino

star 57

Running OpenAI Codex CLI for code analysis, refactoring, and automated editing with configurable sandbox permissions and...

ECNU-ICALK

p5js-random-grid-selector...

by ECNU-ICALK

star 57

Create a p5.js grid visualization where a button randomly selects unique cells without replacement, persisting previous...

ECNU-ICALK

discord-interactive-bot-w...

by ECNU-ICALK

star 57

Create a Discord bot using nextcord that sends embed messages with Accept/Decline buttons that change colors on click an...

ECNU-ICALK

rewrite-text-with-quasi-r...

by ECNU-ICALK

star 57

Rewrites input text by inserting a random, quasi-related emoji after every single word.

ECNU-ICALK

javascript-nodes-array-pr...

by ECNU-ICALK

star 57

Generates reusable JavaScript functions to process a 'Nodes' array from a JSON object, supporting both synchronous immut...

ECNU-ICALK

rename-javascript-object-...

by ECNU-ICALK

star 57

Renames a key in a JavaScript object without using the delete operator, ensuring the old key is removed by creating a ne...

ECNU-ICALK

javascript-progress-bar-w...

by ECNU-ICALK

star 57

Create a live-updating progress bar that displays active time during generation with animated emoji dots, then switches...

ECNU-ICALK

generate-unique-random-nu...

by ECNU-ICALK

star 57

Implements a JavaScript random number generator that ensures uniqueness within a specific range by tracking generated nu...

ECNU-ICALK

dtopocreatetimeupdatetime...

by ECNU-ICALK

star 57

在将DTO映射为PO时,自动忽略createTime、updateTime和version字段,避免覆盖由JPA管理的审计和版本信息。适用于使用MapStruct或...

ECNU-ICALK

vba-dynamic-row-transfer

by ECNU-ICALK

star 57

Generate VBA code to transfer rows between sheets, either automatically based on a value change (archiving) or manually...

ECNU-ICALK

ctrader-cbot

by ECNU-ICALK

star 57

使用繁體中文編寫 cTrader cBot 代碼,需符合 .NET 6.0 環境及 cTrader Automate API 標準。

ECNU-ICALK

jqdashjson

by ECNU-ICALK

star 57

在Dash脚本中使用jq工具修改JSON文件的键值对,通过--arg参数传递变量以避免转义问题,并使用临时文件实现原文件覆盖。

star 57

编写一个Python脚本,能够循环接收用户输入,自动识别是浮点数还是16进制字符串,并进行双向转换(浮点数转4字节16进制,或16进...

ECNU-ICALK

build-vocabulary-from-tex...

by ECNU-ICALK

star 57

Automatically builds a vocabulary file from a text dataset by tokenizing, counting frequencies, filtering by minimum fre...

ECNU-ICALK

jqdashjson

by ECNU-ICALK

star 57

在dash脚本中使用jq命令动态修改JSON文件中指定键的值,并保留文件中其他值的反斜杠不被转义。适用于需要通过变量传入键名和值进...

star 57

根据物料属性自动生成多层次BOM编码,支持父物料、子物料和下级子物料的属性嵌入编码规则。

ECNU-ICALK

format-system-definitions

by ECNU-ICALK

star 57

Rewrites system or category definitions into a specific single-line format starting with 'Relates to' and ending with a...

ECNU-ICALK

telegram-bot-for-file-pro...

by ECNU-ICALK

star 57

Create a Telegram bot using python-telegram-bot 3.17 that processes zip files, renames binaries with referral IDs, compr...

ECNU-ICALK

safe-json-variable-loader...

by ECNU-ICALK

star 57

Provides a reusable C++ template function to safely load variables from nlohmann::json, handling missing keys and type m...

ECNU-ICALK

rename-object-keys-withou...

by ECNU-ICALK

star 57

Renames object keys in JavaScript without using the delete operator, using destructuring and spread syntax. Applies to s...

ECNU-ICALK

python-2

by ECNU-ICALK

star 57

针对格式为`name:arch==version`的软件包字符串,提取其中的主版本号(如0.2.10),忽略修订号和构建号。