lucas-flatwhite

31 mods across 3 repositories, 200 stars between them.

gstack-ko AGENTS.md

01

lucas-flatwhite/gstack-ko

Instructions file CodexOpenCode

A Korean-language documentation and skill layer for gstack, an upstream collection of coding-agent skills. It contains translated guidance and supporting documents, while the upstream project owns the executable code and build system.

43 5mo ago A 284 tokens original MIT

gstack-ko CLAUDE.md

02

lucas-flatwhite/gstack-ko

Instructions file

A Korean-language work guide for the gstack-ko documentation repository. It explains the repository's scope, translation rules, important reference documents, and recommended checks before or after changes.

43 5mo ago A 254 tokens original MIT

gstack

03

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /gstack. Fast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or…

43 5mo ago C 244 tokens original MIT

autoplan

04

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /autoplan. Auto-review pipeline — reads the full CEO, design, and eng review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final…

43 5mo ago A 145 tokens original MIT

benchmark

05

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /benchmark. Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR. Tracks performance trends over time. Use when: "performance", "benchmark", "page…

43 5mo ago C 88 tokens original MIT

browse

06

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /browse. Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element…

43 5mo ago C 129 tokens original MIT

canary

07

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /canary. Post-deploy canary monitoring. Watches the live app for console errors, performance regressions, and page failures using the browse daemon. Takes periodic screenshots, compares against pre-deploy baselines, and alerts on anomalies. Use when: "monitor deploy"…

43 5mo ago C 90 tokens original MIT

careful

08

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /careful. Safety guardrails for destructive commands. Warns before rm -rf, DROP TABLE, force-push, git reset --hard, kubectl delete, and similar destructive operations. User can override each warning. Use when touching prod, debugging live systems, or working in a…

43 5mo ago C 98 tokens copy · 88% MIT

codex

09

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /codex. OpenAI Codex CLI wrapper — three modes. Code review: independent diff review via codex review with pass/fail gate. Challenge: adversarial mode that tries to break your code. Consult: ask codex anything with session continuity for follow-ups. The "200 IQ autistic…

43 5mo ago A 110 tokens original MIT

cso

10

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /cso. Chief Security Officer mode. Infrastructure-first security audit: secrets archaeology, dependency supply chain, CI/CD pipeline security, LLM/AI security, skill supply chain scanning, plus OWASP Top 10, STRIDE threat modeling, and active verification. Two modes…

43 5mo ago B 131 tokens copy · 86% MIT

design-consultation

11

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /design-consultation. Design consultation: understands your product, researches the landscape, proposes a complete design system (aesthetic, typography, color, layout, spacing, motion), and generates font+color preview pages. Creates DESIGN.md as your project's design…

43 5mo ago E 127 tokens copy · 86% MIT

design-review

12

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /design-review. Designer's eye QA: finds visual inconsistency, spacing issues, hierarchy problems, AI slop patterns, and slow interactions — then fixes them. Iteratively fixes issues in source code, committing each fix atomically and re-verifying with before/after…

43 5mo ago C 136 tokens original MIT

document-release

13

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /document-release. Post-ship documentation update. Reads all project docs, cross-references the diff, updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, polishes CHANGELOG voice, cleans up TODOS, and optionally bumps VERSION. Use when asked to…

43 5mo ago A 107 tokens original MIT

freeze

14

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /freeze. Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path. Use when debugging to prevent accidentally "fixing" unrelated code, or when you want to scope changes to one module. Use when asked to "freeze"…

43 5mo ago A 86 tokens copy · 97% MIT

gstack-upgrade

15

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /gstack-upgrade. Upgrade gstack to the latest version. Detects global vs vendored install, runs the upgrade, and shows what's new. Use when asked to "upgrade gstack", "update gstack", or "get latest version".

43 5mo ago C 67 tokens copy · 86% MIT

guard

16

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /guard. Full safety mode: destructive command warnings + directory-scoped edits. Combines /careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live…

43 5mo ago C 98 tokens copy · 86% MIT

investigate

17

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /investigate. Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root…

43 5mo ago A 100 tokens original MIT

land-and-deploy

18

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /land-and-deploy. Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production".

43 5mo ago C 84 tokens original MIT

office-hours

19

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /office-hours. YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-fit. Builder mode: design thinking brainstorming for side projects, hackathons…

43 5mo ago C 152 tokens copy · 91% MIT

plan-ceo-review

20

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /plan-ceo-review. CEO/founder-mode plan review. Rethink the problem, find the 10-star product, challenge premises, expand scope when it creates a better product. Four modes: SCOPE EXPANSION (dream big), SELECTIVE EXPANSION (hold scope + cherry-pick expansions), HOLD…

43 5mo ago A 156 tokens copy · 86% MIT

plan-design-review

21

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /plan-design-review. Designer's eye plan review — interactive, like CEO and Eng review. Rates each design dimension 0-10, explains what would make it a 10, then fixes the plan to get there. Works in plan mode. For live site visual audits, use /design-review. Use when…

43 5mo ago A 114 tokens original MIT

plan-eng-review

22

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /plan-eng-review. Eng manager-mode plan review. Lock in the execution plan — architecture, data flow, diagrams, edge cases, test coverage, performance. Walks through issues interactively with opinionated recommendations. Use when asked to "review the architecture"…

43 5mo ago A 107 tokens original MIT

qa-only

23

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /qa-only. Report-only QA testing. Systematically tests a web application and produces a structured report with health score, screenshots, and repro steps — but never fixes anything. Use when asked to "just report bugs", "qa report only", or "test but don't fix". For the…

43 5mo ago E 104 tokens original MIT

qa

24

lucas-flatwhite/gstack-ko

Skill Claude CodeCodex

MANUAL TRIGGER ONLY: invoke only when user types /qa. Systematically QA test a web application and fix bugs found. Runs QA testing, then iteratively fixes bugs in source code, committing each fix atomically and re-verifying. Use when asked to "qa", "QA", "test this site", "find bugs", "test and fix", or "fix what's…

43 5mo ago E 149 tokens original MIT