Agent skills

Other skills

21,532 skills an agent can load when the work is Other — read straight from the source repositories, with what each one does, what ships alongside it, and where it came from.

Toolclaude-code 63,296codex 9,782cursor 7,187copilot 2,384windsurf 127cline 83
CategoryWorkflow & Productivity 11,752AI & Agents 4,985Data & Analytics 4,761Code Review & Quality 2,986Security 2,828Backend & API 2,504Design & Presentation 2,373Documentation 2,183Content & Marketing 2,060Testing & QA 1,778DevOps & Cloud 1,275Databases 1,133Frontend 1,043Business & Finance 724Media & Video 514Other 21,532
21,532 found
17,56917,616 · page 367 / 449
Python OpenCV White Rectangular Sticker DetectionDevelop a Python application using OpenCV to detect rectangular white stickers in images. The solution must incorporate adaptive…ECNU-ICALKpython-patternsPython best practices including type hints, async patterns, testing, and project structurecosmicstack-labspython-patternsPythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python…mturacpython-patternsPython development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches…sickn33python-patternsPythonic idioms, PEP 8 standards, type hints, and best practices for building robust, efficient, and maintainable Python…vibeevalPython PEG to Rust Ungrammar ConverterConverts Python PEG grammar definitions into a Rust-like Ungrammar format, specifically optimizing for concise top-level…ECNU-ICALKPython字符串转Piet程序图像生成算法定义一个Python算法,将输入字符串转换为符合Piet语言规则的PNG图像程序,使用PIL库进行颜色块拼接,并确保能通过npiet验证。ECNU-ICALKpython_pil_composite_autofit_textGenerates a Python function using PIL to composite a masked overlay onto a background and render auto-fitting text. The text is…ECNU-ICALKPython PIL Image Composition with Auto-Fitting TextGenerates a Python function using PIL to composite a masked overlay image onto a background and draw text that auto-fits a…ECNU-ICALKPython PIL Image Display IntegrationIntegrates local image display functionality into Python scripts using the Pillow library, handling dictionary mappings and file…ECNU-ICALKPython PNG图像处理:扩展画布并添加平滑双层描边(白色填充+黑色边框)使用OpenCV和NumPy处理具有透明背景的PNG图像。功能包括:将图像画布向外扩展200像素,在非透明内容外围添加100像素宽的白色填充,并在白色填充外围添加5像素宽的平滑黑色边框。黑色边框的平滑处理需使用距离变换(Distance…ECNU-ICALKPython上下文管理器重定向Print输出到文件使用Python的@contextmanager装饰器创建上下文管理器,拦截print输出,添加时间戳和自定义前缀后写入指定文件。ECNU-ICALKpython-proMaster Python 3.12+ with modern features, async programming, performance optimization, and production-ready practices. Expert in…sickn33Python Random Number Generator with Sum Threshold and File OutputGenerates random integers until their cumulative sum reaches a specified target, writes the sequence to a text file, and outputs…ECNU-ICALKpython-reproducibility-guideReproducible Python environments, notebooks, and literate programmingbrycewang-stanfordPython实现Ridged Multifractal噪声算法编写不依赖第三方noise库的Python代码,实现Ridged Multifractal噪声生成,支持自定义长宽参数,适用于地形或纹理生成。ECNU-ICALKPython Robot Simulation Code GenerationGenerates Python code for a robot simulation involving Controller, Sensor, Actuator, and End Effector classes with specific…ECNU-ICALKPython SCP文件拷贝与哈希校验生成Python代码,使用SCP协议(或paramiko库)将文件拷贝到远程Linux服务器,并在拷贝前后计算哈希值进行校验,使用多进程进程池实现。ECNU-ICALKPython script to write Tamil text in docx using python-docxGenerates Python code using the `python-docx` library to write Tamil text into a Word document, utilizing the `add_run` method…ECNU-ICALKpythonLanguage-specific super-code guidelines for python.sickn33python_space_separated_quotesGenerate Python code using a space-separated quote format to strictly prevent smart quote auto-conversion in chat interfaces.ECNU-ICALKPython SVN状态检查脚本使用Python 2.7编写SVN状态检查函数,根据SVN命令输出返回特定的整数状态码,处理本地不存在但SVN中标记为删除的文件情况。ECNU-ICALKPython Telethon Sequential List Reply BotDevelops a Python Telegram bot using Telethon that listens for incoming messages and replies with items from a list sequentially…ECNU-ICALKPython Tendermint Consensus ImplementationImplement the Tendermint consensus algorithm in Python using a specific file structure (node.py, simulator.py) and a message…ECNU-ICALKpython_text_file_analysis_scriptGenerates a Python 3 script using `def` functions to analyze a text file. It reads a file from the command line, identifies the…ECNU-ICALKPython Tkinter 非阻塞秒表开发编写基于Python Tkinter的秒表程序,要求使用Label控件显示时间,确保窗口不卡顿(非阻塞),并支持条件触发停止。ECNU-ICALKPython Tkinter 加减法计算器界面使用Python Tkinter库创建一个可调整大小的简单计算器窗口。包含两个数字输入框、加减法选择、等号按钮和结果显示。要求布局紧凑(除结果外单行显示),输入框前有文字标签,结果字体大且为红色,代码需包含中文注释。ECNU-ICALKPython Tkinter 多页面导航与按钮网格生成生成使用tkinter库的Python代码,构建包含导航菜单的多页面图形界面,每个页面包含指定数量的按钮网格,并实现页面切换逻辑。ECNU-ICALKPython Tkinter 单行布局计算器生成使用Python Tkinter库编写一个简单的加减法计算器。要求窗口可调整大小,所有控件(输入框、操作符、按钮)排列在同一行,结果显示在下一行,并包含中文注释及特定的样式要求。ECNU-ICALKPython Tkinter 多页面导航界面生成根据用户指定的导航栏数量和每页按钮数量,生成包含菜单栏、多页面切换及按钮网格布局的Python tkinter代码。ECNU-ICALKPython Tkinter 循环任务进度条与动态倒计时使用tkinter和threading库创建GUI窗口,在后台线程执行循环任务,实时更新进度条,并根据已执行时间动态计算并显示剩余时间。ECNU-ICALKPython Tkinter Image Viewer with History and Random NavigationImplements a Tkinter-based image viewer class that maintains a linear history of viewed images. Navigation moves through history…ECNU-ICALKPython to Rust Ungrammar ConverterConverts Python PEG grammar definitions into a Rust-like Ungrammar format, applying specific constraints for conciseness…ECNU-ICALKpython-toolingUse when managing Python packages, virtual environments, or linting and formatting Python codejeremylongshorePython UTF-8 Character Counter ScriptCreate a Python script with a function `counts` that tallies character frequencies in a string, handling empty strings and…ECNU-ICALKPython Window Click DetectionGenerate Python code to detect a mouse click event within a specific window and return coordinates, avoiding complex hooking…ECNU-ICALKPython编写Windows主机CPU内存监控脚本编写Python脚本以定时监控Windows主机的CPU和内存使用率,并将包含时间戳、CPU占用率和内存占用率的数据记录到日志文件中。ECNU-ICALKPython批量提取Word文档内容使用python-docx库编写Python脚本,递归遍历指定文件夹(包含子文件夹)中的所有Word文档,批量提取其中的段落文本和表格内容。ECNU-ICALKPython脚本合并Word文档编写Python脚本,将同一文件夹下的多个Word文档合并为一个文档,要求使用文件名作为标题1分隔符,并保留原文档的内容和格式。ECNU-ICALKPython异步解压Zip和Tar文件遍历指定目录查找Zip和Tar.gz文件,使用asyncio的run_in_executor进行异步解压,并实现不覆盖同名文件的逻辑。ECNU-ICALKPython2 数据列表按名称和版本筛选根据目标列表筛选数据,支持“name:version”格式及仅“name”格式,处理版本号格式转换('.'与'-'互换)及缺失版本的情况。ECNU-ICALKPython2 JSON编码异常回退处理在Python 2环境中编写json.dumps处理字典数据的代码,实现默认UTF-8编码失败时回退到GBK编码,其他异常输出格式错误的逻辑。ECNU-ICALKPyTorch Accuracy Calculation Conversion (CrossEntropy to MSE)Converts PyTorch training loop code from using CrossEntropyLoss to MSELoss, specifically updating the accuracy calculation logic…ECNU-ICALKPyTorch Character-level Text to Tensor ConversionConverts a raw string into a PyTorch tensor of indices using a fixed 8-bit character vocabulary, without external libraries…ECNU-ICALKPyTorch CosineAnnealingLR Scheduler IntegrationIntegrates the CosineAnnealingLR learning rate scheduler into the existing training pipeline configuration, allowing dynamic…ECNU-ICALKPyTorch中文文本分类预测脚本编写编写用于加载词汇表、使用Jieba分词、构建TextDataset类以及执行LSTM模型预测的Python代码。ECNU-ICALKPyTorch中间特征图知识蒸馏与可学习映射层在PyTorch中实现基于中间特征图的知识蒸馏,通过添加一个可学习的网络层将学生模型的特征映射到教师模型特征空间,并在训练过程中联合优化学生模型和映射层的权重。ECNU-ICALKPyTorch多分支线性层瓶颈降维实现针对包含多个并行线性层的模块(如Multi_Context),通过引入隐藏层维度(hidden_dim)构建瓶颈结构,在保持输入输出维度不变的前提下减少参数量的代码修改任务。ECNU-ICALK
← Prev367 / 449Next →
How the catalog works
What is an agent skill?

A folder with a SKILL.md inside — instructions, and often scripts and assets, that an AI agent loads when the task matches. Claude Code, Codex, Cursor and Copilot all read the same format, so one skill usually works across them.

Where does this catalog come from?

We read 655 source repositories straight from their file trees rather than from submitted listings — what you see is what is actually published. 103 repositories were rejected because they advertise skills but contain none: link lists, not folders.

Why is there no install counter?

Because install counts live in the registry that serves `npx skills add`, and that is not ours — publishing a number we cannot verify would be worse than showing none. Instead we show where a skill comes from and whether attention around its source is actually growing, measured from our own weekly snapshots.

Do you deduplicate?

Yes, and it matters more than expected. Aggregator repositories republish the same skill in several places — one source carried 6,317 SKILL.md files for 2,001 actual skills. We collapse by folder name and keep the canonical copy, so the catalog counts things, not copies.

Keep going