Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

dotnet-ai-toolkit

dotnet-ai-toolkit contiene 81 skills recopiladas de dimsour, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
81
Stars
2
actualizado
2026-04-22
Forks
0
Cobertura ocupacional
6 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

audit
Analistas de garantía de calidad de software y probadores

Full-project health audit — spawns 5 specialists (dotnet-reviewer, security-analyzer, testing-reviewer, performance-profiler, deployment-validator) in parallel. Use for onboarding or pre-release.

2026-04-22
boundaries
Desarrolladores de software

Analyze project/namespace boundaries, detect circular refs and layering violations via dotnet-depends and solution graph. Use before major refactors or to validate Clean Architecture.

2026-04-22
challenge
Desarrolladores de software

Senior-engineer challenge mode — aggressively question the current approach, hunt for N+1 queries, captive deps, missing auth, sync-over-async, leaks. Use before finalizing significant changes.

2026-04-22
compound
Desarrolladores de software

Capture a solved problem as institutional knowledge. Writes `.claude/solutions/{category}/{slug}.md` with symptoms, root cause, fix, category, tags. Use after notable fixes.

2026-04-22
document
Desarrolladores de software

Generate or update documentation — XML doc comments, README, architecture docs, OpenAPI descriptions. Uses code as source of truth; no hallucinated features.

2026-04-22
learn-from-fix
Desarrolladores de software

Extract durable lessons from a just-finished fix — propose CLAUDE.md rule, Iron Law addition, or Solution doc. Use after resolving a surprising/repeatable bug.

2026-04-22
migration-check
Arquitectos de bases de datos

Validate EF Core migrations for destructive ops, downtime risk, and backward compatibility. Detects dropped columns, NOT NULL additions without defaults, data-destructive renames.

2026-04-22
n-plus-one-check
Desarrolladores de software

Scan for EF Core N+1 query patterns — loops over materialized lists that access navigations, missing Include, lazy loading in hot paths. Reports file:line findings.

2026-04-22
nuget-fetcher
Desarrolladores de software

Fetch NuGet package metadata, versions, vulnerabilities, compat matrix, and deprecation status. Supports dotnet list package and NuGet.org v3 API.

2026-04-22
perf
Desarrolladores de software

Performance analysis — EF query plans, async bottlenecks, GC pressure, BenchmarkDotNet setup, allocation profiling. Spawns performance-profiler agent.

2026-04-22
plan
Desarrolladores de software

Plan a .NET feature before coding. Spawns planning-orchestrator which researches, decomposes tasks, and writes `.claude/plans/{slug}/plan.md`. Use for any non-trivial change.

2026-04-22
research
Desarrolladores de software

Research .NET topics externally — docs.microsoft.com, NuGet registry, GitHub issues. Routes to web-researcher or nuget-researcher based on query type.

2026-04-22
review
Analistas de garantía de calidad de software y probadores

Review .NET code changes via parallel multi-track review. Spawns dotnet-reviewer, testing-reviewer, security-analyzer, iron-law-judge, verification-runner. Use after /dotnet:work or for PR review.

2026-04-22
techdebt
Desarrolladores de software

Scan for technical debt — TODOs, obsolete APIs, EOL frameworks, nullable warnings suppressed, analyzer warnings silenced, deprecated NuGets. Produces ranked backlog.

2026-04-22
triage
Especialistas en gestión de proyectos

Convert a review verdict into prioritized work items. Reads consolidated.md, splits findings into tasks grouped by severity, produces a triage plan. Use after /dotnet:review.

2026-04-22
verify
Analistas de garantía de calidad de software y probadores

Run .NET verification loop — restore → build → format → test → analyzer pass. Discovers solution/projects from .sln/global.json. Use after edits or before commit.

2026-04-22
work
Desarrolladores de software

Execute a plan file. Parses task annotations ([direct]/[ef]/[api]/[blazor]/[test]/[security]), routes to specialists, updates checkboxes, writes progress.md. Use after /dotnet:plan.

2026-04-22
dotnet-audit
Analistas de garantía de calidad de software y probadores

Full-project health audit — spawns 5 specialists (dotnet-reviewer, security-analyzer, testing-reviewer, performance-profiler, deployment-validator) in parallel. Use for onboarding or pre-release.

2026-04-22
dotnet-boundaries
Desarrolladores de software

Analyze project/namespace boundaries, detect circular refs and layering violations via dotnet-depends and solution graph. Use before major refactors or to validate Clean Architecture.

2026-04-22
dotnet-challenge
Analistas de garantía de calidad de software y probadores

Senior-engineer challenge mode — aggressively question the current approach, hunt for N+1 queries, captive deps, missing auth, sync-over-async, leaks. Use before finalizing significant changes.

2026-04-22
dotnet-compound
Desarrolladores de software

Capture a solved problem as institutional knowledge. Writes `.claude/solutions/{category}/{slug}.md` with symptoms, root cause, fix, category, tags. Use after notable fixes.

2026-04-22
dotnet-document
Desarrolladores de software

Generate or update documentation — XML doc comments, README, architecture docs, OpenAPI descriptions. Uses code as source of truth; no hallucinated features.

2026-04-22
dotnet-learn-from-fix
Desarrolladores de software

Extract durable lessons from a just-finished fix — propose CLAUDE.md rule, Iron Law addition, or Solution doc. Use after resolving a surprising/repeatable bug.

2026-04-22
dotnet-migration-check
Arquitectos de bases de datos

Validate EF Core migrations for destructive ops, downtime risk, and backward compatibility. Detects dropped columns, NOT NULL additions without defaults, data-destructive renames.

2026-04-22
dotnet-n-plus-one-check
Analistas de garantía de calidad de software y probadores

Scan for EF Core N+1 query patterns — loops over materialized lists that access navigations, missing Include, lazy loading in hot paths. Reports file:line findings.

2026-04-22
dotnet-nuget-fetcher
Desarrolladores de software

Fetch NuGet package metadata, versions, vulnerabilities, compat matrix, and deprecation status. Supports dotnet list package and NuGet.org v3 API.

2026-04-22
dotnet-perf
Desarrolladores de software

Performance analysis — EF query plans, async bottlenecks, GC pressure, BenchmarkDotNet setup, allocation profiling. Spawns performance-profiler agent.

2026-04-22
dotnet-plan
Especialistas en gestión de proyectos

Plan a .NET feature before coding. Spawns planning-orchestrator which researches, decomposes tasks, and writes `.claude/plans/{slug}/plan.md`. Use for any non-trivial change.

2026-04-22
dotnet-research
Desarrolladores de software

Research .NET topics externally — docs.microsoft.com, NuGet registry, GitHub issues. Routes to web-researcher or nuget-researcher based on query type.

2026-04-22
dotnet-review
Analistas de garantía de calidad de software y probadores

Review .NET code changes via parallel multi-track review. Spawns dotnet-reviewer, testing-reviewer, security-analyzer, iron-law-judge, verification-runner. Use after /dotnet:work or for PR review.

2026-04-22
dotnet-techdebt
Desarrolladores de software

Scan for technical debt — TODOs, obsolete APIs, EOL frameworks, nullable warnings suppressed, analyzer warnings silenced, deprecated NuGets. Produces ranked backlog.

2026-04-22
dotnet-triage
Analistas de garantía de calidad de software y probadores

Convert a review verdict into prioritized work items. Reads consolidated.md, splits findings into tasks grouped by severity, produces a triage plan. Use after /dotnet:review.

2026-04-22
dotnet-verify
Analistas de garantía de calidad de software y probadores

Run .NET verification loop — restore → build → format → test → analyzer pass. Discovers solution/projects from .sln/global.json. Use after edits or before commit.

2026-04-22
dotnet-work
Desarrolladores de software

Execute a plan file. Parses task annotations ([direct]/[ef]/[api]/[blazor]/[test]/[security]), routes to specialists, updates checkboxes, writes progress.md. Use after /dotnet:plan.

2026-04-22
lab-autoresearch
Desarrolladores de software

Self-improving loop for plugin skills. Reads program.md, proposes one mutation per iteration, evaluates against deterministic scorer, keeps improvements via git, reverts failures. Targets weakest skill+dimension. Use with /loop for overnight runs.

2026-04-19
api-design
Desarrolladores de software

ASP.NET Core API patterns — Minimal APIs vs Controllers, routing, DTOs, validation, middleware, versioning, ProblemDetails. Auto-loads for API work.

2026-04-19
blazor-patterns
Desarrolladores de software

Blazor Server/WASM/Auto render modes, streaming SSR, state management, forms, JS interop, lifecycle, SignalR. Auto-loads for .razor work.

2026-04-19
brainstorm
Desarrolladores de software

Exploratory design discussion — generate and pressure-test architectural options for .NET problems before committing to a plan. Use when scope is unclear or multiple approaches exist.

2026-04-19
brief
Desarrolladores de software

Walkthrough a plan file interactively. Reads plan.md and explains decisions, task flow, and risks section by section without executing. Use before /dotnet:work on unfamiliar plans.

2026-04-19
compound-docs
Desarrolladores de software

Schema + conventions for compound solution docs. Used by /dotnet:compound to write durable problem→solution records in .claude/solutions/{category}/.

2026-04-19
Mostrando las 40 principales de 81 skills recopiladas en este repositorio.