deploy

Automate end-to-end deployment of web artifacts to HQ deploy under policy control.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/indigoai-us/hq --skill deploy-indigoai-us
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/indigoai-us/hq/tree/main/template/.claude/skills/deploy
Command: npx skills add https://github.com/indigoai-us/hq --skill deploy-indigoai-us

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end deployment of web artifacts to HQ deploy, reducing manual handoffs and errors by orchestrating build, validation, preview, identity, guardrails, and final upload under policy control.

Core Features & Use Cases

  • End-to-end deployment orchestration: detects framework outputs, validates artifacts, and prepares them for deploy.
  • Policy-driven flow with automatic localhost preview and identity checks, guarding against unsafe deployments.
  • Use Case: teams with regulated release processes that want automated artifact promotion from CI to production via HQ deploy.

Quick Start

Place a built artifact in the output directory and let the policy-driven deploy engine run automatically.

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I automate web artifact deployments to HQ deploy?

Automate web artifact deployments to HQ deploy by placing built artifacts in the output directory and letting the policy-driven engine handle build detection, validation, and final upload automatically.

What does policy-driven deployment orchestration do for CI-CD pipelines?

Policy-driven deployment orchestration reduces manual handoffs in CI-CD pipelines by automating framework detection, identity checks, and guardrails to ensure safe artifact promotion from CI to production.

Do I need Cognito authentication to deploy serverless web artifacts?

Yes, Cognito-based authentication integration is handled during the serverless web artifact deployment process to verify identity checks before final upload to production.

Can I preview artifacts locally before final production upload?

Yes, the deployment flow includes an automatic localhost preview step to validate artifacts locally before applying guardrails and proceeding to the final production upload.

What's the best way to package framework outputs for presigned URL uploads?

The best way to package framework outputs for presigned URL uploads is to let the deployment engine detect the framework outputs automatically and prepare the artifact packaging for you.