数据库

数据库管理与查询

显示 1009-1032 / 共 3911 个技能
vintasoftware

django-expert

vintasoftware

Expert Django backend development guidance. Use when creating Django models, views, serializers, or APIs; debugging ORM queries or migrations; optimizing database performance; implementing authentication; writing tests; or working with Django REST Framework. Follows Django best practices and modern patterns.

API 开发 129 7个月前
toss

coupling

toss

Use when props가 3개 이상 컴포넌트 계층을 통과하거나, 하나의 Hook이 5개 이상 값을 반환하거나, A 수정 시 관련 없는 B가 깨질 때

数据库 1991 6个月前
AzureCosmosDB

cosmosdb-best-practices

AzureCosmosDB

Azure Cosmos DB performance optimization and best practices guidelines for NoSQL, partitioning, queries, and SDK usage. Use when writing, reviewing, or refactoring code that interacts with Azure Cosmos DB, designing data models, optimizing queries, or implementing high-performance database operations.

数据处理 53 6个月前
TerminalSkills

aws-dynamodb

TerminalSkills

Build with Amazon DynamoDB for fast, scalable NoSQL storage. Design tables with partition and sort keys, create GSI and LSI for flexible queries, enable streams for change data capture, and apply single-table design patterns for efficient data modeling.

CLI 工具 140 6个月前
TerminalSkills

apache-spark

TerminalSkills

Process large-scale data with Apache Spark. Use when a user asks to process big data, run distributed computations, build ETL pipelines, perform data analysis at scale, or use PySpark for data engineering.

云服务 140 6个月前
TerminalSkills

adonisjs

TerminalSkills

Build full-stack web applications with AdonisJS — a batteries-included Node.js framework with ORM, auth, validation, and mailer built-in. Use when someone asks to "build a web app with Node.js", "Laravel for Node.js", "full-stack Node framework", "AdonisJS", "batteries-included backend", or "Node.js with built-in ORM and auth". Covers Lucid ORM, auth (sessions, tokens, social), VineJS validation, Edge templates, and deployment.

认证鉴权 140 6个月前
TerminalSkills

appwrite

TerminalSkills

Build backends with Appwrite — open-source Backend-as-a-Service. Use when a user asks to set up user authentication, manage a database without writing backend code, handle file storage and uploads, add realtime subscriptions, set up cloud functions, build a mobile or web app backend, replace Firebase with an open-source alternative, or self-host a BaaS platform. Covers auth, databases, storage, functions, realtime, and SDK integration for web, mobile, and server-side.

认证鉴权 140 6个月前
existential-birds

go-architect

existential-birds

Go application architecture with net/http 1.22+ routing, project structure patterns, graceful shutdown, and dependency injection. Use when building Go web servers, designing project layout, or structuring application dependencies.

API 开发 79 7个月前
better-auth

better-auth-best-practices

better-auth

Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.

认证鉴权 209 7个月前
better-auth

create-auth-skill

better-auth

Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.

认证鉴权 209 7个月前
edmundmiller

ggsql

edmundmiller

Writes, modifies, explains, validates, and runs ggsql grammar-of-graphics visualization queries.

分析 79 1个月前
edmundmiller

context-efficiency

edmundmiller

Filter data at the source before it enters context. Use when querying APIs, CLIs, or databases where the full output would be large. Prefer structured output + jg when available, or python/tool-native selectors when not. Use jq only when jg cannot express the needed transformation. Trigger phrases: "find the entity for", "get the ID of", "which service handles", "what's the value of", or any time you'd otherwise dump a large dataset to find one thing.

CLI 工具 79 1个月前
groeimetai

cmdb-patterns

groeimetai

This skill should be used when the user asks to "create CI", "CMDB", "configuration item", "CI relationship", "impact analysis", "dependency map", "cmdb_ci", "asset", or any ServiceNow CMDB and configuration management development.

CI/CD 78 6个月前
groeimetai

csm-patterns

groeimetai

This skill should be used when the user asks to "customer service", "CSM", "case", "account", "contact", "customer portal", "entitlement", "service contract", or any ServiceNow Customer Service Management development.

代码生成 78 6个月前
groeimetai

mcp-tool-discovery

groeimetai

This skill should be used when the user asks about "available tools", "what tools", "how to find tools", "tool search", "MCP servers", "list tools", "discover tools", "which tools", or needs guidance on discovering and using Snow-Flow MCP tools.

数据库 78 6个月前
groeimetai

gliderecord-patterns

groeimetai

This skill should be used when the user asks to "query records", "GlideRecord", "database query", "get records", "update records", "insert record", "delete record", or any ServiceNow database operations.

代码生成 78 6个月前
groeimetai

incident-management

groeimetai

This skill should be used when the user asks to "create incident", "incident workflow", "incident assignment", "major incident", "incident escalation", "incident priority", or any ServiceNow Incident Management development.

自动化 78 6个月前
groeimetai

problem-management

groeimetai

This skill should be used when the user asks to "create problem", "problem record", "root cause analysis", "RCA", "known error", "KEDB", "problem investigation", or any ServiceNow Problem Management development.

代码生成 78 6个月前
groeimetai

vendor-management

groeimetai

This skill should be used when the user asks to "vendor", "supplier", "contract", "procurement", "SLA", "vendor risk", "vendor performance", or any ServiceNow Vendor Management development.

代码生成 78 6个月前
groeimetai

request-management

groeimetai

This skill should be used when the user asks to "service request", "RITM", "request item", "catalog request", "fulfillment", "request workflow", "approval", or any ServiceNow Request Management development.

自动化 78 6个月前
groeimetai

code-review

groeimetai

This skill should be used when the user asks to "review code", "code review", "check my code", "audit code", "find bugs", "security review", "performance review", or any ServiceNow code quality assessment.

代码生成 78 6个月前
groeimetai

approval-workflows

groeimetai

This skill should be used when the user asks to "approval", "approval rule", "approval workflow", "approver", "approval group", "multi-level approval", "delegate approval", or any ServiceNow Approval development.

自动化 78 6个月前
groeimetai

business-rule-patterns

groeimetai

This skill should be used when the user asks to "create a business rule", "before insert", "after update", "async business rule", "business rule not working", "current vs previous", or any Business Rule development.

自动化 78 6个月前
appwrite

appwrite-swift

appwrite

Appwrite Swift SDK skill. Use when building native iOS, macOS, watchOS, or tvOS apps, or server-side Swift applications with Appwrite. Covers client-side auth (email, OAuth), database queries, file uploads, real-time subscriptions with async/await, and server-side admin via API keys for user management, database administration, storage, and functions.

认证鉴权 27 6个月前