timurgaleev/vibestack

vibestack is a portable skill pack for AI coding agents. Slash commands like /office-hours, /ship, /investigate, /tdd, /review install once and work across every agent that supports the Agent Skills open standard — Claude Code, Cursor, Kiro, and a growing list of others.

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

6Stars on the repository
60Mods indexed here, across every type
7d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

investigate

25

timurgaleev/vibestack

Skill Claude Code

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Proactively invoke this skill (do NOT debug directly) when the user reports errors, 500 errors, stack traces, unexpected behavior, "it was working yesterday", or is…

not rated 6 changed 6d ago A SkillSpector: warn 73 tokens original MIT

land-and-deploy

26

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago A SkillSpector: warn 38 tokens original MIT

landing-report

27

timurgaleev/vibestack

Skill Claude Code 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.

not rated 6 7d ago A 55 tokens original MIT

learn

28

timurgaleev/vibestack

Skill Claude Code

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

not rated 6 changed 6d ago A SkillSpector: warn 24 tokens original MIT

make-pdf

29

timurgaleev/vibestack

Skill Claude Code

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

not rated 6 changed 6d ago A SkillSpector: warn 37 tokens original MIT

office-hours

30

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.

not rated 6 changed 6d ago B 60 tokens original MIT

open-browser

31

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago A 51 tokens original MIT

pair-agent

32

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. Default access is read+write+admin+meta — the trust…

not rated 6 changed 6d ago A SkillSpector: warn 101 tokens original MIT

plan-ceo-review

33

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

not rated 6 changed 6d ago A SkillSpector: warn 81 tokens original MIT

plan-design-review

34

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.

not rated 6 changed 6d ago B 60 tokens original MIT

plan-devex-review

35

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

not rated 6 changed 6d ago A SkillSpector: warn 60 tokens original MIT

plan-eng-review

36

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.

not rated 6 changed 6d ago A SkillSpector: warn 42 tokens original MIT

plan-tune

37

timurgaleev/vibestack

Skill Claude Code

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…

not rated 6 changed 6d ago A SkillSpector: warn 86 tokens original MIT

pr-summary

38

timurgaleev/vibestack

Skill Claude Code

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

not rated 6 7d ago A 15 tokens original MIT

qa-only

39

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago C 34 tokens original MIT

qa

40

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago C 37 tokens copy · 84% MIT

retro

41

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago A 40 tokens copy · 86% MIT

review

42

timurgaleev/vibestack

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.

not rated 6 changed 6d ago D 35 tokens original MIT

scrape

43

timurgaleev/vibestack

Skill Claude Code

Pull structured data from a web page with the browse shim — navigate, extract, return JSON. Read-only.

not rated 6 changed 6d ago B 25 tokens original MIT

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago A 40 tokens original MIT

setup-deploy

45

timurgaleev/vibestack

Skill Claude Code

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.

not rated 6 changed 6d ago A SkillSpector: warn 69 tokens original MIT

ship

46

timurgaleev/vibestack

Skill Claude CodeCodex

Ship workflow: detect + merge base branch, run tests, review diff, bump VERSION, update CHANGELOG, commit, push, create PR.

not rated 6 changed 6d ago D 31 tokens original MIT

skillify

47

timurgaleev/vibestack

Skill Claude Code

Turn a working browse or scrape flow into a reusable vibestack skill — codify the steps into a new SKILL.md, validate, and install it.

not rated 6 changed 6d ago C 35 tokens original MIT

unfreeze

48

timurgaleev/vibestack

Skill Claude Code

Clear the freeze boundary set by /freeze, allowing edits to all directories again.

not rated 6 7d ago A 19 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: