{"reportDate":"2026-06-05","heroSummary":"Look past the models and focus on the tooling: today is about the SDKs, harnesses, and skill libraries solidifying platforms around Claude Code and GitHub Copilot.","topChanges":["NVIDIA/cosmos shows a major player pushing agentic AI from code and text into the physical world of robotics and autonomous systems.","CopilotKit/CopilotKit shows the agent paradigm moving into the frontend, defining protocols for generative UI beyond backend tasks.","Panniantong/Agent-Reach shows a new class of tooling for agents to access real-time, unstructured data from social platforms without API fees."],"categoryBlocks":[{"category":"AI Infra & Protocols","summary":"The focus here is building the operational layer around existing agents. New SDKs from major players like GitHub, alongside community-built harnesses and routers, indicate the ecosystem is maturing from standalone agents to integrated platforms.","repos":[{"repoName":"NousResearch/hermes-agent","repoUrl":"https://github.com/NousResearch/hermes-agent","summary":"A new AI agent framework from NousResearch, a notable community research group. Its trending status reflects interest in agent architectures that can be customized and extended over time, moving beyond single-shot task execution.","signalBadge":"new","spanPresence":["daily"],"stars":182350},{"repoName":"CopilotKit/CopilotKit","repoUrl":"https://github.com/CopilotKit/CopilotKit","summary":"This project provides a frontend stack for building agentic user interfaces with React and Angular. It's significant for defining a protocol (AG-UI) to standardize how generative AI interacts with the UI, moving agents beyond the command line.","signalBadge":"new","spanPresence":["daily"],"stars":32448},{"repoName":"revfactory/harness","repoUrl":"https://github.com/revfactory/harness","summary":"An agent harness that designs and generates teams of specialized agents and their skills. It represents a higher level of abstraction in agent architecture, focusing on meta-cognition and automated team composition rather than individual agent logic.","signalBadge":"new","spanPresence":["weekly"],"stars":6091},{"repoName":"affaan-m/ECC","repoUrl":"https://github.com/affaan-m/ECC","summary":"Another agent harness, focusing on performance optimization. Its explicit mention of memory, security, and multiple coding models like Claude Code and Cursor indicates the growing need for robust, production-oriented infrastructure to manage agent execution.","signalBadge":"rising","spanPresence":["daily","weekly"],"stars":208040},{"repoName":"Panniantong/Agent-Reach","repoUrl":"https://github.com/Panniantong/Agent-Reach","summary":"A tool that gives agents the ability to read and search social media platforms like Twitter, Reddit, and even Chinese platforms like Bilibili and XiaoHongShu. It's notable for providing real-time data access without API fees, a key capability for grounded agents.","signalBadge":"new","spanPresence":["daily"],"stars":21369},{"repoName":"ogulcancelik/herdr","repoUrl":"https://github.com/ogulcancelik/herdr","summary":"A terminal-based agent multiplexer. This tool addresses the developer workflow problem of managing multiple concurrent agent processes. It's a utility that reflects the increasing complexity of using and debugging agent-based systems.","signalBadge":"new","spanPresence":["weekly"],"stars":4507},{"repoName":"decolua/9router","repoUrl":"https://github.com/decolua/9router","summary":"An AI model router that connects coding tools to free model providers, with features like auto-fallback and token optimization. It highlights the community's effort to commoditize LLM access and bypass rate limits, a practical concern for heavy users.","signalBadge":"cooling","spanPresence":["monthly"],"stars":16427},{"repoName":"github/copilot-sdk","repoUrl":"https://github.com/github/copilot-sdk","summary":"An official SDK from GitHub for integrating Copilot Agent into applications. This is a significant platform move, aiming to standardize how developers build on top of Copilot and fostering an ecosystem of third-party tools.","signalBadge":"new","spanPresence":["daily"],"stars":9149},{"repoName":"bytedance/UI-TARS-desktop","repoUrl":"https://github.com/bytedance/UI-TARS-desktop","summary":"An open-source multimodal AI agent stack from ByteDance. Its presence signals that major tech companies are investing in and open-sourcing their internal agent infrastructure, likely to attract developers and establish standards.","signalBadge":"cooling","spanPresence":["monthly"],"stars":36105}],"insight":"The focus here is building the operational layer around existing agents. New SDKs from major players like GitHub, alongside community-built harnesses and routers, indicate the ecosystem is maturing from standalone agents to integrated platforms."},{"category":"Memory, RAG & Context","summary":"This category is dominated by token optimization techniques. Projects like `chopratejas/headroom` (context compression) and `colbymchenry/codegraph` (pre-indexed local graphs) aim to reduce operational costs and latency for agent interactions.","repos":[{"repoName":"chopratejas/headroom","repoUrl":"https://github.com/chopratejas/headroom","summary":"A utility for compressing context (tool outputs, logs, RAG chunks) before sending it to an LLM. It directly addresses the high cost and latency of large context windows, offering a practical token-saving solution that is trending due to its economic impact.","signalBadge":"rising","spanPresence":["daily","monthly","weekly"],"stars":14108},{"repoName":"colbymchenry/codegraph","repoUrl":"https://github.com/colbymchenry/codegraph","summary":"A tool to create a local, pre-indexed knowledge graph of a codebase for AI agents. This is notable for its focus on local-first operation, reducing token usage and reliance on external APIs for code understanding tasks.","signalBadge":"repeated","spanPresence":["monthly","weekly"],"stars":42070},{"repoName":"rohitg00/agentmemory","repoUrl":"https://github.com/rohitg00/agentmemory","summary":"A persistent memory library specifically for AI coding agents. Its repeated appearance on trending lists indicates that providing agents with long-term memory and recall is a critical, unsolved problem that developers are actively trying to address.","signalBadge":"cooling","spanPresence":["monthly"],"stars":21349},{"repoName":"lfnovo/open-notebook","repoUrl":"https://github.com/lfnovo/open-notebook","summary":"An open-source implementation of Google's NotebookLM. This project taps into the demand for tools that allow users to have conversational Q&A over their own documents, but with the flexibility and privacy of an open-source solution.","signalBadge":"new","spanPresence":["daily"],"stars":25688},{"repoName":"Lum1104/Understand-Anything","repoUrl":"https://github.com/Lum1104/Understand-Anything","summary":"A tool that converts code into an interactive knowledge graph. Its value lies in making complex codebases explorable and queryable for both humans and AI agents, aiming to improve comprehension rather than just generating code.","signalBadge":"repeated","spanPresence":["monthly","weekly"],"stars":52700},{"repoName":"supermemoryai/supermemory","repoUrl":"https://github.com/supermemoryai/supermemory","summary":"A self-described 'Memory API for the AI era'. This project is another take on the persistent memory problem for agents, positioning itself as a scalable, high-performance backend service for applications that need to remember user interactions.","signalBadge":"new","spanPresence":["weekly"],"stars":25656},{"repoName":"MemPalace/mempalace","repoUrl":"https://github.com/MemPalace/mempalace","summary":"Another open-source AI memory system. The high number of competing memory projects like this, `agentmemory`, and `supermemory` indicates that this part of the agent stack is still fragmented and undergoing intense competition and innovation.","signalBadge":"new","spanPresence":["daily"],"stars":53702}],"insight":"This category is dominated by token optimization techniques. Projects like `chopratejas/headroom` (context compression) and `colbymchenry/codegraph` (pre-indexed local graphs) aim to reduce operational costs and latency for agent interactions."},{"category":"On-device & Multimodal AI","summary":"This collection of tools focuses on bridging unstructured real-world data (documents, video, voice) with LLMs. Projects like `PaddlePaddle/PaddleOCR` and `microsoft/markitdown` provide the essential data ingestion and conversion pipelines for multimodal agents.","repos":[{"repoName":"microsoft/markitdown","repoUrl":"https://github.com/microsoft/markitdown","summary":"A Python tool from Microsoft for converting various document formats to Markdown. This is a practical utility that serves as a crucial pre-processing step for feeding structured and unstructured documents into LLMs for RAG or summarization tasks.","signalBadge":"new","spanPresence":["weekly"],"stars":145049},{"repoName":"harry0703/MoneyPrinterTurbo","repoUrl":"https://github.com/harry0703/MoneyPrinterTurbo","summary":"A tool for one-click short video generation using LLMs. Its continued popularity, despite being a repeated trend, points to a strong and persistent demand for automated content creation tools, particularly in the short-form video space.","signalBadge":"repeated","spanPresence":["monthly","weekly"],"stars":79852},{"repoName":"run-llama/liteparse","repoUrl":"https://github.com/run-llama/liteparse","summary":"An open-source document parser from LlamaIndex. As a core component of RAG pipelines, a fast and effective parser is critical. This project's traction comes from its association with a popular RAG framework and the need for efficient data ingestion.","signalBadge":"new","spanPresence":["weekly"],"stars":9181},{"repoName":"Open-LLM-VTuber/Open-LLM-VTuber","repoUrl":"https://github.com/Open-LLM-VTuber/Open-LLM-VTuber","summary":"This project lets users interact with any LLM via a voice-controlled Live2D avatar. It represents a growing interest in creating more natural and engaging human-computer interfaces for AI, moving beyond text-based chat.","signalBadge":"new","spanPresence":["weekly"],"stars":9946},{"repoName":"PaddlePaddle/PaddleOCR","repoUrl":"https://github.com/PaddlePaddle/PaddleOCR","summary":"A lightweight OCR toolkit from Baidu's PaddlePaddle team. Its value is in providing a high-performance, open-source tool to extract text from images and PDFs, a fundamental step for enabling LLMs to process and understand scanned documents.","signalBadge":"new","spanPresence":["daily"],"stars":80377},{"repoName":"HKUDS/ViMax","repoUrl":"https://github.com/HKUDS/ViMax","summary":"An agentic video generation framework that breaks down video creation into roles like 'Director' and 'Producer'. This structured approach to a complex creative task is what makes it interesting, attempting to systematize AI-driven video production.","signalBadge":"cooling","spanPresence":["monthly"],"stars":8821},{"repoName":"OpenBMB/VoxCPM","repoUrl":"https://github.com/OpenBMB/VoxCPM","summary":"A tokenizer-free text-to-speech (TTS) model. Its key feature is multilingual support and voice cloning without the need for tokenization, which can improve the quality and naturalness of generated speech, especially for less common languages.","signalBadge":"new","spanPresence":["weekly"],"stars":26201},{"repoName":"ruvnet/RuView","repoUrl":"https://github.com/ruvnet/RuView","summary":"A system that uses WiFi signals for spatial awareness and vital sign monitoring without cameras. This is a niche but fascinating application of signal processing, representing a move towards non-visual, privacy-preserving sensor data for AI.","signalBadge":"cooling","spanPresence":["monthly"],"stars":70970}],"insight":"This collection of tools focuses on bridging unstructured real-world data (documents, video, voice) with LLMs. Projects like `PaddlePaddle/PaddleOCR` and `microsoft/markitdown` provide the essential data ingestion and conversion pipelines for multimodal agents."},{"category":"AI Coding Tools & Agents","summary":"This category is now a battleground for terminal-native coding assistants. The official release of `anthropics/claude-code` validates the terminal as a key interface, directly competing with community projects and other models targeting the same developer workflow.","repos":[{"repoName":"can1357/oh-my-pi","repoUrl":"https://github.com/can1357/oh-my-pi","summary":"A terminal-based AI coding agent. Its continued presence indicates a developer preference for command-line interfaces for coding tasks. It competes in a crowded space with official tools like Claude Code and GitHub Copilot's CLI.","signalBadge":"repeated","spanPresence":["monthly","weekly"],"stars":10681},{"repoName":"anthropics/claude-code","repoUrl":"https://github.com/anthropics/claude-code","summary":"The official terminal-based coding agent from Anthropic. Its launch is a significant event, as it's a first-party tool from a major model provider entering the developer's core workflow, directly validating the agentic terminal tool category.","signalBadge":"new","spanPresence":["weekly"],"stars":130366},{"repoName":"Hmbown/CodeWhale","repoUrl":"https://github.com/Hmbown/CodeWhale","summary":"A terminal coding agent using DeepSeek and MiMo models. This project is an example of the community building agentic tools on top of open-source or less mainstream models, providing alternatives to the major platforms.","signalBadge":"cooling","spanPresence":["monthly"],"stars":37179}],"insight":"This category is now a battleground for terminal-native coding assistants. The official release of `anthropics/claude-code` validates the terminal as a key interface, directly competing with community projects and other models targeting the same developer workflow."},{"category":"Security & Reverse Engineering","summary":"Limited but practical activity. `aquasecurity/trivy` represents the continuous integration of security scanning into modern dev workflows, while `CloakHQ/CloakBrowser` highlights the niche but persistent arms race in browser fingerprinting and bot detection.","repos":[{"repoName":"CloakHQ/CloakBrowser","repoUrl":"https://github.com/CloakHQ/CloakBrowser","summary":"A stealth version of Chromium designed to defeat bot detection systems. As a drop-in replacement for Playwright, it's a tool for developers working on web scraping or automation who face increasingly sophisticated anti-bot measures.","signalBadge":"cooling","spanPresence":["monthly"],"stars":24114},{"repoName":"aquasecurity/trivy","repoUrl":"https://github.com/aquasecurity/trivy","summary":"A comprehensive open-source security scanner from Aqua Security. Its popularity stems from its ability to scan a wide range of targets (containers, code, clouds) for vulnerabilities and misconfigurations, making it a versatile tool in a DevSecOps pipeline.","signalBadge":"new","spanPresence":["daily"],"stars":35790}],"insight":"Limited but practical activity. `aquasecurity/trivy` represents the continuous integration of security scanning into modern dev workflows, while `CloakHQ/CloakBrowser` highlights the niche but persistent arms race in browser fingerprinting and bot detection."},{"category":"Prompt & Skill Libraries","summary":"This category demonstrates the clear emergence of a modular 'skill economy' for AI agents. We see official plugin specifications from OpenAI and Cursor alongside specialized, community-driven skill packs for tasks like research and cybersecurity.","repos":[{"repoName":"EveryInc/compound-engineering-plugin","repoUrl":"https://github.com/EveryInc/compound-engineering-plugin","summary":"An official plugin for various coding agents. This is a clear example of the emerging 'skill economy', where specialized capabilities are packaged and distributed for agents to use, enriching the ecosystem beyond the base model's abilities.","signalBadge":"new","spanPresence":["weekly"],"stars":19874},{"repoName":"mvanhorn/last30days-skill","repoUrl":"https://github.com/mvanhorn/last30days-skill","summary":"An agent skill for researching and summarizing recent information from across the web. This highlights the demand for agents that can perform timely, grounded synthesis of current events, a task that base LLMs often struggle with due to knowledge cutoffs.","signalBadge":"new","spanPresence":["daily"],"stars":28067},{"repoName":"Imbad0202/academic-research-skills","repoUrl":"https://github.com/Imbad0202/academic-research-skills","summary":"A set of skills specifically designed for academic research workflows within Claude Code. This shows the trend of creating domain-specific skill sets to tailor general-purpose agents for specialized professional tasks.","signalBadge":"cooling","spanPresence":["monthly"],"stars":27607},{"repoName":"hardikpandya/stop-slop","repoUrl":"https://github.com/hardikpandya/stop-slop","summary":"A skill file designed to remove tell-tale signs of AI-generated text from prose. The existence and popularity of such a tool is a direct commentary on the current quality of LLM output, reflecting a user need to refine generated content to be more human-like.","signalBadge":"new","spanPresence":["weekly"],"stars":8800},{"repoName":"openai/plugins","repoUrl":"https://github.com/openai/plugins","summary":"This repository contains OpenAI's official plugins. Its presence on the trending list, likely due to updates or community interest, reinforces the strategic importance of the plugin model for extending the capabilities of foundational AI systems like ChatGPT.","signalBadge":"new","spanPresence":["daily"],"stars":1453},{"repoName":"mattpocock/skills","repoUrl":"https://github.com/mattpocock/skills","summary":"A collection of agent skills from a well-known developer educator. This is significant because it shows influencers and domain experts packaging their personal workflows and heuristics into shareable skills for agents, a form of knowledge transfer.","signalBadge":"cooling","spanPresence":["monthly"],"stars":118427},{"repoName":"cursor/plugins","repoUrl":"https://github.com/cursor/plugins","summary":"The official plugin specification and repository for the Cursor code editor. This is another example of a platform building out its ecosystem, enabling third-party developers to extend the editor's AI capabilities through a standardized interface.","signalBadge":"new","spanPresence":["weekly"],"stars":1846},{"repoName":"Leonxlnx/taste-skill","repoUrl":"https://github.com/Leonxlnx/taste-skill","summary":"A skill that purports to give an AI 'good taste' and prevent it from generating generic content. Like `stop-slop`, this is meta-commentary on the state of LLMs, addressing the qualitative, subjective aspects of content generation that are hard to benchmark.","signalBadge":"new","spanPresence":["weekly"],"stars":33628},{"repoName":"mukul975/Anthropic-Cybersecurity-Skills","repoUrl":"https://github.com/mukul975/Anthropic-Cybersecurity-Skills","summary":"A large, structured set of cybersecurity skills for agents, mapped to industry frameworks like MITRE ATT&CK. This demonstrates a sophisticated, domain-specific application of the skill concept, creating a knowledge base for agents in a high-stakes field.","signalBadge":"new","spanPresence":["weekly"],"stars":14333}],"insight":"This category demonstrates the clear emergence of a modular 'skill economy' for AI agents. We see official plugin specifications from OpenAI and Cursor alongside specialized, community-driven skill packs for tasks like research and cybersecurity."},{"category":"Developer Tools & Productivity","summary":"The tools here are largely auxiliary, acting as companions or educational resources for the more central AI agent trend. They include desktop apps for agents (`fathah/hermes-desktop`) and foundational learning materials (`jwasham/coding-interview-university`).","repos":[{"repoName":"fathah/hermes-desktop","repoUrl":"https://github.com/fathah/hermes-desktop","summary":"A desktop companion application for the Hermes Agent. This project reflects the need for user-friendly interfaces to manage and interact with increasingly complex command-line agents, bridging the gap for less technical users.","signalBadge":"cooling","spanPresence":["monthly"],"stars":10490},{"repoName":"rohitg00/ai-engineering-from-scratch","repoUrl":"https://github.com/rohitg00/ai-engineering-from-scratch","summary":"An educational repository about AI engineering. Its sustained popularity suggests a strong demand from developers to understand the fundamental principles of building AI systems, not just using pre-built APIs.","signalBadge":"cooling","spanPresence":["monthly"],"stars":28718},{"repoName":"openclaw/openclaw-windows-node","repoUrl":"https://github.com/openclaw/openclaw-windows-node","summary":"A Windows companion suite for OpenClaw, an open-source AI device. This is part of the tooling ecosystem for a specific hardware project, showing how software development trends follow and support new hardware platforms.","signalBadge":"new","spanPresence":["daily"],"stars":1522},{"repoName":"jwasham/coding-interview-university","repoUrl":"https://github.com/jwasham/coding-interview-university","summary":"A well-known, comprehensive study plan for software engineering interviews. Its perennial popularity reflects the constant influx of new developers into the industry and the persistent nature of technical interview preparation as a core developer concern.","signalBadge":"new","spanPresence":["daily"],"stars":350225},{"repoName":"datawhalechina/easy-vibe","repoUrl":"https://github.com/datawhalechina/easy-vibe","summary":"A beginner-friendly coding course. This is a regional educational resource whose popularity is likely driven by a specific community (Datawhale) and local developer interest in upskilling.","signalBadge":"cooling","spanPresence":["monthly"],"stars":16157}],"insight":"The tools here are largely auxiliary, acting as companions or educational resources for the more central AI agent trend. They include desktop apps for agents (`fathah/hermes-desktop`) and foundational learning materials (`jwasham/coding-interview-university`)."},{"category":"ML & GPU Infrastructure","summary":"This category is defined by NVIDIA's `cosmos`, a platform play aimed at 'Physical AI'. This signals a strategic push by a major hardware player to build an ecosystem for robotics and autonomous systems, expanding beyond conventional data center AI.","repos":[{"repoName":"NVIDIA/cosmos","repoUrl":"https://github.com/NVIDIA/cosmos","summary":"NVIDIA's platform for building 'Physical AI' with world models, datasets, and tools. This is a major strategic initiative to build an ecosystem for AI in robotics and autonomous vehicles, extending NVIDIA's dominance from the data center to physical systems.","signalBadge":"new","spanPresence":["daily"],"stars":9308},{"repoName":"666ghj/MiroFish","repoUrl":"https://github.com/666ghj/MiroFish","summary":"Described as a 'universal swarm intelligence engine'. This appears to be an exploratory or research project in a niche area of AI. Its presence is likely driven by a specific community or interest in non-mainstream AI architectures.","signalBadge":"new","spanPresence":["daily"],"stars":64538}],"insight":"This category is defined by NVIDIA's `cosmos`, a platform play aimed at 'Physical AI'. This signals a strategic push by a major hardware player to build an ecosystem for robotics and autonomous systems, expanding beyond conventional data center AI."},{"category":"Uncategorized","summary":"This category contains low-signal or likely miscategorized repositories. `anthropics/financial-services` is likely a demo or example repository, and `yikart/AiToEarn` appears to be speculative noise rather than a technical project.","repos":[{"repoName":"anthropics/financial-services","repoUrl":"https://github.com/anthropics/financial-services","summary":"A repository from Anthropic, likely containing demos or example use cases for its models in the financial services sector. It's not a tool itself, but rather marketing or educational material showcasing platform capabilities.","signalBadge":"cooling","spanPresence":["monthly"],"stars":30086},{"repoName":"yikart/AiToEarn","repoUrl":"https://github.com/yikart/AiToEarn","summary":"A repository with a title suggesting a connection to speculative 'X-to-earn' trends. This is likely low-signal noise, attracting attention based on its name rather than its technical substance or utility.","signalBadge":"cooling","spanPresence":["monthly"],"stars":18114}],"insight":"This category contains low-signal or likely miscategorized repositories. `anthropics/financial-services` is likely a demo or example repository, and `yikart/AiToEarn` appears to be speculative noise rather than a technical project."}],"meta":{"generatedAt":"2026-06-05T15:22:25Z","rulesVersion":"v1","degraded":false,"fallbackUsed":false,"repoCount":47,"signalCount":47},"vibeSummary":"The agent ecosystem is rapidly building its infrastructure, with a focus on modular skills, memory optimization, and frontend integration for major coding platforms.","strategicInsights":["A clear platform consolidation is happening around coding agents. Numerous tools in 'AI Infra', 'Memory', and 'Skills' explicitly target Claude Code, Cursor, and GitHub Copilot, treating them as foundational developer platforms.","The emergence of a 'skill economy' is visible in the 'Prompt & Skill Libraries' category. Projects like `EveryInc/compound-engineering-plugin`, `openai/plugins`, and `cursor/plugins` point to a future of modular, interchangeable capabilities for agents.","The agent stack is standardizing. Terms like 'harness' (revfactory/harness), 'memory' (rohitg00/agentmemory), and official SDKs (github/copilot-sdk) signal a move from bespoke scripts to a more structured, layered architecture for building agentic systems.","NVIDIA's entry with `cosmos` represents a significant expansion of scope for mainstream AI development, moving beyond language and code to 'Physical AI' for robotics and autonomous vehicles, signaling a new frontier for investment and tooling."],"trendSection":{"daily":{"rows":[{"repoName":"666ghj/MiroFish","repoUrl":"https://github.com/666ghj/MiroFish","yesterdayStars":null,"todayStars":64538,"delta":64538,"state":"first"},{"repoName":"MemPalace/mempalace","repoUrl":"https://github.com/MemPalace/mempalace","yesterdayStars":null,"todayStars":53702,"delta":53702,"state":"first"},{"repoName":"CopilotKit/CopilotKit","repoUrl":"https://github.com/CopilotKit/CopilotKit","yesterdayStars":null,"todayStars":32448,"delta":32448,"state":"first"},{"repoName":"Panniantong/Agent-Reach","repoUrl":"https://github.com/Panniantong/Agent-Reach","yesterdayStars":null,"todayStars":21369,"delta":21369,"state":"first"},{"repoName":"chopratejas/headroom","repoUrl":"https://github.com/chopratejas/headroom","yesterdayStars":11775,"todayStars":14108,"delta":2333,"state":"strengthening"},{"repoName":"NousResearch/hermes-agent","repoUrl":"https://github.com/NousResearch/hermes-agent","yesterdayStars":180442,"todayStars":182350,"delta":1908,"state":"continuous"},{"repoName":"openai/plugins","repoUrl":"https://github.com/openai/plugins","yesterdayStars":null,"todayStars":1453,"delta":1453,"state":"first"},{"repoName":"affaan-m/ECC","repoUrl":"https://github.com/affaan-m/ECC","yesterdayStars":206803,"todayStars":208040,"delta":1237,"state":"continuous"},{"repoName":"lfnovo/open-notebook","repoUrl":"https://github.com/lfnovo/open-notebook","yesterdayStars":24612,"todayStars":25688,"delta":1076,"state":"strengthening"},{"repoName":"PaddlePaddle/PaddleOCR","repoUrl":"https://github.com/PaddlePaddle/PaddleOCR","yesterdayStars":79668,"todayStars":80377,"delta":709,"state":"continuous"},{"repoName":"mvanhorn/last30days-skill","repoUrl":"https://github.com/mvanhorn/last30days-skill","yesterdayStars":27375,"todayStars":28067,"delta":692,"state":"continuous"},{"repoName":"jwasham/coding-interview-university","repoUrl":"https://github.com/jwasham/coding-interview-university","yesterdayStars":349535,"todayStars":350225,"delta":690,"state":"stable"},{"repoName":"NVIDIA/cosmos","repoUrl":"https://github.com/NVIDIA/cosmos","yesterdayStars":8859,"todayStars":9308,"delta":449,"state":"strengthening"},{"repoName":"openclaw/openclaw-windows-node","repoUrl":"https://github.com/openclaw/openclaw-windows-node","yesterdayStars":1214,"todayStars":1522,"delta":308,"state":"strengthening"},{"repoName":"github/copilot-sdk","repoUrl":"https://github.com/github/copilot-sdk","yesterdayStars":8865,"todayStars":9149,"delta":284,"state":"strengthening"},{"repoName":"aquasecurity/trivy","repoUrl":"https://github.com/aquasecurity/trivy","yesterdayStars":35588,"todayStars":35790,"delta":202,"state":"continuous"}],"analysis":"A wave of new projects, led by the high-star debuts of MiroFish and mempalace, is dominating today's trending list."},"weekly":{"rows":[{"repoName":"Open-LLM-VTuber/Open-LLM-VTuber","repoUrl":"https://github.com/Open-LLM-VTuber/Open-LLM-VTuber","yesterdayStars":null,"todayStars":9946,"delta":9946,"state":"first"},{"repoName":"run-llama/liteparse","repoUrl":"https://github.com/run-llama/liteparse","yesterdayStars":null,"todayStars":9181,"delta":9181,"state":"first"},{"repoName":"chopratejas/headroom","repoUrl":"https://github.com/chopratejas/headroom","yesterdayStars":11775,"todayStars":14108,"delta":2333,"state":"strengthening"},{"repoName":"colbymchenry/codegraph","repoUrl":"https://github.com/colbymchenry/codegraph","yesterdayStars":40613,"todayStars":42070,"delta":1457,"state":"strengthening"},{"repoName":"affaan-m/ECC","repoUrl":"https://github.com/affaan-m/ECC","yesterdayStars":206803,"todayStars":208040,"delta":1237,"state":"continuous"},{"repoName":"microsoft/markitdown","repoUrl":"https://github.com/microsoft/markitdown","yesterdayStars":143903,"todayStars":145049,"delta":1146,"state":"continuous"},{"repoName":"Lum1104/Understand-Anything","repoUrl":"https://github.com/Lum1104/Understand-Anything","yesterdayStars":51820,"todayStars":52700,"delta":880,"state":"continuous"},{"repoName":"Leonxlnx/taste-skill","repoUrl":"https://github.com/Leonxlnx/taste-skill","yesterdayStars":32975,"todayStars":33628,"delta":653,"state":"continuous"},{"repoName":"harry0703/MoneyPrinterTurbo","repoUrl":"https://github.com/harry0703/MoneyPrinterTurbo","yesterdayStars":79337,"todayStars":79852,"delta":515,"state":"continuous"},{"repoName":"OpenBMB/VoxCPM","repoUrl":"https://github.com/OpenBMB/VoxCPM","yesterdayStars":25783,"todayStars":26201,"delta":418,"state":"continuous"},{"repoName":"anthropics/claude-code","repoUrl":"https://github.com/anthropics/claude-code","yesterdayStars":130092,"todayStars":130366,"delta":274,"state":"stable"},{"repoName":"mukul975/Anthropic-Cybersecurity-Skills","repoUrl":"https://github.com/mukul975/Anthropic-Cybersecurity-Skills","yesterdayStars":14075,"todayStars":14333,"delta":258,"state":"continuous"},{"repoName":"ogulcancelik/herdr","repoUrl":"https://github.com/ogulcancelik/herdr","yesterdayStars":4252,"todayStars":4507,"delta":255,"state":"strengthening"},{"repoName":"revfactory/harness","repoUrl":"https://github.com/revfactory/harness","yesterdayStars":5874,"todayStars":6091,"delta":217,"state":"strengthening"},{"repoName":"supermemoryai/supermemory","repoUrl":"https://github.com/supermemoryai/supermemory","yesterdayStars":25449,"todayStars":25656,"delta":207,"state":"continuous"},{"repoName":"can1357/oh-my-pi","repoUrl":"https://github.com/can1357/oh-my-pi","yesterdayStars":10476,"todayStars":10681,"delta":205,"state":"continuous"},{"repoName":"EveryInc/compound-engineering-plugin","repoUrl":"https://github.com/EveryInc/compound-engineering-plugin","yesterdayStars":19697,"todayStars":19874,"delta":177,"state":"continuous"},{"repoName":"hardikpandya/stop-slop","repoUrl":"https://github.com/hardikpandya/stop-slop","yesterdayStars":8651,"todayStars":8800,"delta":149,"state":"continuous"},{"repoName":"cursor/plugins","repoUrl":"https://github.com/cursor/plugins","yesterdayStars":1808,"todayStars":1846,"delta":38,"state":"continuous"}],"analysis":"Newcomers Open-LLM-VTuber and run-llama/liteparse show strong weekly debuts, while chopratejas/headroom proves its staying power across all timeframes."},"monthly":{"rows":[{"repoName":"chopratejas/headroom","repoUrl":"https://github.com/chopratejas/headroom","yesterdayStars":11775,"todayStars":14108,"delta":2333,"state":"strengthening"},{"repoName":"colbymchenry/codegraph","repoUrl":"https://github.com/colbymchenry/codegraph","yesterdayStars":40613,"todayStars":42070,"delta":1457,"state":"strengthening"},{"repoName":"mattpocock/skills","repoUrl":"https://github.com/mattpocock/skills","yesterdayStars":117304,"todayStars":118427,"delta":1123,"state":"continuous"},{"repoName":"Lum1104/Understand-Anything","repoUrl":"https://github.com/Lum1104/Understand-Anything","yesterdayStars":51820,"todayStars":52700,"delta":880,"state":"continuous"},{"repoName":"harry0703/MoneyPrinterTurbo","repoUrl":"https://github.com/harry0703/MoneyPrinterTurbo","yesterdayStars":79337,"todayStars":79852,"delta":515,"state":"continuous"},{"repoName":"rohitg00/ai-engineering-from-scratch","repoUrl":"https://github.com/rohitg00/ai-engineering-from-scratch","yesterdayStars":28256,"todayStars":28718,"delta":462,"state":"continuous"},{"repoName":"Imbad0202/academic-research-skills","repoUrl":"https://github.com/Imbad0202/academic-research-skills","yesterdayStars":27156,"todayStars":27607,"delta":451,"state":"continuous"},{"repoName":"fathah/hermes-desktop","repoUrl":"https://github.com/fathah/hermes-desktop","yesterdayStars":10193,"todayStars":10490,"delta":297,"state":"continuous"},{"repoName":"ruvnet/RuView","repoUrl":"https://github.com/ruvnet/RuView","yesterdayStars":70690,"todayStars":70970,"delta":280,"state":"stable"},{"repoName":"CloakHQ/CloakBrowser","repoUrl":"https://github.com/CloakHQ/CloakBrowser","yesterdayStars":23838,"todayStars":24114,"delta":276,"state":"continuous"},{"repoName":"can1357/oh-my-pi","repoUrl":"https://github.com/can1357/oh-my-pi","yesterdayStars":10476,"todayStars":10681,"delta":205,"state":"continuous"},{"repoName":"rohitg00/agentmemory","repoUrl":"https://github.com/rohitg00/agentmemory","yesterdayStars":21146,"todayStars":21349,"delta":203,"state":"continuous"},{"repoName":"anthropics/financial-services","repoUrl":"https://github.com/anthropics/financial-services","yesterdayStars":29910,"todayStars":30086,"delta":176,"state":"continuous"},{"repoName":"datawhalechina/easy-vibe","repoUrl":"https://github.com/datawhalechina/easy-vibe","yesterdayStars":15992,"todayStars":16157,"delta":165,"state":"continuous"},{"repoName":"decolua/9router","repoUrl":"https://github.com/decolua/9router","yesterdayStars":16270,"todayStars":16427,"delta":157,"state":"continuous"},{"repoName":"Hmbown/CodeWhale","repoUrl":"https://github.com/Hmbown/CodeWhale","yesterdayStars":37031,"todayStars":37179,"delta":148,"state":"stable"},{"repoName":"yikart/AiToEarn","repoUrl":"https://github.com/yikart/AiToEarn","yesterdayStars":17982,"todayStars":18114,"delta":132,"state":"continuous"},{"repoName":"HKUDS/ViMax","repoUrl":"https://github.com/HKUDS/ViMax","yesterdayStars":8706,"todayStars":8821,"delta":115,"state":"continuous"},{"repoName":"bytedance/UI-TARS-desktop","repoUrl":"https://github.com/bytedance/UI-TARS-desktop","yesterdayStars":36042,"todayStars":36105,"delta":63,"state":"stable"}],"analysis":"Lacking new entries, the monthly trend is defined by established projects like chopratejas/headroom and colbymchenry/codegraph steadily strengthening their positions."}},"locale":"en"}