Agent skill

electron-auto-updater-setup

Configure electron-updater with code signing verification, delta updates, staged rollouts, and multiple update channels for Electron applications

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 13 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGlobGrep
Path: library/specializations/desktop-development/skills/electron-auto-updater-setup/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Capabilities
  2. Input Schema
  3. Output Schema
  4. Generated File Structure
  5. Code Templates
  6. Main Auto-Updater Module
  7. Staged Rollout Implementation
  8. Multi-Channel Support
  9. Update UI Component (React)
  10. Provider Configurations
  11. GitHub Releases
  12. Amazon S3
  13. Generic Server
  14. DigitalOcean Spaces
Ships with 1 file
  • README.md
Commands it runs
Test update flow locally
Force update check in development
Simulate specific version
npm run build -- --publish never
More from babysitter
All skills →
About this skill
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.

Keep going