{"reportDate":"2026-05-19","heroSummary":"Today's trend is a clear platform play, with developers building an entire ecosystem of skills, tools, and infrastructure on top of Claude.","topChanges":["anthropics/claude-plugins-official shows the platform owner formalizing its ecosystem, a classic step towards creating a walled garden or app store.","CloakHQ/CloakBrowser shows the emerging arms race in agent capabilities, focusing on evading bot detection to interact with the real-world web.","HKUDS/CLI-Anything shows a push to expand agent interoperability by making the entire universe of existing command-line tools agent-addressable."],"categoryBlocks":[{"category":"AI Infra & Protocols","summary":"This category focuses on the foundational plumbing for AI agents. Projects are either creating generalized infrastructure like `HKUDS/CLI-Anything` for tool use, or specialized, Claude-centric orchestration platforms like `ruvnet/ruflo`.","repos":[{"repoName":"tinyhumansai/openhuman","repoUrl":"https://github.com/tinyhumansai/openhuman","summary":"An ambitious project aiming to create a personal, private AI. While the description is vague, its focus on privacy and local control taps into growing concerns about centralized AI systems. It's one to watch for architectural patterns.","signalBadge":"rising","spanPresence":["daily","weekly"],"stars":20176},{"repoName":"HKUDS/CLI-Anything","repoUrl":"https://github.com/HKUDS/CLI-Anything","summary":"This project enables AI agents to use existing command-line interface (CLI) tools. This is a significant piece of infrastructure, as it potentially makes decades of robust, battle-tested software accessible to agents without needing new APIs.","signalBadge":"new","spanPresence":["daily"],"stars":37477},{"repoName":"TauricResearch/TradingAgents","repoUrl":"https://github.com/TauricResearch/TradingAgents","summary":"A framework for building multi-agent systems for financial trading. It's a niche but complex application of LLM agents, demonstrating their use in specialized domains requiring collaboration and data analysis.","signalBadge":"cooling","spanPresence":["monthly"],"stars":77264},{"repoName":"ruvnet/ruflo","repoUrl":"https://github.com/ruvnet/ruflo","summary":"An agent orchestration platform specifically for Anthropic's Claude. Its existence and popularity are a strong signal of the market consolidating around Claude as a preferred backend for multi-agent systems.","signalBadge":"cooling","spanPresence":["monthly"],"stars":53095}],"insight":"This category focuses on the foundational plumbing for AI agents. Projects are either creating generalized infrastructure like `HKUDS/CLI-Anything` for tool use, or specialized, Claude-centric orchestration platforms like `ruvnet/ruflo`."},{"category":"Prompt & Skill Libraries","summary":"This category is overwhelmingly dominated by the Claude ecosystem. We see a split between serious attempts to create production-grade agent methodologies (`humanlayer/12-factor-agents`) and a larger volume of low-effort, personal prompt collections.","repos":[{"repoName":"mattpocock/skills","repoUrl":"https://github.com/mattpocock/skills","summary":"A personal collection of Claude prompts from a well-regarded developer. Its popularity highlights a trend where developers curate and share their own 'skill files' to standardize and improve agent behavior for their specific workflows.","signalBadge":"repeated","spanPresence":["monthly","weekly"],"stars":93849},{"repoName":"Imbad0202/academic-research-skills","repoUrl":"https://github.com/Imbad0202/academic-research-skills","summary":"A set of prompts tailored for academic research tasks. This demonstrates the specialization of agent skills for specific professional domains, moving beyond generic coding or writing assistance into more structured, expert workflows.","signalBadge":"rising","spanPresence":["daily","monthly","weekly"],"stars":13785},{"repoName":"multica-ai/andrej-karpathy-skills","repoUrl":"https://github.com/multica-ai/andrej-karpathy-skills","summary":"A single prompt file that encapsulates Andrej Karpathy's advice on LLM coding. This is an interesting form of knowledge distillation, attempting to bake expert intuition and best practices directly into an agent's core instructions.","signalBadge":"repeated","spanPresence":["daily","monthly"],"stars":137420},{"repoName":"obra/superpowers","repoUrl":"https://github.com/obra/superpowers","summary":"This project presents a more structured, methodological approach to agent skills, rather than just a list of prompts. It represents an effort to professionalize agent development and make it more systematic and repeatable.","signalBadge":"rising","spanPresence":["daily","weekly"],"stars":198005},{"repoName":"anthropics/claude-plugins-official","repoUrl":"https://github.com/anthropics/claude-plugins-official","summary":"The official plugin directory from Anthropic. This is a major ecosystem development, signaling Anthropic's move to control and standardize its platform's extension model, akin to the launch of an app store. It legitimizes the plugin ecosystem.","signalBadge":"new","spanPresence":["daily"],"stars":19959},{"repoName":"anthropics/financial-services","repoUrl":"https://github.com/anthropics/financial-services","summary":"An empty repository from Anthropic. Its trending status is likely due to speculation or name recognition. It currently provides no value but indicates areas Anthropic may be exploring for enterprise solutions.","signalBadge":"repeated","spanPresence":["monthly","weekly"],"stars":25819},{"repoName":"msitarzewski/agency-agents","repoUrl":"https://github.com/msitarzewski/agency-agents","summary":"A collection of prompts framed as a complete 'AI agency'. This appears to be a low-effort project riding the hype cycle around autonomous agents, packaging existing ideas without contributing new technology.","signalBadge":"new","spanPresence":["daily"],"stars":101085},{"repoName":"yikart/AiToEarn","repoUrl":"https://github.com/yikart/AiToEarn","summary":"A repository with a title suggesting AI-based monetization schemes. Lacking specific technical details, it likely falls into the category of low-quality content or prompt collections aiming to attract attention during a hype cycle.","signalBadge":"new","spanPresence":["weekly"],"stars":15444},{"repoName":"addyosmani/agent-skills","repoUrl":"https://github.com/addyosmani/agent-skills","summary":"From another well-known developer, this repository focuses on 'production-grade' skills for coding agents. The emphasis on production readiness is key, showing a push towards building reliable, maintainable agent-based systems.","signalBadge":"cooling","spanPresence":["monthly"],"stars":43719},{"repoName":"humanlayer/12-factor-agents","repoUrl":"https://github.com/humanlayer/12-factor-agents","summary":"An attempt to define a set of principles for building robust, production-ready LLM applications, analogous to the classic '12-Factor App' methodology. It's a sign of the field maturing and seeking established engineering discipline.","signalBadge":"new","spanPresence":["daily"],"stars":21045}],"insight":"This category is overwhelmingly dominated by the Claude ecosystem. We see a split between serious attempts to create production-grade agent methodologies (`humanlayer/12-factor-agents`) and a larger volume of low-effort, personal prompt collections."},{"category":"Memory, RAG & Context","summary":"These projects address a core limitation of LLMs: statefulness and context size. `rohitg00/agentmemory` provides persistent memory for long-running tasks, while `colbymchenry/codegraph` offers a token-efficient way to inject codebase context.","repos":[{"repoName":"rohitg00/agentmemory","repoUrl":"https://github.com/rohitg00/agentmemory","summary":"Provides persistent, long-term memory for AI agents. This is a critical infrastructure component for building stateful agents that can learn and maintain context across multiple sessions, moving beyond simple request-response interactions.","signalBadge":"rising","spanPresence":["daily","monthly","weekly"],"stars":13816},{"repoName":"colbymchenry/codegraph","repoUrl":"https://github.com/colbymchenry/codegraph","summary":"A tool that creates a local knowledge graph of a codebase for AI agents. This is a practical solution to the context window limitation, aiming to reduce token usage and improve the agent's understanding of large, complex projects.","signalBadge":"rising","spanPresence":["daily","weekly"],"stars":6032}],"insight":"These projects address a core limitation of LLMs: statefulness and context size. `rohitg00/agentmemory` provides persistent memory for long-running tasks, while `colbymchenry/codegraph` offers a token-efficient way to inject codebase context."},{"category":"Developer Tools & Productivity","summary":"A mix of general-purpose tools and AI-specific utilities. `CloakHQ/CloakBrowser` is critical for agent web automation, while `rtk-ai/rtk` and `millionco/react-doctor` address the cost and quality problems of AI-generated code. Major players like Meta (`pyrefly`) and Microsoft are also present.","repos":[{"repoName":"CloakHQ/CloakBrowser","repoUrl":"https://github.com/CloakHQ/CloakBrowser","summary":"A modified version of Chromium designed to evade bot detection systems. This is a critical enabling technology for web automation agents, as their utility depends on their ability to access websites without being blocked.","signalBadge":"rising","spanPresence":["daily","monthly","weekly"],"stars":16189},{"repoName":"oven-sh/bun","repoUrl":"https://github.com/oven-sh/bun","summary":"A fast, all-in-one JavaScript runtime and toolkit. Its continued presence on the trending list reflects its significant adoption and impact on the JavaScript ecosystem, consolidating various development tools into a single, high-performance binary.","signalBadge":"new","spanPresence":["weekly"],"stars":92035},{"repoName":"rtk-ai/rtk","repoUrl":"https://github.com/rtk-ai/rtk","summary":"A command-line proxy written in Rust that aims to dramatically reduce LLM token consumption for common development tasks. Like other similar tools today, it directly addresses the significant operational cost of using large models.","signalBadge":"new","spanPresence":["daily"],"stars":50557},{"repoName":"facebook/pyrefly","repoUrl":"https://github.com/facebook/pyrefly","summary":"A new, fast type checker for Python from Meta. As a new entrant in the crowded Python tooling space from a major tech company, it's worth monitoring to see if it gains traction against established tools like MyPy and Pyright.","signalBadge":"new","spanPresence":["weekly"],"stars":6263},{"repoName":"Diolinux/PhotoGIMP","repoUrl":"https://github.com/Diolinux/PhotoGIMP","summary":"A patch for the open-source image editor GIMP to make its interface and shortcuts resemble Adobe Photoshop. This is a long-standing community effort to lower the barrier to entry for users familiar with industry-standard proprietary software.","signalBadge":"new","spanPresence":["daily"],"stars":10582},{"repoName":"millionco/react-doctor","repoUrl":"https://github.com/millionco/react-doctor","summary":"A tool specifically designed to identify and fix common errors in React code generated by AI agents. This addresses a critical problem: the poor quality and non-idiomatic nature of much AI-generated code, acting as a linting layer for agent output.","signalBadge":"new","spanPresence":["weekly"],"stars":10296},{"repoName":"Fincept-Corporation/FinceptTerminal","repoUrl":"https://github.com/Fincept-Corporation/FinceptTerminal","summary":"A desktop-style financial analysis application. It represents a category of complex, data-intensive applications being built with modern web technologies, moving beyond simple websites or mobile apps.","signalBadge":"cooling","spanPresence":["monthly"],"stars":21707},{"repoName":"pascalorg/editor","repoUrl":"https://github.com/pascalorg/editor","summary":"A tool for creating and sharing 3D architectural projects. Its presence indicates continued interest in browser-based tools for specialized, creative domains that have traditionally been dominated by desktop software.","signalBadge":"new","spanPresence":["daily"],"stars":15764},{"repoName":"apernet/hysteria","repoUrl":"https://github.com/apernet/hysteria","summary":"A proxy and censorship circumvention tool. Its popularity often correlates with geopolitical events or changes in internet filtering policies in various regions, reflecting an ongoing demand for unrestricted internet access.","signalBadge":"new","spanPresence":["weekly"],"stars":21326},{"repoName":"frappe/erpnext","repoUrl":"https://github.com/frappe/erpnext","summary":"A popular open-source ERP system. Trending for this kind of mature project often indicates a new major release, a significant migration of users from proprietary systems, or growing interest in self-hosted business software.","signalBadge":"new","spanPresence":["daily"],"stars":34123},{"repoName":"microsoft/ai-agents-for-beginners","repoUrl":"https://github.com/microsoft/ai-agents-for-beginners","summary":"A curriculum for learning how to build AI agents, provided by Microsoft. This is a strong indicator of the mainstreaming of agent technology, with major platform vendors now investing in educational materials to onboard developers.","signalBadge":"new","spanPresence":["daily"],"stars":64074}],"insight":"A mix of general-purpose tools and AI-specific utilities. `CloakHQ/CloakBrowser` is critical for agent web automation, while `rtk-ai/rtk` and `millionco/react-doctor` address the cost and quality problems of AI-generated code. Major players like Meta (`pyrefly`) and Microsoft are also present."},{"category":"AI Coding Tools & Agents","summary":"Access and cost are the primary drivers here. Both trending repos are wrappers or proxies (`Alishahryar1/free-claude-code`, `decolua/9router`) designed to provide free access to proprietary models like Claude, indicating significant developer demand constrained by pricing.","repos":[{"repoName":"Alishahryar1/free-claude-code","repoUrl":"https://github.com/Alishahryar1/free-claude-code","summary":"A tool providing free access to the Claude Code model via various interfaces. Its persistent popularity underscores the high demand for powerful coding models and suggests that official API costs are a significant barrier for many developers.","signalBadge":"repeated","spanPresence":["daily","monthly"],"stars":26079},{"repoName":"decolua/9router","repoUrl":"https://github.com/decolua/9router","summary":"A proxy that routes AI requests to various free model providers, with features like auto-fallback and token reduction. It's an arbitrage tool designed to minimize costs, highlighting how central token economy is to developers building on LLMs.","signalBadge":"cooling","spanPresence":["monthly"],"stars":12433}],"insight":"Access and cost are the primary drivers here. Both trending repos are wrappers or proxies (`Alishahryar1/free-claude-code`, `decolua/9router`) designed to provide free access to proprietary models like Claude, indicating significant developer demand constrained by pricing."},{"category":"On-device & Multimodal AI","summary":"This category shows a dual focus on automated video generation (`AIDC-AI/Pixelle-Video`, `HKUDS/ViMax`) and novel, non-visual sensing methods like `ruvnet/RuView`'s use of WiFi signals. It's a move towards both automating creative output and expanding sensory input for AI.","repos":[{"repoName":"AIDC-AI/Pixelle-Video","repoUrl":"https://github.com/AIDC-AI/Pixelle-Video","summary":"An automated short video generation engine. This project is part of a larger trend of using AI to automate content creation pipelines, particularly for social media formats where quantity and speed are important.","signalBadge":"cooling","spanPresence":["monthly"],"stars":18373},{"repoName":"ruvnet/RuView","repoUrl":"https://github.com/ruvnet/RuView","summary":"This project uses commodity WiFi signals for spatial awareness and vital sign monitoring, without cameras. It's a novel application of existing technology for privacy-preserving presence detection, with potential uses in smart homes and healthcare.","signalBadge":"new","spanPresence":["weekly"],"stars":60516},{"repoName":"Anil-matcha/Open-Generative-AI","repoUrl":"https://github.com/Anil-matcha/Open-Generative-AI","summary":"A self-hostable, open-source suite for AI image and video generation that explicitly states it has no content filters. This project appeals to users seeking unrestricted creative freedom and control over their generative AI tools.","signalBadge":"cooling","spanPresence":["monthly"],"stars":15966},{"repoName":"heygen-com/hyperframes","repoUrl":"https://github.com/heygen-com/hyperframes","summary":"A library for rendering video from HTML, designed for programmatic use by AI agents. This provides a structured, declarative way for agents to create video content, moving beyond simple text or image generation.","signalBadge":"cooling","spanPresence":["monthly"],"stars":19616},{"repoName":"HKUDS/ViMax","repoUrl":"https://github.com/HKUDS/ViMax","summary":"An 'agentic' video generation framework that assigns roles like 'director' and 'screenwriter' to different agents. It's an experiment in structuring the creative process for generative AI to achieve more coherent and complex outputs.","signalBadge":"new","spanPresence":["daily"],"stars":5208}],"insight":"This category shows a dual focus on automated video generation (`AIDC-AI/Pixelle-Video`, `HKUDS/ViMax`) and novel, non-visual sensing methods like `ruvnet/RuView`'s use of WiFi signals. It's a move towards both automating creative output and expanding sensory input for AI."},{"category":"Security & Reverse Engineering","summary":"The focus is on open-source intelligence (OSINT). While `Z4nzu/hackingtool` is a generic toolkit, `soxoj/maigret` and `BigBodyCobain/Shadowbroker` represent more specialized tools for collecting data on individuals and high-value assets, respectively.","repos":[{"repoName":"Z4nzu/hackingtool","repoUrl":"https://github.com/Z4nzu/hackingtool","summary":"An aggregation of various hacking scripts and tools. While popular, these 'all-in-one' toolkits often have low signal, attracting beginners. They are more of a curated list than a novel piece of technology.","signalBadge":"cooling","spanPresence":["monthly"],"stars":75532},{"repoName":"soxoj/maigret","repoUrl":"https://github.com/soxoj/maigret","summary":"An open-source intelligence (OSINT) tool for finding a person's online presence across thousands of websites from a single username. It's a specialized and effective tool for digital investigation and reconnaissance.","signalBadge":"cooling","spanPresence":["monthly"],"stars":29459},{"repoName":"BigBodyCobain/Shadowbroker","repoUrl":"https://github.com/BigBodyCobain/Shadowbroker","summary":"An ambitious open-source intelligence (OSINT) platform for tracking high-value assets like private jets and satellites. It represents a trend towards democratizing access to sophisticated global monitoring and intelligence-gathering capabilities.","signalBadge":"new","spanPresence":["weekly"],"stars":8146}],"insight":"The focus is on open-source intelligence (OSINT). While `Z4nzu/hackingtool` is a generic toolkit, `soxoj/maigret` and `BigBodyCobain/Shadowbroker` represent more specialized tools for collecting data on individuals and high-value assets, respectively."}],"meta":{"generatedAt":"2026-05-19T15:42:42Z","rulesVersion":"v1","degraded":false,"fallbackUsed":false,"repoCount":37,"signalCount":37},"vibeSummary":"The agent ecosystem is rapidly consolidating around Anthropic's Claude, with a surge in skill libraries and tooling specifically built for it.","strategicInsights":["Platform consolidation is undeniable. The sheer volume of repos explicitly targeting Claude, from `mattpocock/skills` to `ruvnet/ruflo`, indicates a significant developer mindshare shift, crowning Claude as the de facto agent backend for this wave of trending projects.","An abstraction layer for \"skills\" is forming. Repos like `obra/superpowers` and `humanlayer/12-factor-agents` represent a move away from simple prompt lists toward structured, reusable, and production-oriented frameworks for agent behavior, signaling maturation in the field.","The agent I/O problem is a key focus. `CloakHQ/CloakBrowser` tackles web interaction challenges (bot detection), while `HKUDS/CLI-Anything` addresses local system interaction. This shows a practical focus on making agents functional beyond sandboxed environments.","Cost and access are significant drivers. The popularity of `Alishahryar1/free-claude-code` and `decolua/9router` highlights a large developer segment seeking free or low-cost access to powerful models, suggesting that API costs are a major barrier to wider experimentation.","Noise and hype are prevalent. The \"Prompt & Skill Libraries\" category is saturated with low-effort prompt collections like `yikart/AiToEarn` and `msitarzewski/agency-agents`, which appear to be riding the trend rather than contributing novel engineering."],"trendSection":{"daily":{"rows":[{"repoName":"obra/superpowers","repoUrl":"https://github.com/obra/superpowers","yesterdayStars":null,"todayStars":198005,"delta":198005,"state":"first"},{"repoName":"multica-ai/andrej-karpathy-skills","repoUrl":"https://github.com/multica-ai/andrej-karpathy-skills","yesterdayStars":null,"todayStars":137420,"delta":137420,"state":"first"},{"repoName":"msitarzewski/agency-agents","repoUrl":"https://github.com/msitarzewski/agency-agents","yesterdayStars":null,"todayStars":101085,"delta":101085,"state":"first"},{"repoName":"rtk-ai/rtk","repoUrl":"https://github.com/rtk-ai/rtk","yesterdayStars":null,"todayStars":50557,"delta":50557,"state":"first"},{"repoName":"frappe/erpnext","repoUrl":"https://github.com/frappe/erpnext","yesterdayStars":null,"todayStars":34123,"delta":34123,"state":"first"},{"repoName":"Alishahryar1/free-claude-code","repoUrl":"https://github.com/Alishahryar1/free-claude-code","yesterdayStars":null,"todayStars":26078,"delta":26078,"state":"first"},{"repoName":"anthropics/claude-plugins-official","repoUrl":"https://github.com/anthropics/claude-plugins-official","yesterdayStars":null,"todayStars":19959,"delta":19959,"state":"first"},{"repoName":"pascalorg/editor","repoUrl":"https://github.com/pascalorg/editor","yesterdayStars":null,"todayStars":15764,"delta":15764,"state":"first"},{"repoName":"rohitg00/agentmemory","repoUrl":"https://github.com/rohitg00/agentmemory","yesterdayStars":null,"todayStars":13816,"delta":13816,"state":"first"},{"repoName":"Diolinux/PhotoGIMP","repoUrl":"https://github.com/Diolinux/PhotoGIMP","yesterdayStars":null,"todayStars":10582,"delta":10582,"state":"first"},{"repoName":"colbymchenry/codegraph","repoUrl":"https://github.com/colbymchenry/codegraph","yesterdayStars":null,"todayStars":6032,"delta":6032,"state":"first"},{"repoName":"HKUDS/ViMax","repoUrl":"https://github.com/HKUDS/ViMax","yesterdayStars":null,"todayStars":5208,"delta":5208,"state":"first"},{"repoName":"tinyhumansai/openhuman","repoUrl":"https://github.com/tinyhumansai/openhuman","yesterdayStars":16229,"todayStars":20176,"delta":3947,"state":"strengthening"},{"repoName":"Imbad0202/academic-research-skills","repoUrl":"https://github.com/Imbad0202/academic-research-skills","yesterdayStars":10951,"todayStars":13785,"delta":2834,"state":"strengthening"},{"repoName":"CloakHQ/CloakBrowser","repoUrl":"https://github.com/CloakHQ/CloakBrowser","yesterdayStars":14787,"todayStars":16189,"delta":1402,"state":"strengthening"},{"repoName":"HKUDS/CLI-Anything","repoUrl":"https://github.com/HKUDS/CLI-Anything","yesterdayStars":36407,"todayStars":37477,"delta":1070,"state":"continuous"},{"repoName":"microsoft/ai-agents-for-beginners","repoUrl":"https://github.com/microsoft/ai-agents-for-beginners","yesterdayStars":63237,"todayStars":64074,"delta":837,"state":"continuous"},{"repoName":"humanlayer/12-factor-agents","repoUrl":"https://github.com/humanlayer/12-factor-agents","yesterdayStars":20346,"todayStars":21045,"delta":699,"state":"strengthening"}],"analysis":"Today's trend is overwhelmingly driven by new projects, led by the explosive debut of obra/superpowers and a cluster of AI agent repositories like msitarzewski/agency-agents."},"weekly":{"rows":[{"repoName":"obra/superpowers","repoUrl":"https://github.com/obra/superpowers","yesterdayStars":null,"todayStars":198005,"delta":198005,"state":"first"},{"repoName":"tinyhumansai/openhuman","repoUrl":"https://github.com/tinyhumansai/openhuman","yesterdayStars":null,"todayStars":20176,"delta":20176,"state":"first"},{"repoName":"BigBodyCobain/Shadowbroker","repoUrl":"https://github.com/BigBodyCobain/Shadowbroker","yesterdayStars":null,"todayStars":8146,"delta":8146,"state":"first"},{"repoName":"Imbad0202/academic-research-skills","repoUrl":"https://github.com/Imbad0202/academic-research-skills","yesterdayStars":10950,"todayStars":13785,"delta":2835,"state":"strengthening"},{"repoName":"mattpocock/skills","repoUrl":"https://github.com/mattpocock/skills","yesterdayStars":91260,"todayStars":93849,"delta":2589,"state":"continuous"},{"repoName":"colbymchenry/codegraph","repoUrl":"https://github.com/colbymchenry/codegraph","yesterdayStars":4362,"todayStars":6032,"delta":1670,"state":"strengthening"},{"repoName":"rohitg00/agentmemory","repoUrl":"https://github.com/rohitg00/agentmemory","yesterdayStars":12174,"todayStars":13816,"delta":1642,"state":"strengthening"},{"repoName":"CloakHQ/CloakBrowser","repoUrl":"https://github.com/CloakHQ/CloakBrowser","yesterdayStars":14787,"todayStars":16189,"delta":1402,"state":"strengthening"},{"repoName":"ruvnet/RuView","repoUrl":"https://github.com/ruvnet/RuView","yesterdayStars":59654,"todayStars":60516,"delta":862,"state":"continuous"},{"repoName":"anthropics/financial-services","repoUrl":"https://github.com/anthropics/financial-services","yesterdayStars":25160,"todayStars":25819,"delta":659,"state":"continuous"},{"repoName":"yikart/AiToEarn","repoUrl":"https://github.com/yikart/AiToEarn","yesterdayStars":15118,"todayStars":15444,"delta":326,"state":"continuous"},{"repoName":"millionco/react-doctor","repoUrl":"https://github.com/millionco/react-doctor","yesterdayStars":10106,"todayStars":10296,"delta":190,"state":"continuous"},{"repoName":"oven-sh/bun","repoUrl":"https://github.com/oven-sh/bun","yesterdayStars":91905,"todayStars":92035,"delta":130,"state":"stable"},{"repoName":"apernet/hysteria","repoUrl":"https://github.com/apernet/hysteria","yesterdayStars":21196,"todayStars":21326,"delta":130,"state":"continuous"},{"repoName":"facebook/pyrefly","repoUrl":"https://github.com/facebook/pyrefly","yesterdayStars":6181,"todayStars":6263,"delta":82,"state":"continuous"}],"analysis":"obra/superpowers makes a strong weekly debut, while projects like rohitg00/agentmemory and Imbad0202/academic-research-skills show persistent growth, appearing across all time spans."},"monthly":{"rows":[{"repoName":"Imbad0202/academic-research-skills","repoUrl":"https://github.com/Imbad0202/academic-research-skills","yesterdayStars":null,"todayStars":13785,"delta":13785,"state":"first"},{"repoName":"mattpocock/skills","repoUrl":"https://github.com/mattpocock/skills","yesterdayStars":91260,"todayStars":93849,"delta":2589,"state":"continuous"},{"repoName":"multica-ai/andrej-karpathy-skills","repoUrl":"https://github.com/multica-ai/andrej-karpathy-skills","yesterdayStars":135566,"todayStars":137420,"delta":1854,"state":"continuous"},{"repoName":"rohitg00/agentmemory","repoUrl":"https://github.com/rohitg00/agentmemory","yesterdayStars":12174,"todayStars":13816,"delta":1642,"state":"strengthening"},{"repoName":"CloakHQ/CloakBrowser","repoUrl":"https://github.com/CloakHQ/CloakBrowser","yesterdayStars":14787,"todayStars":16189,"delta":1402,"state":"strengthening"},{"repoName":"anthropics/financial-services","repoUrl":"https://github.com/anthropics/financial-services","yesterdayStars":25160,"todayStars":25819,"delta":659,"state":"continuous"},{"repoName":"Alishahryar1/free-claude-code","repoUrl":"https://github.com/Alishahryar1/free-claude-code","yesterdayStars":25486,"todayStars":26079,"delta":593,"state":"continuous"},{"repoName":"addyosmani/agent-skills","repoUrl":"https://github.com/addyosmani/agent-skills","yesterdayStars":43220,"todayStars":43719,"delta":499,"state":"continuous"},{"repoName":"TauricResearch/TradingAgents","repoUrl":"https://github.com/TauricResearch/TradingAgents","yesterdayStars":76843,"todayStars":77264,"delta":421,"state":"continuous"},{"repoName":"ruvnet/ruflo","repoUrl":"https://github.com/ruvnet/ruflo","yesterdayStars":52683,"todayStars":53095,"delta":412,"state":"continuous"},{"repoName":"decolua/9router","repoUrl":"https://github.com/decolua/9router","yesterdayStars":12046,"todayStars":12433,"delta":387,"state":"strengthening"},{"repoName":"AIDC-AI/Pixelle-Video","repoUrl":"https://github.com/AIDC-AI/Pixelle-Video","yesterdayStars":18019,"todayStars":18373,"delta":354,"state":"continuous"},{"repoName":"heygen-com/hyperframes","repoUrl":"https://github.com/heygen-com/hyperframes","yesterdayStars":19283,"todayStars":19616,"delta":333,"state":"continuous"},{"repoName":"Anil-matcha/Open-Generative-AI","repoUrl":"https://github.com/Anil-matcha/Open-Generative-AI","yesterdayStars":15652,"todayStars":15966,"delta":314,"state":"continuous"},{"repoName":"Z4nzu/hackingtool","repoUrl":"https://github.com/Z4nzu/hackingtool","yesterdayStars":75283,"todayStars":75532,"delta":249,"state":"stable"},{"repoName":"Fincept-Corporation/FinceptTerminal","repoUrl":"https://github.com/Fincept-Corporation/FinceptTerminal","yesterdayStars":21539,"todayStars":21707,"delta":168,"state":"continuous"},{"repoName":"soxoj/maigret","repoUrl":"https://github.com/soxoj/maigret","yesterdayStars":29309,"todayStars":29459,"delta":150,"state":"continuous"}],"analysis":"Skills-based repositories like mattpocock/skills are entrenched, while Imbad0202/academic-research-skills stands out by entering directly onto the monthly chart."}},"locale":"en"}