wp-pack

Package WordPress plugins or themes into ZIPs after code changes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/vendeesign/codebloom --skill wp-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wp-pack
Source: https://github.com/vendeesign/codebloom/tree/main/skills/wp-pack
Command: npx skills add https://github.com/vendeesign/codebloom --skill wp-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

WordPress projects often require manual packaging of code changes into distributable ZIPs. WP Pack automates detection, version bumping, and ZIP packaging for plugins and themes, ensuring clean, production-ready distributions.

Core Features & Use Cases

  • Auto-detects WordPress plugins or themes by header information (Plugin Name: or Theme Name:)
  • Bumps version and generates a ZIP package with a fixed root slug
  • Validates packaging structure, excludes dev files, and includes vendor/autoload when present
  • Handles edge cases like build steps and translation assets to keep distributions consistent

Quick Start

Trigger a WordPress code change and let WP Pack automatically package the detected plugin or theme.

Frequently Asked Questions about wp-pack

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

FAQPage Schema
How do I automatically create a WordPress plugin ZIP after code changes?

You can automatically package a WordPress plugin ZIP by triggering a code change. The system detects the plugin header, bumps the version, and generates a production-ready archive with a fixed root slug.

Does WordPress theme packaging work with style.css headers?

WordPress theme packaging works by auto-detecting the Theme Name: declaration in style.css. It validates the structure and creates a clean ZIP file excluding development files.

How to package WordPress plugins with composer vendor folders included?

To package WordPress plugins with composer dependencies, the tool automatically detects and includes composer autoloaded and vendor folders in the final ZIP distribution when present.

How do I ensure my WordPress theme ZIP excludes development files?

To exclude development files from a WordPress theme ZIP, the packaging process validates the structure and automatically strips out dev-only assets while keeping production code intact.

Can I bump the version of a WordPress plugin during packaging?

Yes, you can bump the version of a WordPress plugin during packaging. The tool automatically increments the version number in the header before generating the final ZIP archive.

What is the best way to handle build steps and translation assets when packaging WordPress themes?

The best way to handle build steps and translation assets when packaging WordPress themes is using an automated packager that manages these edge cases to keep distributions consistent.