Skip to content
View zoharbabin's full-sized avatar
💭
dreaming, breaking, building
💭
dreaming, breaking, building

Highlights

  • Pro

Block or report zoharbabin

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

Pinned Loading

  1. enterprise-ai-agents-spec enterprise-ai-agents-spec Public

    An open-source, detailed blueprint for implementing highly scalable swarms of specialized AI Agents in enterprise product development, emphasizing parallelization, robust governance, compliance, an…

    Shell 49 10

  2. karaokify karaokify Public

    Karaokify transforms your audio into dynamic, karaoke-style highlight videos—perfect for social media sharing. It seamlessly handles transcription, crossfading, waveform overlays, and subtitles, tu…

    Python 4

  3. google-researcher-mcp google-researcher-mcp Public

    This is a Model Context Protocol (MCP) server that enables AI assistants like Claude, GPT, and other LLMs to: Search the web via Google (general, images, news) Read any webpage including JavaScript…

    TypeScript 31 3

  4. edgar_analytics edgar_analytics Public

    EDGAR Analytics – Python Library for Extracting, Analyzing, and Forecasting SEC EDGAR Filings. Streamline your financial analysis with comprehensive metrics, growth rates, and automated reporting c…

    Python 17 1

  5. due-diligence-agents due-diligence-agents Public

    Find what gets buried in the data room. Open-source integrated M&A due diligence — legal, financial, commercial, and technical analysis across every contract, cross-referenced with exact citations.

    Python 9 6

  6. 🧠 Transform your dev process with a ... 🧠 Transform your dev process with a swarm of AI agents using Roo Code. 🛠️ Includes .roomodes config + all-mode instructions to launch your own intelligent AI team.
    1
    **Core Principles:**
    2
    1.  **Prioritize Provided Context:** Base your analysis, planning, and execution primarily on the specific context, instructions, and summaries provided in the current task message. This is the main way information flows between steps.
    3
    2.  **Standard Project Documents:** Key persistent artifacts are `README.md`, `architecture.md`, `specifications.md`, and files within `/docs/`.
    4
    3.  **Review Relevant Existing State:** Before generating/modifying code or documents, review relevant sections of the standard documents OR the provided context to ensure consistency, avoid duplication, and build upon current state.
    5
    4.  **Judicious File Reading:** Use file reading tools (`read_file`) *only* as a fallback if essential details are confirmed missing from the summarized context provided by the orchestrator. Avoid reading entire large documents unnecessarily.