Skip to content
View omrgpt's full-sized avatar

Block or report omrgpt

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.

Content in all repositories owned by your account will be closed.
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
omrgpt/README.md

HiπŸ‘‹

I build small, sharp tools for the AI-agent era β€” things I needed myself, shipped when they work, hardened before anyone asks.

πŸ”§ My projects

Tool What it does Install
agentport One config for every coding agent β€” converts AGENTS.md / CLAUDE.md / Cursor rules / MCP configs bidirectionally. Zero dependencies. pip install agentport-cli
docsqueeze Feeds PDFs & docs to AI agents inside a token budget β€” 30-page PDF at ~4k tokens instead of 45k. Anchored, citable output. pip install docsqueeze
alphaverdict Adversarial fact-checking for LLM-written trading strategies β€” five reviewers try to falsify your backtest before the market does. pip install alphaverdict

πŸ” How I ship

  • Security-first: agentport survived ~530 adversarial checks before launch
  • Zero-dependency where possible β€” auditability over convenience
  • Every claim in every README is measured or testable

πŸ“« Say hi

Issues are open on all three repos β€” feature requests and "you did X wrong" both welcome. Building in public: @omrgpt.

Pinned Loading

  1. agentport agentport Public

    Lightweight, security-first converter between coding-agent config formats: AGENTS.md / CLAUDE.md / Cursor rules / MCP configs / SKILL.md - zero dependencies.

    Python

  2. docsqueeze docsqueeze Public

    Token-efficient universal document reader for AI agents. PDF/DOCX/XLSX/PPTX/EPUB/etc to anchored text within a token budget. Zero dependencies.

    Python

  3. alpha-verdict alpha-verdict Public template

    Adversarial research verdicts for stock strategies - deterministic reviewers that try to falsify your backtest before the market does

    Python 1