ndx-zone

Analyze architectural zones and report structure, health, and dependencies.

16|9|Updated Mar 5, 2026
One-click install
npx skills add https://github.com/en-dash-consulting/n-dx --skill ndx-zone
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ndx-zone
Source: https://github.com/en-dash-consulting/n-dx/tree/main/.agents/skills/ndx-zone
Command: npx skills add https://github.com/en-dash-consulting/n-dx --skill ndx-zone

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identify and analyze the structure and health of a specific architectural zone within SourceVision MCP, enabling informed maintenance and risk assessment.

Core Features & Use Cases

  • Retrieve an overview of available zones when no zone-id is provided, then drill into a selected zone for full details.
  • Read zone context from the zone's context file and aggregate findings and cross-zone dependencies for a comprehensive view.
  • Present zone purpose, key files, cohesion/coupling metrics, findings, and cross-zone dependencies to guide decisions.

Quick Start

Provide a zone-id to generate a full zone report, starting with an overview if the ID is not provided.

Frequently Asked Questions about ndx-zone

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

FAQPage Schema
How do I analyze architectural zone health and dependencies?

To analyze architectural zone health and dependencies, provide a zone-id to generate a full report covering zone purpose, key files, cohesion and coupling metrics, findings, and cross-zone relationships.

What is an architectural zone analysis and when do I need it?

Architectural zone analysis reveals the structure and health of a specific area within your codebase. You need it to identify cross-zone dependencies and aggregate findings for informed maintenance and risk assessment.

How do I get a zone overview when I don't have a zone-id?

When no zone-id is provided, the analysis retrieves an overview of available zones. You can then select a specific zone from the overview to drill into its full details and context.

Can I assess coupling and cohesion metrics for a specific zone?

Yes, you can assess coupling and cohesion metrics by reading the zone's context file. The analysis aggregates these metrics with findings and dependencies to guide architectural decisions.

What is the best way to evaluate cross-zone dependencies in SourceVision?

The best way to evaluate cross-zone dependencies in SourceVision is to use get_imports to fetch dependency data. This presents a comprehensive view of how the selected zone interacts with other zones.

What limitations exist when analyzing a zone without a context file?

Without a zone context file, the analysis cannot read the zone's purpose or aggregate its specific findings. You would only retrieve the basic zone structure without the deeper contextual health metrics.