- Home
- /
- Categories
- /
- Database
Database
Database management and queries
code-review
by xmx0632
审查 Java 代码,检查规范、潜在问题和优化建议。Code Review 时使用。
architecture-decision-records
by baotoq
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
laravel-specialist
by fefogarcia
Use when building Laravel 10+ applications requiring Eloquent ORM, API resources, or queue systems. Invoke for Laravel models, Livewire components, Sanctum authentication, Horizon queues.
create-auth-skill
by AnasX7
Skill for creating auth layers in TypeScript/JavaScript apps using Better Auth.
architecture-decision-records
by ma1orek
Write and maintain Architecture Decision Records (ADRs) following best practices for technical decision documentation. Use when documenting significant technical decisions, reviewing past architectural choices, or establishing decision processes.
powerlifter
by uzhussain
Migrates AWS Lambda/API Gateway/RDS/SQS/S3/CloudFront backends into an existing Next.js monorepo on Vercel with Planetscale Postgres, Vercel AI Gateway, Vercel env, and Workflow Devkit. Use for node-to-next migrations, backend repo consolidation into a Next.js frontend repo, or mapping AWS serverless services to Vercel primitives with security parity.
decision-recording
by tracemem
Recording architecture and engineering decisions with one-shot decision recording and search.
mongodb-atlas-setup
by pluginagentmarketplace
Master MongoDB Atlas cloud setup, cluster configuration, security, networking, backups, and monitoring. Get production-ready cloud database in minutes. Use when setting up cloud MongoDB, configuring clusters, or managing Atlas.
database-integration
by pluginagentmarketplace
Database integration - schema design, queries, migrations, optimization
minimal-implementation-explainer
by sethmblack
Transform complex technical concepts into minimal, working code implementations that build genuine understanding - the Karpathy pedagogical approach.
MemoryMesh 🧠
by tplove2010
backend
by scottymcandrew
Backend development specialist. Use for API design, database schemas, business logic, authentication, and server-side implementation.
integrating-mcp
by Git-Fg
"Provides comprehensive MCP integration guidance for Claude Code plugins. MUST Use when integrating databases via MCP, setting up MCP servers, or configuring connections. Do not use for API integration, web services, or general database access."
pageindex-rag
by mmtmr
Build reasoning-based RAG systems using PageIndex architecture. Replaces vector databases with hierarchical table-of-contents indices and LLM-driven navigation. Use when (1) implementing RAG for long structured documents (financial reports, legal contracts, technical manuals), (2) improving existing vector-based RAG systems with poor accuracy on structured content, (3) designing document indexing strategies with semantic coherence, (4) explaining PageIndex concepts including reasoning-based retrieval, hierarchical navigation, and cross-reference following, or (5) handling documents with internal references and multi-turn conversations. Focuses on technical architecture, core research insights, and practical implementation patterns rather than using the PageIndex package directly.
document-intelligence
by sfc-gh-nejain
[REQUIRED] For ALL document/file extraction, parsing, or processing tasks with Snowflake Cortex AI. Use when: extracting data from PDFs, parsing documents/files, processing invoices/contracts/reports, analyzing charts/blueprints, building document pipelines, reading files from stage, OCR tasks. Triggers: - Documents: document extraction, parse document, documents in stage, docs, paperwork, papers, pages, forms, sheets - Files: file extraction, parse file, files in stage, process files, read PDF, attachments, uploads, assets, blobs, objects, artifacts, staged files, uploaded files - Formats: PDFs, Word docs, Excel files, spreadsheets, slides, presentations, images, scans, screenshots, scanned documents - Business docs: invoices, receipts, bills, statements, quotes, purchase orders, POs, contracts, agreements, policies, claims, reports, manuals, guides, specs, datasheets, applications, certificates, licenses, letters, memos, proposals, work orders, medical scans, lab results, prescriptions, medical records, patient records, healthcare documents, clinical notes, discharge summaries, insurance claims, EOBs, radiology reports, pathology reports - Actions: extract from file, extract info, get data from, pull info from, read text from, OCR, digitize, scrape, capture data, analyze these, parse these - Functions: AI_EXTRACT, AI_PARSE_DOCUMENT, AI_COMPLETE, document AI
schema-markup
by Jackiexiao
"Add/fix/optimize schema.org structured data and JSON-LD markup."
redux-state-management
by pluginagentmarketplace
Master Redux Toolkit for production state management including slices, async thunks, RTK Query, and error handling
laravel-boost
by SebastiaanWouters
Laravel MCP with DB queries, schema, routes, logs, artisan, tinker, docs search. Triggers on Laravel development, debugging, or database tasks.
documentation-writer
by jgarrison929
Use when writing API documentation, READMEs, changelogs, architecture decision records (ADRs), migration guides, onboarding guides, troubleshooting docs, code comments, or any technical documentation task.
graphql-apollo-server
by pluginagentmarketplace
Build production GraphQL servers with Apollo Server, plugins, and federation
efcore-patterns
by baotoq
Entity Framework Core best practices including NoTracking by default, query splitting for navigation collections, migration management, dedicated migration services, and common pitfalls to avoid.
mongodb-transactions
by pluginagentmarketplace
Master MongoDB ACID transactions for multi-document operations. Learn session management, transaction mechanics, error handling, and production patterns. Guarantee data consistency across multiple operations.
pnpm
by kirklin
Node.js package manager with strict dependency resolution. Use when running pnpm specific commands, configuring workspaces, or managing dependencies with catalogs, patches, or overrides.
better-auth-best-practices
by AnasX7
Skill for integrating Better Auth - the comprehensive TypeScript authentication framework.