Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks 'how does this work? Use when this capability is needed.
Langue du texte source : anglais
Menu
Skills dans ce dépôt
SkillsMP a collecté 17 125 skills depuis tomevault-io/skills-registry. Ouvrez un skill pour examiner sa source et ses détails.
tomevault-io/skills-registryAffichage de 40 skills collectés sur 17 125.
Explains code with visual diagrams and analogies. Use when explaining how code works, teaching about a codebase, or when the user asks 'how does this work? Use when this capability is needed.
Langue du texte source : anglais
Use this skill for ANY React component work in MUI-based projects — building, styling, fixing, debugging, or refactoring. Covers MUI (Material UI) v7, MUI X v8 (DataGrid, DatePicker, Autocomplete), TanStack Query v5, React Hook Form + Zod, and React Router…
Langue du texte source : anglais
Guide for diagnosing and fixing CI test failures using the DownloadFailingJobLogs tool. Use this when asked to investigate GitHub Actions test failures, download failure logs, or debug CI issues. Use when this capability is needed.
Langue du texte source : anglais
Specialized agent for creating and improving Connection Properties in Aspire resource and README files Use when this capability is needed.
Langue du texte source : anglais
Guide for writing Aspire deployment end-to-end tests. Use this when asked to create, modify, or debug deployment E2E tests that deploy to Azure. Use when this capability is needed.
Langue du texte source : anglais
Downloads and tests Aspire CLI from a PR build, verifies version, and runs test scenarios based on PR changes. Use this when asked to test a pull request. Use when this capability is needed.
Langue du texte source : anglais
Measures Aspire application startup performance using dotnet-trace and the TraceAnalyzer tool. Use this when asked to measure impact of a code change on Aspire application startup performance. Use when this capability is needed.
Langue du texte source : anglais
Quarantines or disables flaky/problematic tests using the QuarantineTools utility Use when this capability is needed.
Langue du texte source : anglais
Create custom agent capabilities when discovering novel tools, receiving task-agnostic tips from reviewers, or after researching specialized workflows not covered in existing instructions. Teaches structure, YAML optimization for LLM discoverability, and…
Langue du texte source : anglais
Investigate compiler failures, test errors, or unexpected behavior through systematic minimal reproduction, 3-hypothesis testing, and verification. Always re-run builds and tests after changes. Use when this capability is needed.
Langue du texte source : anglais
Fix ILVerify baseline failures when IL shape changes (codegen, new types, method signatures). Use when CI fails on ILVerify job. Use when this capability is needed.
Langue du texte source : anglais
Write a postmortem for a regression that escaped to production, broke real users, and traces back to a design flaw worth documenting for future implementors. Only invoke after confirming no existing postmortem or doc covers the same root cause. Use when this…
Langue du texte source : anglais
Finds open PRs in the dotnet/maui and dotnet/docs-maui repositories that are good candidates for review, prioritizing by milestone, priority labels, partner/community status. Use when this capability is needed.
Langue du texte source : anglais
Queries and triages open GitHub issues that need attention. Helps identify issues needing milestones, labels, or investigation. Use when this capability is needed.
Langue du texte source : anglais
Analyzes a completed PR to extract lessons learned from agent behavior. Use after any PR with agent involvement - whether the agent failed, succeeded slowly, or succeeded quickly. Identifies patterns to reinforce or fix, and generates actionable…
Langue du texte source : anglais
Finalizes any PR for merge by verifying title/description match implementation AND performing code review for best practices. Use when asked to "finalize PR", "check PR description", "review commit message", before merging any PR, or when PR implementation…
Langue du texte source : anglais
Build and run .NET MAUI device tests locally with category filtering. Supports iOS, MacCatalyst, Android on macOS; Android, Windows on Windows. Use TestFilter to run specific test categories. Use when this capability is needed.
Langue du texte source : anglais
Submit and monitor .NET MAUI unit tests on Helix infrastructure. Supports running XAML, Resizetizer, Core, Essentials, and other unit test projects on distributed Helix queues. Use when this capability is needed.
Langue du texte source : anglais
Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload. Use when this capability is needed.
Langue du texte source : anglais
Attempts ONE alternative fix for a bug, tests it empirically, and reports results. ALWAYS explores a DIFFERENT approach from existing PR fixes. Use when CI or an agent needs to try independent fix alternatives. Invoke with problem description, test command,…
Langue du texte source : anglais
Verifies UI tests catch the bug. Supports two modes - verify failure only (test creation) or full verification (test + fix validation). Use when this capability is needed.
Langue du texte source : anglais
Creates UI tests for a GitHub issue and verifies they reproduce the bug. Iterates until tests actually fail (proving they catch the issue). Use when PR lacks tests or tests need to be created for an issue.
Langue du texte source : anglais
Creates XAML unit tests for GitHub issues in the Controls.Xaml.UnitTests project. Tests XAML parsing, compilation (XamlC), and source generation. Use when testing XAML-specific behavior, not UI interactions.
Langue du texte source : anglais
Add a new API to the JIT-VM (aka JIT-EE) interface in the codebase. Use when this capability is needed.
Langue du texte source : anglais
Analyze CI build and test status from Azure DevOps and Helix for dotnet repository PRs. Use when checking CI status, investigating failures, determining if a PR is ready to merge, or given URLs containing dev.azure.com or helix.dot.net. Also use when asked…
Langue du texte source : anglais
Review code changes in dotnet/runtime for correctness, performance, and consistency with project conventions. Use when reviewing PRs or code changes. Use when this capability is needed.
Langue du texte source : anglais
> Use when this capability is needed.
Langue du texte source : anglais
Generate and run ad hoc performance benchmarks to validate code changes. Use this when asked to benchmark, profile, or validate the performance impact of a code change in dotnet/runtime. Use when this capability is needed.
Langue du texte source : anglais
Analyze VMR codeflow PR status for dotnet repositories. Use when investigating stale codeflow PRs, checking if fixes have flowed through the VMR pipeline, debugging dependency update issues in PRs authored by dotnet-maestro[bot], checking overall flow status…
Langue du texte source : anglais
Generate .NET SDK release notes by comparing two git branches, investigating PRs for user-facing changes, and producing a structured markdown document with contributor acknowledgments. Use this when asked to create or draft release notes for a new .NET SDK…
Langue du texte source : anglais
Use this skill when you are implementing a change on src\StaticWebAssetsSdk and want to test the behavior locally to validate it works as expected.
Langue du texte source : anglais
MATLAB debugging skill for running and testing MATLAB scripts with automatic error capture and toolbox detection Use when this capability is needed.
Langue du texte source : anglais
> Use when this capability is needed.
Langue du texte source : anglais
Develop, test, and debug the dbg stateless CLI debugger. Build workflow, architecture, self-debugging patterns, and contributor guidance. Use when this capability is needed.
Langue du texte source : anglais
Debug Node.js processes and automate browser pages using the dbg stateless CLI debugger. Use when investigating runtime bugs, inspecting variables and call stacks, analyzing object state, or automating browser testing. Every call is one command in, one…
Langue du texte source : anglais
Use this skill whenever the user is working with the Pydantic AI framework — including building AI agents, defining structured outputs with Pydantic models, wiring up tools/function calling, configuring model providers (OpenAI, Anthropic, Gemini, etc.),…
Langue du texte source : anglais
Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research.
Langue du texte source : anglais
Use this skill when the user asks to save, remember, recall, or organize memories. Triggers on: 'remember this', 'save this', 'note this', 'what did we discuss about...', 'check your notes', 'clean up memories'. Also use proactively when discovering valuable…
Langue du texte source : anglais
> Use when this capability is needed.
Langue du texte source : anglais
Tracks deprecated MoonBit syntax to avoid generating invalid code. Reference this before writing MoonBit code. Auto-maintained when deprecated patterns are discovered. Use when this capability is needed.
Langue du texte source : anglais