Skip to content

Instantly share code, notes, and snippets.

@magenerali
magenerali / quickstart.sh
Last active April 10, 2026 13:23
Epic Skill Quickstart — all-in-one setup for /epic PM prototyping skill
#!/usr/bin/env bash
# quickstart.sh — All-in-one setup for the /epic PM prototyping skill
#
# Consolidates bootstrap.sh + install.sh + setup-platform.sh into a single
# curl-able, idempotent script. Safe to re-run — skips steps already done.
#
# Usage:
# bash <(curl -fsSL https://gist.github.com/magenerali/cc6e3d755c1036caa6fdb6d9bed601ca/raw/quickstart.sh)
# bash <(curl -fsSL https://gist.github.com/magenerali/cc6e3d755c1036caa6fdb6d9bed601ca/raw/quickstart.sh) --skip-platform
#
@magenerali
magenerali / quickstart.sh
Created April 10, 2026 13:04
Epic Skill quickstart — zero-touch setup for the /epic Claude Code skill
#!/usr/bin/env bash
# quickstart.sh — All-in-one setup for the /epic PM prototyping skill
#
# Consolidates bootstrap.sh + install.sh + setup-platform.sh into a single
# curl-able, idempotent script. Safe to re-run — skips steps already done.
#
# Usage:
# bash <(curl -fsSL <gist-raw-url>)
# bash <(curl -fsSL <gist-raw-url>) --skip-platform
#