搜索结果
全部能力
找到 975 个相关结果 / GitHub 工作流
通用助手 / 编排推荐
dotnet-pinvoke
dotnet-pinvoke
Correctly call native (C/C++) libraries from .NET using P/Invoke and LibraryImport. Covers function signatures, string marshalling, memory lifetime, SafeHandle, and cross-platform patterns. USE FOR: writing new P/Invoke or LibraryImport declarations, reviewing or debugging existing native interop code, wrapping a C or C++ library for use in .NET, diagnosing crashes, memory leaks, or corruption at the managed/native boundary. DO NOT USE FOR: COM interop, C++/CLI mixed-mode assemblies, or pure managed code with no native dependencies.
通用助手 / 编排推荐
create-skill
create-skill
Scaffolds new agent skills for the dotnet/skills repository. Use when creating a new skill, generating SKILL.md files, or setting up skill directory…
通用助手 / 编排推荐
build-perf-baseline
build-perf-baseline
Establish build performance baselines and apply systematic optimization techniques. Only activate in MSBuild/.NET build context. USE FOR: diagnosing slow…
通用助手 / 编排推荐
build-perf-diagnostics
build-perf-diagnostics
Diagnose MSBuild build performance bottlenecks using binary log analysis. Only activate in MSBuild/.NET build context. USE FOR: identifying why builds are slow…
通用助手 / 编排推荐
artifact-management
artifact-management
Manage build artifacts, Docker images, and package registries. Configure artifact repositories, versioning, and distribution strategies.
通用助手 / 编排推荐
eval-performance
eval-performance
Guide for diagnosing and improving MSBuild project evaluation performance. Only activate in MSBuild/.NET build context. USE FOR: builds slow before any…
通用助手 / 编排推荐
pyvene-interventions
pyvene-interventions
Provides guidance for performing causal interventions on PyTorch models using pyvene's declarative intervention framework. Use when conducting causal tracing,…
通用助手 / 编排推荐
review-pr
review-pr
Comprehensive pull request review using specialized agents
通用助手 / 编排推荐
Angular 最佳实践 - Signal Store
angular-best-practices-signalstore
NgRx SignalStore 在 Angular 中的最佳实践。涵盖共享状态、计算状态、实体管理,以及通过 rxMethod 集成 RxJS。在使用 @ngrx/signals 和 @ngrx/signals/entities 时激活。不适用于 NgRx Store 或基于类的状态服务。建议与 angular-best-practices 搭配安装以获得完整覆盖。
通用助手 / 编排推荐
incremental-build
incremental-build
Guide for optimizing MSBuild incremental builds. Only activate in MSBuild/.NET build context. USE FOR: builds slower than expected on subsequent runs, 'nothing…
通用助手 / 编排推荐
claude-code-guide
claude-code-guide
To provide a comprehensive reference for configuring and using Claude Code (the agentic coding tool) to its full potential. This skill synthesizes best…
通用助手 / 编排推荐
ruler-progress-render
ruler-progress-render
Clone or update https://github.com/sxhzju/ruler-progress-animator and render a ruler progress video with default parameters. Use when users ask for requests…
通用助手 / 编排推荐
代理管理
agent-management
使用 AI Maestro CLI 创建、管理和编排 AI 智能体。当用户要求"创建智能体"、"列出智能体"、"删除智能体"、"休眠智能体"等时使用。
通用助手 / 编排推荐
railway-projects
railway-projects
List, switch, and configure Railway projects. Use when user wants to list all projects, switch projects, rename a project, enable/disable PR deploys, make a…
通用助手 / 编排推荐
nuget-trusted-publishing
nuget-trusted-publishing
Set up NuGet trusted publishing (OIDC) on a GitHub Actions repo — replaces long-lived API keys with short-lived tokens. USE FOR: trusted publishing, NuGet OIDC, keyless NuGet publish, migrate from NuGet API key, NuGet/login, secure NuGet publishing. DO NOT USE FOR: publishing to private feeds or Azure Artifacts (OIDC is nuget.org only). INVOKES: shell (powershell or bash), edit, create, ask_user for guided repo setup.
通用助手 / 编排推荐
git-pr-workflows-git-workflow
git-pr-workflows-git-workflow
Orchestrate a comprehensive git workflow from code review through PR creation, leveraging specialized agents for quality assurance, testing, and deployment…
通用助手 / 编排推荐
binlog-failure-analysis
binlog-failure-analysis
Analyze MSBuild binary logs to diagnose build failures by replaying binlogs to searchable text logs. Only activate in MSBuild/.NET build context. USE FOR:…
通用助手 / 编排推荐
敏捷工作流
agile-workflow
通过基于检查点的流程控制,按顺序调用命令来编排敏捷开发工作流。当用户要求…时应使用此技能。
通用助手 / 编排推荐
beautiful-prose
beautiful-prose
A hard-edged writing style contract for timeless, forceful English prose without modern AI tics. Use when users ask for prose or rewrites that must be clean,…
通用助手 / 编排推荐
dump-collect
dump-collect
Configure and collect crash dumps for modern .NET applications. USE FOR: enabling automatic crash dumps for CoreCLR or NativeAOT, capturing dumps from running…