dzil-distini

Parse Dist::Zilla dist.ini files to identify plugin bundles and sections.

8|1|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Getty/p5-app-karr --skill dzil-distini
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dzil-distini
Source: https://github.com/Getty/p5-app-karr/tree/main/.claude/skills/dzil-distini
Command: npx skills add https://github.com/Getty/p5-app-karr --skill dzil-distini

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Dist::Zilla dist.ini configurations are parsed and analyzed to identify plugin bundles and their settings, helping developers understand project structure and deployment implications.

Core Features & Use Cases

  • Detect standard sections and plugin bundles in dist.ini
  • Map configuration for bundles and embedded plugins to support release readiness and auditing
  • Use Case: A Perl project using Dist::Zilla can quickly verify which plugins belong to a bundle and what dependencies they specify.

Quick Start

Run a dist.ini analysis to extract the bundle structure and key configuration details.

Frequently Asked Questions about dzil-distini

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I analyze a dist.ini file to find which Dist::Zilla plugins are configured?

To analyze a dist.ini file for Dist::Zilla plugins, the Skill parses and processes the configuration to identify plugin bundles and their settings. It extracts structured metadata to reveal the bundle structure and key configuration details.

What does a Dist::Zilla plugin bundle map to in a CPAN distribution?

A Dist::Zilla plugin bundle in a CPAN distribution maps to specific configuration sections and embedded plugins. Analyzing the dist.ini reveals these plugin relationships and settings to support release readiness and project auditing.

Can I use this to audit Dist::Zilla configuration across multiple Perl projects?

Yes, you can audit Dist::Zilla configuration across multiple Perl projects. The Skill applies consistent discovery semantics across CPAN-style distributions to recognize common sections, bundle structures, and plugin relationships in varied setups.

How do I extract structured metadata from a dist.ini configuration?

To extract structured metadata from a dist.ini configuration, the Skill parses the file and identifies defined frontmatter fields. This process satisfies structured metadata extraction from dist.ini with consistent discovery semantics.

What is the best way to verify Dist::Zilla bundle dependencies in a Perl project?

The best way to verify Dist::Zilla bundle dependencies is to run a dist.ini analysis. This quickly extracts the bundle structure and maps the configuration to show which plugins belong to a bundle and what dependencies they specify.