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,47317,520 · page 365 / 449
Pygame Robot Discrete Movement SimulationGenerates a Pygame script where a robot image moves in discrete 1-unit steps towards a randomly positioned destination until…ECNU-ICALKPygame Robot Discrete NavigationCreate a Pygame script where a robot image moves in discrete 1-unit steps towards a randomly positioned destination image until…ECNU-ICALKpyimagej-fiji-bridgePython bridge to ImageJ2/Fiji for macros, plugins (Bio-Formats, TrackMate, Analyze Particles), NumPy↔ImagePlus/ImgLib2 exchange…BioTender-maxPyMuPDF删除指定文字(含倾斜/垂直处理)使用PyMuPDF (fitz) 库删除PDF中的指定文字内容。该技能特别处理了倾斜(非水平)或垂直排列的文字,通过精确的文本定位和红色action(redaction)功能实现视觉上的删除。ECNU-ICALKPyMuPDF删除指定文字内容(含倾斜或垂直文字)使用PyMuPDF库删除PDF中的指定文字内容,特别要求处理倾斜(非水平)或垂直排列的文字,确保这些特殊方向的文字也能被正确识别和删除。ECNU-ICALKPyMuPDF PDF非栅格化页面复制与重绘使用PyMuPDF库将现有PDF文件的所有页面内容复制并重绘到新的PDF文件中,严禁使用渲染成图片(栅格化)的方式处理,以保留文本的可选性和矢量特性。ECNU-ICALK使用PyMuPDF和ReportLab重构PDF内容利用PyMuPDF提取PDF中的文本、字体、颜色、布局及图像信息,并使用ReportLab根据提取的信息生成包含样式和图像的新PDF文档。ECNU-ICALK使用PyQt4 QProcess解析Windows符号链接源路径使用Python 2.7和PyQt4的QProcess模块,通过执行cmd命令`dir /AL`来获取Windows符号链接或目录连接的源路径。ECNU-ICALKPyQt5类变量作用域管理与状态共享用于在PyQt5应用程序中管理类内部变量作用域,通过实例变量(self.variable)替代全局变量(global),实现跨函数的数据共享、默认值初始化及条件更新。ECNU-ICALKpyramid-structuringStructure analysis and presentations using the Pyramid Principle with SCQA and MECE frameworksa5c-aiwritespyramide-check-dsgvo-p2b-anti-steeringWenn es um Digitalregulierung — Pyramiden-Check in DSA, DMA und Digitalregulierung der EU geht: ordnet Akteninhalt, Belege…Klotzketteپیاده‌سازی کالبک پیشرفت Pyrogram با مدیریت خطااین مهارت برای ایجاد توابع پیشرفت (progress callback) در کتابخانه Pyrogram استفاده می‌شود تا هنگام آپلود یا دانلود فایل، با بررسی…ECNU-ICALKpysam-genomic-filesRead/write SAM/BAM/CRAM, VCF/BCF, FASTA/FASTQ. Region queries, pileup, variant filtering, read groups. Python htslib wrapper…BioTender-maxpyscf-interfacePySCF quantum chemistry interface for classical electronic structure calculationsa5c-aiwritesPySide6 Mplfinance 金融图表组件开发使用 PySide6 创建包含 mplfinance 蜡烛图的 QWidget,支持暗黑主题、自定义标题栏、时间选择器、键盘事件及日期回退查询逻辑。ECNU-ICALKPython 2.7 SVN状态检查函数实现一个Python 2.7函数,通过`svn status`命令检查路径状态,不预先检查文件存在性,并返回特定的状态码(0, 1, 2, -1)。ECNU-ICALKPython 2环境下提取软件包主版本号针对格式为`name:arch==version`的软件包字符串,提取其中的主版本号(如0.2.10),忽略修订号和构建号。ECNU-ICALKPython实现2D Simplex噪声算法根据提供的GLSL代码逻辑,使用Python实现2D Simplex噪声算法,包括坐标偏斜、单形区域判断、梯度哈希计算及最终噪声值的合成。ECNU-ICALKPython 2D Simplex Noise 代码翻译与实现将用户提供的GLSL/C++风格的2D Simplex Noise算法代码翻译为Python实现,包含hash22函数和向量运算逻辑。ECNU-ICALKPython磁盘文件结构扫描与Base64传输用于递归扫描磁盘文件结构,自动跳过无权限或无效路径的文件,并通过JSON序列化与Base64编码进行数据传输的Python脚本生成技能。ECNU-ICALKpython-best-practicesPythonic code with modern type hints, dataclasses, async patterns, packaging, and testingrohitg00Python实现C# Quaternion.AngleAxis (不使用numpy.quaternion)在Python中复现C#的Quaternion.AngleAxis方法,根据角度和旋转轴计算四元数,且不使用numpy.quaternion库。ECNU-ICALKPython手动实现Canny边缘检测算法在Python中不调用现成的高级库函数(如cv2.Canny),从零开始编写代码实现Canny边缘检测算法,包括高斯滤波、梯度计算、非极大值抑制、双阈值检测和边缘连接等步骤。ECNU-ICALKpython-causality-guideLearn causal inference with Python using the Brave and True handbookbrycewang-stanfordPython Character Frequency CounterGenerates a Python function named 'counts' that calculates the frequency of each character in a given UTF-8 string and returns a…ECNU-ICALKPython CLI Arithmetic Operations ScriptGenerates a Python 3 script that processes three command-line arguments (int, int, float) through a specific sequence of…ECNU-ICALKPython CLI Beer Song Script GeneratorCreate a Python script for the 'N bottles of beverage' song with specific CLI arguments, pluralization logic, and…ECNU-ICALKPython CLI Input Handling for Index or Name SelectionModifies Python CLI game logic to allow users to input either a numeric index (e.g., 1 or 2) or the corresponding name string to…ECNU-ICALKPython CLI Script Generator with Strict ConstraintsGenerate or simplify Python command-line scripts using sys.argv and if __name__ == '__main__'. Ensure no error messages or exit…ECNU-ICALKPython Code Debugging with Syntax and Indentation CheckDebugs Python code by strictly checking syntax and indentation step-by-step, ensuring no errors remain and using UTF-8 encoding.ECNU-ICALKPython Code Simulation with Result FormattingSimulate the execution of Python code and format the output with specific start and end markers, ensuring infinite loops are not…ECNU-ICALKPython Code Simulation with Result MarkersSimulate the execution of Python code provided by the user, formatting the output with specific start ('RESULT: ') and end ('END…ECNU-ICALKPython Console Simulation with Typing EffectGenerates a Python script to simulate a terminal session where status messages appear with random processing delays and commands…ECNU-ICALKpython_cv_mouse_automation_generator生成基于OpenCV的Windows自动化脚本,支持模板匹配、颜色检测及组合逻辑(如指示器位于特定颜色区域),具备热键开关和常驻运行功能。ECNU-ICALKpython-development-python-scaffoldYou are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete…sickn33python-developmentYou are a Python project architecture expert specializing in scaffolding production-ready Python applications. Generate complete…sickn33Разработка пайплайна генерации изображений на Python (Diffusers + Cog)Создание Python-скрипта для генерации изображений с использованием библиотеки diffusers, интеграцией ControlNet и IPAdapter…ECNU-ICALKНаписание простых алгоритмов на PythonГенерация простого кода на Python для логических задач с использованием циклов, строк и коротких имен переменных, избегая сложной…ECNU-ICALKPython正则文件修改与条件行追加编写Python脚本,利用正则表达式匹配文件中的特定模式(如GOPub数字=PMSPIGO),提取其中的数字,根据数字范围应用条件逻辑,并在匹配行下方追加新行。ECNU-ICALKPython生成居中单选弹窗使用Python Tkinter生成一个居中显示、大小为屏幕五分之一的单选弹窗,点击确定返回选中值。ECNU-ICALKPython绘制莫比乌斯环使用Python的Matplotlib和Numpy库,根据用户指定的参数方程绘制莫比乌斯环的三维图形。ECNU-ICALKPython编程题代码修改助手专门用于解答Python编程练习题,严格在用户限定的代码块范围内进行修改,以满足题目要求的逻辑和输出格式。ECNU-ICALKPython键盘监听与按键信息提取使用pynput库监听键盘事件,提取按键的整数键值(如162)和按键名称(如ctrl_l),并返回标准字典格式。ECNU-ICALK开发Python身份证号码校验系统开发基于Python和Flask的身份证号码校验系统,支持15位转18位、校验位计算、性别提取、生日校验及出生地显示。ECNU-ICALKPython 数据库/中间件类封装生成针对用户指定的Python库(如Kafka, Elasticsearch, RabbitMQ),生成包含数据获取、存储及特定接口(如创建索引)的类封装代码。ECNU-ICALKPython固件升级与串口通讯辅助专用于Python固件升级场景,处理.bin文件选择、128字节分块传输、异或取反校验计算及串口通讯逻辑。ECNU-ICALKPython正态分布计算与可视化使用Python计算数组的均值、标准差及特定数值的概率密度,并绘制正态分布图。图表需用红色标注均值及标准差位置,显示均值±1标准差区间的累积概率,所有数值保留两位小数。ECNU-ICALKСоздание презентации по работе с файлами в PythonГенерация подробного плана и текста презентации по теме работы с файлами в Python, строго следующего заданной структуре…ECNU-ICALK
← Prev365 / 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