๐ŸŽฏ

setup-deploy

๐ŸŽฏSkill

from garrytan/gstack

VibeIndex|
What it does
|

Configures deployment settings for automated landing and deploying by detecting the deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions), production URL, health checks, and writing the config to CLAUDE.md.

๐Ÿ“ฆ

Same repository

garrytan/gstack(21 items)

setup-deploy

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add garrytan/gstack --skill setup-deploy
skills.sh Installโš  Installs to .agents/skills/
npx skills add garrytan/gstack --skill setup-deploy
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/setup-deploy/SKILL.md

SKILL.md

152Installs
-
AddedMar 22, 2026

More from this repository10

๐ŸŽฏ
plan-design-review๐ŸŽฏSkill

Interactive design plan review skill that rates each UI/UX dimension on a 0-10 scale, explains what would make it a 10, and iteratively fixes the plan to reach that level โ€” like having a CEO and engineering review for your design decisions.

๐ŸŽฏ
design-review๐ŸŽฏSkill

A visual QA skill that performs a designer's eye audit to find and fix visual inconsistencies, spacing issues, hierarchy problems, and AI slop patterns โ€” iteratively committing each atomic fix with before/after screenshot verification.

๐ŸŽฏ
design-consultation๐ŸŽฏSkill

A design consultation skill from gstack that researches your product landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font and color preview pages, creating DESIGN.md as the project design source of truth.

๐ŸŽฏ
qa-only๐ŸŽฏSkill

A report-only QA testing skill that systematically tests a web application and produces a structured report with a health score, screenshots, and reproduction steps โ€” without making any code fixes. Use it when you want a bug report without any code changes.

๐ŸŽฏ
codex๐ŸŽฏSkill

Wraps OpenAI Codex CLI in three modes: code review with pass/fail gating via independent diff review, challenge mode that adversarially tries to break your code, and consult mode for asking questions with session continuity.

๐ŸŽฏ
gstack-upgrade๐ŸŽฏSkill

A skill that upgrades gstack to the latest version, detecting whether it is installed globally or locally, running the upgrade, and showing a changelog of what's new. It supports auto-upgrade configuration, snooze options with escalating backoff, and restore-from-backup on failure.

๐ŸŽฏ
setup-browser-cookies๐ŸŽฏSkill

Imports cookies from a real Chromium browser into a headless browse session through an interactive domain picker UI, enabling QA testing of authenticated pages without manual login.

๐ŸŽฏ
plan-devex-review๐ŸŽฏSkill

Interactive developer experience plan review that explores developer personas, benchmarks against competitors, designs magical moments, and traces friction points before scoring.

๐ŸŽฏ
design-shotgun๐ŸŽฏSkill

A design exploration skill that generates multiple AI design variants, opens a comparison board for side-by-side review, collects structured feedback, and iterates. Useful for visual brainstorming and exploring UI design options before committing to a direction.

๐ŸŽฏ
land-and-deploy๐ŸŽฏSkill

Land-and-deploy workflow that merges a PR, waits for CI and deploy, then verifies production health via canary checks as part of the gstack shipping pipeline.