AI & ML
AI & ML agent skills cover the machine-learning workflow itself: writing and evaluating prompts, building RAG pipelines, running evals, and wiring up model APIs. Each one is a SKILL.md file your agent loads on demand, so the know-how travels across Claude Code, Cursor, and 60+ agents.
-
rudironsoni Bundle Dotnet Uno TargetsDeploys Uno Platform apps. Per-target guidance for WASM, iOS, Android, macOS, Windows, Linux.
-
rudironsoni Skill Dotnet Uno TestingTests Uno Platform apps. Playwright for WASM, platform-specific patterns, runtime heads.
-
rudironsoni Bundle Dotnet 10 Csharp 14Use when building .NET 10 or C# 14 applications; when using minimal APIs, modular monolith patterns, or feature folders; when implementing HTTP resilience, Options pattern, Channels, or validation; when seeing outdated patterns like old extension method syntax
-
rudironsoni Skill Dotnet API SecuritySecures ASP.NET Core APIs. Identity, OAuth/OIDC, JWT bearer, passkeys, CORS, rate limiting.
-
rudironsoni Bundle Dotnet CryptographySelects crypto algorithms and usage. Hashing, AES-GCM, RSA, ECDSA, PQC key derivation.
-
rudironsoni Bundle Dotnet EditorconfigAuthors .editorconfig rules. IDE/CA severity, AnalysisLevel, globalconfig, code style enforcement.
-
rudironsoni Bundle Dotnet Gha PatternsComposes GitHub Actions workflows. Reusable workflows, composite actions, matrix, caching.
-
rudironsoni Bundle Dotnet Io PipelinesBuilds high-perf network I/O. PipeReader/PipeWriter, backpressure, protocol parsers, Kestrel.
-
rudironsoni Bundle Dotnet LocalizationLocalizes .NET apps. .resx resources, IStringLocalizer, source generators, pluralization, RTL.
-
rudironsoni Bundle Dotnet Maui TestingTests .NET MAUI apps. Appium device automation, XHarness, platform validation.
-
rudironsoni Bundle Dotnet Minimal ApisBuilds ASP.NET Core Minimal APIs -- route groups, filters, TypedResults, OpenAPI.
-
rudironsoni Skill Dotnet Terminal GuiBuilds full TUI apps. Terminal.Gui v2 -- views, layout (Pos/Dim), menus, dialogs, bindings, themes.
-
rudironsoni Bundle Dotnet Test QualityMeasures test effectiveness. Coverlet code coverage, Stryker.NET mutation testing, flaky tests.
-
rudironsoni Bundle Dotnet Uno PlatformBuilds Uno Platform cross-platform apps. Extensions, MVUX, Toolkit controls, Hot Reload.
-
rudironsoni Skill Dotnet Add AnalyzersAdds analyzer packages to a project. Nullable, trimming, AOT compat analyzers, severity config.
-
zjunlp Bundle Alfworld Object CoolerCools a held object using an appropriate cooling appliance such as a fridge or freezer. Use when the task requires reducing the temperature of an object (e.g., "cool some pot", "chill the mug") and the agent is already holding the object. Performs the ALFWorld `cool` action and outputs the cooled object ready for subsequent placement or serving steps.
-
zjunlp Bundle Alfworld Object StorerUse when the agent is holding an object and needs to place it into a target receptacle in ALFWorld. This skill checks receptacle suitability, opens closed containers if needed, and executes the `put` command to store the object. It handles both open surfaces (countertops, beds) and closed containers (drawers, cabinets).
-
zjunlp Bundle Alfworld Task VerifierUse when the agent needs to check whether an ALFWorld task objective has been met after completing a sub-action (e.g., placing an object). This skill parses the task goal, evaluates the latest environment observation, and outputs a verification decision — task complete, task incomplete, or action ineffective — to guide the next step.
-
zjunlp Bundle Alfworld Object LocatorUse when the agent needs to find a specific object in ALFWorld that is not currently in inventory and whose location is unknown. This skill parses the environment observation, ranks receptacles by likelihood of containing the target object using common-sense reasoning, and outputs a navigation action to the most promising location.
-
bjornmelin Bundle AI Sdk CoreExpert guidance for AI SDK Core: text generation, structured data, tool calling (tool/dynamicTool), MCP integration (createMCPClient, Experimental_StdioMCPTransport), embeddings/reranking, provider setup, middleware, telemetry, and error handling. Use when building with generateText/streamText, generateObject/streamObject, tools (needsApproval, strict, inputExamples, activeTools, toolChoice, experimental_context), embeddings (embed/embedMany/rerank), or MCP tools/resources/prompts/elicitation.
-
bjornmelin Bundle Codex UtilsUse built-in Codex coordination, retrieval, and utility tools effectively during live sessions. Trigger when work benefits from maintaining a step plan, asking the user 1-3 short multiple-choice questions before risky edits, inspecting a local image from disk, searching or browsing the web for current or source-backed information, discovering additional MCP tools or plugins, or running independent developer-tool calls in parallel.
-
rudironsoni Bundle Dotnet CLI PackagingPublishes to package managers. Homebrew, apt/deb, winget, Scoop, Chocolatey manifests.
-
rudironsoni Skill Dotnet Msbuild TasksWrites custom MSBuild tasks. ITask, ToolTask, IIncrementalTask, inline tasks, UsingTask.
-
rudironsoni Skill Dotnet ObservabilityAdds observability. OpenTelemetry traces/metrics/logs, health checks, custom metrics.
-
rudironsoni Skill Dotnet SerializationSerializes data. System.Text.Json source generators, Protobuf, MessagePack, AOT-safe patterns.
-
rudironsoni Skill Dotnet Wpf MigrationMigrates desktop apps. WPF/WinForms to .NET 8+, WPF to WinUI or Uno, UWP to WinUI.
-
rudironsoni Skill Dotnet API VersioningVersions HTTP APIs. Asp.Versioning.Http/Mvc, URL segment, header, query string, sunset.
-
rudironsoni Bundle Dotnet Blazor TestingTests Blazor components. bUnit rendering, events, cascading params, JS interop mocking.
-
rudironsoni Bundle Dotnet Build AnalysisInterprets MSBuild output, NuGet errors, analyzer warnings. Error codes, CI drift.
-
rudironsoni Bundle Dotnet Csproj ReadingReads and modifies SDK-style .csproj files. PropertyGroup, ItemGroup, CPM, props.
-
rudironsoni Bundle Dotnet Gha Build TestConfigures GitHub Actions .NET build/test -- setup-dotnet, NuGet cache, reporting.
-
rudironsoni Bundle Dotnet Native InteropCalls native libraries via P/Invoke. LibraryImport, marshalling, cross-platform resolution.
-
rudironsoni Bundle Dotnet Security OwaspHardens .NET apps per OWASP Top 10 -- injection, auth, XSS, deprecated security APIs.
-
rudironsoni Bundle Dotnet BenchmarkdotnetRuns BenchmarkDotNet microbenchmarks. Setup, memory diagnosers, baselines, result analysis.
-
rudironsoni Bundle Dotnet Blazor PatternsArchitects Blazor apps. Hosting models, render modes, routing, streaming, prerender.
-
rudironsoni Bundle Dotnet CI BenchmarkingGates CI on perf regressions. Automated threshold alerts, baseline tracking, trend reports.
Frequently asked questions
What are AI & ML agent skills?
AI & ML agent skills cover the machine-learning workflow itself: writing and evaluating prompts, building RAG pipelines, running evals, and wiring up model APIs. Each one is a SKILL.md file your agent loads on demand, so the know-how travels across Claude Code, Cursor, and 60+ agents.
Which AI & ML skills are most installed?
Popular AI & ML skills on SkillMD right now include ai-sdk-core, codex-utils, dotnet-uno-targets. Rankings shift as installs change; sort this page by "Most installs" for the live list.
Do AI & ML skills work with Claude Code and Cursor?
Yes. Every skill here ships as a SKILL.md file, an open format that works in Claude Code, Claude.ai, Cursor, Codex, Windsurf, and 60+ other agents. Install one with npx skillmds@latest add <owner>/<name>, or copy the file into your agent's skills directory.