Skip to content
View g761007's full-sized avatar

Block or report g761007

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. aistrap aistrap Public

    One-shot macOS bootstrap for AI developers — runtimes, dotfiles, cloud CLIs, and AI tools fully automated.

    Shell

  2. skillpod-cli skillpod-cli Public

    Pod-style dependency manager for AI coding agent skills. Declarative manifest, lockfile-pinned reproducible installs, multi-agent fan-out, and workspace profiles for context switching.

    Python

  3. Claude Code Stop hook — Telegram bot... Claude Code Stop hook — Telegram bot notification with project, summary, ctx%, model, and rate limit
    1
    #!/usr/bin/env bash
    2
    # Claude Code Stop hook — 完成回覆時透過 Telegram Bot 發送通知
    3
    set -u
    4
    
                  
    5
    CRED="$HOME/.claude/hooks/.telegram.env"