- Home
- /
- Categories
- /
- Processing
Processing
Data transformation and parsing
ghwf5-implement
by ShotaIuchi
Plan の1ステップを実装
tool-nasdaq-quote
by captaindpt
Use the nasdaq_quote tool to fetch a US equity quote (free; delayed) with lightweight caching and latency metadata.
ce
by commercengine
Commerce Engine router. Use when user asks about building a storefront, setting up the SDK, authentication, products, cart, checkout, orders, webhooks, or Next.js e-commerce patterns. Automatically routes to the specific skill based on their task.
youtube-search
by AIsa-team
'YouTube Search API via AIsa unified endpoint. Search YouTube videos, channels, and playlists with a single AIsa API key — no Google API key or OAuth required. Use this skill when users want to search YouTube content. For other AIsa capabilities (LLM, financial data, Twitter, web search), see the aisa-core skill. Use when: the user needs YouTube search, trend discovery, channel research, or SERP analysis.'
identify
by jimrand
This skill should be used when the user asks to "what type of resume is this", "identify my resume format", "is this a federal resume", "what kind of CV is this", or when the user provides a resume and the type is unclear. Also called automatically by the review and rewrite skills as their first step. Works for all resume and CV types: standard US, federal, academic, legal, medical, consulting, tech, executive, military transition, education, nonprofit, trades, creative, investment banking, and EU/Europass formats.
keyv-file
by zaaack
Specialized in the keyv-file adapter for Keyv. Use this when the user needs persistent file-based storage with features like batch writing (writeDelay), TTL management (expiredCheckDelay), and the makeField API for direct access.
homescout-ingest
by nick-neely
Analyze Homescout output directories (current.json, history/.jsonl(.gz), speedtests.jsonl, speedtests/.jsonl(.gz)) with CLI tools like jq/rg/awk to answer questions about device presence, outages, scan stats, or speedtest trends. Use when an agent needs to ingest Homescout outputs, especially from remote/Tailscale/Taildrive output paths.
data-analysis
by IchenDEV
数据分析流程,从数据探索到洞察报告的完整工作流
_workflow-data-pipeline
by TriNgo0108
Lifecycle for building data pipelines, analytics engineering, and data quality checks. Follow the phases sequentially.
paper-reviewer
by ljchg12-hue
Expert academic paper review including summary, methodology critique, and practical implications
maui-data-storage
by Rimblehelm
Provides best practices and patterns for data storage in .NET MAUI apps, including SQLite, EF Core, Preferences, SecureStorage, and file system access.
alkosto-wait-optimizer
by broomva
Estimate optimal waiting time for Alkosto's "every 25/50 customers" promotion using either checkout-flow observations or winner announcement timestamps. Use when the user asks how long to wait, wants a probability-based cutoff, or needs a fast in-store decision rule with uncertainty handling.
figma-pixel
by valerii-baidak
Compare, implement, and adjust webpage or UI layout against a Figma design. Use when the user provides a Figma URL and asks to build, recreate, match, compare, restyle, or tighten implementation to that design.
balance
by Fibrous-Finance
Check wallet balances (native and ERC-20 tokens) on Base, Citrea, HyperEVM, or Monad.
nextjs-best-practices
by samChang72
Next.js App Router principles. Server Components, data fetching, routing patterns.
artagents
by banodoco
"Use for the ArtAgents repo: file-based hype-cut/video pipeline work, source analysis, transcript/event-talk splitting, pure-generative Remotion timelines, Reigh-compatible timeline/assets JSON, validation/review loops, and GPT Image asset generation via generate_image.py."
gapi
by amoscicki
Run local Node CLIs for Google Tag Manager and Google Analytics Admin APIs (OAuth2). Use for GTM containers/tags/triggers or GA properties/data-streams.
utoo
by utooland
npm 包管理工具,用来安装 npm 包、生成依赖树、执行前端项目命令等。 强制性规则(MANDATORY): 当项目中存在 package.json 文件时,你 MUST(必须)使用此 skill 来执行所有 npm/pnpm/yarn 相关操作。 严格禁止直接使用以下命令: - ❌ 禁止: pnpm test → ✅ 使用: Skill(skill: "utoo", args: "test") - ❌ 禁止: pnpm install → ✅ 使用: Skill(skill: "utoo", args: "install") - ❌ 禁止: pnpm run <script> → ✅ 使用: Skill(skill: "utoo", args: "run <script>") - ❌ 禁止: npm install <pkg> → ✅ 使用: Skill(skill: "utoo", args: "install <pkg>") - ❌ 禁止: yarn add <pkg> → ✅ 使用: Skill(skill: "utoo", args: "install <pkg>") 涵盖操作(必须通过此 skill): 安装依赖、更新依赖、卸载依赖、运行脚本(test/build/dev等)、查看包信息、管理项目、执行任何 package.json 中的 scripts。 调用方式: 始终使用 Skill 工具调用,不要直接使用 Bash 执行 pnpm/npm/yarn 命令。
WordPress Penetration Testing
by jcastillotx
This skill should be used when the user asks to "pentest WordPress sites", "scan WordPress for vulnerabilities", "enumerate WordPress users, themes, or plugins", "exploit WordPress vulnerabilities", or "use WPScan". It provides comprehensive WordPress security assessment methodologies.
testing-e2e
by agdev
Expert guidance for writing resilient end-to-end tests that span multiple processes and components. Use this skill when reviewing, writing, or refactoring system-wide e2e tests. Covers user-facing scenarios, helper functions, data factories, ARIA-based selectors, and auto-retriable assertions. NOT for unit/integration tests - use testing-unit-integration skill instead. See references/playwright-resilience.md for detailed selector patterns.
next-data-fetching
by BartdBont
Next.js App Router data fetching decision tree focused on TTFB-first and honest UX. Use when adding or changing data fetching logic (RSC fetch, caching, SSG/ISR, streaming Suspense), when metadata or generateMetadata depends on remote data, when dealing with user-specific auth/session data, when implementing hybrid server prefetch plus client hydration (TanStack Query), or when reviewing TTFB/LCP regressions.
no-use-effect
by higginslol041-max
"ALWAYS ACTIVE. Enforces a strict no-direct-useEffect rule in React and React Native code. Never write useEffect directly — use derived state, event handlers, useMemo, useSyncExternalStore, data-fetching libraries, key-based resets, or useMountEffect instead. Triggers on all React component code: writing new components, editing existing ones, reviewing code, fixing bugs, or refactoring. Also triggers when user mentions useEffect, side effects, data fetching, state sync, or component lifecycle."
mcp-builder
by Leanmcp-Community
Build MCP (Model Context Protocol) servers using the official @modelcontextprotocol/sdk. Use this skill when users ask to create an MCP server, MCP tools, MCP resources, or want to expose APIs/functionality to AI agents. This skill covers vanilla MCP implementation with Streamable HTTP transport, session management, tools, resources, and prompts.
Agent Development
by aiagentskills
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.