Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ On **bash** machines, `BASH_ENV` is set in the effective login file (`~/.bash_pr
- Treat that file as the shared runbook for current Azure/AWS/GCP access patterns, trusted machine context, verification commands, and other cross-machine cloud CLI notes.
- Use the `~/pro/...` path form when referring to it, and consult it before assuming cloud auth is already available or changing login state on a machine.

## gstack

- gstack is installed from `~/pro/gstack`; its setup links Claude Code skills into `~/.claude/skills` (`~/pro/botfiles/claude/skills`).
- Use gstack skills when the user requests gstack or when a gstack workflow clearly matches the task. Common short slash commands include `/office-hours`, `/autoplan`, `/review`, `/qa`, `/cso`, `/browse`, and `/gstack-upgrade`.
- For brainstorming, roadmap, product strategy, or YC-application idea work, prefer `/office-hours` as the entry point.
- Follow existing repo/session browser and tool-use rules. Use gstack `/browse` when the user requests gstack browsing or a loaded gstack skill requires it, not as a blanket replacement for all browser tooling.

## Curated Skills

- Keep upstream curated skill directories unchanged unless you are intentionally creating a protected local fork.
Expand Down
1 change: 1 addition & 0 deletions claude/skills/autoplan/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/benchmark-models/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/benchmark/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/browse/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/canary/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/careful/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/codex/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/connect-chrome/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/context-restore/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/context-save/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/cso/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/design-consultation/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/design-html/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/design-review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/design-shotgun/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/devex-review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/document-release/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/freeze/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/gstack
1 change: 1 addition & 0 deletions claude/skills/gstack-upgrade/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/guard/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/health/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/investigate/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/land-and-deploy/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/landing-report/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/learn/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/make-pdf/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/office-hours/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/open-gstack-browser/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/pair-agent/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/plan-ceo-review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/plan-design-review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/plan-devex-review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/plan-eng-review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/plan-tune/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/qa-only/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/qa/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/retro/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/review/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/scrape/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/setup-browser-cookies/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/setup-deploy/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/setup-gbrain/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/ship/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/skillify/SKILL.md
1 change: 1 addition & 0 deletions claude/skills/unfreeze/SKILL.md
7 changes: 7 additions & 0 deletions codex/AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ On **bash** machines, `BASH_ENV` is set in the effective login file (`~/.bash_pr
- Keep Codex/Claude skill counterparts aligned to avoid drift
- Codex system skills in `~/.codex/skills/.system/` are machine-managed and should not be source-controlled in `botfiles`

## gstack

- gstack is installed from `~/pro/gstack`; its setup links generated Codex skills into `~/.codex/skills` (`~/pro/botfiles/codex/skills`).
- Use gstack skills when the user requests gstack or when a gstack workflow clearly matches the task. Codex discovers them from `gstack-*` directories, but the skill names are short frontmatter names such as `office-hours`, `autoplan`, `review`, `qa`, `cso`, `browse`, and `gstack-upgrade`.
- For brainstorming, roadmap, product strategy, or YC-application idea work, prefer `office-hours` as the entry point.
- Do not let gstack browsing guidance override higher-priority Codex web, Playwright, or tool-use instructions. Use gstack browser workflows when the user requests gstack browsing or a loaded gstack skill requires them.

## Curated Skills

- Keep upstream curated skill directories unchanged unless you are intentionally creating a protected local fork.
Expand Down
1 change: 1 addition & 0 deletions codex/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ url = "https://developers.openai.com/mcp"
url = "https://mcp.linear.app/mcp"

[features]
goals = true
steer = true
shell_snapshot = true
# apps = true
Expand Down
1 change: 1 addition & 0 deletions codex/skills/gstack-autoplan
1 change: 1 addition & 0 deletions codex/skills/gstack-benchmark
1 change: 1 addition & 0 deletions codex/skills/gstack-benchmark-models
1 change: 1 addition & 0 deletions codex/skills/gstack-browse
1 change: 1 addition & 0 deletions codex/skills/gstack-canary
1 change: 1 addition & 0 deletions codex/skills/gstack-careful
1 change: 1 addition & 0 deletions codex/skills/gstack-claude
1 change: 1 addition & 0 deletions codex/skills/gstack-context-restore
1 change: 1 addition & 0 deletions codex/skills/gstack-context-save
1 change: 1 addition & 0 deletions codex/skills/gstack-cso
1 change: 1 addition & 0 deletions codex/skills/gstack-design-consultation
1 change: 1 addition & 0 deletions codex/skills/gstack-design-html
1 change: 1 addition & 0 deletions codex/skills/gstack-design-review
1 change: 1 addition & 0 deletions codex/skills/gstack-design-shotgun
1 change: 1 addition & 0 deletions codex/skills/gstack-devex-review
1 change: 1 addition & 0 deletions codex/skills/gstack-document-release
1 change: 1 addition & 0 deletions codex/skills/gstack-freeze
1 change: 1 addition & 0 deletions codex/skills/gstack-guard
1 change: 1 addition & 0 deletions codex/skills/gstack-health
1 change: 1 addition & 0 deletions codex/skills/gstack-investigate
1 change: 1 addition & 0 deletions codex/skills/gstack-land-and-deploy
1 change: 1 addition & 0 deletions codex/skills/gstack-landing-report
1 change: 1 addition & 0 deletions codex/skills/gstack-learn
1 change: 1 addition & 0 deletions codex/skills/gstack-make-pdf
1 change: 1 addition & 0 deletions codex/skills/gstack-office-hours
1 change: 1 addition & 0 deletions codex/skills/gstack-open-gstack-browser
1 change: 1 addition & 0 deletions codex/skills/gstack-pair-agent
1 change: 1 addition & 0 deletions codex/skills/gstack-plan-ceo-review
1 change: 1 addition & 0 deletions codex/skills/gstack-plan-design-review
1 change: 1 addition & 0 deletions codex/skills/gstack-plan-devex-review
1 change: 1 addition & 0 deletions codex/skills/gstack-plan-eng-review
1 change: 1 addition & 0 deletions codex/skills/gstack-plan-tune
1 change: 1 addition & 0 deletions codex/skills/gstack-qa
1 change: 1 addition & 0 deletions codex/skills/gstack-qa-only
1 change: 1 addition & 0 deletions codex/skills/gstack-retro
1 change: 1 addition & 0 deletions codex/skills/gstack-review
1 change: 1 addition & 0 deletions codex/skills/gstack-scrape
1 change: 1 addition & 0 deletions codex/skills/gstack-setup-browser-cookies
1 change: 1 addition & 0 deletions codex/skills/gstack-setup-deploy
1 change: 1 addition & 0 deletions codex/skills/gstack-setup-gbrain
1 change: 1 addition & 0 deletions codex/skills/gstack-ship
1 change: 1 addition & 0 deletions codex/skills/gstack-skillify
1 change: 1 addition & 0 deletions codex/skills/gstack-unfreeze
1 change: 1 addition & 0 deletions codex/skills/gstack-upgrade
1 change: 1 addition & 0 deletions codex/skills/gstack/ETHOS.md
1 change: 1 addition & 0 deletions codex/skills/gstack/SKILL.md
1 change: 1 addition & 0 deletions codex/skills/gstack/bin
1 change: 1 addition & 0 deletions codex/skills/gstack/browse/bin
1 change: 1 addition & 0 deletions codex/skills/gstack/browse/dist
1 change: 1 addition & 0 deletions codex/skills/gstack/gstack-upgrade/SKILL.md
1 change: 1 addition & 0 deletions codex/skills/gstack/review/TODOS-format.md
1 change: 1 addition & 0 deletions codex/skills/gstack/review/checklist.md
1 change: 1 addition & 0 deletions codex/skills/gstack/review/design-checklist.md
1 change: 1 addition & 0 deletions codex/skills/gstack/review/greptile-triage.md