灵感菇

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

搜索结果

全部能力

找到 4785 个相关结果 / 提示词与 LLM

软件工程 / 诊断修复

cyrus-setup

cyrus-setup

248

Set up Cyrus end-to-end — install prerequisites, configure authentication, create integrations (Linear, GitHub, Slack), add repositories, and launch. Run this…

Stars 596
uiplaywrightauthapi

软件工程 / 诊断修复

doc-coauthoring

doc-coauthoring

247

Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision…

Stars 27,317
designuitestingauth

软件工程 / 诊断修复

dask

dask

247

Parallel/distributed computing. Scale pandas/NumPy beyond memory, parallel DataFrames/Arrays, multi-file processing, task graphs, for larger-than-RAM datasets…

Stars 27,317
apidaskparalleldistributed

软件工程 / 诊断修复

dependency-upgrade

dependency-upgrade

247

Master major dependency version upgrades, compatibility analysis, staged upgrade strategies, and comprehensive testing approaches.

Stars 37,676
uitestingdependencyupgrade

软件工程 / 诊断修复

create-tooluniverse-skill

create-tooluniverse-skill

247

Create high-quality ToolUniverse skills following test-driven, implementation-agnostic methodology. Integrates tools from ToolUniverse's 1,264+ tool library,…

Stars 1,353
uiworkflowtooluniversefollowing

软件工程 / 部署发布

mtp-hot-reload

mtp-hot-reload

247

Suggests using Microsoft Testing Platform (MTP) hot reload to iterate fixes on failing tests without rebuilding. Use when user says "hot reload tests", "iterate on test fix", "run tests without rebuilding", "speed up test loop", "fix test faster", or needs to set up MTP hot reload to rapidly iterate on test failures. Covers setup (NuGet package, environment variable, launchSettings.json) and the iterative workflow for fixing tests. DO NOT USE FOR: writing test code, diagnosing test failures, running tests normally with dotnet test (use run-tests), applying test filters, producing TRX reports, CI/CD pipeline configuration, or Visual Studio Test Explorer hot reload (which is a different feature).

Stars 1,709
uitestingapiworkflow

软件工程 / 诊断修复

qiaomu-music-player-spotify

qiaomu-music-player-spotify

247

Spotify 音乐播放控制 + 5947 风格数据库。搜索、播放、暂停、队列管理、场景音乐推荐、风格查询与探索。 USE THIS SKILL when user mentions: - Playback: "播放音乐", "来首歌", "放点音乐", "播放", "想听XX", "来点XX音乐" - Controls: "暂停", "继续", "下一首", "上一首", "音量", "正在播放什么" - Genre lookup: /genre, "查询音乐风格", "推荐音乐类型", "XX风格有哪些子分类" - Scene/mood: "适合深夜的音乐", "有活力的", "空灵的", "推荐一些XX特点的音乐风格" - Suno integration: 用 Suno 生成音乐但未指定风格时 - /spotify

Stars 20
apiqiaomumusicplayer

软件工程 / 诊断修复

file-uploads

file-uploads

247

Expert at handling file uploads and cloud storage. Covers S3, Cloudflare R2, presigned URLs, multipart uploads, and image optimization. Knows how to handle…

Stars 27,318
performancesecurityragfile

软件工程 / 部署发布

iterate-pr

iterate-pr

247

Iterate on a PR until CI passes. Use when you need to fix CI failures, address review feedback, or continuously push fixes until all checks are green.…

Stars 27,322
uiauthgithubiterate

软件工程 / 部署发布

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

软件工程 / 部署发布

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

软件工程 / 诊断修复

git-commit-push-pr

git-commit-push-pr

246

Commit, push, and open a PR with an adaptive, value-first description. Use when the user says "commit and PR", "push and open a PR", "ship this", "create a…

Stars 16,830
workflowgitcommitpush

软件工程 / 部署发布

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

软件工程 / 诊断修复

fastapi-code-review

fastapi-code-review

246

Reviews FastAPI code for routing patterns, dependency injection, validation, and async handlers. Use when reviewing FastAPI apps, checking APIRouter setup,…

Stars 58
uiapifastapireview

软件工程 / 部署发布

stripe-payments

stripe-payments

245

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

Stars 122
workflowstripepaymentsautomate

软件工程 / 诊断修复

nextjs-server-client-components

nextjs-server-client-components

245

Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'),…

Stars 93
reactnextjsuiapi

软件工程 / 诊断修复

changelog

changelog

245

Create engaging changelogs for recent merges to main branch

Stars 16,826
githubchangelogengagingchangelogs

软件工程 / 诊断修复

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

软件工程 / 诊断修复

gsap-fundamentals

gsap-fundamentals

245

Core GSAP animation concepts including tweens, timelines, easing functions, and animation properties. Use when implementing basic animations, transitions, or…

Stars 8
uigsapfundamentalscore

软件工程 / 部署发布

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

133 / 240