release-builder

Automate packaging, deployment, and publishing of web, desktop, and CLI projects.

Updated Apr 3, 2026
One-click install
npx skills add https://github.com/iJosueeh/nexora-web --skill release-builder-ijosueeh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: release-builder
Source: https://github.com/iJosueeh/nexora-web/tree/main/.opencode/skills/release-builder
Command: npx skills add https://github.com/iJosueeh/nexora-web --skill release-builder-ijosueeh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires electron-builder, vercel, netlify, npm, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of packaging, deploying, publishing, or shipping web, desktop, and CLI projects, ensuring they are ready for production deployment.

Core Features & Use Cases

  • Automated Release Cycle: Handles the entire lifecycle from building, auditing, to publishing artifacts.
  • Web, Desktop, CLI Support: Supports various project types with specific deployment strategies.
  • Dependency and Privacy Checks: Ensures artifacts are free of vulnerabilities and privacy leaks.
  • Use Case: When a developer wants to package their web application for production, this Skill can automate the build, test, and deployment process.

Quick Start

Run the command /release-builder web to package and deploy your web project.

Frequently Asked Questions about release-builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate web deployment for production projects?

Automating web deployment involves packaging the application, running privacy audits, and executing smoke tests before publishing artifacts. This Skill handles that entire lifecycle for web projects using deployment platforms like Vercel and Netlify to ensure they are production-ready.

Can I use electron-builder to automate desktop application packaging?

Yes, you can automate desktop application packaging with electron-builder. This Skill supports desktop project types by handling the build and artifact creation process, ensuring the packaged desktop applications are tested and ready for production deployment.

What's the best way to publish CLI projects to npm automatically?

Publishing CLI projects to npm automatically requires a release cycle that builds, audits, and pushes artifacts. This Skill automates this workflow, performing privacy checks and smoke tests to ensure your CLI tools are secure before publishing them via npm.

Do I need Vercel or Netlify installed to automate project delivery?

You need Vercel, Netlify, npm, or electron-builder installed depending on your target platform. This Skill relies on these specific build and deployment tools to automate the packaging, publishing, and shipping of web, CLI, and desktop projects.

What privacy and security checks are performed during release automation?

During release automation, privacy audits and vulnerability checks are performed on the artifacts. This ensures that your web, desktop, or CLI projects are free of privacy leaks and security vulnerabilities before they are deployed to production environments.

Does this release automation tool support both web and desktop projects?

Yes, this release automation tool supports web, desktop, and CLI projects. It applies specific deployment strategies for each project type, from running smoke tests to packaging artifacts with electron-builder or deploying via Vercel and Netlify.