灵感菇

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

搜索结果

全部能力

找到 1627 个相关结果 / GitHub 工作流

软件工程 / 部署发布

pr-create

pr-create

239

Creates a pull request from current changes, monitors GitHub CI, and debugs any failures until CI passes. Activate when the user says "create pr", "make a pr",…

Stars 354
workflowgithubcreatespull

软件工程 / 诊断修复

template-instantiation

template-instantiation

239

Creates .NET projects from templates with validated parameters, smart defaults, Central Package Management adaptation, and latest NuGet version resolution. USE FOR: creating new dotnet projects, scaffolding solutions with multiple projects, installing or uninstalling template packages, creating projects that respect Directory.Packages.props (CPM), composing multi-project solutions (API + tests + library), getting latest NuGet package versions in newly created projects. DO NOT USE FOR: finding or comparing templates (use template-discovery), authoring custom templates (use template-authoring), modifying existing projects or adding NuGet packages to existing projects.

Stars 1,713
uiauthapitemplate

软件工程 / 部署发布

migrate-vstest-to-mtp

migrate-vstest-to-mtp

238

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", or mentions EnableMSTestRunner, EnableNUnitRunner, UseMicrosoftTestingPlatformRunner, dotnet test exit code 8, zero tests discovered, or MTP behavioral differences (--ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE). Supports MSTest, NUnit, xUnit.net v2 (via YTest.MTP.XUnit2), and xUnit.net v3 (native MTP). Covers runner enablement, CLI argument translation, xUnit.net v3 filter syntax, Directory.Build.props and global.json configuration, CI/CD pipeline updates, and MTP extension packages. DO NOT USE FOR: migrating between test frameworks (MSTest/xUnit/NUnit), xUnit.net v2 to v3 API migration, MSTest version upgrades (use migrate-mstest-* skills), TFM upgrades, or UWP/WinUI test projects.

Stars 1,709
uitestingapimigrate

软件工程 / 诊断修复

payload-cms

payload-cms

238

Use when working with Payload CMS projects (payload.config.ts, collections, fields, hooks, access control, Payload API). Triggers on tasks involving: collection definitions, field configurations, hooks, access control, database queries, custom endpoints, authentication, file uploads, drafts/versions, live preview, or plugin development. Also use when debugging validation errors, security issues, relationship queries, transactions, or hook behavior.

Stars 14
nextjsuisecurityauth

软件工程 / 诊断修复

gpui-action

gpui-action

238

Action definitions and keyboard shortcuts in GPUI. Use when implementing actions, keyboard shortcuts, or key bindings.

Stars 11,444
uigpuiactiondefinitions

软件工程 / 部署发布

golang-cli-cobra-viper

golang-cli-cobra-viper

238

Building production-quality CLI tools with Cobra command framework and Viper configuration management

Stars 44
uidockerkubernetesgithub

软件工程 / 诊断修复

terraform-skill

terraform-skill

237

Terraform infrastructure as code best practices

Stars 37,715
uitestingdeploymentapi

软件工程 / 诊断修复

rstest-best-practices

rstest-best-practices

236

Rstest best practices for config, CLI workflow, test writing, mocking, snapshot testing, DOM testing, coverage, multi-project setup, CI integration,…

Stars 68
reactuitestingrag

软件工程 / 部署发布

dotnet-local-tools

dotnet-local-tools

236

Managing local .NET tools with dotnet-tools.json for consistent tooling across development environments and CI/CD pipelines.

Stars 926
dotnetlocaltoolsmanaging

软件工程 / 诊断修复

fusion-developer-app

fusion-developer-app

235

Guides feature development in Fusion Framework React apps, including app-scoped framework research needed to choose the right hooks, modules, packages, and…

Stars 0
reactuiapifusion

软件工程 / 诊断修复

yc-reader

yc-reader

235

