灵感菇

AI 技能的自然生态,你的一句话,蔓延出无限连接。

搜索结果

全部能力

找到 945 个相关结果 / 数据库与 SQL

软件工程 / 诊断修复

cloudflare-r2

cloudflare-r2

468

Store objects with R2's S3-compatible storage on Cloudflare's edge. Use when: uploading/downloading files, configuring CORS, generating presigned URLs, multipart uploads, managing metadata, or troubleshooting R2_ERROR, CORS failures, presigned URL issues, quota errors, 429 rate limits, list() metadata missing, or platform outages. Prevents 13 documented errors including r2.dev rate limiting, concurrent write limits, API token permissions, and CORS format confusion.

Stars 783
designuiapisql

软件工程 / 部署发布

dt-obs-problems

dt-obs-problems

464

DAVIS problem analysis including root cause identification, impact assessment, and correlation with other telemetry. Use when querying or investigating detected problems. Trigger: "active problems", "root cause analysis", "problem impact", "affected users", "list problems", "P-12345 details", "recurring problems", "problem history", "problem trending", "blast radius", "which entity caused the problem", "problems affecting Kubernetes", "problems by service". Do NOT use for explaining existing queries, product documentation questions, generic log searching, distributed tracing, or host-level resource monitoring.

Stars 76
kubernetesmonitoringobsproblems

软件工程 / 诊断修复

neon-drizzle

neon-drizzle

463

Creates a fully functional Drizzle ORM setup with a provisioned Neon database. Installs dependencies, provisions database credentials, configures connections,…

Stars 84
nextjsuidatabaseworkflow

软件工程 / 部署发布

dt-obs-services

dt-obs-services

461

Service performance monitoring with RED metrics (Rate, Errors, Duration) and runtime-specific telemetry for Java, .NET, Node.js, Python, PHP, and Go. Use when analyzing service health, SLA compliance, or runtime issues. Trigger: "service response time", "error rate", "throughput", "SLA compliance", "service mesh overhead", "JVM GC", "Java heap", "Node.js event loop", ".NET CLR", "Python threads", "PHP OPcache", "Go goroutines", "service performance", "p95 latency", "request failures", "database response time by name". Do NOT use for explaining existing queries, product documentation questions, infrastructure metrics (use dt-obs-hosts), log analysis (use dt-obs-logs), or distributed tracing workflows (use dt-obs-tracing).

Stars 76
performancedatabaseworkflowmonitoring

软件工程 / 诊断修复

mongodb-development

mongodb-development

455

MongoDB development guidelines with Payload CMS, Mongoose, aggregation pipelines, and TypeScript best practices.

Stars 111
reactnextjsfrontendbackend

软件工程 / 诊断修复

knowledge-graph

knowledge-graph

455

Manage persistent Knowledge Graph for specifications. Provides read, query, update, and validation capabilities for codebase analysis caching. Use when:…

Stars 0
uiperformancesecurityapi

软件工程 / 部署发布

cloudbase-guidelines

cloudbase-guidelines

453

Essential CloudBase (TCB, Tencent CloudBase, 云开发, 微信云开发) development guidelines. MUST read when working with CloudBase projects, developing web apps, mini…

Stars 58
backenduideploymentauth

软件工程 / 诊断修复

dt-obs-frontends

dt-obs-frontends

444

Real User Monitoring (RUM), Web Vitals, user sessions, mobile crashes, page performance, user interactions, and frontend errors. Query web and mobile frontend…

Stars 76
frontendbackendperformancemonitoring

软件工程 / 诊断修复

senior-backend

senior-backend

443

Designs and implements backend systems including REST APIs, microservices, database architectures, authentication flows, and security hardening. Use when the…

Stars 0
backenddesignuiperformance

软件工程 / 诊断修复

sequelize

sequelize

443

Guidelines for developing with Sequelize, a promise-based Node.js ORM supporting PostgreSQL, MySQL, MariaDB, SQLite, and SQL Server

Stars 111
designuidatabasepostgres

软件工程 / 部署发布

database-design

database-design

440

Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.

Stars 27,317
designperformancedatabasepostgres

软件工程 / 诊断修复

better-auth

better-auth

438

Self-hosted auth for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, RBAC, and 15+ plugins. Requires Drizzle ORM or Kysely for D1 (no direct adapter). Self-hosted alternative to Clerk/Auth.js. Use when: self-hosting auth on D1, building OAuth provider, multi-tenant SaaS, or troubleshooting D1 adapter errors, session caching, rate limits, Expo crashes, additionalFields bugs.

Stars 783
uiauthapidatabase

软件工程 / 诊断修复

postgresql

postgresql

435

Design a PostgreSQL-specific schema. Covers best-practices, data types, indexing, constraints, performance patterns, and advanced features

Stars 37,697
designuiperformancedatabase

软件工程 / 诊断修复

flask

flask

430

Build Python web apps with Flask using application factory pattern, Blueprints, and Flask-SQLAlchemy. Prevents 9 documented errors including stream_with_context teardown issues, async/gevent conflicts, and CSRF cache problems. Use when: creating Flask projects, organizing blueprints, or troubleshooting circular imports, context errors, registration, streaming, or authentication.

Stars 783
uitestingauthapi

软件工程 / 诊断修复

context-mode

context-mode

427

Use context-mode tools (ctx_execute, ctx_execute_file) instead of Bash/cat when processing large outputs. Triggers: "analyze logs", "summarize output", "process data", "parse JSON", "filter results", "extract errors", "check build output", "analyze dependencies", "process API response", "large file analysis", "page snapshot", "browser snapshot", "DOM structure", "inspect page", "accessibility tree", "Playwright snapshot", "run tests", "test output", "coverage report", "git log", "recent commits", "diff between branches", "list containers", "pod status", "disk usage", "fetch docs", "API reference", "index documentation", "call API", "check response", "query results", "find TODOs", "count lines", "codebase statistics", "security audit", "outdated packages", "dependency tree", "cloud resources", "CI/CD output". Also triggers on ANY MCP tool output that may exceed 20 lines. Subagent routing is handled automatically via PreToolUse hook.

Stars 0
reactnextjsuiplaywright

软件工程 / 部署发布

gcp-expert

gcp-expert

426

Expert-level Google Cloud Platform, services, and cloud architecture

Stars 22
uikubernetesdatabasesql

软件工程 / 诊断修复

backend-dev-guidelines

backend-dev-guidelines

420

Comprehensive backend development guide for Node.js/Express/TypeScript microservices. Use when creating routes, controllers, services, repositories,…

Stars 27,311
backenduitestingauth

软件工程 / 诊断修复

印刷机

printing-press

419

为 API 生成可直接交付的 CLI,采用精简的 研究 -> 生成 -> 构建 -> 交付检查 循环。

Stars 0
backenddesignuitesting

软件工程 / 诊断修复

react-data-fetching

react-data-fetching

419

Teaches modern React data fetching patterns with TanStack Query, SWR, and Suspense. Use when implementing caching, deduplication, optimistic updates, or…

Stars 202
reactnextjsdebuggingdata

软件工程 / 诊断修复

database-schema-designer

database-schema-designer

418

Design robust, scalable database schemas for SQL and NoSQL databases. Provides normalization guidelines, indexing strategies, migration patterns, constraint…

Stars 27,317
designuidatabasesql

21 / 48