数据库
数据库管理与查询
core-data-expert
AvdLee
'Expert Core Data guidance (iOS/macOS): stack setup, fetch requests & NSFetchedResultsController, saving/merge conflicts, threading & Swift Concurrency, batch operations & persistent history, migrations, performance, and NSPersistentCloudKitContainer/CloudKit sync.'
write-sql-queries
G4brym
Guide for writing SELECT, INSERT, UPDATE, DELETE queries with workers-qb
checking-freshness
astronomer
Quick data freshness check. Use when the user asks if data is up to date, when a table was last updated, if data is stale, or needs to verify data currency before using it.
analyzing-data
astronomer
Queries data warehouse and answers business questions about data. Handles questions requiring database/warehouse queries including "who uses X", "how many Y", "show me Z", "find customers", "what is the count", data lookups, metrics, trends, or SQL analysis.
creating-openlineage-extractors
astronomer
Create custom OpenLineage extractors for Airflow operators. Use when the user needs lineage from unsupported or third-party operators, wants column-level lineage, or needs complex extraction logic beyond what inlets/outlets provide.
Squix Skill for AI Coding Agents
eduardofuncao
squix run with no args — opens $EDITOR
ralph
jellydn
"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."
testing-patterns
0xDarkMatter
"Cross-language testing strategies and patterns. Triggers on: test pyramid, unit test, integration test, e2e test, TDD, BDD, test coverage, mocking strategy, test doubles, test isolation."
building-admin-dashboard-customizations
medusajs
Load automatically when planning, researching, or implementing Medusa Admin dashboard UI (widgets, custom pages, forms, tables, data loading, navigation). REQUIRED for all admin UI work in ALL modes (planning, implementation, exploration). Contains design patterns, component usage, and data loading patterns that MCP servers don't provide.
building-storefronts
medusajs
Load automatically when planning, researching, or implementing Medusa storefront features (calling custom API routes, SDK integration, React Query patterns, data fetching). REQUIRED for all storefront development in ALL modes (planning, implementation, exploration). Contains SDK usage patterns, frontend integration, and critical rules for calling Medusa APIs.
db-generate
medusajs
Generate database migrations for a Medusa module
db-migrate
medusajs
Run database migrations in Medusa
食物数据库查询技能
huifer
ç»´æ¤è : WellAlly Tech
食物数据库查询技能
huifer
ç»´æ¤è : WellAlly Tech
ring:dev-chaos-testing
LerianStudio
Gate 7 of development cycle - ensures chaos tests exist using Toxiproxy to verify graceful degradation under connection loss, latency, and partitions.
ring:dev-integration-testing
LerianStudio
Gate 6 of development cycle - ensures integration tests pass for all external dependency interactions using real containers via testcontainers.
cloudbase-document-database-web-sdk
TencentCloudBase
Use CloudBase document database Web SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.
cloudbase-document-database-in-wechat-miniprogram
TencentCloudBase
Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.
cloudbase-guidelines
TencentCloudBase
Essential CloudBase (TCB, Tencent CloudBase, 云开发, 微信云开发) development guidelines. MUST read when working with CloudBase projects, developing web apps, mini programs, or backend services using CloudBase platform.
relational-database-mcp-cloudbase
TencentCloudBase
This is the required documentation for agents operating on the CloudBase Relational Database. It lists the only four supported tools for running SQL and managing security rules. Read the full content to understand why you must NOT use standard Application SDKs and how to safely execute INSERT, UPDATE, or DELETE operations without corrupting production data.
architecture-decision-records
aAAaqwq
"Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architect..."
django-patterns
rohitg00
Django architecture patterns including DRF, ORM optimization, signals, middleware, and project structure
mcp-development
rohitg00
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
postgres-optimization
rohitg00
PostgreSQL optimization including indexes, query plans, partitioning, JSONB operations, and connection pooling