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.

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

autoplan

01

timurgaleev/vibestack

Skill Claude CodeCodex

Auto-review pipeline — reads the full CEO, design, eng, and DX review skills from disk and runs them sequentially with auto-decisions using 6 decision principles. Surfaces taste decisions (close approaches, borderline scope, codex disagreements) at a final approval gate. One command, fully reviewed plan out.

5 15d ago A 66 tokens original MIT

benchmark-models

02

timurgaleev/vibestack

Skill Claude CodeCodex

Cross-model benchmark for vibestack skills. Runs the same prompt through Claude, GPT (via Codex CLI), and Gemini side-by-side — compares latency, tokens, cost, and optionally quality via LLM judge. Answers "which model is actually best for this skill?" with data instead of vibes.

5 15d ago C 65 tokens original MIT

benchmark

03

timurgaleev/vibestack

Skill Claude CodeCodex

Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR. Tracks performance trends over time.

5 15d ago A 43 tokens original MIT

browse

04

timurgaleev/vibestack

Skill Claude CodeCodex

Fast headless browser for QA testing and site dogfooding. Navigate any URL, interact with elements, verify page state, diff before/after actions, take annotated screenshots, check responsive layouts, test forms and uploads, handle dialogs, and assert element states. 100ms per command.

5 15d ago A 60 tokens original MIT

canary

05

timurgaleev/vibestack

Skill Claude CodeCodex

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.

5 15d ago A 47 tokens original MIT

careful

06

timurgaleev/vibestack

Skill Claude CodeCodex

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.

5 15d ago C 44 tokens copy · 88% MIT

claude

07

timurgaleev/vibestack

Skill Claude CodeCodex

Claude Code CLI wrapper for getting an independent second opinion. Three modes: Review (diff review via claude -p), Challenge (adversarial failure-mode review), Consult (ask Claude about the repo with read-only file tools).

5 15d ago A 49 tokens original MIT

codex

08

timurgaleev/vibestack

Skill Claude CodeCodex

OpenAI Codex CLI wrapper — three modes. Code review: independent diff review via codex review with pass/fail gate. Challenge: adversarial mode that tries to break your code. Consult: ask codex anything with session continuity for follow-ups. The second-opinion reviewer from a completely different AI model.

5 15d ago A 66 tokens original MIT

connect-chrome

09

timurgaleev/vibestack

Skill Claude CodeCodex

Reuse your real Chrome's logged-in cookies in the browse daemon, so authenticated pages work without re-logging-in.

5 15d ago A 27 tokens original MIT

context-restore

10

timurgaleev/vibestack

Skill Claude CodeCodex

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.

5 15d ago A 46 tokens original MIT

context-save

11

timurgaleev/vibestack

Skill Claude CodeCodex

Save working context. Captures git state, decisions made, and remaining work so any future session can pick up without losing a beat.

5 15d ago A 30 tokens original MIT

cso

12

timurgaleev/vibestack

Skill Claude CodeCodex

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…

5 15d ago B 87 tokens copy · 89% MIT

design-consultation

13

timurgaleev/vibestack

Skill Claude CodeCodex

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…

5 15d ago D 69 tokens original MIT

design-html

14

timurgaleev/vibestack

Skill Claude CodeCodex

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…

5 15d ago A 90 tokens original MIT

design-review

15

timurgaleev/vibestack

Skill Claude CodeCodex

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…

5 15d ago A 70 tokens original MIT

design-shotgun

16

timurgaleev/vibestack

Skill Claude CodeCodex

Design shotgun: generate multiple AI design variants, open a comparison board, collect structured feedback, and iterate. Standalone design exploration you can run anytime.

5 15d ago B 34 tokens original MIT

devex-review

17

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 15d ago A 82 tokens original MIT

diagram

18

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 15d ago A 32 tokens original MIT

document-generate

19

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 15d ago A 58 tokens original MIT

document-release

20

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 15d ago A 91 tokens original MIT

freeze

21

timurgaleev/vibestack

Skill Claude CodeCodex

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

5 15d ago A 23 tokens original MIT

guard

22

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 15d ago C 60 tokens original MIT

health

23

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 15d ago A 45 tokens original MIT

improve-arch

24

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 15d ago A 88 tokens original MIT