Distribution Engineer is a skill published by agensi that handles the engineering work involved in taking software from a working local build to a production-grade release. It covers four main areas drawn from the facts.
Channel Strategy: the skill selects the appropriate distribution method — npm, pipx, standalone binaries, or containers — based on the intended audience and runtime environment.
Artifact Engineering: it defines a release contract that codifies versioning logic, install paths, and configuration boundaries, giving the release a clear and repeatable structure.
Quality Assurance: the skill produces verification plans that cover fresh installs, upgrade paths, and smoke tests, specifically targeting the clean-path experience that catches PATH issues and environment assumptions before end users encounter them.
Marketplace Readiness: it prepares manifests, release notes, and metadata required to list skills or tools in AI agent marketplaces.
The output of a session is a Distribution Plan document containing an Artifact Contract, Install UX details with specific CLI commands, Verification Results from clean-path testing, and Rollback Notes. This skill is intended for developers who need structured, stage-separated release workflows — build, package, and publish — rather than generic advice. It does not execute deployments itself; it produces plans and documentation an engineer then acts on.