PyCodeKG Thorough Repository Analysis Skill

Official

Map your codebase into actionable architecture insights.

AuthorFlux-Frontiers
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill turns an opaque Python codebase into a measurable architecture map by identifying hotspots, integration points, coupling risks, and actionable refactoring opportunities.

Core Features & Use Cases

  • Complexity Hotspots: Finds the most critical functions using highest fan-in (most called) and flags likely bottlenecks.
  • Architectural Pattern Detection: Surfaces core modules, integration bridges, layering violations, and risk indicators such as unusually large files and orphaned code.
  • Dependency Analysis: Analyzes imports and containment relationships to detect circular dependencies, tight coupling, and isolated components.
  • Actionable Reporting: Produces both a detailed Markdown report and a JSON snapshot for further review, including critical paths and recommended next steps.

Real-world use case: you suspect performance or maintainability issues in a large Python service and need a structured report pinpointing where changes will have the biggest impact.

Quick Start

Use the command pycodekg analyze . (in your repository directory) after asking for a complete pycodekg analysis to generate the Markdown report and JSON snapshot.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 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: PyCodeKG Thorough Repository Analysis Skill
Download link: https://github.com/Flux-Frontiers/doc_kg/archive/main.zip#pycodekg-thorough-repository-analysis-skill

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.