- Home
- /
- Categories
- /
- Database
Database
Database management and queries
analyze-project
by r-sri-ram
Analyze existing codebase and generate documentation. Use when documenting existing code, reverse engineering docs, or when user says "document this codebase", "analyze project", "generate docs from code".
sql-embedder
by FartLabs
Instructions for working with sql-embedder generated files. Use when editing or working with .sql.ts files that contain the comment "This file was generated by sql-embedder". NEVER edit these generated files directly—edit the source .sql file and regenerate instead.
mongodb-aggregation-pipeline
by pluginagentmarketplace
Master MongoDB aggregation pipeline for complex data transformations. Learn pipeline stages, grouping, filtering, and data transformation. Use when analyzing data, creating reports, or transforming documents.
arktype
by TheGreatAxios
TypeScript type validation with ArkType, ArkEnv, and ArkRegex. Use for schemas, environment variables, and type-safe regex.
incident-responder
by jgarrison929
Use IMMEDIATELY when production incidents occur. Covers incident triage, severity assessment, mitigation, root cause analysis, post-mortems, runbooks, monitoring/alerting setup, network debugging, and troubleshooting methodology.
backend-technologies
by pluginagentmarketplace
Master backend development with Node.js, Python, Java, Go, Rust, API design, databases, and microservices. Use when building APIs, designing systems, or learning backend frameworks.
django-reviewer
by physics91
WHEN: Django project review, ORM queries, views/templates, admin customization WHAT: ORM optimization + View patterns + Template security + Admin config + Migration safety WHEN NOT: FastAPI → fastapi-reviewer, Flask → flask-reviewer, DRF API only → consider api-expert
Email Composer
by dy9759
Draft professional emails for various contexts including business, technical, and customer communication. Use when the user needs help writing emails or composing professional messages.
sql-optimizer
by physics91
WHEN: SQL query review, query optimization, index usage, N+1 detection, performance analysis WHAT: Query plan analysis + Index recommendations + N+1 detection + Join optimization + Performance tuning WHEN NOT: Schema design → schema-reviewer, ORM code → orm-reviewer
schema-reviewer
by physics91
WHEN: Database schema review, table design, normalization, constraints, index planning WHAT: Normalization analysis + Constraint validation + Index strategy + Data types + Relationship design WHEN NOT: Query optimization → sql-optimizer, ORM code → orm-reviewer
orm-reviewer
by physics91
WHEN: ORM code review, Prisma/TypeORM/SQLAlchemy/GORM patterns, lazy loading, transactions WHAT: Query efficiency + Lazy/eager loading + Transaction handling + N+1 prevention + Model design WHEN NOT: Raw SQL → sql-optimizer, Schema design → schema-reviewer
migration-checker
by physics91
WHEN: Database migration review, backwards compatibility, rollback safety, data integrity WHAT: Migration safety + Rollback validation + Downtime analysis + Data preservation + Lock prevention WHEN NOT: Query optimization → sql-optimizer, Schema design → schema-reviewer
mariadb-best-practices
by jcastillotx
MariaDB database development standards. Triggers when working with MariaDB databases, Galera cluster, or MariaDB-specific features.
sql-connector
by VeXHarbinger
"Generic SQL Server connectivity for OpenClaw agents. Use when: (1) executing parameterized queries against SQL Server, (2) building repository layers that need a sealed, retry-capable SQL transport, (3) any agent that needs reliable MSSQL access without subprocess/sqlcmd. Provides execute/query/scalar APIs via pymssql with automatic retry, connection pooling, and structured error handling. ALPHA: use at your own risk, API may change."
seo-optimizing
by prabha-oss
When the user wants to optimize SEO using real search data, analyze Google Search Console metrics, find striking-distance keywords, fix low-CTR pages, detect keyword cannibalization, identify declining pages, or build a data-driven SEO strategy. Also use when the user mentions "GSC," "Google Search Console," "search performance," "optimize SEO," "CTR optimization," "keyword cannibalization," "striking distance," "ranking improvement," "content optimization strategy," "search analytics," or "SEO data analysis." For technical audits, see seo-audit. For creating SEO pages at scale, see programmatic-seo.
Software Architect
by Alpizar28
Experto en Domain-Driven Design (DDD) y Arquitectura Hexagonal, especializado en diseñar sistemas extensibles y mantenibles.
file-schema-analysis
by Olino3
Forge is a marketplace for a Claude Code Plugins
prisma-expert
by samChang72
Prisma ORM expert for schema design, migrations, query optimization, relations modeling, and database operations. Use PROACTIVELY for Prisma schema issues, migration problems, query performance, relation design, or database connection issues.
portal-query-evm-transactions
by subsquid-labs
Query EVM transactions using SQD Portal. Track wallet activity, function calls, and contract interactions with transaction filters.
supabase-reset-test-gen-types
by dolessHQ
Run a local Supabase reset, database tests, and type generation in sequence. Use when the user asks to run supabase db reset, supabase test db, and npm run gen-types for this repo.
planetscale-dev-db
by Darna-Digital
Connect to the PlanetScale development database branch and execute SQL queries/mutations. Use when the user wants to query the dev database, run SQL against the development environment, inspect dev data, or execute mutations on the development PlanetScale branch.
SKILL: Dive and Travel Kursverwaltung
by tomi791
```
creditkarma-mcp
by chrischall
Access Credit Karma transaction data via MCP. Use when the user asks about their Credit Karma transactions, spending by category or merchant, account summaries, or wants to sync or query their financial data. Triggers on phrases like "sync my transactions", "what did I spend on", "show my Credit Karma data", "spending by category", "top merchants", or any request involving personal finance data from Credit Karma. Requires creditkarma-mcp installed and the creditkarma server registered (see Setup below).
mermaid-diagrams
by arielperez82
Comprehensive guide for creating software diagrams using Mermaid syntax. Use when users need to create, visualize, or document software through diagrams including class diagrams (domain modeling, object-oriented design), sequence diagrams (application flows, API interactions, code execution), flowcharts (processes, algorithms, user journeys), entity relationship diagrams (database schemas), C4 architecture diagrams (system context, containers, components), state diagrams, git graphs, pie charts, gantt charts, or any other diagram type. Triggers include requests to "diagram", "visualize", "model", "map out", "show the flow", or when explaining system architecture, database design, code structure, or user/application flows.