Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

MakaMek

MakaMek contient 5 skills collectées depuis anton-makarevich, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
5
Stars
8
mis à jour
2026-07-22
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

coverage-check
Analystes en assurance qualité des logiciels et testeurs

Run tests for a project with code coverage and report uncovered source lines. Use when the user asks about test coverage, wants to know which lines are uncovered, asks to check coverage for a project, or says "run coverage" or "what's not covered".

2026-07-22
sanet-mvvm
Développeurs de logiciels

Use this skill whenever working in a project that references Sanet.MVVM packages (Sanet.MVVM.Core, Sanet.MVVM.Navigation.Avalonia, Sanet.MVVM.Views.Avalonia, Sanet.MVVM.DI.Avalonia, Sanet.MVVM.ExternalNavigation.*). Triggers include: creating or editing ViewModels, setting up navigation, implementing modal dialogs, registering views/VMs, configuring DI, wiring up commands, managing lifecycle (AttachHandlers / DetachHandlers), bootstrapping an AvaloniaUI app with this framework, or opening URLs / emails via IExternalNavigationService. Also trigger when the user asks how to pass data between screens, show action dialogs, compose child ViewModels, handle reactive subscriptions, or open external links inside a Sanet.MVVM project. Consult this skill even for seemingly small tasks like adding a command or a new screen — the framework has specific patterns that must be followed.

2026-07-14
style-avalonia-app
Développeurs de logiciels

Use this skill whenever the task involves styling an AvaloniaUI app — creating or editing XAML style files, defining colors/brushes/themes, building TemplatedControls with ControlTemplates, or setting up the style/resource merge chain from App.axaml. Triggers include: 'add a theme', 'style this button', 'create a custom control', 'change colors', 'make a reusable panel', 'set up typography', or any work touching .axaml style files, ResourceDictionary, Styles, or TemplatedControl.

2026-07-01
generate-unit-tests
Analystes en assurance qualité des logiciels et testeurs

Generate xUnit tests following established patterns for a given C# source file, covering untested public methods using NSubstitute for mocks and Shouldly for assertions. Use this skill whenever the user asks to add tests, generate unit tests, write test coverage, or create a test file for a C# class — even if they just say "add tests for this" or "what needs test coverage".

2026-06-19
navigate-docs
Développeurs de logiciels

Locate relevant project documentation efficiently using the index hierarchy. Use this skill whenever asked to "find documentation", "look up docs", "what docs cover X", or "navigate to documentation about" a topic. This skill avoids unnecessary token consumption by loading indexes before full documents and incrementally drilling down to only the relevant files.

2026-06-19