灵感菇

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

搜索结果

全部能力

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

软件工程 / 诊断修复

parallel-agents

parallel-agents

109

Multi-agent orchestration patterns. Use when multiple independent tasks can run with different domain expertise or when comprehensive analysis requires…

Stars 7,402
frontendbackenduiperformance

软件工程 / 诊断修复

appbuilder-testing

appbuilder-testing

109

Generate and run tests for Adobe App Builder actions and UI components. Scaffolds Jest unit tests, integration tests against deployed actions, contract tests for Adobe API interactions, and React component tests using Testing Library. Provides mock helpers for State, Files, Events SDKs, @adobe/aio-lib-* clients, ExC Shell context (@adobe/exc-app), and UIX Guest SDK (@adobe/uix-guest). Use this skill whenever the user mentions testing App Builder actions, writing unit tests for Runtime actions, creating integration tests, mocking Adobe SDKs, setting up test fixtures, running aio app test, or wants to verify action behavior before deployment. Also trigger when users mention Jest configuration for App Builder, test coverage, CI test setup, React component test, Testing Library, UI test, Provider wrapper, test my page, test my form, test my table, test my component, mock shell context, mock extension context, debug test failures, or fix Jest errors.

Stars 0
reactuitestingjest

软件工程 / 部署发布

dokploy-api-mcp

dokploy-api-mcp

109

Deploy and manage applications on Dokploy (self-hosted PaaS). Use when deploying apps, managing Docker Compose services, databases (PostgreSQL, MySQL, MariaDB, MongoDB, Redis), configuring domains, SSL, backups, notifications, rollbacks, scheduled tasks, environments, organizations, SSO, preview deployments, patches, Docker Swarm clusters, running migrations, or troubleshooting Dokploy deployments. Covers tRPC API (449 endpoints), CLI, MCP server (449 tools), and common pitfalls with Next.js, Docker, and Traefik.

Stars 1
nextjsuidockerdeployment

软件工程 / 诊断修复

sqlmap-database-pentesting

sqlmap-database-pentesting

109

Provide systematic methodologies for automated SQL injection detection and exploitation using SQLMap.

Stars 37,711
uiuxtestingauth

软件工程 / 部署发布

appbuilder-action-scaffolder

appbuilder-action-scaffolder

109

Create, implement, deploy, and debug Adobe Runtime actions with consistent layout, validation, and error handling. Use this skill whenever the user needs to…

Stars 0
uidatabasedebuggingappbuilder

软件工程 / 诊断修复

etl-sync-job-builder

etl-sync-job-builder

109

Designs reliable ETL and data synchronization jobs with incremental updates, idempotency guarantees, watermark tracking, error handling, and retry logic. Use…

Stars 38
designuiapidatabase

软件工程 / 诊断修复

studio-error-handling

studio-error-handling

109

Error display and troubleshooting pattern for Supabase Studio. Use when

Stars 102,442
reactstudioerrorhandling

软件工程 / 诊断修复

react-frontend-expert

react-frontend-expert

109

React/TypeScript frontend implementation patterns. Use during the implementation phase when creating or modifying React components, custom hooks, pages, data fetching logic with TanStack Query, forms, or routing. Covers component structure, hooks rules, custom hook design (useAuth, useDebounce, usePagination), TypeScript strict-mode conventions, form handling, accessibility requirements, and project structure. Does NOT cover testing (use react-testing-patterns), E2E testing (use e2e-testing), or deployment.

Stars 8
reactfrontendbackenddesign

软件工程 / 诊断修复

ai-agent-workflow

ai-agent-workflow

108

Build resumable multi-agent workflows with durable execution, tool loops, and automatic stream recovery on client reconnection.

Stars 0
nextjsfullstackuiapi

软件工程 / 诊断修复

tanstack-query-setup

tanstack-query-setup

108

Implements TanStack Query (React Query) for server state management with caching, mutations, optimistic updates, and infinite queries. Use when users request…

Stars 38
reactuiworkflowtanstack

软件工程 / 诊断修复

pydantic-models-py

pydantic-models-py

107

Create Pydantic models following the multi-model pattern for clean API contracts.

Stars 37,698
uiapidatabasepydantic

软件工程 / 部署发布

learning-opportunities

learning-opportunities

107

Facilitates deliberate skill development during AI-assisted coding. Offers interactive learning exercises after architectural work (new files, schema changes,…

Stars 1,840
uidatabaselearningopportunities

软件工程 / 诊断修复

cdc

cdc

107

Change Data Capture - architecture, entrypoints, bytecode emission, sync engine integration, tests

Stars 18,810
databaseragcdcchange

软件工程 / 诊断修复

appdeploy

appdeploy

107

Deploy web apps with backend APIs, database, and file storage. Use when the user asks to deploy or publish a website or web app and wants a public URL. Uses…

Stars 0
backenduiapidatabase

软件工程 / 诊断修复

tdd

tdd

107

Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions "red-green-refactor", wants…

Stars 348
uitestingapidatabase

软件工程 / 诊断修复

plan-ceo-review

plan-ceo-review

106

CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when asked to "think bigger", "expand scope", "strategy review", "rethink this", or "is this ambitious enough". Proactively suggest when the user is questioning scope or ambition of a plan, or when the plan feels like it could be thinking bigger. (gstack)

Stars 0
frontendbackenddesignui

软件工程 / 诊断修复

cascade-workflow

cascade-workflow

106

Graceful degradation through cascading fallback strategies - ensures system always completes while maintaining acceptable functionality

Stars 62
uiapidatabaseworkflow

软件工程 / 诊断修复

enonic-guillotine-query-builder

enonic-guillotine-query-builder

105

Composes, debugs, and optimizes Guillotine GraphQL queries for Enonic XP headless content delivery. Covers query construction, variable usage, filtering,…

Stars 0
uiapiagentenonic

软件工程 / 诊断修复

domain-modeling

domain-modeling

105

Use this skill when the user asks about domain modeling, primitive obsession, parse-don't-validate, semantic types, value objects, or making invalid states unrepresentable. Triggers on: "review for domain issues", "primitive obsession", "design domain types", "value object", "newtype wrapper", "semantic type", "make invalid states unrepresentable", "bool-as-state", requests to replace raw strings/ints with proper types, requests to fix swappable parameters, or any code review focusing on type safety and domain integrity. Also activates during TDD domain review phases. NOT for general code review (style, formatting), debugging, database schema design, or design patterns unrelated to domain type modeling.

Stars 2
designuidatabaseagent

软件工程 / 诊断修复

review

review

105

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land code changes. (gstack)

Stars 97,893
sqlllmreviewpre

43 / 48