·dependency-analyzer
</>

dependency-analyzer

dkyazzentwatwa/chatgpt-skills

Analyze Python imports and dependencies. Use to understand project structure, find unused imports, or generate requirements.txt files.

23Installs·0Trend·@dkyazzentwatwa

Installation

$npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill dependency-analyzer

SKILL.md

| stdlib | Python standard library | os, sys, json | | thirdparty | External packages | requests, pandas | | local | Project modules | utils.helpers |

No external dependencies - uses Python standard library (ast module).

Analyze Python imports and dependencies. Use to understand project structure, find unused imports, or generate requirements.txt files. Source: dkyazzentwatwa/chatgpt-skills.

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

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill dependency-analyzer
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is dependency-analyzer?

Analyze Python imports and dependencies. Use to understand project structure, find unused imports, or generate requirements.txt files. Source: dkyazzentwatwa/chatgpt-skills.

How do I install dependency-analyzer?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dkyazzentwatwa/chatgpt-skills --skill dependency-analyzer 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/dkyazzentwatwa/chatgpt-skills