timurgaleev

115 mods across 2 repositories, 13 stars between them.

skillpack-harvest

49

timurgaleev/memex

Skill Claude CodeCodex

Lift a proven skill from a host workspace (e.g. your agent's project repo) back into the memex skillpack so other clients can scaffold it. Editorial workflow: the CLI does the file copy + privacy lint; this skill drives the judgment-heavy genericization (scrub real names, generalize triggers, lift workspace-specific…

8 7d ago C 79 tokens original MIT

smoke-test

50

timurgaleev/memex

Skill Claude CodeCodex

Post-restart smoke tests + auto-fix for the memex server environment. Walks a fixed check list over the real CLI and MCP surface (status, doctor, search, page round-trip), auto-fixes known issues, and reports what's left.

8 7d ago A 55 tokens original MIT

soul-audit

51

timurgaleev/memex

Skill Claude CodeCodex

6-phase interactive interview that generates the agent's identity (identity/soul), operator profile (identity/user), access posture (identity/access-policy), and operational cadence (identity/heartbeat) as brain pages. Re-runnable anytime to update any section.

8 7d ago A 54 tokens original MIT

strategic-reading

52

timurgaleev/memex

Skill Claude CodeCodex

Read a book, article, transcript, or case study through the lens of a specific strategic problem you're facing. Produces an applied playbook that maps the source onto the problem and gives short/medium/long-term recommendations. NOT for general book summaries.

8 7d ago A 55 tokens copy · 86% MIT

testing

53

timurgaleev/memex

Skill Claude CodeCodex

Skill validation framework PLUS daily test-suite health and regression intelligence. Validates skill conformance (frontmatter, enumeration coverage, trigger routing). Runs the project test suite in tiered phases (unit / evals / integration / system health), classifies failures, and produces a regression-aware report.

8 7d ago A 65 tokens original MIT

voice-note-ingest

54

timurgaleev/memex

Skill Claude CodeCodex

Ingest a voice note with exact-phrasing preservation (never paraphrased). Routes content to originals/, concepts/, people/, companies/, ideas/, personal/, or voice-notes/ based on a decision tree. The user's exact words are the signal.

8 7d ago A 56 tokens copy · 92% MIT

webhook-transforms

55

timurgaleev/memex

Skill Claude CodeCodex

Generic framework for converting external events (SMS, meetings, social mentions) into brain-ingestible signals. Define a transform function, point the event source at the receiving endpoint, and incoming events get processed through the brain pipeline.

8 7d ago A 52 tokens original MIT

vibestack CLAUDE.md

56

timurgaleev/vibestack

Instructions file

Instructions for timurgaleev/vibestack, covering claude.md — vibestack development guide, skill structure, skill.md frontmatter, body style and hook scripts.

5 14d ago C 2,470 tokens original MIT

autoplan

57

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 14d ago A 66 tokens original MIT

benchmark-models

58

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 14d ago C 65 tokens original MIT

benchmark

59

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 14d ago A 43 tokens original MIT

browse

60

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 14d ago A 60 tokens original MIT

canary

61

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 14d ago A 47 tokens original MIT

careful

62

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 14d ago C 44 tokens copy · 88% MIT

claude

63

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 14d ago A 49 tokens original MIT

codex

64

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 14d ago A 66 tokens original MIT

connect-chrome

65

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 14d ago A 27 tokens original MIT

context-restore

66

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 14d ago A 46 tokens original MIT

context-save

67

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 14d ago A 30 tokens original MIT

cso

68

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 14d ago B 87 tokens copy · 89% MIT

design-consultation

69

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 14d ago D 69 tokens original MIT

design-html

70

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 14d ago A 90 tokens original MIT

design-review

71

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 14d ago A 70 tokens original MIT

design-shotgun

72

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 14d ago B 34 tokens original MIT