thanh-abaii

50 mods across 1 repository, 34 stars between them.

gs:autoplan

01

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Auto-review pipeline — reads the full CEO, design, eng, and DX 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 approval gate. One command, fully reviewed plan out. Use when…

34 3mo ago A 138 tokens original MIT

gs:benchmark

03

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 speed", "lighthouse", "web vitals", "bundle size", "load time".…

34 3mo ago A 80 tokens original MIT

gs:browse

04

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 states. 100ms per command. Use when you need to test a…

34 3mo ago A 121 tokens original MIT

gs:canary

05

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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", "canary", "post-deploy check", "watch production", "verify…

34 3mo ago A 81 tokens original MIT

gs:careful

06

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 shared environment. Use when asked to "be careful", "safety…

34 3mo ago C 89 tokens copy · 84% MIT

gs:checkpoint

07

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Save and resume working state checkpoints. Captures git state, decisions made, and remaining work so you can pick up exactly where you left off — even across Conductor workspace handoffs between branches. Use when asked to "checkpoint", "save progress", "where was I", "resume", "what was I working on", or "pick up…

34 3mo ago A 104 tokens original MIT

gs:cso

11

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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: daily (zero-noise, 8/10 confidence gate) and…

34 3mo ago B 121 tokens original MIT

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 source of truth. For existing sites, use /gs:plan-design-review to infer…

34 3mo ago D 118 tokens original MIT

gs:design-html

13

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Design finalization: generates production-quality Pretext-native HTML/CSS. Works with approved mockups from /gs:design-shotgun, CEO plans from /gs:plan-ceo-review, design review context from /gs:plan-design-review, or from scratch with a user description. Text actually reflows, heights are computed, layouts are…

34 3mo ago A 150 tokens original MIT

gs:design-review

14

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 screenshots. For plan-mode design review (before implementation), use…

34 3mo ago A 129 tokens copy · 83% MIT

gs:design-shotgun

15

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. Standalone design exploration you can run anytime. Use when: "explore designs", "show me options", "design variants", "visual brainstorm", or "I don't like how this looks". Proactively suggest when…

34 3mo ago B 91 tokens original MIT

gs:devex-review

16

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Live developer experience audit. Uses the browse tool to actually TEST the developer experience: navigates docs, tries the getting started flow, times TTHW, screenshots error messages, evaluates CLI help text. Produces a DX scorecard with evidence. Compares against /gs:plan-devex-review scores if they exist (the…

34 3mo ago A 131 tokens original MIT

gs:document-release

18

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 "update the docs", "sync documentation", or "post-ship docs".…

34 3mo ago A 98 tokens original MIT

gs:freeze

19

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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", "restrict edits", "only edit this folder", or "lock down edits".…

34 3mo ago A 78 tokens copy · 88% MIT

gs:guard

20

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Full safety mode: destructive command warnings + directory-scoped edits. Combines /gs:careful (warns before rm -rf, DROP TABLE, force-push, etc.) with /gs:freeze (blocks edits outside a specified directory). Use for maximum safety when touching prod or debugging live systems. Use when asked to "guard mode", "full…

34 3mo ago C 94 tokens original MIT

gs:health

21

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Code quality dashboard. Wraps existing project tools (type checker, linter, test runner, dead code detector, shell linter), computes a weighted composite 0-10 score, and tracks trends over time. Use when: "health check", "code quality", "how healthy is the codebase", "run all checks", "quality score". (gstack).

34 3mo ago A 79 tokens original MIT

gs:investigate

22

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

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 cause analysis". Proactively invoke this skill (do NOT debug…

34 3mo ago A 114 tokens original MIT

gs:land-and-deploy

23

thanh-abaii/gstack-windows-port

Skill Claude CodeCodex

Land and deploy workflow. Merges the PR, waits for CI and deploy, verifies production health via canary checks. Takes over after /gs:ship creates the PR. Use when: "merge", "land", "deploy", "merge and verify", "land it", "ship it to production". (gstack).

34 3mo ago A 75 tokens original MIT