plugin-packaging

Package and validate PM-Workspace as a Claude Code plugin with a generated manifest.

47|10|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill plugin-packaging-gonzalezpazmonica
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-packaging
Source: https://github.com/gonzalezpazmonica/pm-workspace/tree/main/.claude/skills/plugin-packaging
Command: npx skills add https://github.com/gonzalezpazmonica/pm-workspace --skill plugin-packaging-gonzalezpazmonica

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of packaging the PM-Workspace as a distributable plugin for Claude Code, ensuring it meets all structural and manifest requirements.

Core Features & Use Cases

  • Structure Validation: Verifies that all Skills, Agents, and Commands adhere to defined formatting and line limits.
  • Dynamic Manifest Generation: Creates a plugin.json file with accurate counts of components.
  • Export Process: Orchestrates validation, counting, manifest update, compression into a tar.gz, and generates a success report.
  • Use Case: Before releasing a new version of PM-Workspace, use this Skill to automatically check for any structural errors, update the plugin manifest with the latest component counts, and create a ready-to-distribute package.

Quick Start

Use the plugin-packaging skill to export the pm-workspace as a distributable plugin.

Frequently Asked Questions about plugin-packaging

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

FAQPage Schema
How do I package a workspace as a distributable plugin for Claude Code?

To package a workspace as a distributable plugin, validate its structural integrity for skills, agents, and commands, dynamically generate a manifest with component counts, and compress the package into a tar.gz archive.

How does manifest generation work when exporting a plugin?

Manifest generation works by dynamically counting the validated skills, agents, and commands within your workspace, then writing those accurate component counts directly into a plugin.json file for distribution.

What does plugin structure validation check before distribution?

Plugin structure validation checks that all skills, agents, and commands adhere to defined formatting and line limits, ensuring structural integrity is enforced before the manifest is updated and the package is compressed.

Can I use this packaging process to check for structural errors before releasing a plugin version?

Yes, you can use this packaging process to automatically check for structural errors, update the plugin manifest with the latest component counts, and create a ready-to-distribute package before releasing a new version.

What is the best way to export a PM-Workspace plugin?

The best way to export a PM-Workspace plugin is to orchestrate validation, manifest updates, and reporting together, finishing with compression into a tar.gz file for a complete plugin export.

Why does my plugin export fail validation during packaging?

Your plugin export fails validation during packaging when skills, agents, or commands do not adhere to defined formatting and line limits, halting the dynamic manifest generation and compression process.