Data & Analytics

Page 6 of 7

Browse skills in this category.

448 skills · Showing 361-432
Sort by:

by tsale

Hypothesis-driven hunt plan for suspicious PowerShell, plus query snippets for common telemetry.

211
Jan 18, 2026, 06:27 AM

wheels-view-generator

Data & Analytics

by wheels-dev

Generate Wheels view templates with proper query handling, form helpers, and association display. Use when creating or modifying views, forms, layouts, or partials. Prevents common view errors like query/array confusion and incorrect form helper usage. Handles index views, show views, form views, and layouts with proper CFML syntax.

200
Feb 11, 2026, 11:02 PM

database-design

Data & Analytics

by Leavesfly

数据库设计规范与优化指南

193
Nov 27, 2025, 05:52 AM

decision-graph-analyzer

Data & Analytics

by blueman82

Query and analyze the AI Counsel decision graph to find past deliberations, identify patterns, and debug memory issues

173
Jan 10, 2026, 07:08 PM

eew-architecture

Data & Analytics

by ingen084

EEW(緊急地震速報)機能のアーキテクチャ解説。EEW関連のコード修正、予報電文・警報電文の処理フロー、キャッシュ管理、ソース優先順位の理解に使用。

168
Jan 20, 2026, 05:05 PM

drizzle-orm-d1

Data & Analytics

by jezweb

Build type-safe D1 databases with Drizzle ORM. Includes schema definition, migrations with Drizzle Kit, relations, and D1 batch API patterns. Prevents 12 errors including SQL BEGIN failures and foreign key issues.Use when: defining D1 schemas, managing migrations, or troubleshooting D1_ERROR, BEGIN TRANSACTION, foreign keys.

164
Feb 15, 2026, 10:50 PM

by jezweb

Build document Q&A with Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citations. Upload 100+ file formats, query with natural language.Use when: document Q&A, searchable knowledge bases, semantic search. Troubleshoot: document immutability, storage quota (3x), chunking config, metadata limits (20 max), polling timeouts.

164
Feb 15, 2026, 10:50 PM

seo-meta

Data & Analytics

by jezweb

Generate complete SEO meta tags for every page. Covers title patterns, meta descriptions, Open Graph, Twitter Cards, and JSON-LD structured data (LocalBusiness, Service, FAQ, BreadcrumbList).Use when: building pages, adding social sharing, implementing structured data, optimizing for search engines.

164
Feb 15, 2026, 10:50 PM

domain-driven-design

Data & Analytics

by rsmdt

Domain-Driven Design tactical and strategic patterns including entities, value objects, aggregates, bounded contexts, and consistency strategies. Use when modeling business domains, designing aggregate boundaries, implementing business rules, or planning data consistency.

160
Feb 26, 2026, 01:26 PM

by ComposioHQ

Turn meeting transcripts or rough notes into crisp summaries with decisions, risks, and owner-tagged action items; use for Zoom/Meet/Teams transcripts, call notes, or long meeting chats to generate share-ready outputs.

160
Jan 13, 2026, 01:33 PM

scvi-tools

Data & Analytics

by anthropics

Deep learning for single-cell analysis using scvi-tools. This skill should be used when users need (1) data integration and batch correction with scVI/scANVI, (2) ATAC-seq analysis with PeakVI, (3) CITE-seq multi-modal analysis with totalVI, (4) multiome RNA+ATAC analysis with MultiVI, (5) spatial transcriptomics deconvolution with DestVI, (6) label transfer and reference mapping with scANVI/scArches, (7) RNA velocity with veloVI, or (8) any deep learning-based single-cell method. Triggers include mentions of scVI, scANVI, totalVI, PeakVI, MultiVI, DestVI, veloVI, sysVI, scArches, variational autoencoder, VAE, batch correction, data integration, multi-modal, CITE-seq, multiome, reference mapping, latent space.

155
Jan 9, 2026, 07:00 PM

database-implementation

Data & Analytics

by jpicklyk

Database schema design, migrations, query optimization with SQL, Exposed ORM, Flyway. Use for database, migration, schema, sql, flyway tags. Provides migration patterns, validation commands, rollback strategies.

146
Feb 19, 2026, 05:55 PM

by 23blocks-OS

