Skip to content

Instantly share code, notes, and snippets.

View MLHafizur's full-sized avatar
🎯
Focusing

Hafizur Rahman MLHafizur

🎯
Focusing
View GitHub Profile
@MLHafizur
MLHafizur / 0.README.md
Created December 4, 2025 12:20 — forked from intellectronica/0.README.md
Upstash Redis Key-Value Store SKILL

Upstash Redis Key-Value Store SKILL

Get upstash-redis-kv.zip

Use this skill to read from and write to Upstash's Redis-compatible key-value store via REST API. Supports the full range of Redis data structures: strings, hashes, lists, sets, and sorted sets—ideal for caching, counters, leaderboards, queues, and persistent storage.

Works with Claude (by extracting it to ~/.claude/skills/) or with any other agent using Skillz.

Setup

@MLHafizur
MLHafizur / git.md
Created June 10, 2022 19:56 — forked from ziritrion/git.md
git cheatsheet

Basic git

  1. Make sure your local copy of the selected branch is updated.
    • git pull
  2. Check your repo branches
    1. Local branches
      • git branch
    2. All branches on remote repo
      • git branch -r
  3. Create a branch and access it