panel-analysis

Map repository architecture, data flows, and directory structure into a reconnaissance report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Mord0reK/panel --skill panel-analysis
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panel-analysis
Source: https://github.com/Mord0reK/panel/tree/main/.claude/skills/panel-analysis
Command: npx skills add https://github.com/Mord0reK/panel --skill panel-analysis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a structured approach to deeply analyze a repository's architecture, data flows, and directory layout before implementing changes, ensuring the team has a clear understanding of how components interact and what needs to be reported to the Orchestrator.

Core Features & Use Cases

  • Architectural reconnaissance: map the main components and their roles (Agent, Backend, Frontend) and their languages and boundaries.
  • Data-flow mapping: document the data streams, WebSocket/SSE channels, and interaction points between modules.
  • Comprehensive reporting: produce a ready-to-submit reconnaissance report that explains architecture, dependencies, and directory structure before coding starts.
  • Use Case: At the start of a new project, run this skill to rapidly understand the repo and inform architectural decisions and handoff reports to Orchestrator.

Quick Start

Uruchom ten skill na początku nowego projektu, aby przeprowadzić dogłębny rekonesans architektury i wygenerować zwięziony raport dla Orchestratora.

Frequently Asked Questions about panel-analysis

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

FAQPage Schema
How do I analyze a repository architecture before starting implementation?

Analyzing repository architecture before implementation involves mapping main components like Agent, Backend, and Frontend, along with their data flows and directory structure. This automated reconnaissance ensures a clear understanding of how modules interact before any coding begins.

What is the best way to map WebSocket and SSE data flows in a codebase?

Mapping WebSocket and SSE data flows in a codebase requires documenting the data streams, channels, and interaction points between modules. This architectural reconnaissance identifies how components communicate and exchange data across boundaries.

When do I need to perform a codebase architecture reconnaissance?

You need to perform codebase architecture reconnaissance at the start of any new project or module. It is essential for mapping cross-component dependencies, understanding interaction points, and preparing a standardized handoff report before development starts.

Can I automate generating an architecture report for a new repository?

Yes, you can automate generating an architecture report for a new repository. The process produces a ready-to-submit reconnaissance report that explains architecture, dependencies, and directory structure, directly informing architectural decisions and Orchestrator handoffs.

Does repository reconnaissance work for projects with multiple components like Agent, Backend, and Frontend?

Yes, repository reconnaissance works for projects with multiple components like Agent, Backend, and Frontend. It maps their specific roles, languages, and boundaries, while documenting the cross-component interface dependencies and interaction points between them.