What problem does it solve? Reading and debugging a Dist::Zilla dist.ini file requires knowing dozens of plugin conventions, loading order, and bundle semantics. This Skill provides a structured reference so you can quickly interpret, edit, or troubleshoot any dist.ini configuration. ## Core Features & Use Cases - Section Detection: Distinguishes plugin bundles like [@Author::GETTY] from individual plugins like [GatherDir]. - Plugin Loading Order Reference: Explains the standard sequence from GatherDir through Prereqs, version plugins, meta plugins, tests, release, and VCS plugins. - Diagnostic Checklist: Guides analysis with key questions about bundles, custom plugins, prereq location, release mechanism, and version bumping behavior. - Use Case: When a Perl release fails or a version is not bumped as expected, load this Skill to systematically inspect the dist.ini and identify which plugin or bundle setting is responsible. ## Quick Start Analyze this dist.ini file and tell me which plugin bundle it uses, where prereqs are declared, and how versioning is handled.