silo-deployer

Automates end-to-end silo deployment via Docker, Fly.io, Git, and Netlify configurations.

1|Updated Dec 13, 2025
One-click install
npx skills add https://github.com/SomtechSolutionMAxime/somtech-pack --skill silo-deployer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: silo-deployer
Source: https://github.com/SomtechSolutionMAxime/somtech-pack/tree/main/plugins/somtech-silo-manager/skills/silo-deployer
Command: npx skills add https://github.com/SomtechSolutionMAxime/somtech-pack --skill silo-deployer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates end-to-end deployment of a generated silo by provisioning containers, Fly.io services, and Git/Netlify configurations.

Core Features & Use Cases

  • Orchestrates Docker containers (7) for the silo and verifies health.
  • Deploys 6 Fly.io services with stable URLs and managed environments.
  • Creates and pushes a dedicated silo Git branch and configures Netlify one-time settings.
  • Updates MCP with deployment status and post-deploy artifacts.

Quick Start

Run the silo-deployer after generation to provision containers, Fly.io services, and Netlify/Git configurations.

Frequently Asked Questions about silo-deployer

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

FAQPage Schema
How do I automate end-to-end Docker and Fly.io deployment for a multi-service silo?

Automating end-to-end silo deployment provisions Docker containers, deploys Fly.io services with stable URLs, and configures Git branches and Netlify settings using predefined config files like docker-compose.silo-*.yml and fly.toml.

What is the best way to orchestrate multiple Docker containers and verify their health during deployment?

Orchestrating Docker containers and verifying health during deployment requires provisioning containers, checking their health status, and applying predefined configuration files like docker-compose.silo-*.yml to ensure stable service operation.

Does this deployment process support configuring Netlify one-time settings and a dedicated Git branch?

Yes, this deployment process supports configuring Netlify one-time settings and a dedicated Git branch by creating and pushing a specific silo branch, then applying Netlify environment configurations defined in netlify.env files.

Can I use predefined config files like fly.toml and netlify.env to manage complex multi-service deployments?

Yes, you can use predefined config files like fly.toml and netlify.env to manage complex multi-service deployments by driving deterministic actions that provision Fly.io services, manage environments, and apply structured Netlify setup configurations.

How do I update MCP with deployment status and post-deploy artifacts after provisioning Fly.io services?

Updating MCP with deployment status and post-deploy artifacts after provisioning Fly.io services is handled through MCP-driven post-deployment updates, which record the final deployment state and generated artifacts automatically.