
from OStack SaaS105
Detect and configure deployment platform and health checks for a project (Fly, Render, Vercel, Netlify, Heroku, custom) and persist settings to CLAUDE.md for au
/setup-deploy helps automate detection and configuration of a project's deployment: it inspects common platform files (fly.toml, render.yaml, vercel config, netlify.toml, Procfile), infers production URLs, health checks and deploy status commands, and writes a canonical Deploy Configuration block into CLAUDE.md. This enables later automation (e.g., /land-and-deploy) to use the saved settings.
Designed for automation agents that can run shell checks and edit repo files (CLI-capable agents such as Claude Code or similar automation assistants).
Deployment configuration skill for the ostack SaaS toolkit. Detects platform (Fly, Render, Vercel, Netlify, Heroku, Railway) from config files and guides the user through setup, persisting results to CLAUDE.md. Well-structured instructions with good platform-specific branching and idempotent design. No bundled scripts — all logic is inline bash in the SKILL.md. Security-conscious (only shows API key prefix, confirms before writing). Architecture is monolithic without scripts/ or references/ directories.
Clean skill — no security concerns beyond minor shell injection risk from user-provided commands in step 5 verification. Well-written for its intended purpose. Would benefit from extracting detection logic into scripts/ for testability and separating the CLAUDE.md template into references/.
Post-Deploy Canary Monitor
Automated production monitoring that uses visual snapshots and performance metrics to detect regressions immediately after deployment.
Benchmark (Performance Regression Detection)
Automated performance benchmarking and regression detection: captures baselines, measures Core Web Vitals, and compares metrics across PRs to flag regressions.
Chief Security Officer (CSO) Audit
Comprehensive security audit agent that performs OWASP Top 10 analysis, STRIDE threat modeling, and attack surface mapping.