Electron Release

🌐Community
by laststance · vlatest · Repository

Automates controlled software deployments by precisely managing container image releases and rollback procedures.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add electron-release npx -- -y @trustedskills/electron-release
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "electron-release": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/electron-release"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates the release process for Electron applications. It handles version bumping, asset management, code signing (if configured), and package creation for distribution across multiple platforms like Windows, macOS, and Linux. The resulting packages are ready for deployment to users or application stores.

When to use it

  • You're building a desktop application using the Electron framework.
  • You need to regularly release new versions of your application.
  • You want to streamline the process of creating installers for different operating systems.
  • You require code signing for distribution on platforms like macOS and Windows.

Key capabilities

  • Automated version bumping (e.g., semantic versioning)
  • Cross-platform package creation (Windows, macOS, Linux)
  • Code signing support
  • Asset management

Example prompts

  • "Release the current Electron application with version 1.2.3."
  • "Create a Windows installer for my Electron app."
  • "Prepare a release package including code signing for macOS."

Tips & gotchas

This skill requires an existing Electron project structure and potentially configuration for code signing certificates, which may need to be set up beforehand. Ensure your package.json is correctly formatted for optimal results.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
laststance
Installs
7

🌐 Community

Passed automated security scans.