- Home
- /
- Categories
- /
- Processing
Processing
Data transformation and parsing
project-brief-writer
by JHaugaard
"Transform rough project ideas into problem-focused briefs that preserve learning opportunities and feed into the Skills workflow (tech-stack-advisor -> deployment-advisor -> project-spinup)."
redis
by acejou27
Redis in-memory data structure store - use for caching, session management, pub/sub, real-time analytics, and key-value storage
gcm
by takuan-osho
Generate Git Commit Message. This skill should be used when generating a commit message for staged changes. It analyzes git staged changes and generates an appropriate English commit message following Conventional Commits format.
angular-best-practices
by ncdevshiv
"Angular performance optimization and best practices guide. Use when writing, reviewing, or refactoring Angular code for optimal performance, bundle size, and rendering efficiency."
pipeline-pattern-python
by progmichaelkibenko
Implements the Pipeline design pattern in Python 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.
graphilizer
by asgeirf
Generate interactive graph visualizations in the browser from any data - codebases, infrastructure, relationships, knowledge maps
保研信息自动化跟踪-保包
by tkzzzzzz6
监控GitHub仓库CS-BAOYAN/CSLabInfo2025的更新,跟踪计算机、生物医学工程、电子信息专业的保研招生和实习信息,通过时间过滤避免重复推送。 【重要原则】:没有新的更新或不满足条件时,绝对不能发送任何消息推送,必须完全静默。
unit-tests
by iulspop
Generates well-structured unit tests using Vitest with the "given/should" prose format. Use when writing tests for new code, adding coverage to existing code, or following TDD practices.
create-senpai
by Jacentaresolute462
Distill a graduated lab senior into an AI Skill. Import chats, meeting notes, photos, and screenshots to build Group Memory + Persona with continuous evolution. 把毕业大师兄蒸馏成 AI Skill,导入聊天记录、组会纪要、照片和截图,生成 Group Memory + Persona,支持持续进化。
ticket-workflow
by nicolas-codemate
Global skill for ticket resolution workflow with state machine and resume capability. Coordinates fetch-ticket, analyze-ticket skills and integrates with AEP/Architect for planning.
sling-replications
by slingdata-io
Configure data replications between sources and targets in Sling. Use when creating replication YAML files, setting up data sync, copying tables, or moving data between databases and files.
cryptofolio
by ChristinaFanxy
加密资产管理助手 - 通过对话记录持仓、交易、理财,支持导出 CSV/Excel
trade-tokens
by agnicpay
Swap or trade tokens on Base network. Use when you or the user want to trade, swap, exchange, buy, sell, or convert between tokens like USDC, ETH, and WETH. Covers phrases like "buy ETH", "sell ETH for USDC", "convert USDC to ETH", "get some ETH", "swap tokens", "trade USDC for WETH".
link-transcriber
by bobobo2026
Use this skill when a user wants to submit a Douyin or Xiaohongshu link to the linkTranscriber transcription API, let the server use its saved platform cookies, wait for transcription to finish through all in-progress states, then call the summaries API and return only the final summary markdown to the user.
ict-mnq-trading
by ItamarS3917
ICT-based MNQ futures trading analysis system for MFFU prop firm evaluation. Use when user provides market data (PDH, PDL, FVG levels, liquidity sweeps) and asks for trade analysis, entry/exit points, or bias confirmation. Also handles advanced concepts: breaker blocks, rejection blocks, SMT divergence, Power of 3, Judas Swing, OTE, NWOG, NDOG. Triggers on keywords like "trade setup", "NQ analysis", "entry", "SL", "TP", "bias", "liquidity sweep", "FVG", "order block", "ICT", "MMXM", "MMBM", "MMSM", "market maker model", "smart money reversal", "SMR", "breaker", "rejection block", "SMT", "Power of 3", "Judas swing", "OTE", "opening gap", "NWOG", "NDOG".
dataforseo-keywords-data-api
by leonardo-picciani
Retrieve keyword metrics and trends using DataForSEO Keywords Data for "keyword research", "search volume", and "ad planning".
create-senpai
by sarbjit4840
Distill a graduated lab senior into an AI Skill. Import chats, meeting notes, photos, and screenshots to build Group Memory + Persona with continuous evolution. 把毕业大师兄蒸馏成 AI Skill,导入聊天记录、组会纪要、照片和截图,生成 Group Memory + Persona,支持持续进化。
scholar-evaluation
by Victory-Hugo
"应用 ScholarEval 框架对学术与科研成果进行系统化评估。该技能基于同行评审研究评价标准,提供结构化评估方法,可对学术论文、科研项目申请书、文献综述及各类学术写作在多个质量维度上进行全面分析。"
browser-extension-builder
by hocgin
"Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3."
snes-fit
by DimmMak
Fleet-wide QA skill that audits any other skill against structural, adversarial, scale, composition, security, threat-intel, type, and design dimensions. Plugin architecture lets you add dimensions as separate dirs — no core code changes. Ship only when decay rule hits 2 consecutive zero-finding rounds. Compatible with Anthropic skill-creator eval schemas. NOT for: creating new skills (use snes-builder). NOT for: running skills (use the skill directly). NOT for: continuous background monitoring (use scheduled-tasks).
pack
by pmco23
Pack the local codebase using Repomix CLI into three targeted snapshots (code, docs, full) stored in .pipeline/ for sharing across /qa audit agents. Run before /qa for maximum token efficiency. Usage: /pack [path] (defaults to cwd).
mindicador-api
by JosTechS
Consume and integrate the mindicador.cl economic indicators API for Chile, including endpoint selection, URL construction, response interpretation, and reliability handling. Use when a task involves reading current or historical indicator values (UF, IVP, dolar, euro, UTM, IPC, IMACEC, TPM, libra_cobre, tasa_desempleo, bitcoin, dolar_intercambio), generating client code, validating API paths, or evaluating what the API can and cannot provide.
nestjs-best-practices
by nutnut123qq
NestJS conventions for dynamic modules, custom exceptions, Mongoose data access, and feature-module structure. Use when writing or refactoring NestJS code to match this style.
refactor
by peth-eth
Maintenance-day runner — deletes dead weight (legacy, deprecated, AI slop, stubs, bad comments), then runs jscpd, knip/vulture, madge (circular deps), ESLint/Biome/ruff, fixes weak types properly (research + replace), removes unjustified try/catch, consolidates shared types, and scans for structural issues. Language-agnostic. Use when paying down tech debt or doing periodic cleanup.