数据库
数据库管理与查询
blucli
malue-ai
BluOS CLI (blu) for discovery, playback, grouping, and volume.
cloud-agent
malue-ai
将任务委托给云端 Agent 执行。云端拥有隔离代码沙箱、项目构建发布到公网、24/7 持续运行等本地不具备的能力。适用于需要沙箱执行、应用发布、不受开机限制的长任务。支持带文件委托。
duckdb-sql
malue-ai
Analytical SQL engine for querying CSV, Parquet, and JSON files directly. No database setup required.
premortem
neurofoo
Pre-mortem analysis that imagines a plan has failed, then works backward to identify causes and preventions. Use before launches, major decisions, or risky initiatives to surface hidden risks.
5whys
neurofoo
Five Whys root cause analysis. Iteratively asks "why" to drill past symptoms to underlying causes. Use for debugging, investigating failures, or understanding why something went wrong.
session-analytics
spences10
Query Claude Code session analytics from ccrecall database. Use when user asks about token usage, costs, session history, or wants to analyze their Claude Code usage patterns.
supabase-audit-tables-list
yoanbernabeu
List all tables exposed via the Supabase PostgREST API to identify the attack surface.
database-design
julianromli
Database schema design, optimization, and migration patterns for PostgreSQL, MySQL, and NoSQL databases. Use for designing schemas, writing migrations, or optimizing queries.
code-review
julianromli
Automated code review for pull requests using specialized review patterns. Analyzes code for quality, security, performance, and best practices. Use when reviewing code changes, PRs, or doing code audits.
usage-query-skill
zai-org
Run the usage query script to retrieve account usage information for GLM Coding Plan. Only use when invoked by usage-query-agent.
supabase-audit-buckets-read
yoanbernabeu
Attempt to list and read files from storage buckets to verify access controls.
cleanddd-dotnet-init
netcorepal
初始化 CleanDDD dotnet 项目(netcorepal-web 模板);在创建新项目或为客户演示快速拉起解决方案时使用,可直接调用 dotnet new 或包装脚本
laravel-performance-eager-loading
noartem
Prevent N+1 queries by eager loading; enable lazy-loading protection in non-production; choose selective fields
laravel-performance-caching
noartem
Use framework caches and value/query caching to reduce work; add tags, locks, and explicit invalidation strategies for correctness
laravel-filesystem-uploads
noartem
Store and serve files via Storage; set visibility, generate URLs, and handle streaming safely
fba
fastapi-practices
FastAPI Best Architecture (fba) project development guide. Provide complete architecture specifications, coding styles, and plugin development guidance.
laravel-debugging-prompts
noartem
Create effective debugging prompts—include error messages, stack traces, expected vs actual behavior, logs, and attempted solutions
planning-migration-strategy
OzeroHAX
Migration strategy for data/schemas/contracts: compatibility, phases, verification
coder-system-design-db-schema
OzeroHAX
Database schema design and migration safety rules for production systems.
python-patterns
xenitV1
Python development principles and decision-making. Framework selection, async patterns, type hints, project structure. Teaches thinking, not copying.
database-design
xenitV1
Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
architecture
xenitV1
Architectural decision-making framework. Requirements analysis, trade-off evaluation, ADR documentation. Use when making architecture decisions or analyzing system design.
supabase-extract-db-string
yoanbernabeu
CRITICAL - Detect exposed PostgreSQL database connection strings in client-side code. Direct DB access is a P0 issue.
docs-init
mgiovani
Initialize comprehensive documentation structure for a project based