plugin-packaging

Package a completed Plugin Widget and generate a change report.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuanhsunliu/dashboard-layout-editor-ui --skill plugin-packaging-yuanhsunliu
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: plugin-packaging
Source: https://github.com/yuanhsunliu/dashboard-layout-editor-ui/tree/main/for-plugin-developer/skills/plugin-packaging
Command: npx skills add https://github.com/yuanhsunliu/dashboard-layout-editor-ui --skill plugin-packaging-yuanhsunliu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill bundles a completed Plugin Widget, identifies changed files, and generates a change report ready for platform review.

Core Features & Use Cases

  • Automates change detection across plugin work and shared assets.
  • Generates a structured change report that distinguishes platform-shared vs plugin-specific files.
  • Outputs delivery artifacts (archives) ready for submission and review.

Quick Start

Run the plugin-packaging skill on your project to generate the delivery package and change report.

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 completed plugin widget for platform submission?▼

Packaging a plugin widget involves bundling completed work and generating a change report. This process identifies changed files across shared and plugin-specific areas, outputting delivery artifacts ready for platform submission and review.

What is a plugin change report and how does it categorize files?▼

A plugin change report is a structured document distinguishing platform-shared files from plugin-specific files. It uses deterministic identification to categorize changes, ensuring platform reviewers can clearly see what was modified during the plugin packaging process.

How do I automate change detection across shared assets and plugin-specific files?▼

Automating change detection across shared assets and plugin-specific files requires scripted packaging. This approach deterministically identifies changed files within your plugin widget project, categorizing them to ensure accurate delivery artifacts for platform submission.

Can I generate delivery archives for plugin review without manual file tracking?▼

Yes, generating delivery archives for plugin review can be fully automated without manual file tracking. The packaging process automatically detects changed files across shared and plugin-specific areas, categorizes them, and outputs the final archives and change report needed for submission.

Does plugin packaging work with Git repositories for tracking widget changes?▼

Yes, plugin packaging works with Git repositories to track widget changes. By leveraging Git history, the scripted packaging process deterministically identifies modified files, categorizing them into shared and plugin-specific groups for the change report.

What are the limitations of automated plugin widget submission packaging?▼

Automated plugin widget submission packaging relies on deterministic identification of changed files, meaning it requires a clearly defined project structure. It cannot categorize files outside of recognized shared and plugin-specific areas, limiting its use in non-standardized repositories.