timurgaleev

115 mods across 2 repositories, 13 stars between them.

devex-review

73

timurgaleev/vibestack

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

5 14d ago A 82 tokens original MIT

diagram

74

timurgaleev/vibestack

Skill Claude CodeCodex

Render a Mermaid diagram to a self-contained HTML file and a PNG, using the browse shim as the renderer — no heavy diagram toolchain to install.

5 14d ago A 32 tokens original MIT

document-generate

75

timurgaleev/vibestack

Skill Claude CodeCodex

Generate missing documentation from scratch for a feature, module, or entire project. Uses the Diataxis framework (tutorial / how-to / reference / explanation) to produce complete, structured documentation. Can be invoked standalone or called by /document-release when it finds coverage gaps.

5 14d ago A 58 tokens original MIT

document-release

76

timurgaleev/vibestack

Skill Claude CodeCodex

Post-ship documentation update. Reads all project docs, cross-references the diff, builds a Diataxis coverage map (reference/how-to/tutorial/explanation), updates README/ARCHITECTURE/CONTRIBUTING/CLAUDE.md to match what shipped, detects architecture diagram drift, polishes CHANGELOG voice with a sell-test rubric…

5 14d ago A 91 tokens original MIT

freeze

77

timurgaleev/vibestack

Skill Claude CodeCodex

Restrict file edits to a specific directory for the session. Blocks Edit and Write outside the allowed path.

5 14d ago A 23 tokens original MIT

guard

78

timurgaleev/vibestack

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.

5 14d ago C 60 tokens original MIT

health

79

timurgaleev/vibestack

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.

5 14d ago A 45 tokens original MIT

improve-arch

80

timurgaleev/vibestack

Skill Claude CodeCodex

Find deepening opportunities in a codebase. Surface architectural friction and propose refactors that turn shallow modules into deep ones — small interface, deep implementation. The aim is testability and AI-navigability. If your project has a domain glossary (e.g. CONTEXT.md) or ADRs (docs/adr/), the skill uses them…

5 14d ago A 88 tokens original MIT

investigate

81

timurgaleev/vibestack

Skill Claude CodeCodex

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause.

5 14d ago A 32 tokens original MIT

land-and-deploy

82

timurgaleev/vibestack

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.

5 14d ago A 38 tokens original MIT

landing-report

83

timurgaleev/vibestack

Skill Claude CodeCodex

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.

5 14d ago A 55 tokens original MIT

learn

84

timurgaleev/vibestack

Skill Claude CodeCodex

Manage project learnings. Review, search, prune, and export what vibestack has learned across sessions.

5 14d ago A 24 tokens original MIT

make-pdf

85

timurgaleev/vibestack

Skill Claude CodeCodex

Generate professional PDFs from code, markdown, or HTML in the current repository. Supports cover pages, tables of contents, watermarks, custom margins, and page sizes.

5 14d ago A 37 tokens original MIT

office-hours

86

timurgaleev/vibestack

Skill Claude CodeCodex

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.

5 14d ago B 60 tokens original MIT

open-browser

87

timurgaleev/vibestack

Skill Claude CodeCodex

Launch vibestack 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.

5 14d ago A 51 tokens original MIT

pair-agent

88

timurgaleev/vibestack

Skill Claude CodeCodex

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

5 14d ago A 72 tokens original MIT

plan-ceo-review

89

timurgaleev/vibestack

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

5 14d ago A 81 tokens original MIT

plan-design-review

90

timurgaleev/vibestack

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.

5 14d ago B 60 tokens original MIT

plan-devex-review

91

timurgaleev/vibestack

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

5 14d ago A 60 tokens original MIT

plan-eng-review

92

timurgaleev/vibestack

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.

5 14d ago A 42 tokens original MIT

plan-tune

93

timurgaleev/vibestack

Skill Claude CodeCodex

Self-tuning question sensitivity + developer psychographic for vibestack (v1: observational). Review which AskUserQuestion prompts fire across vibestack 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…

5 14d ago A 86 tokens original MIT

pr-summary

94

timurgaleev/vibestack

Skill Claude CodeCodex

Analyze all PR changes and update PR description with accurate summary.

5 14d ago A 15 tokens original MIT

qa-only

95

timurgaleev/vibestack

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.

5 14d ago C 34 tokens original MIT

qa

96

timurgaleev/vibestack

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.

5 14d ago C 37 tokens copy · 84% MIT