profimp
OfficialFind slow imports and visualize startup costs
Authorscverse
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill helps you diagnose slow Python startup by showing exactly which imports and sub-imports take the most time.
Core Features & Use Cases
- Import-time profiling: Produces a detailed timing breakdown of nested imports for a chosen import statement.
- Waterfall HTML report: Generates an interactive HTML waterfall visualization to pinpoint bottlenecks quickly.
- Use Case: When importing spatialdata (or related modules) feels sluggish, you can profile
import spatialdataor a specific entry point likefrom spatialdata import SpatialDatato identify the most expensive dependency chain.
Quick Start
Run: profimp --html "import spatialdata" > /tmp/profimp.html
Dependency Matrix
Required Modules
None requiredComponents
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: profimp Download link: https://github.com/scverse/spatialdata/archive/main.zip#profimp Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.