PROACTIVELY query the code graph database to understand relationships and impact of changes. Use this skill WHEN READING any file to understand context, when searching for files, when exploring the codebase, or when you need to understand what depends on a component. This is your primary tool for understanding code structure and avoiding breaking changes.

142
Jan 26, 2026, 04:07 AM

optimizing-performance

Data & Analytics

by CloudAI-X

Guides performance optimization, profiling techniques, and bottleneck identification. Use when improving application speed, reducing resource usage, or diagnosing performance issues.

140
Jan 10, 2026, 01:36 PM

tinker-training-cost

Data & Analytics

by sundial-org

Calculate training costs for Tinker fine-tuning jobs. Use when estimating costs for Tinker LLM training, counting tokens in datasets, or comparing Tinker model training prices. Tokenizes datasets using the correct model tokenizer and provides accurate cost estimates.

138
Jan 23, 2026, 03:04 AM

webnovel-query

Data & Analytics

by lingfengQAQ

Queries project settings for characters, powers, factions, items, and foreshadowing. Supports urgency analysis and golden finger status. Activates when user asks about story elements or /webnovel-query.

138
Mar 2, 2026, 05:49 PM

domain-cli

Data & Analytics

by ZhangHanDong

Use when building CLI tools. Keywords: CLI, command line, terminal, clap, structopt, argument parsing, subcommand, interactive, TUI, ratatui, crossterm, indicatif, progress bar, colored output, shell completion, config file, environment variable, 命令行, 终端应用, 参数解析

119
Jan 22, 2026, 03:45 AM

domain-embedded

Data & Analytics

by ZhangHanDong

Use when developing embedded/no_std Rust. Keywords: embedded, no_std, microcontroller, MCU, ARM, RISC-V, bare metal, firmware, HAL, PAC, RTIC, embassy, interrupt, DMA, peripheral, GPIO, SPI, I2C, UART, embedded-hal, cortex-m, esp32, stm32, nrf, 嵌入式, 单片机, 固件, 裸机

119
Jan 22, 2026, 03:45 AM

m02-resource

Data & Analytics

by ZhangHanDong

CRITICAL: Use for smart pointers and resource management. Triggers: Box, Rc, Arc, Weak, RefCell, Cell, smart pointer, heap allocation, reference counting, RAII, Drop, should I use Box or Rc, when to use Arc vs Rc, 智能指针, 引用计数, 堆分配

119
Jan 22, 2026, 03:45 AM

m10-performance

Data & Analytics

by ZhangHanDong

CRITICAL: Use for performance optimization. Triggers: performance, optimization, benchmark, profiling, flamegraph, criterion, slow, fast, allocation, cache, SIMD, make it faster, 性能优化, 基准测试

119
Jan 22, 2026, 03:45 AM

m15-anti-pattern

Data & Analytics

by ZhangHanDong

Use when reviewing code for anti-patterns. Keywords: anti-pattern, common mistake, pitfall, code smell, bad practice, code review, is this an anti-pattern, better way to do this, common mistake to avoid, why is this bad, idiomatic way, beginner mistake, fighting borrow checker, clone everywhere, unwrap in production, should I refactor, 反模式, 常见错误, 代码异味, 最佳实践, 地道写法

119
Jan 22, 2026, 03:45 AM

net-domain-model

Data & Analytics

by mitkox

Create domain models following Domain-Driven Design principles

119
Jan 9, 2026, 06:48 PM

retention-analysis

Data & Analytics

by liangdabiao

Analyze user retention and churn using survival analysis, cohort analysis, and machine learning. Calculate retention rates, build survival curves, predict churn risk, and generate retention optimization strategies. Use when working with user subscription data, membership information, or when user mentions retention, churn, survival analysis, or customer lifetime value.

109
May 9, 2026, 03:37 PM

building-chatgpt-apps

Data & Analytics

by panaversity

Guides creation of ChatGPT Apps with interactive widgets using the Apps SDK and MCP servers. Use when building ChatGPT custom apps with visual UI components, embedded widgets, or rich interactive experiences. Covers widget architecture, MCP server setup with FastMCP, response metadata, and Developer Mode configuration. NOT when building standard MCP servers without widgets (use building-mcp-servers skill instead).

107
Jan 17, 2026, 05:30 AM

