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

plan-design-review

49

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday B 102 tokens copy · 73% MIT

plan-devex-review

50

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 156 tokens original MIT

plan-eng-review

51

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 116 tokens original MIT

plan-tune

52

Global-mindee/WAY

Skill Codex

Self-tuning question sensitivity + developer psychographic for gstack (v1: observational). Review which AskUserQuestion prompts fire across gstack skills, set per-question preferences (never-ask / always-ask / ask-only-for-one-way), inspect the dual-track profile (what you declared vs what your behavior suggests), and…

not rated 11 yesterday A 170 tokens original MIT

qa-only

53

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday C 111 tokens original MIT

qa

54

Global-mindee/WAY

Skill Codex

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…

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

retro

55

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 76 tokens original MIT

review

56

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 81 tokens original MIT

scrape

57

Global-mindee/WAY

Skill Codex

Pull data from a web page. First call on a new intent prototypes the flow via $B primitives and returns JSON. Subsequent calls on a matching intent route to a codified browser-skill and return in 200ms. Read-only — for mutating flows (form fills, clicks, submissions), use /automate. Use when asked to "scrape", "get…

not rated 11 yesterday A 106 tokens copy · 69% MIT

Global-mindee/WAY

Skill Codex

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

not rated 11 yesterday A 65 tokens original MIT

setup-deploy

59

Global-mindee/WAY

Skill Codex

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

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

setup-gbrain

60

Global-mindee/WAY

Skill Codex

Set up gbrain for this coding agent: install the CLI, initialize a local PGLite or Supabase brain, register MCP, capture per-remote trust policy. One command from zero to "gbrain is running, and this agent can call it." Use when: "setup gbrain", "connect gbrain", "start gbrain", "install gbrain", "configure gbrain for…

not rated 11 yesterday C 95 tokens original MIT

ship

61

Global-mindee/WAY

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…

not rated 11 yesterday A 105 tokens original MIT

skillify

62

Global-mindee/WAY

Skill Codex

Codify the most recent successful /scrape flow into a permanent browser-skill on disk. Future /scrape calls with the same intent run the codified script in 200ms instead of re-driving the page. Walks back through the conversation, synthesizes script.ts + script.test.ts fixture, runs the test in a temp dir, and asks…

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

sync-gbrain

63

Global-mindee/WAY

Skill Codex

Keep gbrain current with this repo's code and refresh agent search guidance in CLAUDE.md. Wraps the gstack-gbrain-sync orchestrator with state probing, native code-surface registration, capability checks, and a verdict block. Re-runnable, idempotent. Use when: "sync gbrain", "refresh gbrain", "re-index this repo"…

not rated 11 yesterday A 95 tokens original MIT

unfreeze

64

Global-mindee/WAY

Skill Codex

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

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

gstack-upgrade

65

Global-mindee/WAY

Skill Codex

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". Voice triggers (speech-to-text aliases): "upgrade the tools", "update the tools", "gee stack upgrade", "g stack upgrade".

not rated 11 yesterday C 78 tokens copy · 89% MIT

gstack

66

Global-mindee/WAY

Skill Codex

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…

not rated 11 yesterday A 84 tokens original MIT

ad-creative

67

Global-mindee/WAY

Skill Claude CodeCodex needs its repo

When the user wants to generate, iterate, or scale ad creative — headlines, descriptions, primary text, or full ad variations — for any paid advertising platform. Also use when the user mentions 'ad copy variations,' 'ad creative,' 'generate headlines,' 'RSA headlines,' 'bulk ad copy,' 'ad iterations,' 'creative…

not rated 11 yesterday A 144 tokens copy · 92% MIT

ai-seo

68

Global-mindee/WAY

Skill Claude CodeCodex

When the user wants to optimize content for AI search engines, get cited by LLMs, or appear in AI-generated answers. Also use when the user mentions 'AI SEO,' 'AEO,' 'GEO,' 'LLMO,' 'answer engine optimization,' 'generative engine optimization,' 'LLM optimization,' 'AI Overviews,' 'optimize for ChatGPT,' 'optimize for…

not rated 11 yesterday A 170 tokens copy · 98% MIT

anti-ai-writing

69

Global-mindee/WAY

Skill Claude CodeCodex

Use when writing or auditing any written content — captions, carousels, newsletters, threads, LinkedIn posts, long-form — and as the FINAL filter on every piece. Reach for it whenever text feels generic, fluent-but-hollow, over-formatted, or "sounds like AI." Strongest on written prose; lighter on spoken reels.

not rated 11 yesterday A 73 tokens original MIT

churn-prevention

70

Global-mindee/WAY

Skill Claude CodeCodex

When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause…

not rated 11 yesterday A 156 tokens copy · 94% MIT

cold-email

71

Global-mindee/WAY

Skill Claude CodeCodex

Write B2B cold emails and follow-up sequences that get replies. Use when the user wants to write cold outreach emails, prospecting emails, cold email campaigns, sales development emails, or SDR emails. Also use when the user mentions "cold outreach," "prospecting email," "outbound email," "email to leads," "reach out…

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

Global-mindee/WAY

Skill Claude CodeCodex

When the user wants to create competitor comparison or alternative pages for SEO and sales enablement. Also use when the user mentions 'alternative page,' 'vs page,' 'competitor comparison,' 'comparison page,' '[Product] vs [Product],' '[Product] alternative,' 'competitive landing pages,' 'how do we compare to X,'…

not rated 11 yesterday A 124 tokens copy · 92% 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: