dotnet-explorer

Identifies architecture and component layout of .NET/C# applications.

2|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/niltonfrederico/my-agents --skill dotnet-explorer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dotnet-explorer
Source: https://github.com/niltonfrederico/my-agents/tree/main/skills/dotnet-explorer
Command: npx skills add https://github.com/niltonfrederico/my-agents --skill dotnet-explorer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly understand and map the architecture and component layout of juntossomosmais .NET/C# applications, enabling faster onboarding and planning.

Core Features & Use Cases

  • CliFx command discovery: identify ApiCommand and WorkerCommand patterns and their startup logic.
  • Controller and routing insights: locate ASP.NET Core controllers, versioning, and endpoint patterns.
  • EF Core models and contexts: discern StandardEntity hierarchies and DbContext configurations.
  • Messaging and background processing: map CAP consumers and Hangfire job implementations.
  • Validation and health checks: locate FluentValidation validators and health check endpoints.

Quick Start

Inspect a project by locating ApiCommand/WorkerCommand classes, review associated Controllers and Models, and summarize the architecture.

Frequently Asked Questions about dotnet-explorer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I map ASP.NET Core controller routing and CliFx command patterns in a .NET application?

To map .NET architecture, locate ApiCommand and WorkerCommand classes to identify startup logic, then review associated ASP.NET Core controllers to discover versioning and endpoint routing patterns.

What is the best way to discover Entity Framework Core models and DbContext configurations in a C# codebase?

Discovering Entity Framework Core models in C# architecture exploration involves discerning StandardEntity hierarchies and mapping DbContext configurations to understand data layer structures and relationships.

Can I locate CAP messaging consumers and Hangfire background jobs in the same .NET project?

Yes, you can locate CAP messaging consumers and Hangfire background jobs in the same .NET project by mapping CAP consumer implementations and identifying Hangfire job classes to understand asynchronous processing patterns.

How do I find FluentValidation validators and health check endpoints in a .NET application?

Finding FluentValidation validators and health check endpoints in a .NET application involves locating FluentValidation validator classes and mapping health check endpoint configurations to understand validation and monitoring patterns.

Does this architecture exploration approach work for projects using CliFx command patterns with ASP.NET Core?

Yes, this .NET architecture exploration approach works specifically for projects using CliFx command patterns like ApiCommand and WorkerCommand alongside ASP.NET Core controllers, Entity Framework Core, CAP messaging, and Hangfire jobs.