project-landscape

Maps local projects, their tech stacks, dependencies and relationships.

1|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/luigiinred/dotfiles --skill project-landscape
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-landscape
Source: https://github.com/luigiinred/dotfiles/tree/main/dot_cursor/skills/project-landscape
Command: npx skills add https://github.com/luigiinred/dotfiles --skill project-landscape

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive overview of all local development projects, their technological stacks, interdependencies, and ownership, simplifying navigation and understanding of the codebase landscape.

Core Features & Use Cases

  • Project Discovery: Quickly locate projects and understand their purpose.
  • Dependency Mapping: Visualize how different systems and repositories connect.
  • Tech Stack Identification: Determine the technologies used in each project.
  • Use Case: When asked "How does the mobile app communicate with the backend?", this skill can provide a clear diagram and explanation of the API calls and data flow.

Quick Start

Show me a map of all local projects and their connections.

Frequently Asked Questions about project-landscape

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

FAQPage Schema
How do I map local project dependencies and visualize codebase architecture?

A project map tool scans your `~/Developer/` directory to generate a visual registry of local codebases. It details tech stacks, cross-repo dependencies, and system connectivity to clarify your codebase architecture.

How do I visualize cross-repo dependencies to understand system connectivity?

Visualizing cross-repo dependencies requires scanning local development projects to map their inter-system relationships. This skill identifies repository connections and generates diagrams showing API calls and data flow between systems.

Do I need my local projects in a specific directory to map the codebase landscape?

Yes, mapping your codebase landscape requires local project directories to be present at `~/Developer/`. The skill scans this specific path to discover projects, identify tech stacks, and map interdependencies.

What is the best way to identify the tech stack and ownership of multiple repositories?

Identifying tech stacks and ownership across repositories is best handled by generating a detailed project registry. This skill scans local codebases to map technologies, dependencies, and codebase ownership into a comprehensive overview.

Can I use this to diagram how a mobile app communicates with a backend repository?

Yes, you can diagram how a mobile app communicates with a backend by mapping inter-system relationships. The skill visualizes API calls and data flow between local repositories to explain cross-system connectivity.