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
yvoolab/README.md

Yvoo Lab

AI automation engineering — Claude Code power tools, agent pipelines, and the boring-but-critical glue that lets LLMs run unattended in production.

Everything below is extracted from a real multi-machine setup that runs Claude Code daily: scheduled headless agents, cross-machine session handoff, guardrail hooks that have each earned their place by preventing (or surviving) a real incident.

Claude Code toolbox

Repo What it solves
claude-code-cron Run Claude Code unattended on a schedule — runner script, git-push distributed lock for multi-machine setups, failure alerts, hard-boundary prompt template
claude-code-safety-hooks Guardrail hooks: confirmation gate for dangerous commands (rm -rf, force-push, DROP TABLE, destructive MCP calls), secret-hardcoding blocker, and an ASCII gate that stops CJK bytes from corrupting .cmd files
claude-code-session-sharing Hand off in-progress Claude Code sessions between machines — auto-snapshot on Stop hook, LLM summary, git sync
claude-code-windows-hook Working Node.js hook template for Claude Code on Windows — bypasses the known bash-hook bugs
claude-code-windows-screenshot-paste 28-line AutoHotkey fix for "No image found in clipboard" when pasting screenshots into Claude Code on Windows (#68021)
claude-code-todo-digest Every repo's TODO backlog, one nightly email — GitHub Action + zero-LLM summarizer with staleness flags
linux-voice-input-zh Push-to-talk Chinese voice input for any Linux app — 351 lines of Python, €0 to run (Groq free tier)

Working with me

Freelance data scientist & AI engineer — France, remote. Python · TypeScript · Claude API · ML & RAG · agent orchestration · workflow automation. In IT since 2022, data science since 2025, AI & agent systems since 2026.

Open to missions. Reach out through any repo's issues or the links on this profile.

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