·code-analysis
{}

code-analysis

pv-udpv/pplx-sdk

Deep code analysis for pplx-sdk — parse Python AST, build dependency graphs, extract knowledge graphs, detect patterns, and generate actionable insights about code structure, complexity, and relationships. Use when analyzing code quality, mapping dependencies, or building understanding of the codebase.

19Installs·0Trend·@pv-udpv

Installation

$npx skills add https://github.com/pv-udpv/pplx-sdk --skill code-analysis

SKILL.md

Parse, analyze, and visualize code structure through AST analysis, dependency graphing, and knowledge extraction. Supports Python (via ast module) and JavaScript/TypeScript (via grep-based import parsing and optional @babel/parser / ts-morph).

Parse Python source files to extract structured representations of code entities.

Build a knowledge graph connecting code entities with typed relationships.

Deep code analysis for pplx-sdk — parse Python AST, build dependency graphs, extract knowledge graphs, detect patterns, and generate actionable insights about code structure, complexity, and relationships. Use when analyzing code quality, mapping dependencies, or building understanding of the codebase. Source: pv-udpv/pplx-sdk.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/pv-udpv/pplx-sdk --skill code-analysis
Category
{}Data Analysis
Verified
First Seen
2026-02-09
Updated
2026-02-18

Quick answers

What is code-analysis?

Deep code analysis for pplx-sdk — parse Python AST, build dependency graphs, extract knowledge graphs, detect patterns, and generate actionable insights about code structure, complexity, and relationships. Use when analyzing code quality, mapping dependencies, or building understanding of the codebase. Source: pv-udpv/pplx-sdk.

How do I install code-analysis?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/pv-udpv/pplx-sdk --skill code-analysis Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/pv-udpv/pplx-sdk