Skip to content
View yvoolab's full-sized avatar

Block or report yvoolab

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. claude-code-windows-hook claude-code-windows-hook Public

    Working Node.js hook template for Claude Code on Windows. Bypasses the known bash-hook bugs (.sh not executing, stdin TTY, shell override ignored, path handling).

    JavaScript 2

  2. claude-code-cron claude-code-cron Public

    Run Claude Code unattended on a schedule (cron / Task Scheduler): runner script, git-push distributed lock for multi-machine setups, failure alerts via ntfy, and a hard-boundary prompt template. Ba…

    Shell

  3. claude-code-safety-hooks claude-code-safety-hooks Public

    Guardrail hooks for Claude Code: confirmation gate for dangerous shell/MCP commands (rm -rf, force-push, DROP TABLE, migrations), secret-hardcoding blocker, and an ASCII gate for .cmd files. Battle…

    JavaScript

  4. claude-code-session-sharing claude-code-session-sharing Public

    Share in-progress Claude Code sessions across multiple machines. Auto-snapshot via Stop hook + Haiku summary + git sync. Includes working Linux and Windows implementations.

    JavaScript

  5. claude-code-todo-digest claude-code-todo-digest Public

    Every repo's TODO backlog, one nightly email. GitHub Action that aggregates the TODO sections of .claude/CLAUDE.md across repos, compresses entries to titles, flags stale blocked-on-you items, and …

    Python

  6. claude-code-windows-screenshot-paste claude-code-windows-screenshot-paste Public

    Fix 'No image found in clipboard' when pasting screenshots into Claude Code on Windows Terminal. 28-line AutoHotkey v2 shim: raw bitmap -> temp PNG file reference (works around anthropics/claude-co…

    PowerShell