namespace-explorer

Official

Map C# namespaces, find types, organize code.

AuthorCyberdineDevelopment
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Navigating large C# codebases to understand namespace organization and type locations can be time-consuming. This skill provides a clear, hierarchical view of your solution's namespaces and their contained types, making it easy to find what you need and plan new code additions.

Core Features & Use Cases

  • Namespace Hierarchy: Visualize the parent-child relationships between namespaces across your entire solution.
  • Type Listing: See all classes, interfaces, records, structs, and enums within a specific namespace.
  • Organization Insights: Identify naming patterns and suggest optimal locations for new types, promoting consistent code structure.
  • Use Case: You're about to create a new OrderValidator class and need to know which namespace it should belong to, and what other types already exist there. Use namespace-explorer to quickly get an overview of your MyApp.Services.Validators namespace.

Quick Start

Use the namespace-explorer skill to list all types in the "MyApp.Services" namespace.

Dependency Matrix

Required Modules

dotnet

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: namespace-explorer
Download link: https://github.com/CyberdineDevelopment/claude-tools/archive/main.zip#namespace-explorer

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository