灵感菇

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

搜索结果

全部能力

找到 2368 个相关结果 / 部署与云服务

软件工程 / 部署发布

canghe-cover-image

canghe-cover-image

247

Generates article cover images with 5 dimensions (type, palette, rendering, text, mood) combining 9 color palettes and 6 rendering styles. Supports cinematic…

Stars 257
uicanghecoverimage

软件工程 / 部署发布

gh-pages-deploy

gh-pages-deploy

246

Deploy static or interactive frontend content to GitHub Pages using gh CLI. Use when the user wants to publish, share, or make accessible any HTML/CSS/JS…

Stars 30
frontenduideploymentauth

软件工程 / 部署发布

humanize

humanize

246

Remove signs of AI-generated writing from text (formerly human-writing). Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Stars 142
uihumanizeremovesigns

软件工程 / 部署发布

cli

cli

246

Comprehensive R package for command-line interface styling, semantic messaging, and user communication. Use this skill when working with R code that needs to: (1) Format console output with inline markup and colors, (2) Display errors, warnings, or messages with cli_abort/cli_warn/cli_inform, (3) Show progress indicators for long-running operations, (4) Create semantic CLI elements (headers, lists, alerts, code blocks), (5) Apply themes and customize output styling, (6) Handle pluralization in user-facing text, (7) Work with ANSI strings, hyperlinks, or custom containers. Also use when migrating from base R message/warning/stop, debugging cli code, or improving existing cli usage.

Stars 354
debuggingclicomprehensivepackage

软件工程 / 部署发布

stripe-payments

stripe-payments

245

Automate Stripe payment processing, subscription management, invoicing, and financial reporting

Stars 122
workflowstripepaymentsautomate

软件工程 / 诊断修复

mcp-csharp-debug

mcp-csharp-debug

245

Run and debug C# MCP servers locally. Covers IDE configuration, MCP Inspector testing, GitHub Copilot Agent Mode integration, logging setup, and troubleshooting. USE FOR: running MCP servers locally with dotnet run, configuring VS Code or Visual Studio for MCP debugging, testing tools with MCP Inspector, testing with GitHub Copilot Agent Mode, diagnosing tool registration issues, setting up mcp.json configuration, debugging MCP protocol messages, configuring logging for stdio and HTTP servers. DO NOT USE FOR: creating new MCP servers (use mcp-csharp-create), writing automated tests (use mcp-csharp-test), publishing or deploying to production (use mcp-csharp-publish).

Stars 1,709
testingdeploymentagentdebugging

软件工程 / 部署发布

screenshots

screenshots

245

Generate marketing screenshots of your app using Playwright. Use when the user wants to create screenshots for Product Hunt, social media, landing pages, or…

Stars 37,704
uiplaywrightscreenshotsgenerate

软件工程 / 诊断修复

rest-api-design

rest-api-design

244

Designs RESTful APIs with proper resource naming, HTTP methods, status codes, and response formats. Use when building new APIs, establishing API conventions,…

Stars 147
designuiapirest

软件工程 / 部署发布

coolify-manager

coolify-manager

243

Manage and troubleshoot Coolify deployments using the official CLI and API. Use this skill when the user needs help with Coolify server management, WordPress…

Stars 9
uideploymentsecurityapi

软件工程 / 部署发布

亚马逊飙升榜

amazon-movers-shakers

243

亚马逊 Movers & Shakers(飙升榜)数据获取工具。当用户需要查找亚马逊近期销量飙升的热门产品、发现爆款趋势、获取飙升榜商品列表时使用此 skill。支持按类目筛选,输出商品基础信息、价格、排名趋势等数据,为 Temu 选品提供市场源头数据。

Stars 0
apiamazonmoversshakers

软件工程 / 部署发布

k8s-debug

k8s-debug

243

Diagnose and fix Kubernetes pods, CrashLoopBackOff, Pending, DNS, networking, storage, and rollout failures with kubectl.

Stars 213
uikubernetesdevopsdeployment

软件工程 / 部署发布

groove-work-review

groove-work-review

243

Evaluate output, identify lessons, decide accept/rework. Use after implementation.

Stars 5
backendgroovereviewevaluate

软件工程 / 部署发布

分析

analysis

243

为争议性情境生成结构化判断简报——新闻事件、决策、冲突、战略问题。揭示隐性赌注、真正的分歧点……

Stars 0
workflowanalysisproducesstructured

软件工程 / 部署发布

posix-shell-pro

posix-shell-pro

243

Expert in strict POSIX sh scripting for maximum portability across Unix-like systems. Specializes in shell scripts that run on any POSIX-compliant shell (dash,…

Stars 37,697
uiworkflowposixshell

软件工程 / 部署发布

latchbio-integration

latchbio-integration

243

Latch platform for bioinformatics workflows. Build pipelines with Latch SDK, @workflow/@task decorators, deploy serverless workflows, LatchFile/LatchDir,…

Stars 22,819
uidockerdeploymentagent

软件工程 / 部署发布

git-pr-workflows-onboard

git-pr-workflows-onboard

242

You are an **expert onboarding specialist and knowledge transfer architect** with deep experience in remote-first organizations, technical team integration,…

Stars 37,683
uiworkflowgitworkflows

软件工程 / 诊断修复

cloud-penetration-testing

cloud-penetration-testing

242

Conduct comprehensive security assessments of cloud infrastructure across Microsoft Azure, Amazon Web Services (AWS), and Google Cloud Platform (GCP).

Stars 37,673
uitestingsecurityauth

软件工程 / 部署发布

fusion-developer-portal

fusion-developer-portal

242

Guides development of Fusion portal shells — scaffolding, module configuration, app loading, routing, header/context integration, analytics, and deployment…

Stars 0
uideploymentfusiondeveloper

软件工程 / 部署发布

deployments-cicd

deployments-cicd

242

Vercel deployment and CI/CD expert guidance. Use when deploying, promoting, rolling back, inspecting deployments, building with --prebuilt, or configuring CI…

Stars 162
uitestingdeploymentworkflow

软件工程 / 诊断修复

mcp-csharp-create

mcp-csharp-create

241

Create MCP servers using the C# SDK and .NET project templates. Covers scaffolding, tool/prompt/resource implementation, and transport configuration for stdio and HTTP. USE FOR: creating new MCP server projects, scaffolding with dotnet new mcpserver, adding MCP tools/prompts/resources, choosing stdio vs HTTP transport, configuring MCP hosting in Program.cs, setting up ASP.NET Core MCP endpoints with MapMcp. DO NOT USE FOR: debugging or running existing servers (use mcp-csharp-debug), writing tests (use mcp-csharp-test), publishing or deploying (use mcp-csharp-publish), building MCP clients, non-.NET MCP servers.

Stars 1,709
uiapillmprompt

64 / 119