deploy

Deploy projects to LUCIDLABS-HQ with SSH and environment variable checks.

2|1|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/lucidlabs-hq/agent-kit --skill deploy-lucidlabs-hq
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy
Source: https://github.com/lucidlabs-hq/agent-kit/tree/main/.claude/skills/deploy
Command: npx skills add https://github.com/lucidlabs-hq/agent-kit --skill deploy-lucidlabs-hq

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Deploy and manage projects on the LUCIDLABS-HQ server, providing a unified workflow for setup, deployment, and post-deployment checks.

Core Features & Use Cases

  • End-to-end deployment via the deploy-project.sh script to bring a project online quickly.
  • Generate deployment artifacts (Dockerfile, docker-compose, and CI/CD config) without performing a full deployment.
  • Run status checks and access logs to diagnose and monitor running deployments.
  • Supports strict auth verification, SSH access validation, and environment variable injection during deployment for secure, repeatable releases.

Quick Start

Run the deploy-project.sh script with your project details to deploy to LUCIDLABS-HQ

Frequently Asked Questions about deploy

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

FAQPage Schema
How do I deploy a project to a remote server using Docker Compose and SSH?

Automate project deployment using Docker Compose and SSH by running the deploy-project.sh script, which handles end-to-end setup, environment variable injection, and post-deployment health checks on the LUCIDLABS-HQ server.

Can I generate Docker and CI/CD configuration files without running a full deployment?

Yes, you can generate deployment artifacts like Dockerfiles, docker-compose configurations, and CI/CD config files incrementally without executing a full end-to-end deployment on the remote server.

Do I need SSH access verification before deploying to a server environment?

Yes, strict SSH access verification and authentication checks are required before deploying to ensure secure, repeatable releases and validate your connection to the target server environment.

How do I check the status and access logs of a running Docker deployment?

Run status checks and access logs to diagnose and monitor running Docker deployments, providing ongoing observation of your projects after the initial setup and deployment process concludes.

What is the best way to automate environment variable injection during server deployment?

Automate environment variable injection during server deployment by utilizing the deploy-project.sh script, which securely applies configurations and performs health checks for repeatable releases.