数据库

数据库管理与查询

显示 985-1008 / 共 3911 个技能
aAAaqwq

coda-automation

aAAaqwq

"Automate Coda tasks via Rube MCP (Composio): manage docs, pages, tables, rows, formulas, permissions, and publishing. Always search tools first for current schemas."

数据处理 89 6个月前
fabricioctelles

geo-optimization

fabricioctelles

This skill should be used when the user wants to improve content visibility in AI-generated responses (ChatGPT, Perplexity, Google AI Overview, Grok, Claude, Gemini), needs a GEO/AEO strategy, wants to measure citation rate, align terminology for LLMs, audit existing pages for AI discoverability, or create optimized pages such as roundups and FAQs.

代码生成 58 6个月前
frankxai

MCP Architecture Expert

frankxai

Design and implement Model Context Protocol servers for standardized AI-to-data integration with resources, tools, prompts, and security best practices

数据处理 37 10个月前
apollographql

graphql-schema

apollographql

Guide for designing GraphQL schemas following industry best practices. Use this skill when: (1) designing a new GraphQL schema or API, (2) reviewing existing schema for improvements, (3) deciding on type structures or nullability, (4) implementing pagination or error patterns, (5) ensuring security in schema design.

API 开发 107 7个月前
apollographql

apollo-mcp-server

apollographql

Guide for using Apollo MCP Server to connect AI agents with GraphQL APIs. Use this skill when: (1) setting up or configuring Apollo MCP Server, (2) defining MCP tools from GraphQL operations, (3) using introspection tools (introspect, search, validate, execute), (4) troubleshooting MCP server connectivity or tool execution issues.

API 开发 107 6个月前
apollographql

graphql-operations

apollographql

Guide for writing GraphQL operations (queries, mutations, fragments) following best practices. Use this skill when: (1) writing GraphQL queries or mutations, (2) organizing operations with fragments, (3) optimizing data fetching patterns, (4) setting up type generation or linting, (5) reviewing operations for efficiency.

API 开发 107 7个月前
apollographql

apollo-federation

apollographql

Guide for authoring Apollo Federation subgraph schemas. Use this skill when: (1) creating new subgraph schemas for a federated supergraph, (2) defining or modifying entities with @key, (3) sharing types/fields across subgraphs with @shareable, (4) working with federation directives (@external, @requires, @provides, @override, @inaccessible), (5) troubleshooting composition errors, (6) any task involving federation schema design patterns.

API 开发 107 7个月前
0xDarkMatter

mcp-patterns

0xDarkMatter

"Model Context Protocol (MCP) server patterns for building integrations with Claude Code. Triggers on: mcp server, model context protocol, tool handler, mcp resource, mcp tool."

认证鉴权 32 8个月前
0xDarkMatter

python-database-patterns

0xDarkMatter

"SQLAlchemy and database patterns for Python. Triggers on: sqlalchemy, database, orm, migration, alembic, async database, connection pool, repository pattern, unit of work."

认证鉴权 32 8个月前
zrt-ai-lab

log-analyzer

zrt-ai-lab

全维度日志分析技能。自动识别日志类型(Java应用/MySQL Binlog/Nginx/Trace/告警),提取关键实体(IP、thread_id、trace_id、用户、表名等),进行根因定位、告警分析、异常洞察。支持100M+大文件。触发词:分析日志、日志排查、根因定位、告警分析、异常分析。

数据库 274 7个月前
alirezarezvani

security-auditor

alirezarezvani

Continuous security vulnerability scanning for OWASP Top 10, common vulnerabilities, and insecure patterns. Use when reviewing code, before deployments, or on file changes. Scans for SQL injection, XSS, secrets exposure, auth issues. Triggers on file changes, security mentions, deployment prep.

认证鉴权 766 10个月前
vasilyu1983

claude-code-mcp

vasilyu1983

Configure and build Model Context Protocol (MCP) servers for Claude Code integration. Set up database, filesystem, git, and API connections. Build custom MCP servers with TypeScript/Python SDK, implement tools and resources, configure transports (stdio, HTTP), and deploy for production.

数据处理 81 7个月前
vasilyu1983

agents-mcp

vasilyu1983

Configure and build Model Context Protocol (MCP) servers for AI coding agent integration (Claude Code, Codex CLI). Set up database, filesystem, git, and API connections. Build custom MCP servers with TypeScript/Python SDK, implement tools and resources, configure transports (stdio, HTTP), and deploy for production. Advises when to use MCP vs direct tool calls.

API 开发 81 6个月前
TerminalSkills

authjs

TerminalSkills

Assists with adding authentication to web applications using Auth.js (formerly NextAuth.js). Use when configuring OAuth providers, database sessions, JWT strategies, role-based access, or multi-tenant auth in Next.js, SvelteKit, Express, or other frameworks. Trigger words: authjs, nextauth, oauth, authentication, login, session, providers.

认证鉴权 140 6个月前
sanjay3290

mssql

sanjay3290

"Execute read-only SQL queries against multiple Microsoft SQL Server databases. Use when: (1) querying MSSQL/SQL Server databases, (2) exploring database schemas/tables, (3) running SELECT queries for data analysis, (4) checking database contents. Supports multiple database connections with descriptions for intelligent auto-selection. Blocks all write operations (INSERT, UPDATE, DELETE, DROP, etc.) for safety."

数据处理 404 6个月前
aaron-he-zhu

schema-markup-generator

aaron-he-zhu

'Use when the user asks to "add schema markup", "generate structured data", "JSON-LD", "rich snippets", "FAQ schema", "add FAQ rich results", "I want star ratings in Google", "product markup", or "recipe schema". Generates structured data markup (Schema.org JSON-LD) to enable rich results in search engines including FAQ snippets, How-To cards, Product listings, Reviews, and more. For meta tag optimization, see meta-tags-optimizer. For broader technical SEO, see technical-seo-checker.'

数据库 167 6个月前
TerminalSkills

airflow

TerminalSkills

Apache Airflow is a platform for programmatically authoring, scheduling, and monitoring workflows. Learn to write DAGs, use operators, set up connections, configure scheduling, and deploy with Docker Compose.

API 开发 140 6个月前
runtime-env

runtime-env-vite-plugin

runtime-env

Guidance on using runtime-env with Vite to distinguish between runtime and build-time environment variables.

数据处理 48 7个月前
denoland

deno-deploy

denoland

Use when deploying Deno apps to production, asking about Deno Deploy, or working with deno deploy CLI commands. Covers deployment workflows, environment variables, KV database access, custom domains, the --tunnel flag for local development, and the deno deploy command reference.

CI/CD 96 6个月前
rominirani

database-schema-validator

rominirani

Validates SQL schema files for compliance with internal safety and naming policies.

CLI 工具 566 7个月前
laguagu

PostgreSQL Semantic Search

laguagu

Claude Code skills for AI apps • Next.js 16 • AI SDK 6 • pgvector • bun • Ralph Loop

数据库 61 6个月前
rohitg00

graphql-design

rohitg00

GraphQL schema design, resolver patterns, subscriptions, DataLoader for N+1 prevention, and error handling

代码生成 2556 7个月前
rohitg00

data-engineering

rohitg00

Data engineering patterns for ETL pipelines, data warehousing, Apache Spark, and data quality validation

代码评审 2556 7个月前
rohitg00

prompt-engineering

rohitg00

Prompt engineering patterns including structured prompts, chain-of-thought, few-shot learning, and system prompt design

数据处理 2556 7个月前