by panaversity

Use when building async database layers with SQLModel and PostgreSQL. Triggers include async session management, create_async_engine, SQLModel relationships, CRUD operations with async/await, N+1 prevention with selectinload, JSONB columns, self-referential models, or Alembic async migrations. NOT when using sync SQLAlchemy (use sync patterns) or raw SQL (use SQLModel ORM).

107
Jan 17, 2026, 05:30 AM

insforge-schema-patterns

Data & Analytics

by Microck

Database schema patterns for InsForge including social graphs, e-commerce, content publishing, and multi-tenancy with RLS policies. Use when designing data models with relationships, foreign keys, or Row Level Security.

105
Dec 2, 2025, 08:36 PM

mongodb-usage

Data & Analytics

by Microck

This skill should be used when user asks to "query MongoDB", "show database collections", "get collection schema", "list MongoDB databases", "search records in MongoDB", or "check database indexes".

105
Dec 2, 2025, 08:36 PM

swift-concurrency

Data & Analytics

by pepicrft

Expert guidance on Swift Concurrency concepts. Use when working with async/await, Tasks, actors, MainActor, Sendable, isolation domains, or debugging concurrency compiler errors. Helps write safe concurrent Swift code.

104
Jan 8, 2026, 04:52 PM

infographic-creator

Data & Analytics

by cosZone

Create beautiful infographics based on the given text content. Use this when users request creating infographics.

103
Jan 10, 2026, 11:56 AM

linggen

Data & Analytics

by linggen

Expert assistant for the Linggen ecosystem. Use when searching the codebase, enhancing prompts with context, managing project memory, or querying the global library. Trigger when the user mentions "search", "indexing", "memory", "policies", or "linggen".

100
Feb 9, 2026, 01:14 PM

by ScottRBK

Guidance for deep knowledge graph traversal across memories, entities, and relationships. Use when needing comprehensive context before planning, investigating connections between concepts, or answering "what do you know about X" questions.

98
Jan 15, 2026, 04:33 PM

csv-parser

Data & Analytics

by maxvaega

Parse and analyze CSV files with data validation

95
Nov 16, 2025, 10:02 PM

database-design

Data & Analytics

by korallis

Design scalable, normalized database schemas with proper relationships, indexes, constraints, and migration strategies for relational and NoSQL databases. Use when designing database schemas, planning table relationships and foreign keys, creating indexes for query optimization, defining constraints and validations, designing data models for scalability, planning database migrations, choosing between SQL and NoSQL, implementing sharding strategies, optimizing query performance, or establishing data integrity rules.

93
Nov 24, 2025, 02:52 PM

document-processing-pdf

Data & Analytics

by korallis

Process, parse, create, and manipulate PDF documents using libraries like pdf-lib, PDFKit, or pdf-parse for document generation, data extraction, and PDF manipulation. Use when generating PDFs from HTML, extracting text from PDFs, merging or splitting PDFs, adding watermarks, filling PDF forms, creating invoices and reports, parsing legal documents, or building document management systems.

93
Nov 24, 2025, 02:52 PM

monitoring-observability

Data & Analytics

by korallis

Implement comprehensive monitoring, logging, metrics, tracing, and alerting for production applications to ensure reliability and quick incident response. Use when setting up application monitoring, implementing structured logging, creating metrics and dashboards, setting up alerts, implementing distributed tracing, monitoring performance, tracking errors, or building observability into applications.

93
Nov 24, 2025, 02:52 PM

full-stack-development

Data & Analytics

by baz-scm

Ability to develop both front-end and back-end systems, integrating user interfaces with server logic and databases.

87
Oct 22, 2025, 08:53 AM

mcp

Data & Analytics

by Piebald-AI

Guide for working with Splitrail's MCP server. Use when adding tools, resources, or modifying the MCP interface.

87
Jan 1, 2026, 12:15 AM

performance

Data & Analytics

by Piebald-AI

Performance optimization guidelines for Splitrail. Use when optimizing parsing, reducing memory usage, or improving throughput.

87
Jan 1, 2026, 12:15 AM

pricing

Data & Analytics

by Piebald-AI

Guide for updating model pricing in Splitrail. Use when adding new AI model costs or updating existing pricing data.

87
Jan 1, 2026, 12:15 AM

