What problem does it solve?
This Skill guides you through the end-to-end process of interactively creating a cross-platform Claude Code notification plugin for Windows, macOS, and Linux. It automates parameter collection, validates audio assets, scaffolds platform-specific plugins, and updates marketplace listings and documentation, saving you time and reducing setup complexity.
Core Features & Use Cases
- Interactive data collection: Uses AskUserQuestion to gather plugin id, name, author, and audio asset paths.
- Cross-platform scaffolding: Creates Windows, macOS, and Linux plugin folders with consistent structure and metadata.
- Automation & updates: Copies audio files, generates plugin.json and README per platform, and updates marketplace.json and the main README.
- Use Case: A developer needs a ready-to-install notification plugin across all three OS targets; this skill automates the setup so Claude Code can deploy instantly.
Quick Start
Run the skill and respond to all prompts to create a cross-platform notification plugin. After completion, check:
- plugins/{id}-win
- plugins/{id}-mac
- plugins/{id}-linux
- .claude-plugin/marketplace.json
- README.md
Install commands (example):
Windows: /plugin install {id}-win@ycs77-notifications
macOS: /plugin install {id}-mac@ycs77-notifications
Linux: /plugin install {id}-linux@ycs77-notifications