Database

Database management and queries

Showing 889-912 of 3659 skills
Dicklesworthstone

supabase

by Dicklesworthstone

"Manage Supabase projects, databases, migrations, Edge Functions, and storage using the supabase CLI."

CLI Tools 69 6mo ago
plurigrid

2600-magazine

by plurigrid

Query and explore the 2600: The Hacker Quarterly magazine archive (1984-present) via DuckDB. Provides structured access to 168+ issues covering hacker culture, security, privacy, telephony, and digital rights without loading full content into context.

Database 31 5mo ago
plurigrid

69-constructions Skill

by plurigrid

Add Interaction Exemplars here as the skill is used.

Automation 31 5mo ago
plurigrid

active-interleave

by plurigrid

Interleaves context from recently active Claude/Amp threads into current activity via random walk.

Analytics 31 5mo ago
rodydavis

how-to-build-a-graph-database-with-flutter

by rodydavis

Learn how to build and utilize a graph database within your Flutter applications using SQLite and the Drift package to model relationships between data.

Code Gen 59 5mo ago
alekspetrov

database-migration

by alekspetrov

Create database migration with schema changes and rollback. Auto-invoke when user says "create migration", "add table", "modify schema", or "change database".

Code Gen 196 6mo ago
semgrep

code-security

by semgrep

Security guidelines for writing secure code. Use when writing code, reviewing code for vulnerabilities, or asking about secure coding practices like "check for SQL injection" or "review security".

CLI Tools 248 6mo ago
dadbodgeoff

batch-processing

by dadbodgeoff

Collect-then-batch pattern for database operations achieving 30-40% throughput improvement. Includes graceful fallback to sequential processing when batch operations fail.

Automation 782 5mo ago
dadbodgeoff

ai-coaching

by dadbodgeoff

Multi-turn conversational AI for intent extraction, clarification, and generation readiness detection. Guides users through articulating creative intent with structured parameter extraction.

Database 782 5mo ago
dadbodgeoff

checkpoint-resume

by dadbodgeoff

Exactly-once processing semantics with distributed coordination for file-based data pipelines. Atomic file claiming, status tracking, and automatic retry with in-memory fallback.

Code Gen 782 5mo ago
dadbodgeoff

multi-tenancy

by dadbodgeoff

Implement multi-tenant architecture with tenant isolation, data separation, and per-tenant configuration. Supports shared database and schema-per-tenant models.

Code Gen 782 5mo ago
bobmatnyc

vb-core

by bobmatnyc

Core VB.NET patterns, type safety, modern language features

Processing 60 5mo ago
martinffx

atelier-typescript-drizzle-orm

by martinffx

Type-safe SQL with Drizzle ORM in TypeScript. Use when defining database schemas, writing queries, setting up relations, running migrations, or working with PostgreSQL/MySQL/SQLite/Cloudflare D1/Durable Objects data layers.

Database 37 5mo ago
unclecatvn

odoo-19

by unclecatvn

Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data files (XML/CSV records, shortcuts, noupdate), API Decorators (@api.depends, @api.constrains, @api.ondelete, @api.onchange, @api.model), Module development (manifest, wizards, reports), Field types (Char, Text, Monetary, relational fields), Manifest configuration (manifest.py, dependencies, asset bundles), Mixins (mail.thread, mail.activity.mixin, mail.alias.mixin, utm.mixin), ORM Model methods (search, CRUD, domain filters, recordsets, prefetch), Migration scripts (pre/post/end hooks, data migration), OWL frontend components (hooks, services, lifecycle), Performance optimization (N+1 prevention, batch ops, read_group), QWeb Reports (PDF/HTML, paper formats, barcodes), Security/ACL (record rules, field permissions, multi-company), Testing (TransactionCase, HttpCase, mocking, query count assertions), Transactions (savepoints, UniqueViolation, serialization failures), Translations (i18n, PO files, translatable fields), XML Views (list/form/search, xpath inheritance, QWeb templates). Use when writing, reviewing, or debugging any Odoo 19 Python or XML code, creating or modifying modules, fixing performance issues, or looking up Odoo 19 API patterns and best practices.

API Dev 116 5mo ago
TencentCloudBase

data-model-creation

by TencentCloudBase

Optional advanced tool for complex data modeling. For simple table creation, use relational-database-tool directly with SQL statements.

Processing 71 6mo ago
aahl

mcp-hass

by aahl

The skill for control Home Assistant smart home devices and query states using MCP protocol.

API Dev 145 5mo ago
TencentCloudBase

cloudbase-document-database-in-wechat-miniprogram

by TencentCloudBase

Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.

Processing 71 6mo ago
InsForge

insforge-cli

by InsForge

Create and manage InsForge projects using the CLI. Handles authentication, project setup, database management, edge functions, storage, deployments, and secrets. For writing application code with the InsForge SDK, use the insforge (SDK) skill instead.

Code Gen 32 4mo ago
terrylica

clickhouse-cloud-management

by terrylica

ClickHouse Cloud user and permission management. TRIGGERS - create ClickHouse user, ClickHouse permissions, ClickHouse Cloud credentials.

API Dev 59 5mo ago
hylarucoder

entity-model-auditor

by hylarucoder

Audit and design entity data models into a field-by-field markdown report: a target-vs-current audit table per entity, a classification of every field (table column / config blob / runtime-computed / remove), a grouped migration change list, and design-decision justifications — each field run through five cuts (exist? store or compute? column or config? system or content? what form to store?). Use this whenever the user reasons about what fields an entity should have or where they should live, even if they never say "audit": designing a data model, checking PRD fields against a DB schema or backend types, deciding store-vs-compute or column-vs-jsonb, judging whether a field is redundant, spotting a bloated/over-modeled entity, or planning a schema migration. Trigger even when they just paste a PRD, schema, or Prisma/SQLAlchemy model and ask "are the fields right", "what's missing", "should this be a column or jsonb", "is this field even needed". Also on 实体建模, 数据模型审核, 字段审查, 字段太多了, 这个表设计得对吗, PRD 对齐, 模型设计, 该存还是该算, 列还是配置, 帮我看下这个模型.

Database 274 1mo ago
mcouthon

critic

by mcouthon

"Challenge assumptions and probe reasoning using adversarial thinking. Use when asked to find weaknesses, challenge a design, identify edge cases, or stress-test an approach. Triggers on: 'use critic mode', 'challenge this', 'find weaknesses', 'what could go wrong', 'critic', 'devil's advocate', 'poke holes', 'stress test', 'what am I missing', '5 whys'. Read-only mode - questions and probes but doesn't provide solutions."

Processing 77 5mo ago
mcouthon

critic

by mcouthon

"Challenge assumptions and probe reasoning using adversarial thinking. Use when asked to find weaknesses, challenge a design, identify edge cases, or stress-test an approach. Triggers on: 'use critic mode', 'challenge this', 'find weaknesses', 'what could go wrong', 'critic', 'devil's advocate', 'poke holes', 'stress test', 'what am I missing', '5 whys'. Read-only mode - questions and probes but doesn't provide solutions."

Processing 77 5mo ago
groeimetai

cmdb-patterns

by 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 76 5mo ago
groeimetai

csm-patterns

by 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.

Code Gen 76 5mo ago