add-core-function

Data & Analytics

by aiskillstore

Add new core business logic functions to Catalyst-Relay. Use when creating pure functions, ADT operations, or library-consumable code.

85
Jan 13, 2026, 06:32 AM

agentdb-vector-search

Data & Analytics

by aiskillstore

Implement semantic vector search with AgentDB for intelligent document retrieval, similarity matching, and context-aware querying. Use when building RAG systems, semantic search engines, or intelligent knowledge bases.

85
Jan 19, 2026, 04:39 AM

by aiskillstore

PROACTIVELY query the code graph database to understand relationships and impact of changes. Use this skill WHEN READING any file to understand context, when searching for files, when exploring the codebase, or when you need to understand what depends on a component. This is your primary tool for understanding code structure and avoiding breaking changes.

85
Jan 19, 2026, 04:39 AM

ai-runtime-memory

Data & Analytics

by aiskillstore

AI Runtime分层记忆系统,支持SQL风格的事件查询、时间线管理,以及记忆的智能固化和检索,用于项目历史追踪和经验传承

85
Jan 19, 2026, 04:39 AM

allra-api-design

Data & Analytics

by aiskillstore

Allra 백엔드 API 설계 및 패키지 구조 규칙. Use when creating REST APIs, DTOs, or organizing backend code structure.

85
Jan 19, 2026, 04:39 AM

api-endpoint-creation

Data & Analytics

by aiskillstore

Next.js 15+ API endpoint creation patterns with Supabase and workspace validation

85
Jan 19, 2026, 04:39 AM

blocklet-updater

Data & Analytics

by aiskillstore

Creates a new release for a blocklet project by bumping version, building, and bundling. Use when asked to "create a new release", "bump and bundle", or "update blocklet version".

85
Jan 19, 2026, 04:39 AM

building-chatgpt-apps

Data & Analytics

by aiskillstore

Guides creation of ChatGPT Apps with interactive widgets using OpenAI Apps SDK and MCP servers.Use when building ChatGPT custom apps with visual UI components, embedded widgets, or richinteractive experiences. Covers widget architecture, MCP server setup with FastMCP, responsemetadata, and Developer Mode configuration. NOT when building standard MCP servers withoutwidgets (use building-mcp-servers skill instead).

85
Jan 19, 2026, 04:39 AM

c4-modeling

Data & Analytics

by aiskillstore

C4 architectural modeling for documenting software architecture. Use when creating architecture diagrams, planning new systems, communicating with stakeholders, or conducting architecture reviews.

85
Jan 19, 2026, 04:39 AM

codeconscious-identity

Data & Analytics

by aiskillstore

CodeConscious认知主体性AI助手的核心身份定义和操作命令系统,提供/runtime.*系列命令用于探索、学习、思考、规划和执行,支持宪法治理和记忆管理

85
Jan 19, 2026, 04:39 AM

data-privacy-compliance

Data & Analytics

by aiskillstore

Data privacy and regulatory compliance specialist for GDPR, CCPA, HIPAA, and international data protection laws. Use when implementing privacy controls, conducting data protection impact assessments, ensuring regulatory compliance, or managing data subject rights. Expert in consent management, data minimization, and privacy-by-design principles.

85
Jan 19, 2026, 04:39 AM

data-storytelling

Data & Analytics

by aiskillstore

Transform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creating data reports, or building executive presentations.

85
Jan 19, 2026, 04:39 AM

database-schema-designer

Data & Analytics

by aiskillstore

Use this skill when designing database schemas for relational (SQL) or document (NoSQL) databases. Provides normalization guidelines, indexing strategies, migration patterns, and performance optimization techniques. Ensures scalable, maintainable, and performant data models.

85
Jan 19, 2026, 04:39 AM

descriptive-action

Data & Analytics

by aiskillstore

Use when the user asks to describe, summarize, analyze, compare, explain, or report on something (text, data, events, systems) without asking for recommendations or next steps.

85
Jan 19, 2026, 04:39 AM

diagnostic-action

Data & Analytics

by aiskillstore

Use when the user asks why something happened, what’s wrong, root cause analysis, debugging, or incident explanation.

85
Jan 13, 2026, 06:32 AM

error-handling-gate

Data & Analytics

by aiskillstore

