灵感菇

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

搜索结果

全部能力

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

软件工程 / 部署发布

databricks

databricks

209

Databricks CLI operations: auth, profiles, data exploration, and bundles. Contains up-to-date guidelines for Databricks-related CLI tasks.

Stars 118
uideploymentauthpostgres

软件工程 / 部署发布

root-cause-tracing

root-cause-tracing

208

Systematically trace bugs backward through call stack to find original trigger. Use when errors occur deep in execution and you need to trace back to find the…

Stars 147
databaserootcausetracing

软件工程 / 诊断修复

neon-postgres

neon-postgres

208

Expert patterns for Neon serverless Postgres, branching, connection pooling, and Prisma/Drizzle integration Use when: neon database, serverless postgres,…

Stars 27,326
uidatabasepostgresneon

软件工程 / 诊断修复

spring-boot-development

spring-boot-development

206

Comprehensive Spring Boot development skill covering auto-configuration, dependency injection, REST APIs, Spring Data, security, and enterprise Java…

Stars 55
backenduiuxsecurity

软件工程 / 诊断修复

kysely

kysely

206

Kysely type-safe SQL query builder - End-to-end type safety from schema to queries, migrations, transactions, plugins

Stars 44
uidatabasepostgressql

软件工程 / 诊断修复

golang-database-patterns

golang-database-patterns

206

Go database integration patterns using sqlx, pgx, and migration tools like golang-migrate

Stars 44
performancedatabasepostgressql

软件工程 / 诊断修复

axiom-sqlitedata

axiom-sqlitedata

206

Use when working with SQLiteData @Table models, CRUD operations, query patterns, CloudKit SyncEngine setup, or batch imports. Covers model definitions,…

Stars 902
uidatabasesqlaxiom

软件工程 / 部署发布

cloudflare-opennext

cloudflare-opennext

205

Deploy Next.js to Cloudflare Workers with full App Router, Pages Router, ISR, and SSG support. Load when creating Next.js projects for Workers, migrating from…

Stars 0
nextjsdeploymentdatabasecloudflare

软件工程 / 诊断修复

ghost-bits-cast-attack

ghost-bits-cast-attack

204

Java "Ghost Bits" / Cast Attack playbook (Black Hat Asia 2026). Use when attacking Java services where 16-bit char is silently narrowed to 8-bit byte to bypass WAF/IDS for SQL injection, deserialization RCE, file upload (Webshell), path traversal, CRLF injection, request smuggling, and SMTP injection. Affects Tomcat, Spring, Jetty, Undertow, Vert.x, Jackson, Fastjson, Apache Commons BCEL, Apache HttpClient, Angus Mail, JDK HttpServer, Lettuce, Jodd, XMLWriter and re-enables many "patched" CVEs through WAF bypass.

Stars 634
backenduisqlghost

软件工程 / 部署发布

sap-btp-developer-guide

sap-btp-developer-guide

204

Develops business applications on SAP Business Technology Platform (BTP) using CAP (Node.js/Java) or ABAP Cloud. Use when: building cloud applications on SAP BTP, deploying to Cloud Foundry or Kyma runtimes, integrating with SAP HANA Cloud, implementing SAP Fiori UIs, connecting to remote SAP systems, building multitenant SaaS applications, extending SAP S/4HANA or SuccessFactors, setting up CI/CD pipelines, implementing observability, or following SAP development best practices. Keywords: SAP BTP, Business Technology Platform, CAP, Cloud Application Programming Model, ABAP Cloud, Cloud Foundry, Kyma, SAP HANA Cloud, SAP Fiori, SAPUI5, CI/CD, observability, multitenant, SaaS, SAP BTP ABAP environment, SAP Business Application Studio, SAP Cloud SDK, SAP Integration Suite, SAP Event Mesh, SAP Connectivity Service, SAP Destination Service, XSUAA, OAuth, OpenID Connect, OData, CDS, Core Data Services, ABAP CDS, ABAP RESTful Application Programming Model, RAP, ABAP development, SAP BTP development

Stars 266
frontenduideploymentauth

软件工程 / 诊断修复

hono-validation

hono-validation

203

Hono request validation with Zod, TypeBox, Valibot - type-safe input validation for JSON, forms, query params, and headers

Stars 44
uihonovalidationrequest

软件工程 / 诊断修复

axiom-ios-data

axiom-ios-data

203

Use when working with ANY data persistence, database, axiom-storage, CloudKit, migration, or serialization. Covers SwiftData, Core Data, GRDB, SQLite, CloudKit…

Stars 902
databasesqlragaxiom

软件工程 / 诊断修复

Akka.NET 最佳实践

akka-net-best-practices

201

Akka.NET 关键最佳实践,包括 EventStream 与 DistributedPubSub 的对比、监督策略、错误处理、Props 与 DependencyResolver 的对比、工作…

Stars 0
designtestingdatabaseakka

软件工程 / 诊断修复

cairn-ai-pentest

cairn-ai-pentest

201

AI-automated penetration testing and general problem-solving system that achieved unique AK (All Killed) in Tencent Cloud Hackathon intelligent penetration…

Stars 7
testingsecuritysqlllm

软件工程 / 诊断修复

frontend-engineer

frontend-engineer

200

Frontend development guidelines for React/TypeScript applications. Modern patterns including Suspense, lazy loading, useSuspenseQuery, file organization with…

Stars 17
reactfrontenduiperformance

软件工程 / 诊断修复

react-web

react-web

199

React web development with hooks, React Query, Zustand

Stars 630
reactfrontendworkflowweb

软件工程 / 诊断修复

cqrs-implementation

cqrs-implementation

199

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or…

Stars 37,673
uiperformancecqrsimplementation

软件工程 / 部署发布

provider-upgrade

provider-upgrade

199

Upgrade any Pulumi provider to a newer version and reconcile the resulting diff. Use when users want to upgrade or update a provider (including editing package.json, requirements.txt, pyproject.toml, go.mod, or Pulumi.yaml to bump a provider SDK), check for breaking changes before or during an upgrade, fix resources that broke after a provider upgrade, or resolve unexpected replacements, creates, or deletes in a post-upgrade preview. Applies to all providers (aws, azure-native, gcp, kubernetes, aws-native, cloudflare, datadog, etc.) — not just Tier 1. Do NOT use for querying which stacks use what package versions; use skill `package-usage` for cross-stack audits. Do NOT use for general infrastructure tasks.

Stars 47
uikubernetesauditapi

软件工程 / 诊断修复

nuxt-server

nuxt-server

199

| Nuxt 4 server-side development with Nitro: API routes, server middleware, database integration, and backend patterns. Use when: creating server API routes,…

Stars 147
backenduiuxapi

软件工程 / 诊断修复

java-testing-advanced

java-testing-advanced

198

Advanced testing - Testcontainers, contract testing, mutation testing, property-based

Stars 35
uitestingapidatabase

31 / 48