- Home
- /
- Categories
- /
- Database
Database
Database management and queries
ai-chatbot
by rebyteai-template
Full-featured AI chatbot with Next.js 15, Auth.js, Drizzle ORM, and multi-model support.
natural-language-postgres
by rebyteai-template
Chat app that lets you ask questions in plain English and query your PostgreSQL database.
deno-monorepo-template
by rebyteai-template
Deno monorepo with Hono, tRPC, Drizzle, and Supabase.
axum-rust-template
by rebyteai-template
Rust Axum API with Diesel ORM and DDD architecture.
natural-language-postgres-presentation
by rebyteai-template
Presentation-focused Natural Language to SQL app with PPT-style visualizations.
jpa-patterns
by x-cmd
JPA/Hibernate patterns for entity design, relationships, query optimization, transactions, auditing, indexing, pagination, and pooling in Spring Boot.
backend-data-model
by parhumm
Generate data model docs with tables, constraints, indexes, retention, and migration notes. Use when designing database schemas from entities.
backend-service-implement
by parhumm
Generate service implementations with business logic from specs and scaffold stubs. Use when implementing backend services.
rawq — Agent Usage Guide
by auyelbekov
rawq narrows down which files matter. Read those files, not everything.
managing-tech-debt
by liqiongyu
"Manage technical debt by producing a Tech Debt Management Pack (debt register, scoring/prioritization, refactor vs rewrite decision memo, incremental paydown plan, migration/rollback plan, metrics, and stakeholder cadence). Use for tech debt, refactoring, legacy modernization, and migrations."
plugin-help
by wasp-lang
Shows the Wasp plugin's available features, commands, and skills.
start-dev-server
by wasp-lang
Start the Wasp dev server and set up full debugging visibility. This includes running the server (with access to logs), and connecting browser console access so Claude can see client-side errors. Essential for any development or debugging work.
fireflies
by TechNickAI
"Use when finding meeting transcripts, searching Fireflies recordings, getting action items from calls, or answering 'what was discussed in the meeting' questions"
yuque-document-management
by doomclouds
通过YuQue MCP工具管理语雀知识库文档。适用于创建、搜索、更新、移动或删除语雀文档;组织知识库结构;批量文档操作;管理文档模板;实现协作工作流。提供MCP工具集成模式和使用要点。
kill-dev-process
by nokonoko1203
Kill orphaned dev servers, browsers, and port-hogging processes spawned during development. Use when ports are occupied, too many node/browser processes are running, or you want a fresh start.
sveltekit-remote-functions
by spences10
SvelteKit remote functions guidance. Use for command(), query(), form() patterns in .remote.ts files.
code-review
by block
Comprehensive code review checklist for pull requests
zero-skills
by zeromicro
Comprehensive knowledge base for go-zero microservices framework. Use this skill when: - Building REST APIs with go-zero (Handler → Logic → Model architecture) - Creating RPC services with service discovery and load balancing - Implementing database operations with sqlx, MongoDB, or Redis caching - Adding resilience patterns (circuit breaker, rate limiting, load shedding) - Troubleshooting go-zero issues or understanding framework conventions - Generating production-ready microservices code Features: - Complete pattern guides with ✅ correct and ❌ incorrect examples - Three-layer architecture enforcement - Production best practices - Common pitfall solutions
ai-tech-rss-fetch
by tiangong-ai
Subscribe to AI and tech RSS feeds and persist normalized metadata into SQLite using mature Python tooling (feedparser + sqlite3). Use when adding feed URLs/OPML sources, running incremental sync with deduplication, and storing entry metadata without full-text extraction or summarization.
arc-diagrams
by arach
Create architecture diagrams using Arc's JSON format. Use when asked to "create an architecture diagram", "draw a system diagram", "visualize the architecture", or "make a diagram of".
Temporal Reasoning
by project-minigraf
ROADMAP.md Project roadmap
bio-workflow-methods-docwriter
by fmschulz
Generate reproducible Methods documentation from workflow run artifacts (Nextflow/Snakemake/CWL), including exact commands, versions, parameters, QC gates, and outputs.
timewarrior-efficient-entry
by vdesjardins
Use when you need to quickly log work activities and maintain consistent tags without duplicates or gaps
typeql
by CaliLuke
Write and debug TypeQL queries for TypeDB 3.8+. Use when working with TypeDB schemas, data queries, insertions, deletions, or functions. Covers schema definition, CRUD operations, pattern matching, aggregations, and common pitfalls.