灵感菇

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

搜索结果

全部能力

找到 1168 个相关结果 / 认证与权限

软件工程 / 诊断修复

microbenchmarking

microbenchmarking

285

Activate this skill when BenchmarkDotNet (BDN) is involved in the task — creating, running, configuring, or reviewing BDN benchmarks. Also activate when microbenchmarking .NET code would be useful and BenchmarkDotNet is the likely tool. Consider activating when answering a .NET performance question requires measurement and BenchmarkDotNet may be needed. Covers microbenchmark design, BDN configuration and project setup, how to run BDN microbenchmarks efficiently and effectively, and using BDN for side-by-side performance comparisons. Do NOT use for profiling/tracing .NET code (dotnet-trace, PerfView), production telemetry, or load/stress testing (Crank, k6).

Stars 1,709
designuiperformancetesting

软件工程 / 部署发布

scraper-builder

scraper-builder

285

Guide AI agents to generate complete PageObject pattern web scraper projects using Playwright and TypeScript with Docker deployment. Supports agent-browser…

Stars 76
uiplaywrightdockerdeployment

软件工程 / 诊断修复

email-html-mjml

email-html-mjml

282

Responsive HTML email template generation using MJML 4.x framework. Use when the user asks to create, generate, design, or build an email template — including…

Stars 39
designuiworkflowemail

软件工程 / 部署发布

glab

glab

282

Expert guidance for using the GitLab CLI (glab) to manage GitLab issues, merge requests, CI/CD pipelines, repositories, and other GitLab operations from the…

Stars 0
uitestingauthapi

软件工程 / 诊断修复

fhir-developer-skill

fhir-developer-skill

281

FHIR API development guide for building healthcare endpoints. Use when: (1) Creating FHIR REST endpoints (Patient, Observation, Encounter, Condition, MedicationRequest), (2) Validating FHIR resources and returning proper HTTP status codes and error responses, (3) Implementing SMART on FHIR authorization and OAuth scopes, (4) Working with Bundles, transactions, batch operations, or search pagination. Covers FHIR R4 resource structures, required fields, value sets (status codes, gender, intent), coding systems (LOINC, SNOMED, RxNorm, ICD-10), and OperationOutcome error handling.

Stars 254
uiauthapifhir

软件工程 / 诊断修复

内容再利用工具-SMS

content-repurposer-sms

279

当用户希望将单一内容转换为多种格式,或在不同以文本为主和以视觉为主的平台(如 LinkedIn、Twitter/X 等)上适配内容时(……

Stars 0
designuiperformancetesting

软件工程 / 诊断修复

skill-idea-miner

skill-idea-miner

279

Mine Claude Code session logs for skill idea candidates. Use when running the weekly skill generation pipeline to extract, score, and backlog new skill ideas…

Stars 1,442
uiauthapillm

软件工程 / 诊断修复

better-auth

better-auth

277

Implement authentication and authorization with Better Auth - a framework-agnostic TypeScript authentication framework. Features include email/password…

Stars 2,080
nextjsuiuxauth

软件工程 / 部署发布

django-cloud-sql-postgres

django-cloud-sql-postgres

277

Deploy Django on Google App Engine Standard with Cloud SQL PostgreSQL. Covers Unix socket connections, Cloud SQL Auth Proxy for local dev, Gunicorn configuration, and production-ready settings. Use when: deploying Django to App Engine, configuring Cloud SQL PostgreSQL, setting up Unix socket connections, or troubleshooting "No such file or directory", "connection refused", or "FATAL: password authentication failed".

Stars 783
uiauthpostgressql

软件工程 / 部署发布

分析

analyse

271

根据目标自动选择最佳 Kaizen 方法(Gemba Walk、Value Stream 或 Muda)

Stars 0
uideploymentauthprompt

软件工程 / 诊断修复

auth0-nuxt

auth0-nuxt

271

Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API…

Stars 21
vueuiuxauth

软件工程 / 诊断修复

kotlin-backend-jpa-entity-mapping

kotlin-backend-jpa-entity-mapping

270

Model Kotlin persistence code correctly for Spring Data JPA and Hibernate. Covers entity design, identity and equality, uniqueness constraints, relationships, fetch plans, and common ORM (Object-Relational Mapping) traps specific to Kotlin. Use when creating or reviewing JPA (Java Persistence API) entities, diagnosing N+1 or LazyInitializationException, placing indexes and uniqueness rules, or preventing Kotlin-specific bugs such as data class entities and broken equals/hashCode.

Stars 444
backenddesignuiapi

软件工程 / 诊断修复

apply-anthropic-skill-best-practices

apply-anthropic-skill-best-practices

268

Comprehensive guide for skill development based on Anthropic's official best practices - use for complex skills requiring detailed structure

Stars 0
uitestingauthapply

软件工程 / 诊断修复

electron-base

electron-base

267

Build secure desktop applications with Electron 33, Vite, React, and TypeScript. Covers type-safe IPC via contextBridge, OAuth with custom protocol handlers, native module compatibility (better-sqlite3, electron-store), and electron-builder packaging. Use when building cross-platform desktop apps, implementing OAuth flows in Electron, handling main/renderer process communication, or packaging with code signing. Prevents: NODE_MODULE_VERSION mismatch, hardcoded encryption keys, context isolation bypasses, sandbox conflicts with native modules.

Stars 783
reactuiauthsql

软件工程 / 部署发布

github-automation

github-automation

267

Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code,…

Stars 37,683
uiauthapiworkflow

软件工程 / 诊断修复

frontend-react-router-best-practices

frontend-react-router-best-practices

267

React Router performance and architecture patterns. Use when writing loaders, actions, forms, routes, or working with React Router data fetching. Triggers on…

Stars 86
reactfrontenduiperformance

软件工程 / 诊断修复

platform-strategy-sms

platform-strategy-sms

267

When the user wants platform-specific tactical guidance for LinkedIn, Twitter/X, Threads, or Bluesky. Also use when the user mentions 'LinkedIn strategy,'…

Stars 0
reactuiperformanceauth

软件工程 / 诊断修复

clerk-nextjs-skills

clerk-nextjs-skills

266

Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts, environment configuration, and MCP server integration.

Stars 20
nextjsuiauthagent

软件工程 / 诊断修复

auth

auth

266

Authentication integration guidance — Clerk (native Vercel Marketplace), Descope, and Auth0 setup for Next.js applications. Covers middleware auth patterns,…

Stars 162
nextjsuiauthapi

软件工程 / 部署发布

connecting-lambda-to-api-gateway

connecting-lambda-to-api-gateway

266

Connects an existing AWS Lambda function to Amazon API Gateway by creating a REST or HTTP API with resource/method setup, Lambda proxy integration,…

Stars 0
uitestingdeploymentsecurity

35 / 59