Look up Y Combinator companies, batches, and startup ecosystem data using the yc-oss API (read-only). Use this skill whenever the user wants to research YC-backed startups, find companies in a specific batch or industry, check which YC companies are hiring, explore top YC companies, or analyze startup trends by sector or tag. Triggers include: "YC companies in fintech", "who's in the latest YC batch", "YC startups hiring", "top Y Combinator companies", "find YC companies tagged AI", "W25 batch", "S24 companies", "YC stats", "Y Combinator portfolio", "startup research", "which YC companies do X", "venture research on YC", any mention of Y Combinator, YC batch, or YC-backed companies in the context of startup research, venture analysis, or market intelligence. This is a read-only data source — the API is a static JSON dataset updated daily.

Stars 0
uiuxauthapi

软件工程 / 诊断修复

conductor-revert

conductor-revert

234

Git-aware undo by logical work unit (track, phase, or task)

Stars 37,673
uiworkflowconductorrevert

软件工程 / 诊断修复

mlb-data

mlb-data

234

MLB data via ESPN public endpoints — scores, standings, rosters, schedules, game summaries, play-by-play, win probability, injuries, transactions, depth charts, team/player stats, leaders, and news. Zero config, no API keys. Use when: user asks about MLB scores, standings, team rosters, schedules, game stats, box scores, play-by-play, injuries, transactions, depth charts, team/player statistics, or MLB news. Don't use when: user asks about minor league baseball, college baseball, or international baseball. For other sports use: nfl-data (NFL), nba-data (NBA), wnba-data (WNBA), nhl-data (NHL), football-data (soccer), tennis-data (tennis), golf-data (golf), cfb-data (college football), cbb-data (college basketball), fastf1 (F1). For betting odds use polymarket or kalshi. For news use sports-news.

Stars 102
uiapimlbdata

软件工程 / 诊断修复

rust-async-patterns

rust-async-patterns

233

Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing…

Stars 37,704
uiperformancedebuggingrust

软件工程 / 诊断修复

performance-testing-review-ai-review

performance-testing-review-ai-review

233

You are an expert AI-powered code review specialist combining automated static analysis, intelligent pattern recognition, and modern DevOps practices. Leverage…

Stars 37,695
uiperformancetestingdevops

软件工程 / 部署发布

k6

k6

233

k6 performance and load testing. Covers writing test scripts in JavaScript/TypeScript, all test types (load/stress/spike/soak/smoke/breakpoint), thresholds, checks, scenarios, executors, extensions, result analysis, k6 Cloud execution, and CI/CD integration. Use when writing k6 tests, debugging test failures, setting up load testing pipelines, choosing executors/scenarios, or interpreting k6 results.

Stars 39
uiperformancetestingdebugging

软件工程 / 部署发布

mcp-csharp-publish

mcp-csharp-publish

232

Publish and deploy C# MCP servers. Covers NuGet packaging for stdio servers, Docker containerization for HTTP servers, Azure Container Apps and App Service deployment, and publishing to the official MCP Registry. USE FOR: packaging stdio MCP servers as NuGet tools, creating Dockerfiles for HTTP MCP servers, deploying to Azure Container Apps or App Service, publishing to the MCP Registry at registry.modelcontextprotocol.io, configuring server.json for MCP package metadata, setting up CI/CD for MCP server publishing. DO NOT USE FOR: publishing general NuGet libraries (not MCP-specific), general Docker guidance unrelated to MCP, creating new servers (use mcp-csharp-create), debugging (use mcp-csharp-debug), writing tests (use mcp-csharp-test).

Stars 1,709
uidockerdeploymentdebugging

软件工程 / 部署发布

ci-cd-pipeline-builder

ci-cd-pipeline-builder

232

Generate pragmatic CI/CD pipelines from detected project stack signals — fast baseline generation, repeatable checks, environment-aware deployment stages. Use…

Stars 14,986
uidevopsdeploymentrag

软件工程 / 诊断修复

tdd-workflows-tdd-red

tdd-workflows-tdd-red

232

Generate failing tests for the TDD red phase to define expected behavior and edge cases.

Stars 37,713
performanceragagentworkflow

软件工程 / 诊断修复

mcp-server-skills

mcp-server-skills

231

Pattern for building MCP servers in Next.js with mcp-handler, shared Zod schemas, and reusable server actions.

Stars 20
nextjsuitestingapi

48 / 82