Repository of the Day - xbtlin/ai-berkshire, and Daily Trends - July 5, 2026
Published: 7/5/2026
This daily roundup highlights repository momentum from GitGenius analytics for July 5, 2026, using UTC daily deltas in stars and subscribers.
The scan reviewed 2116 repositories, with 1979 repos contributing star deltas and 1979 repos contributing subscriber deltas.
Repo of the day
xbtlin/ai-berkshire led the day with +619 stars to 10277 total stars and +3 subscribers to 39 total subscribers. AI Berkshire is a value investing research framework built on Python that integrates Claude Code and Codex to systematize the methodologies of four investment masters: Warren Buffett, Charlie Munger, Duan Yongping, and Li Lu. The repository enables individual investors to conduct professional-grade investment research by leveraging AI agents that operate in parallel, effectively transforming one person plus Claude into a complete investment research team. The framework is designed to address a fundamental problem with direct AI queries: while large language models can provide balanced analysis, they typically avoid definitive conclusions and lack the structured decision-making discipline required for actual investment decisions.
The repository demonstrates real-world performance validation with documented track records showing 69.29 percent returns in 2024 and 66.38 percent returns in 2025, significantly outperforming major global indices including the S&P 500, Hang Seng Index, and Nasdaq. According to GitGenius tracking data, the repository has grown from 9641 to 9645 stargazers and from 1222 to 1223 forks since July 4, 2026, with median issue and pull request response latency of 15.7 hours and mean latency of 27.4 hours. The primary contributor xbtlin has logged 37 tracked events, with secondary contributors QKioi and mvanhorn each contributing 3 events.
The framework's core innovation lies in its multi-agent adversarial analysis approach. Rather than applying a single analytical lens, AI Berkshire forces four distinct perspectives to evaluate the same investment opportunity, creating genuine intellectual tension. For example, when analyzing a company, Duan Yongping's business model perspective might rate it 3.7 out of 5, while Buffett's financial valuation approach rates it 4.4 out of 5, and Li Lu's long-term certainty standard rates it 2.0 out of 5. This deliberate conflict prevents the false consensus that emerges from single-perspective analysis and mirrors the reality of actual investment decision-making where reasonable analysts disagree.
The repository implements multiple anti-bias mechanisms embedded throughout its analytical workflow. These include information richness ratings that prevent confusing data abundance with certainty, Munger-style reverse checklists that force consideration of failure scenarios, rapid disqualification lists with eight hard red lines that trigger automatic rejection regardless of valuation, and anti-consensus checks that identify when the framework's conclusions diverge from market consensus. The framework also enforces precision in financial calculations using Python's decimal.Decimal for exact decimal arithmetic rather than floating-point operations, with critical data points cross-verified against at least two independent sources.
The repository organizes its functionality into 19 distinct skills grouped across six categories: deep research skills including investment-research, investment-team, management-deep-dive, private-company-research, and deep-company-series; earnings analysis skills covering earnings-review and earnings-team; industry screening skills including industry-research, industry-funnel, quality-screen, bottleneck-hunter, and investment-checklist; and additional portfolio management capabilities. Each skill enforces consistent output structure and evaluation criteria, enabling horizontal comparison across multiple companies and temporal comparison of the same company across different analysis periods.
The framework's architecture operates across three layers: a Skill layer that abstracts user intent into 19 explicit entry points, an Agent layer where four agents conduct parallel independent research within each skill, and a Tools layer providing precise calculation, real-time retrieval, and report verification. The multi-agent parallel approach effectively multiplies research depth by enabling four independent analysts to simultaneously search information sources, cross-validate data, and reach independent conclusions before a Team Lead synthesizes findings. This design philosophy directly addresses the limitations of single-prompt interactions with language models by creating genuine research parallelism rather than sequential prompt decomposition.
Fastest rising repos
- usestrix/strix - +1053 stars (37059 total), language: Python. Open-source AI penetration testing tool to find and fix your app’s vulnerabilities.
- asgeirtj/system_prompts_leaks - +1010 stars (49905 total), language: JavaScript. Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.
- Leonxlnx/taste-skill - +970 stars (57437 total), language: JavaScript. Taste-Skill - gives your AI good taste. stops the AI from generating boring, generic slop
- mattpocock/skills - +903 stars (157435 total), language: Shell. Skills for Real Engineers. Straight from my .claude directory.
- firecrawl/firecrawl - +818 stars (145062 total), language: TypeScript. The API to search, scrape, and interact with the web at scale. 🔥
Subscriber surge
- ruvnet/RuView - +15 subscribers (571 total), +275 stars. π RuView turns commodity WiFi signals into real-time spatial intelligence, vital sign monitoring, and presence detection — all without a single pixel of video.
- asgeirtj/system_prompts_leaks - +11 subscribers (583 total), +1010 stars. Extracted system prompts from Anthropic - Claude Fable 5, Opus 4.8, Claude Code, Claude Design. OpenAI - ChatGPT 5.5 Thinking, GPT 5.5 Instant, Codex. Google - Gemini 3.5 Flash, 3.1 Pro, Antigravity. xAI - Grok, Cursor, Copilot, VS Code, Perplexity, and more. Updated regularly.
- diegosouzapw/OmniRoute - +7 subscribers (44 total), +544 stars. Never stop coding. Free AI gateway: one endpoint, 231+ providers (50+ free), connect Claude Code, Codex, Cursor, Cline & Copilot to FREE Claude/GPT/Gemini. RTK+Caveman stacked compression saves 15-95% tokens, smart auto-fallback, MCP/A2A, multimodal APIs, Desktop/PWA.
- torvalds/linux - +5 subscribers (8286 total), +146 stars. Linux kernel source tree
- nilbuild/developer-roadmap - +5 subscribers (6848 total), +128 stars. Interactive roadmaps, guides and other educational content to help developers grow in their careers.
Hidden gems
- calfonso/rusternetes - +3 stars to 466 total stars, 1 subscribers. kubernetes, reimplemented in Rust
- VectifyAI/pageindex-mcp - +2 stars to 369 total stars, 2 subscribers. MCP server for PageIndex. PageIndex is a vectorless reasoning-based RAG system which uses multi-step reasoning and tree search to retrieve information like a human expert would.
- openshift/must-gather - +1 stars to 135 total stars, 142 subscribers. A client tool for gathering information about an operator managed component.
- ceph/ceph-client - +1 stars to 215 total stars, 121 subscribers. Ceph kernel client (kernel modules)
- snowflakedb/snowpark-python - +1 stars to 337 total stars, 15 subscribers. Snowflake Snowpark Python API
Language movers
- python - +15327 stars across 338 repos. Example repos: openai/gpt-oss, hsliuping/TradingAgents-CN, shareAI-lab/learn-claude-code
- typescript - +9441 stars across 220 repos. Example repos: nrwl/nx, OpenCut-app/OpenCut, QwenLM/qwen-code
- javascript - +3377 stars across 56 repos. Example repos: react/react, thedotmack/claude-mem, Piebald-AI/claude-code-system-prompts
- shell - +3056 stars across 25 repos. Example repos: VoltAgent/awesome-claude-code-subagents, obra/superpowers, msitarzewski/agency-agents
- rust - +2923 stars across 84 repos. Example repos: BloopAI/vibe-kanban, farion1231/cc-switch, firecracker-microvm/firecracker
Category spotlight
- machine learning - +7877 stars across 196 repos. Example repos: openai/gpt-oss, onnx/onnx, fastai/fastai
- automation - +4214 stars across 116 repos. Example repos: shiyu-coder/Kronos, disler/claude-code-hooks-mastery, eigent-ai/eigent
- ai - +3668 stars across 62 repos. Example repos: anthropics/skills, multica-ai/multica, affaan-m/ECC
- cross-platform - +3602 stars across 64 repos. Example repos: schollz/croc, obra/superpowers, ionic-team/capacitor
- natural language processing - +3519 stars across 74 repos. Example repos: fastai/fastai, NVIDIA-NeMo/Gym, KeygraphHQ/shannon
Maintainer watch
- usestrix - +1053 stars across 1 repos. Example repos: usestrix/strix
- asgeirtj - +1010 stars across 1 repos. Example repos: asgeirtj/system_prompts_leaks
- leonxlnx - +970 stars across 1 repos. Example repos: Leonxlnx/taste-skill
- mattpocock - +945 stars across 5 repos. Example repos: mattpocock/course-video-manager, mattpocock/skills, mattpocock/sandcastle
- alibaba - +900 stars across 3 repos. Example repos: alibaba/page-agent, alibaba/zvec, alibaba/spring-ai-alibaba
