solo-deploy

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

/deploy

Deploy the project to its hosting platform. Reads the stack template YAML (templates/stacks/{stack}.yaml) for exact deploy config (platform, CLI tools, infra tier, CI/CD, monitoring), detects installed CLI tools, sets up database and environment, pushes code, and verifies deployment is live.

Live Context

  • Branch: !git branch --show-current 2>/dev/null
  • Uncommitted: !git status --short 2>/dev/null | wc -l | tr -d ' ' files
  • Last commit: !git log --oneline -1 2>/dev/null

References

  • templates/principles/dev-principles.md — CI/CD, secrets, DNS, shared infra rules
  • dev-principles-my.md (if exists) — personal infra extensions (auth, tunnels, monitoring)
  • templates/stacks/*.yaml — Stack templates with deploy, infra, ci_cd, monitoring fields

Paths are relative to the skill's plugin root. Search for these files via Glob if not found at expected location.

When to use

Related skills
Installs
24
GitHub Stars
15
First Seen
Feb 20, 2026