Skip to content
View IamOumarIbrahim's full-sized avatar

Block or report IamOumarIbrahim

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

Omar Ibrahim

Electrical & Computer Engineer building open-source AI developer tooling, Model Context Protocol (MCP) integrations, and 6G / DSP signal processing research.

Python PyTorch MCP Standard KiCad License: MIT


⚡ Flagship Open-Source Projects

🔌 MCPntt

The Unified Model Context Protocol (MCP) Server for Desktop CAD, EDA & SPICE

Connecting Claude Desktop, Antigravity, and AI agents directly to KiCad, FreeCAD, LTspice, and workspace files.

// Add to claude_desktop_config.json
{
  "mcpServers": {
    "mcpntt": {
      "command": "uvx",
      "args": ["mcpntt"]
    }
  }
}

Stars


🖊️ handrolled

A Claude Skill that transforms AI slop into clean, procedural student-style code

Strips away robotic comments, unnecessary function abstractions, and boilerplate, forcing Claude to write unrolled, explicit code.

# Install in 1 command
mkdir -p ~/.claude/skills && curl -o ~/.claude/skills/handrolled.md https://raw.githubusercontent.com/IamOumarIbrahim/handrolled/main/SKILL.md

Stars


Selective State-Space Architecture for 6G OFDM ISAC Channel Estimation

PyTorch benchmark framework evaluating Mamba (SSMs) vs. Transformers for joint channel and target parameter estimation in wireless communication.

git clone https://github.com/IamOumarIbrahim/mamba-isac.git && cd mamba-isac
pip install -r requirements.txt && python eval/evaluate_all.py

Stars


📡 Signal Processing & Hardware Systems

  • 🥟 WokStation: Windows TUI manager orchestrating local offline AI coding models (Qwen, Kimi, DeepSeek) via Ollama with prompt broadcasting and crash recovery.
  • 📡 counter-uas-fmcw-radar: X-band FMCW radar pipeline simulation featuring 2D CA-CFAR detection, MVDR jammer nulling, and micro-Doppler STFT classification.

📚 Academic Archives & Coursework Portfolio

Pinned Loading

  1. MCPntt MCPntt Public

    MCPntt v4.1: Unified Engineering MCP Server for Antigravity & AI Environments (FreeCAD, KiCad EDA, SPICE & Workspace Management)

    Python

  2. mamba-isac mamba-isac Public

    Mamba-ISAC: A Selective State-Space Architecture for Joint Channel and Target Parameter Estimation in OFDM ISAC Systems.

    Python

  3. WokStation WokStation Public

    The Ultimate Multi-Terminal Manager for Local Eastern AI Models (Qwen, Kimi, DeepSeek)

    Batchfile

  4. ttl-vending-machine ttl-vending-machine Public archive

    6-choice juice vending machine designed and built entirely from scratch with 50+ discrete TTL logic ICs (no microcontrollers).

  5. unrolled unrolled Public

    A Claude Skill that unrolls AI-generated code into raw, hand-crafted engineering student code