Global-mindee/WAY

W.A.Y? (Who Are You? : I'm not a developer) — a personal AI harness that learns you, not a framework you learn

This repository also configures its own agents. See what WAY tells them →

11Stars on the repository
143Mods indexed here, across every type
yesterdayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

canary

25

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 79 tokens copy · 80% MIT

careful

26

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday C 87 tokens copy · 86% MIT

claude

27

Global-mindee/WAY

Skill Codex

Claude Code CLI wrapper for non-Claude hosts - three modes. Review: independent diff review via claude -p. Challenge: adversarial failure-mode review. Consult: ask Claude about the repo with read-only file tools. Use when asked for "claude review", "claude challenge", "ask claude", "second opinion from claude", or…

not rated 11 yesterday A 85 tokens copy · 86% MIT

context-restore

28

Global-mindee/WAY

Skill Codex

Restore working context saved earlier by /context-save. Loads the most recent saved state (across all branches by default) so you can pick up where you left off — even across Conductor workspace handoffs. Use when asked to "resume", "restore context", "where was I", or "pick up where I left off". Pair with…

not rated 11 yesterday A 107 tokens copy · 70% MIT

context-save

29

Global-mindee/WAY

Skill Codex

Save working context. Captures git state, decisions made, and remaining work so any future session can pick up without losing a beat. Use when asked to "save progress", "save state", "context save", or "save my work". Pair with /context-restore to resume later. Formerly /checkpoint — renamed because Claude Code treats…

not rated 11 yesterday A 96 tokens copy · 77% MIT

cso

30

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday B 153 tokens copy · 81% MIT

design-consultation

31

Global-mindee/WAY

Skill Codex

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 /plan-design-review to infer…

not rated 11 yesterday D 114 tokens original MIT

design-html

32

Global-mindee/WAY

Skill Codex

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

not rated 11 yesterday A 166 tokens original MIT

design-review

33

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 125 tokens copy · 84% MIT

design-shotgun

34

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday B 89 tokens original MIT

devex-review

35

Global-mindee/WAY

Skill Codex

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 /plan-devex-review scores if they exist (the…

not rated 11 yesterday A 155 tokens original MIT

document-release

36

Global-mindee/WAY

Skill Codex

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".…

not rated 11 yesterday A 96 tokens copy · 66% MIT

freeze

37

Global-mindee/WAY

Skill Codex

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".…

not rated 11 yesterday A 76 tokens copy · 81% MIT

guard

38

Global-mindee/WAY

Skill Codex

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"…

not rated 11 yesterday C 88 tokens original MIT

health

39

Global-mindee/WAY

Skill Codex

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

not rated 11 yesterday A 77 tokens copy · 77% MIT

investigate

40

Global-mindee/WAY

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…

not rated 11 yesterday A 112 tokens copy · 75% MIT

land-and-deploy

41

Global-mindee/WAY

Skill Codex

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

not rated 11 yesterday A 71 tokens original MIT

landing-report

42

Global-mindee/WAY

Skill Codex needs its repo

Read-only queue dashboard for workspace-aware ship. Shows which VERSION slots are currently claimed by open PRs, which sibling Conductor workspaces have WIP work likely to ship soon, and what slot /ship would pick next. No mutations — just a snapshot. Use when asked to "landing report", "what's in the queue", "show me…

not rated 11 yesterday A 95 tokens copy · 78% MIT

learn

43

Global-mindee/WAY

Skill Codex

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?".

not rated 11 yesterday A 73 tokens copy · 73% MIT

make-pdf

44

Global-mindee/WAY

Skill Codex

Turn any markdown file into a publication-quality PDF. Proper 1in margins, intelligent page breaks, page numbers, cover pages, running headers, curly quotes and em dashes, clickable TOC, diagonal DRAFT watermark. Not a draft artifact — a finished artifact. Use when asked to "make a PDF", "export to PDF", "turn this…

not rated 11 yesterday A 150 tokens original MIT

office-hours

45

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday B 168 tokens original MIT

open-gstack-browser

46

Global-mindee/WAY

Skill Codex

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"…

not rated 11 yesterday A 107 tokens copy · 77% MIT

pair-agent

47

Global-mindee/WAY

Skill Codex

Pair a remote AI agent with your browser. One command generates a setup key and prints instructions the other agent can follow to connect. Works with OpenClaw, Hermes, Codex, Cursor, or any agent that can make HTTP requests. The remote agent gets its own tab with scoped access (read+write by default, admin on…

not rated 11 yesterday A 139 tokens original MIT

plan-ceo-review

48

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 143 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: