forbotsake

52 mods across 1 repository, 5 stars between them.

devex-review

25

forbotsake/forbotsake

Skill Claude CodeCodex

/Users/hansel/conductor/repos/forbotsake/.claude/skills/gstack/devex-review/SKILL.md.

5 15d ago A 0 tokens original MIT

document-release

26

forbotsake/forbotsake

Skill Claude CodeCodex

/Users/hansel/conductor/repos/forbotsake/.claude/skills/gstack/document-release/SKILL.md.

5 15d ago A 0 tokens original MIT

freeze

27

forbotsake/forbotsake

Skill Claude CodeCodex

/Users/hansel/conductor/repos/forbotsake/.claude/skills/gstack/freeze/SKILL.md.

5 15d ago A 0 tokens original MIT

gstack-upgrade

28

forbotsake/forbotsake

Skill Claude CodeCodex

/Users/hansel/conductor/repos/forbotsake/.claude/skills/gstack/gstack-upgrade/SKILL.md.

5 15d ago A 0 tokens original MIT

gstack

29

forbotsake/forbotsake

Skill Claude CodeCodex

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 test a site, verify a deployment, dogfood a user flow, or…

5 15d ago A 84 tokens original MIT

guard

30

forbotsake/forbotsake

Skill Claude CodeCodex

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 systems. Use when asked to "guard mode", "full safety"…

5 15d ago C 88 tokens copy · 91% MIT

health

31

forbotsake/forbotsake

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).

5 15d ago A 77 tokens original MIT

investigate

32

forbotsake/forbotsake

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…

5 15d ago A 112 tokens original MIT

land-and-deploy

33

forbotsake/forbotsake

Skill Claude CodeCodex

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". (gstack).

5 15d ago A 71 tokens original MIT

learn

34

forbotsake/forbotsake

Skill Claude CodeCodex

Manage project learnings. Review, search, prune, and export what gstack has learned across sessions. Use when asked to "what have we learned", "show learnings", "prune stale learnings", or "export learnings". Proactively suggest when the user asks about past patterns or wonders "didn't we fix this before?".

5 15d ago A 73 tokens copy · 86% MIT

office-hours

35

forbotsake/forbotsake

Skill Claude CodeCodex

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, learning, and open source. Saves a design doc. Use when asked to…

5 15d ago B 168 tokens original MIT

open-gstack-browser

36

forbotsake/forbotsake

Skill Claude CodeCodex

Launch GStack Browser — AI-controlled Chromium with the sidebar extension baked in. Opens a visible browser window where you can watch every action in real time. The sidebar shows a live activity feed and chat. Anti-bot stealth built in. Use when asked to "open gstack browser", "launch browser", "connect chrome"…

5 15d ago A 107 tokens original MIT

plan-ceo-review

37

forbotsake/forbotsake

Skill Claude CodeCodex

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 SCOPE (maximum rigor), SCOPE REDUCTION (strip to essentials). Use when…

5 15d ago A 143 tokens copy · 88% MIT

plan-design-review

38

forbotsake/forbotsake

Skill Claude CodeCodex

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 asked to "review the design plan" or "design critique". Proactively…

5 15d ago B 102 tokens original MIT

plan-devex-review

39

forbotsake/forbotsake

Skill Claude CodeCodex

Interactive developer experience plan review. Explores developer personas, benchmarks against competitors, designs magical moments, and traces friction points before scoring. Three modes: DX EXPANSION (competitive advantage), DX POLISH (bulletproof every touchpoint), DX TRIAGE (critical gaps only). Use when asked to…

5 15d ago A 156 tokens original MIT

plan-eng-review

40

forbotsake/forbotsake

Skill Claude CodeCodex

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", "engineering review", or "lock in the plan". Proactively suggest when…

5 15d ago A 116 tokens copy · 86% MIT

qa-only

41

forbotsake/forbotsake

Skill Claude CodeCodex

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 full test-fix-verify loop, use /qa instead. Proactively…

5 15d ago C 111 tokens copy · 83% MIT

qa

42

forbotsake/forbotsake

Skill Claude CodeCodex

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 broken". Proactively suggest when the user says a…

5 15d ago C 160 tokens copy · 91% MIT

retro

43

forbotsake/forbotsake

Skill Claude CodeCodex

Weekly engineering retrospective. Analyzes commit history, work patterns, and code quality metrics with persistent history and trend tracking. Team-aware: breaks down per-person contributions with praise and growth areas. Use when asked to "weekly retro", "what did we ship", or "engineering retrospective". Proactively…

5 15d ago A 76 tokens original MIT

review

44

forbotsake/forbotsake

Skill Claude CodeCodex

Pre-landing PR review. Analyzes diff against the base branch for SQL safety, LLM trust boundary violations, conditional side effects, and other structural issues. Use when asked to "review this PR", "code review", "pre-landing review", or "check my diff". Proactively suggest when the user is about to merge or land…

5 15d ago A 81 tokens original MIT

forbotsake/forbotsake

Skill Claude CodeCodex

Import cookies from your real Chromium browser into the headless browse session. Opens an interactive picker UI where you select which cookie domains to import. Use before QA testing authenticated pages. Use when asked to "import cookies", "login to the site", or "authenticate the browser". (gstack).

5 15d ago A 65 tokens original MIT

setup-deploy

46

forbotsake/forbotsake

Skill Claude CodeCodex

Configure deployment settings for /land-and-deploy. Detects your deploy platform (Fly.io, Render, Vercel, Netlify, Heroku, GitHub Actions, custom), production URL, health check endpoints, and deploy status commands. Writes the configuration to CLAUDE.md so all future deploys are automatic. Use when: "setup deploy"…

5 15d ago A 104 tokens original MIT

ship

47

forbotsake/forbotsake

Skill Claude CodeCodex

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR. Use when asked to "ship", "deploy", "push to main", "create a PR", "merge and push", or "get it deployed". Proactively invoke this skill (do NOT push/PR directly) when the user says code is…

5 15d ago A 105 tokens copy · 88% MIT

unfreeze

48

forbotsake/forbotsake

Skill Claude CodeCodex

Clear the freeze boundary set by /freeze, allowing edits to all directories again. Use when you want to widen edit scope without ending the session. Use when asked to "unfreeze", "unlock edits", "remove freeze", or "allow all edits". (gstack).

5 15d ago A 60 tokens copy · 94% MIT