Verify errors are handled gracefully with meaningful user feedback. Issues result in WARNINGS.

85
Jan 19, 2026, 04:39 AM

event-store-design

Data & Analytics

by aiskillstore

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

85
Jan 19, 2026, 04:39 AM

exa-cli

Data & Analytics

by aiskillstore

使用 Exa 搜索与代码上下文命令行进行信息检索与编程资料检索。适用于需要从实时网页获取资料、定位权威来源、或查询具体代码示例/库用法的任务(如技术调研、API 使用方式确认、示例代码查找)。

85
Jan 19, 2026, 04:39 AM

excel-analysis

Data & Analytics

by aiskillstore

Analyze Excel spreadsheets, create pivot tables, generate charts, and perform data analysis. Use when analyzing Excel files, spreadsheets, tabular data, or .xlsx files.

85
Jan 19, 2026, 04:39 AM

frontend-fundamentals

Data & Analytics

by aiskillstore

Auto-invoke when reviewing React, Vue, or frontend component code. Enforces component architecture, state management patterns, and UI best practices.

85
Jan 19, 2026, 04:39 AM

genesis

Data & Analytics

by aiskillstore

太初有道,道生代码。从零搭建 React19+TailwindV4+Vite 前端、FastAPI Python 后端、Go Gin 后端、Taro 4.x 小程序。用户说"新建项目"、"初始化"、"从零开始"、"搭建项目"、"创建项目"、"生成落地页"、"生成官网"、"生成 Landing Page"、"动画提升"、"动效升级"、"新建小程序"、"创建小程序"、"Taro 项目"时触发。

85
Jan 19, 2026, 04:39 AM

kpi-dashboard-design

Data & Analytics

by aiskillstore

Design effective KPI dashboards with metrics selection, visualization best practices, and real-time monitoring patterns. Use when building business dashboards, selecting metrics, or designing data visualization layouts.

85
Jan 19, 2026, 04:39 AM

memory-systems

Data & Analytics

by aiskillstore

Design and implement memory architectures for agent systems. Use when building agents that need to persist state across sessions, maintain entity consistency, or reason over structured knowledge.

85
Jan 19, 2026, 04:39 AM

next-js-patterns

Data & Analytics

by aiskillstore

Best practices and patterns for Next.js App Router, Server Actions, and Routing in this project.

85
Jan 13, 2026, 06:32 AM

nextjs-15-patterns

Data & Analytics

by aiskillstore

Next.js 15 App Router patterns and best practices.

85
Jan 19, 2026, 04:39 AM

performance

Data & Analytics

by aiskillstore

Comprehensive performance specialist covering analysis, optimization,

85
Jan 19, 2026, 04:39 AM

performance-gate

Data & Analytics

by aiskillstore

Verify performance implications were considered and no obvious anti-patterns exist. Issues result in WARNINGS.

85
Jan 19, 2026, 04:39 AM

pitfalls-websocket

Data & Analytics

by aiskillstore

WebSocket server and client patterns with heartbeat and reconnection. Use when implementing real-time features, debugging connection issues, or reviewing WebSocket code. Triggers on: WebSocket, wss, heartbeat, reconnect, real-time.

85
Jan 13, 2026, 06:32 AM

projection-patterns

Data & Analytics

by aiskillstore

Build read models and projections from event streams. Use when implementing CQRS read sides, building materialized views, or optimizing query performance in event-sourced systems.

85
Jan 19, 2026, 04:39 AM

py-pydantic-patterns

Data & Analytics

by aiskillstore

Pydantic v2 patterns for validation and serialization. Use when creating schemas, validating data, or working with request/response models.

85
Jan 19, 2026, 04:39 AM

query-builder

Data & Analytics

by aiskillstore

Interactive database query builder for generating optimized SQL and NoSQL queries.

85
Jan 19, 2026, 04:39 AM

react-async-patterns

Data & Analytics

by aiskillstore

Async/await correctness in React with Zustand. Use when debugging race conditions, missing awaits, floating promises, or async timing issues. Works for both React web and React Native.

85
Jan 13, 2026, 06:32 AM

redis-patterns

Data & Analytics

by aiskillstore

Upstash Redis patterns for caching and rate limiting.

85
Jan 19, 2026, 04:39 AM