electron-auto-updater-setup
Configure electron-updater with code signing verification, delta updates, staged rollouts, and multiple update channels for Electron applications
npx skills add a5c-ai/babysitter --skill electron-auto-updater-setup --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# electron-auto-updater-setup Configure electron-updater for Electron applications with advanced features including code signing verification, delta updates, staged rollouts, and multiple release channels. This skill creates a complete auto-update infrastructure. ## Capabilities - Configure electron-updater with multiple providers (GitHub, S3, Generic, Spaces) - Set up staged rollouts with percentage-based distribution - Configure delta (differential) updates for efficient bandwidth usage - Implement multiple release channels (stable, beta, alpha) - Set up code signing verification for update packages - Create update notification UI components - Configure silent updates vs. interactive updates - Implement rollback mechanisms ## Input Schema ```json { "type": "object", "properties": { "projectPath": { "type": "string", "description": "Path to the Electron project root" }, "provider": { "type": "object", "properties": { "type": { "enum": ["github", "s3", "generic", "spaces", "keygen"] }, "config": { "type": "object", "description": "Provider-specific configuration" } }, "required": ["type"] }, "channels": { "type": "array", "items": { "type": "object", "properties": { "name": { "type
- Capabilities
- Input Schema
- Output Schema
- Generated File Structure
- Code Templates
- Main Auto-Updater Module
- Staged Rollout Implementation
- Multi-Channel Support
- Update UI Component (React)
- Provider Configurations
- GitHub Releases
- Amazon S3
- Generic Server
- DigitalOcean Spaces
Test update flow locally Force update check in development Simulate specific version npm run build -- --publish never
What does the electron-auto-updater-setup skill do?
Configure electron-updater with code signing verification, delta updates, staged rollouts, and multiple update channels for Electron applications
How do I install it?
Run `npx skills add a5c-ai/babysitter --skill electron-auto-updater-setup --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
