数据处理

数据转换、清洗与 ETL

显示 1873-1896 / 共 12131 个技能
jmagly

voice-apply

jmagly

Applies a voice profile to transform content. Use when user asks to write in a specific voice, match a tone, apply a style, or transform content to sound like a particular voice profile.

数据处理 204 8个月前
jmagly

regression-performance

jmagly

@.claude/rules/executable-feedback.md - Execution validation requirements

数据处理 204 7个月前
jaechang-hits

clinvar-database

jaechang-hits

"Query NCBI ClinVar via E-utilities REST API for clinical significance, pathogenicity classifications, and disease associations of genetic variants. Search by gene, rsID, condition, or review status. Returns structured variant records: ClinSig, submitter data, conditions, HGVS expressions. For GWAS associations use gwas-database; for variant consequence prediction use Ensembl VEP."

数据处理 344 6个月前
https-deeplearning-ai

Marketing Campaign Analysis

https-deeplearning-ai

代码评审 1366 7个月前
neondatabase

logging-best-practices

neondatabase

Logging best practices focused on wide events (canonical log lines) for powerful debugging and analytics

数据处理 624 7个月前
Donchitos

localize

Donchitos

"Run the localization workflow: extract strings, validate localization readiness, check for hardcoded text, and generate translation-ready string tables."

代码生成 2.5万 6个月前
Donchitos

balance-check

Donchitos

"Analyzes game balance data files, formulas, and configuration to identify outliers, broken progressions, degenerate strategies, and economy imbalances. Use after modifying any balance-related data or design."

代码评审 2.5万 6个月前
Donchitos

asset-audit

Donchitos

"Audits game assets for compliance with naming conventions, file size budgets, format standards, and pipeline requirements. Identifies orphaned assets, missing references, and standard violations."

代码评审 2.5万 6个月前
posit-dev

cli

posit-dev

Comprehensive R package for command-line interface styling, semantic messaging, and user communication. Use this skill when working with R code that needs to: (1) Format console output with inline markup and colors, (2) Display errors, warnings, or messages with cli_abort/cli_warn/cli_inform, (3) Show progress indicators for long-running operations, (4) Create semantic CLI elements (headers, lists, alerts, code blocks), (5) Apply themes and customize output styling, (6) Handle pluralization in user-facing text, (7) Work with ANSI strings, hyperlinks, or custom containers. Also use when migrating from base R message/warning/stop, debugging cli code, or improving existing cli usage.

CLI 工具 479 6个月前
QuixiAI

crm-lookup

QuixiAI

Search, view, update, and merge contacts in the local CRM

代码生成 607 6个月前
wlzh

invoice-scanner

wlzh

扫描目录识别所有类型发票(交通、住宿、餐饮等),提取关键信息并生成分类统计报告

CLI 工具 606 7个月前
wlzh

youtube-downloader

wlzh

Download YouTube videos with customizable quality and format options. Use this skill when the user asks to download, save, or grab YouTube videos. Supports various quality settings (best, 1080p, 720p, 480p, 360p), multiple formats (mp4, webm, mkv), and audio-only downloads as MP3.

CLI 工具 606 7个月前
wlzh

audiocut-keyword

wlzh

音频关键字过滤工具 - 根据关键字配置自动识别并删除音频中的指定内容

CLI 工具 606 7个月前
mohitmishra786

ninja

mohitmishra786

Ninja build system skill. Use when diagnosing Ninja build failures, understanding Ninja's role as a low-level build executor generated by CMake or other meta-build systems, tuning parallelism, interpreting Ninja output, or working with build.ninja files. Activates on queries about ninja errors, ninja parallelism, ninja verbose output, build.ninja format, or ninja as a CMake generator.

CLI 工具 186 6个月前
freekmurze

competitor-alternatives

freekmurze

"When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' or 'competitive landing pages.' Covers four formats: singular alternative, plural alternatives, you vs competitor, and competitor vs competitor. Emphasizes deep research, modular content architecture, and varied section types beyond feature tables."

数据处理 1000 6个月前
freekmurze

analytics-tracking

freekmurze

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analytics," "conversion tracking," "event tracking," "UTM parameters," "tag manager," "GTM," "analytics implementation," or "tracking plan." For A/B test measurement, see ab-test-setup.

分析 1000 6个月前
mohitmishra786

cpu-cache-opt

mohitmishra786

CPU cache optimization skill for C/C++ and Rust. Use when diagnosing cache misses, improving data layout for cache efficiency, using perf stat cache counters, understanding false sharing, prefetching, or structuring AoS vs SoA data layouts. Activates on queries about cache misses, cache lines, false sharing, perf cache counters, data layout optimization, prefetch, AoS vs SoA, or L1/L2/L3 cache performance.

缓存 186 6个月前
freekmurze

programmatic-seo

freekmurze

When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages at scale," "directory pages," "location pages," "[keyword] + [city] pages," "comparison pages," "integration pages," or "building many pages for SEO." For auditing existing SEO issues, see seo-audit.

数据处理 1000 6个月前
mohitmishra786

memory-model

mohitmishra786

C++ and Rust memory model skill for concurrent programming. Use when understanding memory ordering, writing lock-free data structures, using std::atomic or Rust atomics, diagnosing data races, or selecting the correct memory order for atomic operations. Activates on queries about memory ordering, acquire-release, seq_cst, relaxed atomics, happens-before, memory barriers, std::atomic, or Rust atomic ordering.

数据处理 186 6个月前
freekmurze

ray-skill

freekmurze

Use when user says "send to Ray," "show in Ray," "debug in Ray," "log to Ray," "display in Ray," or wants to visualize data, debug output, or show diagrams in the Ray desktop application.

数据处理 1000 7个月前
mohitmishra786

static-analysis

mohitmishra786

Static analysis skill for C/C++ codebases. Use when hardening code quality, triaging noisy builds, running clang-tidy, cppcheck, or scan-build, interpreting check categories, suppressing false positives, or integrating static analysis into CI. Activates on queries about clang-tidy checks, cppcheck, scan-build, compile_commands.json, code hardening, or static analysis warnings.

数据处理 186 6个月前
github

spark-app-template

github

Comprehensive guidance for building web apps with opinionated defaults for tech stack, design system, and code standards. Use when user wants to create a new web application, dashboard, or interactive interface. Provides tech choices, styling guidance, project structure, and design philosophy to get users up and running quickly with a fully functional, beautiful web app.

代码生成 345 7个月前
NeverSight

megaeth-developer

NeverSight

End-to-end MegaETH development playbook (Feb 2026). Covers wallet operations, token swaps (Kyber Network), eth_sendRawTransactionSync (EIP-7966) for instant receipts, JSON-RPC batching, real-time mini-block subscriptions, storage-aware contract patterns (Solady RedBlackTreeLib), MegaEVM gas model, WebSocket keepalive, bridging from Ethereum, and debugging with mega-evme. Use when building on MegaETH, managing wallets, sending transactions, or deploying contracts.

数据处理 203 7个月前
bobmatnyc

espocrm-development

bobmatnyc

Comprehensive guide for developing on EspoCRM - metadata-driven CRM with service layer architecture

数据处理 149 10个月前