Database

Database management and queries

Showing 3529-3552 of 3621 skills
metaid-developers

metaid-agent-world

by metaid-developers

查询指定 metaID 在链上的动作(发过的 pin、按 path/时间/群/被指向 等)。当需要(1)按 path 或协议查用户 pin、(2)按时间窗口查用户近期 pin、(3)查用户在某一群内的消息、(4)查「指向该用户」的 pin、(5)想知道现在有什么协议时用 pins_by_path_paged 且 path 为 /protocols/metaprotocol、(6)查某 metaID 的 User 节点及 path 为 /info/name、/info/chatpubkey 的最新 PIN 与 Content、(7)分页查该用户 pinID 列表(含总数)、(8)按 pinID 查 Content 或 PIN 节点时使用本技能;优先通过 scripts 下 Python 脚本调用接口(pins_by_path、pins_by_path_paged、pins_in_window、pins_in_window_by_path、group_messages、pins_pointing、user_node、user_pins、content_node、pin_node),完整 API 定义见 references/mcp-falkordb-pin-query.json。

Processing 0 3mo ago
VisualxIntelligence

database-schema-designer

by VisualxIntelligence

Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint design, and performance optimization. Ensures data integrity, query performance, and maintainable data models.

Code Gen 0 4mo ago
Victory-Hugo

notion-knowledge-capture

by Victory-Hugo

Capture conversations and decisions into structured Notion pages; use when turning chats/notes into wiki entries, how-tos, decisions, or FAQs with proper linking.

Code Gen 0 3mo ago
jcastillotx

wordpress-best-practices

by jcastillotx

WordPress development standards. Triggers when working with WordPress plugins, themes, hooks, REST API, or Gutenberg blocks.

API Dev 0 4mo ago
Nomik94

pydantic-schema

by Nomik94

Pydantic v2 DTO/스키마 설계 패턴. Use when: 요청/응답 DTO, CamelModel, dto/ 폴더 구조, camelCase 변환, alias_generator, model_config, 검증 로직, field_validator, model_validator, partial update (apply_simple_fields), 페이지네이션 응답, 에러 응답 (ErrorBody), from_domain 팩토리, Pydantic BaseModel 설정, JSON 직렬화. NOT for: 도메인 엔티티 (domain-layer), DB 모델 (sqlalchemy).

API Dev 0 3mo ago
ianpcook

wprdc

by ianpcook

Query Pittsburgh's Western PA Regional Data Center (WPRDC) — 363+ datasets covering property assessments, air quality, 311 requests, jail census, overdose data, permits, violations, and more. Run SQL queries against live tables without downloading. Use when user asks about Pittsburgh/Allegheny County public data, property lookups, civic data, or regional statistics.

Processing 0 4mo ago
htooayelwinict

research-and-synthesis

by htooayelwinict

Fetch and summarize authoritative external sources into actionable guidance using MCP helpers. EXCLUSIVE to researcher agent.

Academic 0 3mo ago
RSHVR

cohere-rerank

by RSHVR

Cohere reranking reference for two-stage retrieval, semantic search improvement, and RAG pipelines. Covers Rerank v4 models, structured data reranking, and LangChain integration.

Database 0 4mo ago
carvalab

backend-development

by carvalab

PROACTIVELY build backend APIs with Node.js/TypeScript and Go. Use when designing APIs, implementing auth, or building microservices. Applies Clean Architecture, SOLID, DRY, YAGNI, KISS principles.

Code Gen 0 4mo ago
kprsnt2

sql

by kprsnt2

SQL and database best practices including query optimization, indexing, and schema design.

Database 0 5mo ago
slingdata-io

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.

Processing 0 4mo ago
kprsnt2

react

by kprsnt2

React development patterns and best practices including hooks, state management, and performance optimization.

Database 0 5mo ago
sdamarketing

Vector Memory Skill

by sdamarketing

Developed for Aister — a bold, effective AI assistant with a cowboy hat ðŸ¤

Database 0 3mo ago
copi4800-bit

memory-aegis

by copi4800-bit

"Graph-based cognitive memory engine for AI agents. Extracts entities/relationships from text, stores as knowledge graph in SQLite with vector embeddings, retrieves via hybrid search (Vector + BM25). Supports entity resolution, temporal queries, conflict detection, scope isolation, self-reflective memory decay, and procedural memory with action loop."

Database 0 2mo ago
IchenDEV

code-review

by IchenDEV

代码审查流程,系统化分析代码质量、安全性和最佳实践

Code Review 0 4mo ago
yinhui1984

find-skills-plus

by yinhui1984

Find agent skills by keyword and enrich results with descriptions. Use when a user asks to discover skills and wants more context than a raw list (e.g., descriptions or comparisons).

CLI Tools 0 4mo ago
jyasuu

mongodb

by jyasuu

MongoDB database operations including connection, queries, indexes, aggregation, transactions, and bulk operations.

Auth 0 4mo ago
jovermier

cross-env-postgresql-extensions

by jovermier

Activate when creating database migrations that enable or disable PostgreSQL extensions. Provides the DO block pattern for cross-environment compatibility between Nhost Cloud, CNPG (CloudNativePG), and other PostgreSQL environments.

Code Gen 0 4mo ago
Codewithsaffy

lemon-squeezy

by Codewithsaffy

"Reusable capabilities for integrating Lemon Squeezy (Merchant of Record) into Next.js/Supabase projects. Use when an agent needs to: (1) Initialize the Lemon Squeezy client, (2) Create checkout sessions with user tracking, (3) Implement secure webhook handlers, or (4) Manage subscription lifecycle (upgrades, downgrades, cancellations)."

Code Gen 0 3mo ago
kozz36

backend-architect

by kozz36

Backend architecture expert for API design, database modeling, auth patterns, caching, and system design. Trigger: When designing APIs, choosing databases, planning auth systems, scaling backends, or making architecture decisions.

API Dev 0 1mo ago
arielperez82

api-design-principles

by arielperez82

Master REST and GraphQL API design principles to build intuitive, scalable, and maintainable APIs that delight developers. Use when designing new APIs, reviewing API specifications, or establishing API design standards.

API Dev 0 3mo ago
LunaTearR

SKILL.md

by LunaTearR

```

API Dev 0 24d ago
AidanGio

ralph

by AidanGio

"Convert PRDs to prd.json format for the Ralph autonomous agent system. Use when you have an existing PRD and need to convert it to Ralph's JSON format. Triggers on: convert this prd, turn this into ralph format, create prd.json from this, ralph json."

Processing 0 4mo ago
subsc-taha

cloudkit

by subsc-taha

Apple CloudKit framework for iOS/macOS/watchOS/tvOS development. Use for iCloud data persistence, multi-device sync, CKSyncEngine implementation, CKContainer/CKDatabase/CKRecord operations, conflict resolution, error handling, subscriptions, and CloudKit best practices. Triggers on CloudKit questions, iCloud sync implementation, CKRecord CRUD, zone management, or cross-device data synchronization in Swift/SwiftUI apps.

Processing 0 3mo ago