code-analyzer

Analyze code modules to generate Markdown technical reports with Mermaid diagrams.

5|1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/SynapSync/skills-registry --skill code-analyzer-synapsync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-analyzer
Source: https://github.com/SynapSync/skills-registry/tree/main/cognitives/skills/analytics/code-analyzer
Command: npx skills add https://github.com/SynapSync/skills-registry --skill code-analyzer-synapsync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes code modules and generates structured technical reports with architecture diagrams.

Core Features & Use Cases

  • Code module analysis to produce structured technical reports with architecture diagrams.
  • Living documentation capability for onboarding, audits, and refactoring planning.
  • Generates Mermaid diagrams and executive summaries for engineers and stakeholders.

Quick Start

Provide the module path to analyze to generate the technical report.

Frequently Asked Questions about code-analyzer

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

FAQPage Schema
How do I generate architecture diagrams from source code modules?

To generate architecture diagrams from source code, provide a module path for analysis. The system processes the codebase and outputs structured Markdown technical reports containing Mermaid diagrams, metrics, and executive summaries.

Can I create living documentation for onboarding and technical audits automatically?

Yes, you can create living documentation for onboarding and technical audits automatically. By analyzing your code modules, the system generates structured technical reports with architecture diagrams that reflect your current codebase.

How do I generate a technical report with an executive summary for my codebase?

To generate a technical report with an executive summary, run the module analysis on your target codebase path. The output is a Markdown document featuring executive summaries, technical analysis, metrics, and Mermaid architecture diagrams.

What is the best way to plan refactoring using code analysis reports?

The best way to plan refactoring using code analysis reports is to analyze specific module paths. This produces structured technical reports with module metrics and architecture diagrams, helping you identify structural dependencies and plan refactoring accurately.

Does the code analysis enforce read-before-write when generating technical reports?

Yes, the code analysis enforces read-before-write logic when generating technical reports. It strictly reads the provided module path before producing the structured Markdown documentation, ensuring accurate architecture diagrams and explicit unknowns.