deployment

Automates build, packaging, and deployment for web, desktop, and mobile applications.

33|5|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/Sir-chawakorn/power-ranger-toolkit --skill deployment-sir-chawakorn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment
Source: https://github.com/Sir-chawakorn/power-ranger-toolkit/tree/main/src/skills/deployment
Command: npx skills add https://github.com/Sir-chawakorn/power-ranger-toolkit --skill deployment-sir-chawakorn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of building, packaging, and deploying applications, ensuring they are ready for production or distribution efficiently.

Core Features & Use Cases

  • Build Processes: Supports Node.js/Vite, Python, Chrome Extensions, Electron, and Android APKs.
  • CI/CD Integration: Provides examples for GitHub Actions to automate builds, tests, and releases.
  • Version Management: Guides on semantic versioning and using npm for version bumping.
  • Use Case: Automate the entire release pipeline for a web application, from code commit to deployment on a cloud platform, including versioning and testing.

Quick Start

Use the deployment skill to build and package the current Node.js application for production.

Frequently Asked Questions about deployment

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

FAQPage Schema
How do I automate Node.js application deployment with GitHub Actions?

Automating Node.js application deployment with GitHub Actions involves using CI/CD pipelines to handle builds, tests, and releases. This Skill provides GitHub Actions examples to streamline build processes and packaging for production environments.

What is the best way to manage semantic versioning for Python releases?

Managing semantic versioning for Python releases requires automated version bumping before packaging. This Skill guides version management using npm workflows and supports Python packaging to ensure consistent release tracking across platforms.

Can I build and package Electron and Android APKs in the same CI/CD pipeline?

Building and packaging Electron and Android APKs in the same CI/CD pipeline is supported. This Skill handles cross-platform build processes, allowing you to automate desktop and mobile application packaging within a unified release workflow.

Does this deployment workflow support Chrome Extensions?

This deployment workflow fully supports Chrome Extensions alongside Node.js, Python, Electron, and Android. It streamlines the build and packaging processes for browser extensions, ensuring they are ready for distribution.

How do I bump versions before a production build?

Bumping versions before a production build is handled through semantic versioning guidance. This Skill integrates version bumping into the CI/CD pipeline, ensuring your application version is updated correctly before packaging and release.