Processing

Data transformation and parsing

Showing 10873-10896 of 11271 skills
thierryteisseire

ahok-memory

by thierryteisseire

"Universal long-term memory system for AI agents. Use when: remembering user preferences, storing persistent context, recalling past conversations, personalizing responses, or creating new agent memories that persist across sessions."

API Dev 0 3mo ago
contextware

TMF Test Data & Reference Implementation Generator Skill

by contextware

Skill Version: 1.3.0

API Dev 0 3mo ago
CharlesHahn

duivytools

by CharlesHahn

DuIvyTools 是一个用于可视化 GROMACS 的 xvg 和 xpm 文件的命令行工具,包含 30+ 个命令。使用此技能来处理 GROMACS 模拟结果文件的可视化和数据处理。当用户需要可视化 xvg/xpm 文件、生成 mdp 模板、处理索引文件或执行其他 MD 分析任务时调用此技能。

CLI Tools 0 4mo ago
Crawlio-app

extract-and-export

by Crawlio-app

Use this skill when the user asks to "download and export a site", "crawl and extract content", "archive a website", "export as WARC/ZIP/PDF", or wants a complete crawl-extract-export pipeline. Crawls the site, extracts structured content, and exports in the requested format.

Processing 0 3mo ago
zagi

parallel-requests

by zagi

Detect sequential independent HTTP/API calls and refactor to parallel execution. Covers Promise.all (JS/TS), asyncio.gather (Python), and 7 more languages.

API Dev 0 3mo ago
leefowlercu

generating-excalidraw-architecture-diagrams

by leefowlercu

Creates and updates Excalidraw diagrams representing application architecture by analyzing codebases, identifying components, services, and their relationships. Use when users request architecture visualization, system diagrams, or need to document application structure visually.

Code Gen 0 6mo ago
minkhant1996

google-sheets

by minkhant1996

"Manage Google Sheets - create spreadsheets, read/write data, formatting, charts"

CLI Tools 0 4mo ago
Victory-Hugo

anndata

by Victory-Hugo

单细胞分析中带注释矩阵的数据结构。用于处理.h5ad文件或与scverse生态系统集成。这是数据格式技能——用于分析工作流请使用scanpy;用于概率模型请使用scvi-tools;用于群体规模查询请使用cellxgene-census。

Processing 0 4mo ago
maxoreric

structure-design-skill

by maxoreric

v1.0.0 (2026-01-19): 初始版本

Processing 0 4mo ago
legout

data-engineering-storage-remote-access

by legout

"Cloud storage access in Python: fsspec, pyarrow.fs, obstore libraries, plus integrations with Polars, DuckDB, PyArrow, Delta Lake, and Iceberg."

Cloud 0 3mo ago
brunogc-cit

pbi-perf-diagnosis

by brunogc-cit

End-to-end Power BI performance diagnosis agent that analyses semantic models, dbt source code, and Databricks metadata to produce comprehensive HTML reports with prioritised recommendations. Input-driven via input.md; works standalone without the asos-agentic-workflow web app. Trigger when: PBI performance diagnosis, full performance audit, slow reports, report performance investigation, model performance review, DirectQuery performance, Databricks query profiling, end-to-end performance analysis.

Code Gen 0 1mo ago
captaindpt

tool-nasdaq-candles

by captaindpt

Use the nasdaq_candles tool to fetch OHLCV candles (free) with caching and latency metadata; good for quick charting.

Analytics 0 4mo ago
Ginurx

Skill: WeChat Messaging via weixin-agent-cli

by Ginurx

```

CLI Tools 6 2mo ago
mpoc

react-useeffect-audit

by mpoc

Identify and fix unnecessary useEffect usage in React code. Use when reviewing React code that uses Effects, when asked to optimize React components, when seeing patterns like "useEffect + setState", when users ask about Effect best practices, or when refactoring React code. Helps eliminate redundant renders and simplify component logic.

Code Review 0 4mo ago
zhongjis

scraping

by zhongjis

Fetches web pages, parses HTML with CSS selectors, calls REST APIs, and scrapes dynamic content. Use when extracting data from websites, querying JSON APIs, or automating browser interactions.

API Dev 0 3mo ago
bvinci1-design

flow

by bvinci1-design

Intelligent skill orchestrator that compiles natural language requests into secure, reusable workflows

Processing 0 4mo ago
OpenDNDApps

ogt-cli-gemini

by OpenDNDApps

Run Gemini CLI for AI-powered tasks, code understanding, file operations, and automation. Free tier with Google OAuth (included in Gemini Advanced). Use for fast generation, bulk content, debugging, and research. Preferred for load balancing sub-agent work (35% weight).

CLI Tools 0 3mo ago
pierreribeiro

learning-mentor

by pierreribeiro

Learning Mentor persona for teaching and educational interactions. ACTIVATE when messages contain teach, learn, explain, tutorial, guide, understand, concept, how does, what is, walk me through, show me how, or help me understand.

Code Gen 0 4mo ago
brixtonpham

media-processing

by brixtonpham

"Video/audio/image processing with FFmpeg and ImageMagick. Tools: FFmpeg (video/audio), ImageMagick (images). Capabilities: format conversion, encoding (H.264/H.265/VP9/AV1), streaming (HLS/DASH), filters, effects, thumbnails, watermarks, batch processing, hardware acceleration (NVENC/QSV). Actions: convert, encode, resize, crop, compress, extract, merge, stream, transcode media. Keywords: FFmpeg, ImageMagick, video encoding, audio extraction, image resize, thumbnail, watermark, HLS, DASH, H.264, H.265, VP9, AV1, codec, bitrate, framerate, resolution, aspect ratio, filter, overlay, concat, trim, fade, batch processing. Use when: converting video/audio formats, encoding with specific codecs, generating thumbnails, creating streaming manifests, extracting audio from video, batch processing images, adding watermarks, optimizing file sizes."

CLI Tools 0 4mo ago
aneharidouaeencg-del

academic-report-generator

by aneharidouaeencg-del

"Génère automatiquement un compte rendu académique complet à partir d'un sujet fourni. Étudiante : Douae Anehari (Apogée 22007689), ENCG Settat, S8, PSCM. Produit une page de garde avec photo, un script Python, analyse des résultats, visualisations, structure académique."

Analytics 0 2mo ago
cxyliuy

refactor-table-alignment

by cxyliuy

Refactor UI table components to follow enterprise column alignment, formatting, and width standards while preserving sorting, filtering, and pagination.

Processing 0 3mo ago
TriNgo0108

grafana-dashboards

by TriNgo0108

Create and manage production Grafana dashboards with multiple data sources (Prometheus, InfluxDB, Elasticsearch, CloudWatch, Loki, Tempo) for real-time visualization of system and application metrics. Use when building monitoring dashboards, visualizing metrics, or creating operational observability interfaces.

Processing 0 3mo ago
progmichaelkibenko

pipeline-pattern-nodejs

by progmichaelkibenko

Implements the Pipeline design pattern in Node.js for data transformation. Use when the user mentions pipeline pattern, or when you need a fixed sequence of stages that each transform data and pass to the next—ETL, parsing, data processing, or any linear transformation flow that runs to completion.

CI/CD 0 3mo ago
automindtechnologie-jpg

api-documentation-generator

by automindtechnologie-jpg

"Generate comprehensive, developer-friendly API documentation from code, including endpoints, parameters, examples, and best practices"

API Dev 0 4mo ago