Trending & Rising

High-velocity repos and community favorites.

Latest Picks

Handpicked repositories selected for utility and relevance.

daily_stock_analysis interface preview

25K Stars in Weeks: LLM Stock Analysis Goes Open Source

A stock analysis tool built entirely on LLM decision-making has captured 24,000+ GitHub stars since launching in January 2026. The project combines agent architecture with RAG to analyze A-shares, H-shares, and US markets—demonstrating how AI tooling is making sophisticated market analysis accessible to individual developers.

ZhuLinsenZH

daily_stock_analysis

ZhuLinsen

claude-code-templates interface preview

Claude Code Templates: The Configuration Layer It Needed

Anthropic's Claude Code is powerful but lacks production-ready configuration. This community project provides the scaffolding teams actually need: tested agent configs, MCP server integrations, hooks, and monitoring templates. The project also exposes the rough edges—field naming mismatches and plugin loading issues show this infrastructure is still evolving.

davila7DA

claude-code-templates

davila7

oh-my-openagent interface preview

Why Agent Code Edits Fail: The Stale-Line Problem

Agent development hits a wall when tools rely on models to reproduce code content instead of using stable line identifiers. This causes stale-line errors that corrupt files mid-edit. oh-my-openagent addresses this infrastructural problem directly, though the approach brings its own challenges around token consumption and orchestration.

code-yeongyuCO

oh-my-openagent

code-yeongyu

PageIndex interface preview

PageIndex vs Vector Databases: Choosing Relevance Over Speed

Vector databases optimize for semantic similarity at scale, but similarity isn't always relevance. PageIndex uses iterative LLM reasoning to achieve breakthrough accuracy on financial and legal documents, accepting higher costs and slower retrieval as an intentional trade-off. The question isn't which approach is better—it's which problem you're actually solving.

VectifyAIVE

PageIndex

VectifyAI

SuperClaude_Framework interface preview

SuperClaude Framework: Structure Layer for Claude Code

Claude Code excels at AI-assisted code generation but wasn't built for project lifecycle management or team coordination. SuperClaude Framework layers structured workflows, specialized agents, and systematic protocols onto Claude Code without replacing it—30 commands for PR reviews that check guidelines, behavioral modes for different dev phases, and MCP integrations for tool connectivity.

SuperClaude-OrgSU

SuperClaude_Framework

SuperClaude-Org

opcode interface preview

opcode: The Claude Code GUI That Fixes Your PATH

opcode takes a different approach than Cursor or full IDE replacements—it's a lightweight desktop GUI built to solve one problem well: making Claude Code integrate cleanly with version managers and existing toolchains. The project hit 20K+ stars by focusing on unglamorous problems like PATH environment configuration that matter to working developers.

winfuncWI

opcode

winfunc