Commit Graph

1 Commits

Author SHA1 Message Date
Garry Tan 349f552625 feat: add /gstack-submit skill — showcase entry composer with browser preview
AI-assisted project submission to gstack.gg showcase gallery. Gathers build
context (git stats, design docs, skill usage), browses the deployed site for
screenshots, optionally mines Claude Code transcripts (grep-first, 200 line
cap), writes a rich markdown showcase entry, opens it in the browser for
refinement, then POSTs to the showcase API.

Key design decisions from eng review:
- Grep-first transcript reading (not raw file dumps)
- jq for JSON payload construction (not string interpolation)
- Source supabase/config.sh for API URL (not hardcoded)
- Markdown file preview in browser with edit loop
- Graceful degradation at every step (no URL, no screenshot, API down)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-27 00:26:28 -06:00