Skip to content

Instantly share code, notes, and snippets.

@maleta
maleta / README.md
Last active February 16, 2026 21:31
Clone a GitHub repo and start Claude Code in it. Repos are cached locally for fast reuse.

gitask

A bash script that clones GitHub repositories (with local caching) and launches Claude Code inside the cloned directory.

Ask Claude questions about any public GitHub repo without manually cloning it first.

Install

curl -fsSL https://gist.githubusercontent.com/maleta/16e7072bf469b95df73aa64d7471f6f6/raw/gitask -o /usr/local/bin/gitask
@maleta
maleta / README.md
Last active August 1, 2026 00:12
Rename a project folder and update Claude Code sessions to follow (rewrites ~/.claude/projects and history.jsonl)

claude-rename

Rename a project folder without losing your Claude Code session history.

What it does

When you rename a project folder, Claude Code loses track of it sessions, history, and project settings all reference the old path. This script: