One-click install
npx skills add https://github.com/Vrooli/Vrooli --skill landing-page-deploy-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Landing Page Deploy Setup
Source: https://github.com/Vrooli/Vrooli/tree/main/scenarios/prompt-manager/store/skills/packs/core/landing-page-deploy-setup
Command: npx skills add https://github.com/Vrooli/Vrooli --skill landing-page-deploy-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill orchestrates all the local and remote readiness gates for landing-page-business-suite so desktop artifact deployments can be safely handed off through scenario-to-desktop without surprise failures.

Core Features & Use Cases

  • Gate-driven readiness: sequentially validates the LPBS runtime, deployment health, admin session, download storage, optional app registry, and remote profile status before any deployment handoff.
  • Service auth and secret alignment: checks and synchronizes LPBS_SERVICE_SECRET across LPBS and scenario-to-desktop scopes, then verifies service auth status and deploy-target connectivity.
  • Use Case: when preparing desktop binaries for release, run this workflow to confirm storage, remote profile, and secrets prerequisites before invoking deployment commands.

Quick Start

Use this skill to run LPBS readiness checks and service auth verification before desktop deployment handoff.

Frequently Asked Questions about Landing Page Deploy Setup

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

FAQPage Schema
How do I validate LPBS readiness before desktop artifact deployment?

Synchronizing LPBS_SERVICE_SECRET across LPBS and scenario-to-desktop scopes prevents deployment failures by verifying service auth status and deploy-target connectivity before handoff.

What is the best way to prepare desktop binary releases for scenario-to-desktop delivery?

Preparing desktop binary releases requires running gate-driven readiness checks that confirm storage, remote profile, and service auth prerequisites before invoking actual deployment commands.

How do I verify download storage and remote profile connectivity for landing-page-business-suite deployments?

Verify download storage and remote profile connectivity by executing readiness checks that validate storage configuration, test remote profile status, and confirm deploy-target reachability.

Why does my scenario-to-desktop deployment fail during the readiness gate validation?

Scenario-to-desktop deployment readiness validation fails when LPBS_SERVICE_SECRET values are misaligned across scopes or when download storage, remote profile, or admin session checks detect connectivity or authentication issues.

Do I need an admin session to run LPBS deployment readiness checks?

Yes, an admin session is required because the readiness workflow validates admin session status as a sequential gate before proceeding to remote profile verification and deployment handoff.