Skip to main content
TechRex.
Open Source · Resources

Jump to a section

Open-source projects, my Claude Code setup bundle, and CLI install guides for AI agents — pick one.

★ Featured

Project Spotlight

🏏
● Live Python

IPL 2026 Predictor

An XGBoost-powered IPL match winner predictor trained on 18 seasons of historical data. Includes a Streamlit app with interactive team selection, impact-player logic, and live win probabilities.

Machine Learning XGBoost Streamlit Cricket Analytics
🖥️

Open WebUI Desktop

● Active

Electron desktop app for Open WebUI — pure black UI, venv installer, and system tray integration. Run your local AI chat interface as a native desktop app without touching the terminal every time.

Electron Desktop App Open WebUI Local AI JavaScript
🧠

Local AI Memory

● Active

A local memory system for AI assistants that runs entirely on your own hardware. Store and retrieve context without cloud dependencies — full privacy, zero latency.

Local AI Memory Privacy Open Source
✍️

GBlog Skill

● Active

A Claude Code skill for generating and publishing blog posts directly to Google Blogger. Automate your blogging workflow with AI. Also available as a Claude skill on Clawhub.

Claude Blogging Automation AI Skill
🚀

More Projects Coming Soon

Building more tools and skills in public. Follow on GitHub to stay updated.

Follow on GitHub

Claude Code Setup Bundle

My entire Claude Code config in one download. Plugins, skills, rules, hooks, agents, commands — hand the file + prompt to Claude Code, Cursor, or Codex and it sets up everything on your machine.

11

plugins

17

custom skills

29

slash commands

6

sub-agents

🤖

How it works

Download setup.md, open the Agent Prompt and copy it, then paste both into Claude Code / Cursor / Codex. The agent backs up your existing ~/.claude/, clones the companion repo, merges files non-destructively, and installs 11 plugins. Takes about a minute.

🎬 YouTube Shorts Series

CLI Tools for AI Agents

Install guides for every CLI worth having in your AI workflow. Part of the ongoing TechRex Shorts series.

🤖
Why this page exists

How to use these with Claude Code, Cursor, Codex, or any agent

There is no special "agent integration" for these tools. You install the CLI, authenticate it on your machine once, then just tell your agent what to do. The agent runs the commands in your shell using the credentials the CLI already stored locally.

you → "Use the Vercel CLI to deploy this to production."
you → "Use gh CLI to open a PR from this branch."
you → "Use the AWS CLI to list my S3 buckets in us-east-1."

That's the whole integration. No MCP server needed, no API keys in agent config — the agent just shells out to a CLI that already knows who you are.

Vercel CLI

Deployment
● Live

Deploy projects, manage env vars, and preview deployments from the terminal.

Official docs ↗
🐙

GitHub CLI

Version Control
● Live

Create PRs, manage issues, clone repos, and run workflows without leaving your terminal.

Official docs ↗

Supabase CLI

Database
● Live

Spin up local Supabase, run migrations, and deploy edge functions from your terminal.

Official docs ↗
☁️

AWS CLI

Cloud
● Live

Manage AWS services, configure credentials, and automate cloud infrastructure.

Official docs ↗
🟩

Google Workspace CLI

Productivity
● Live

Official Google Workspace CLI for managing Drive, Gmail, Calendar, and admin resources from the terminal.

Official docs ↗
🤗

Hugging Face CLI

ML & Models
● Live

Download models and datasets, push repos, manage auth tokens, and run Hugging Face Hub ops from the terminal.

Official docs ↗
Related pages

Use these resources alongside the channel guides

Want walkthroughs for the tools listed here? Watch on the YouTube channel. Want the background on how these projects fit into the TechRex workflow? Read About.