Denoise · 2026-06-14

AI agent 'skills' are the new prompt engineering, creating a flood of specialized, shareable agent capabilities.

Today's trend is an explosion in AI agent skills, as developers package specific functionalities into reusable components for models like Claude.

跨周期持续信号

Developer Tools & Productivity(15)

This is a diverse collection of foundational open-source projects, educational resources, and self-hosted business software. It represents the baseline of developer activity on GitHub, largely independent of the current AI trends, with mainstays like `pytest` and `freeCodeCamp` showing consistent popularity.

  • The open-source codebase for the popular non-profit coding education platform. It's a perennial trend, reflecting a large, active community of contributors and learners, and serves as a baseline for GitHub activity.

    new⭐ 447k
  • Apple's official tool for running Linux containers on macOS via lightweight VMs. Written in Swift and optimized for Apple Silicon, it's a significant entry from Apple into its own developer tooling ecosystem.

    repeated⭐ 37k
  • The de facto standard testing framework for Python. Its consistent presence on the trending list is a sign of a healthy, active ecosystem and its foundational role in Python development.

    new⭐ 14k
  • A Rust-based compiler for JavaScript and TypeScript. It represents the ongoing trend of rebuilding critical web infrastructure in systems languages for significant performance gains over Node.js-based tooling.

    new⭐ 34k
  • An open-source, self-hostable customer engagement suite. It's an alternative to services like Intercom or Zendesk, appealing to businesses that want more control over their data and infrastructure.

    new⭐ 31k
  • An educational repository that provides a curriculum for learning AI engineering. Its popularity reflects the high demand from developers to gain practical, hands-on skills in the rapidly evolving AI field.

    cooling⭐ 32k
  • A management plane for cloud-native infrastructure, specializing in service meshes. Its presence indicates continued developer interest and investment in the complex but widely adopted cloud-native ecosystem.

    new⭐ 10k
  • A widely used end-to-end testing framework for web applications. Like pytest, it's a foundational tool, and its trending status signals robust, ongoing activity in the web development community.

    new⭐ 50k
  • A desktop application for managing local markdown-based knowledge bases. It caters to the persistent 'second brain' and personal knowledge management (PKM) niche among developers and writers.

    new⭐ 16k
  • A curated list of open-source clones of popular websites. This is an educational resource, valued for its utility in helping developers learn by studying the architecture and code of familiar applications.

    new⭐ 35k
  • The source material and code for a course on autonomous robotics. Educational content is a strong and consistent driver of GitHub trends, especially from academic institutions.

    new⭐ 2.5k
  • The server component for a free, self-hosted music library manager. It appeals to users wanting to unify various streaming services and local files into a single interface they control.

    rising⭐ 2.1k
  • A Node.js library for controlling headless Chrome and Firefox. It's a foundational tool for web scraping, automated testing, and server-side rendering, maintaining its popularity due to its core utility.

    new⭐ 95k
  • A collection of utilities from Microsoft for power users to customize and streamline the Windows experience. Its continued development and popularity show a strong demand for OS-level productivity tools.

    new⭐ 135k
  • An open-source, self-hosted collaboration platform positioned as a Slack alternative. Its trend reflects a consistent demand from organizations for secure, private, and customizable communication tools.

    new⭐ 38k

Security & Reverse Engineering(2)

This category demonstrates the security ecosystem responding to new technology surfaces. `NVIDIA/SkillSpector` is a direct response to the agent 'skill' trend, while `CloakBrowser` represents the ongoing arms race in web automation and bot detection.

  • A security scanner specifically designed for AI agent skills. Its emergence is a direct and necessary response to the proliferation of skills, signaling the maturation of the agent ecosystem toward security-consciousness.

    rising⭐ 4.9k
  • A modified version of Chromium designed to evade bot detection. It represents the other side of web automation, providing tools for agents and scrapers to operate undetected in an increasingly restrictive web environment.

    cooling⭐ 26k

Prompt & Skill Libraries(10)

This category is the day's main story. There is a clear and rapid shift from simple prompt libraries to packaged, tool-using "skills," primarily targeting Anthropic's Claude. It's a new layer of abstraction for agent capabilities, complete with vertical-specific skill sets.

  • An AI agent skill that automates research across multiple online sources. It's a prime example of the day's dominant trend: packaging complex workflows into single, reusable components for agents like Claude.

    new⭐ 42k
  • A collection of over 100 agentic skills tailored for product management tasks. This demonstrates the verticalization of the new 'skill' ecosystem, creating specialized toolsets for specific professions.

    new⭐ 18k
  • A set of 'production-grade' engineering skills for AI coding agents from a well-known developer. Its appearance signals a move toward creating more reliable and standardized skills for professional software development tasks.

    new⭐ 59k
  • A tool that enables an AI agent to read and search across numerous social media and content platforms without requiring API keys. It addresses the agent's need for broad, low-friction access to real-time public data.

    new⭐ 28k
  • A set of skills for Claude specifically designed to follow an academic research workflow. This is another example of skill verticalization, targeting the niche but complex processes of academic writing and review.

    cooling⭐ 31k
  • The legacy repository for OpenAI's original plugin system. Its reappearance is likely due to the renewed general interest in agent extensibility, though the current trend has shifted toward the simpler, file-based 'skill' format.

    new⭐ 3.0k
  • An agent skill designed to prevent the generation of generic or bland content. This represents a more abstract and qualitative frontier in skill development, attempting to inject subjective 'taste' into AI output.

    repeated⭐ 43k
  • A simple utility skill focused on post-processing AI-generated text to remove common 'AI tells'. It's a practical tool for making AI output sound more natural, addressing a common user complaint.

    cooling⭐ 10k
  • Anthropic's official repository for plugins aimed at knowledge workers. Like the OpenAI repo, it provides context for the current grassroots 'skill' movement, which offers a more decentralized approach to extending agent capabilities.

    cooling⭐ 21k
  • A collection of agent skills from a well-known TypeScript educator. This signals that established developers are beginning to codify and share their personal agent workflows, accelerating the adoption of these patterns.

    cooling⭐ 128k

AI Infra & Protocols(4)

This category reflects efforts to build the plumbing for a maturing AI ecosystem. Key themes are cost reduction through compression (`headroom`), API unification (`aisuite`), and privacy through personal, self-hosted AI servers (`openhuman`).

  • A tool that compresses data before it's sent to an LLM, aiming to reduce token costs by 60-95%. Its recurring trend highlights the significant and persistent economic pressure of high token usage in production AI applications.

    repeated⭐ 27k
  • A project for a personal, private AI server. It taps into the growing user desire for self-hosted AI solutions that offer more privacy and control than mainstream, cloud-based services.

    cooling⭐ 32k
  • A library offering a simple, unified interface to multiple generative AI providers. It addresses developer friction caused by a fragmented market of AI APIs, providing a valuable abstraction layer.

    new⭐ 14k
  • A desktop UI for the Hermes AI agent. This indicates a move towards improving the user experience of interacting with agents, shifting from purely CLI-based workflows to more accessible graphical interfaces.

    cooling⭐ 12k

On-device & Multimodal AI(7)

The trend here is moving AI beyond text to handle vision, audio, and video, often on-device. Projects range from practical computer vision utilities (`supervision`, `opencv`) to automated content creation (`MoneyPrinterTurbo`) and novel sensor applications (`RuView`).

  • A tool that automates the creation of short videos using large language models. Its popularity is driven by the high demand for automated content generation tools, particularly for social media platforms.

    cooling⭐ 88k
  • This project uses commodity WiFi signals for real-time spatial intelligence and presence detection without cameras. It's a novel application of AI for privacy-preserving monitoring, a significant area of research.

    cooling⭐ 74k
  • A Python tool from Microsoft for converting various document formats into Markdown. While simple, it's a useful utility for preparing diverse data sources for ingestion into RAG systems or for LLM analysis.

    repeated⭐ 153k
  • A library of reusable tools for computer vision tasks. It aims to be a 'standard library' for CV, simplifying common workflows and lowering the barrier for developers to build vision-enabled applications.

    new⭐ 44k
  • An 'agentic' video generation framework that decomposes the task into roles like director and screenwriter. This shows the application of multi-agent architectures to complex, creative, multimodal tasks.

    cooling⭐ 10.0k
  • The foundational open-source computer vision library. Its presence on the trending list is a reminder that despite new high-level tools, the core infrastructure of the field remains actively developed and widely used.

    new⭐ 89k
  • An on-device, multilingual text-to-speech (TTS) engine that runs via ONNX. It's part of the broader trend of moving AI inference to the edge for lower latency, improved privacy, and offline capability.

    cooling⭐ 12k

Other(2)

This category highlights that GitHub trends are not just about code. Large, curated lists of resources, particularly in legally gray areas like IPTV, consistently attract significant user attention.

  • A vast, community-curated collection of publicly available IPTV channel streams from around the world. Its high ranking is driven by its sheer utility as a free content aggregator, a recurring non-code trend on GitHub.

    new⭐ 120k
  • Another M3U playlist for free TV channels, similar to the top-ranked `iptv-org/iptv`. Its presence reinforces the observation that large, curated lists of gray-area media content are a consistent source of traffic on the platform.

    new⭐ 17k

Memory, RAG & Context(5)

The projects in this category all tackle the problem of agent amnesia. The focus is on local, efficient context management through knowledge graphs (`codegraph`) and persistent memory stores (`agentmemory`) to reduce token usage and improve reasoning.

  • This tool pre-indexes a codebase into a knowledge graph for AI agents to query. It remains popular because it directly addresses the high cost and context limitations of LLMs by enabling more efficient and accurate code analysis.

    cooling⭐ 49k
  • Turns code into an interactive knowledge graph for exploration and querying. It focuses on human and AI comprehension, competing in the same problem space as `codegraph` by offering a visual, interactive approach to code understanding.

    cooling⭐ 59k
  • A library specifically providing persistent memory for AI coding agents. It tackles the problem of agents losing context over long interactions, a critical barrier to performing complex, multi-step tasks.

    cooling⭐ 23k
  • An open-source implementation of Google's NotebookLM. It's trending due to interest in self-hosted RAG solutions that allow users to ground LLMs in their own private documents with greater control and flexibility.

    new⭐ 30k
  • A corporate-backed, fully local solution for agent long-term memory using a database backend. Its presence shows that major tech companies are also building infrastructure to solve the agent memory problem, validating its importance.

    cooling⭐ 5.6k

AI Coding Tools & Agents(2)

Fewer dedicated coding agents are trending today, overshadowed by the more granular 'skill' components. The visible projects like `oh-my-pi` focus on tight integration with existing developer workflows, such as the terminal, rather than being standalone environments.

  • An AI coding agent that operates within the terminal. It focuses on tight integration with a developer's existing command-line workflow, using hash-anchored edits for more reliable code modifications.

    cooling⭐ 12k
  • An extensible AI agent capable of executing and testing code. Its focus on extensibility suggests a platform approach, inviting developers to build upon its core capabilities rather than providing a closed system.

    new⭐ 49k

ML & GPU Infrastructure(2)

This category points to specialization within the ML field. `Kronos` is a foundation model for a specific domain (finance), while `OpenEnv` from Hugging Face is a specialized library for a specific technique (reinforcement learning), showing a move beyond general-purpose tools.

  • A foundation model trained specifically on financial market data. This represents the trend of building domain-specific models, which can potentially outperform general-purpose LLMs on specialized tasks.

    new⭐ 30k
  • A library from Hugging Face for reinforcement learning (RL) post-training. This is a specialized tool for ML researchers and engineers, indicating ongoing innovation in the methodologies for training and refining RL agents.

    new⭐ 2.2k
#01The most prominent pattern is the rush to create AI agent "skills," visible in repos like `mvanhorn/last30days-skill`, `phuryn/pm-skills`, and `addyosmani/agent-skills`. This is a new abstraction layer for agent capabilities.
#02The emergence of `NVIDIA/SkillSpector` is a direct, second-order effect of the skill proliferation. This is a classic platform evolution pattern: a new capability arises, followed immediately by tools to secure it.
#03Perennial open-source projects like `freeCodeCamp/freeCodeCamp`, `pytest-dev/pytest`, and `swc-project/swc` continue to trend, showing that foundational developer tools and education maintain strong interest outside the AI hype cycle.
#04The consistent presence of memory tools like `colbymchenry/codegraph` and `rohitg00/agentmemory` indicates that providing agents with effective, long-term context remains a core, unsolved challenge.
#05The high ranking of `iptv-org/iptv` and `Free-TV/IPTV` highlights a recurring non-code trend on GitHub: large, curated lists of gray-area content that gain traction through sheer utility.

Trend tracking

Today

A wave of large, established projects like freeCodeCamp/freeCodeCamp and puppeteer/puppeteer appeared on the daily charts for the first time, alongside specialized repositories like GorvGoyl/Clone-Wars.

2 Strengthening · 3 Continuous · 1 Stable · 9 First seen
Expand list (15)
ProjectYesterday ⭐Today ⭐ΔState
freeCodeCamp/freeCodeCamp447k🆕First seen
puppeteer/puppeteer95k🆕First seen
cypress-io/cypress50k🆕First seen
GorvGoyl/Clone-Wars35k🆕First seen
shiyu-coder/Kronos30k🆕First seen
Free-TV/IPTV17k🆕First seen
pytest-dev/pytest14k🆕First seen
meshery/meshery10k🆕First seen
Introduction-to-Autonomous-Robots/Introduction-to-Autonomous-Robots2.5k🆕First seen
iptv-org/iptv118k120k+1588Continuous
NVIDIA/SkillSpector4.0k4.9k+913Strengthening
chatwoot/chatwoot31k31k+384Continuous
andrewyng/aisuite14k14k+278Continuous
music-assistant/server1.9k2.1k+185Strengthening
swc-project/swc34k34k+158Stable

This week

Large applications like microsoft/PowerToys and mattermost/mattermost made their first weekly appearance, while AI-agent tools like addyosmani/agent-skills and Panniantong/Agent-Reach continued to gain.

3 Strengthening · 9 Continuous · 4 Stable · 3 First seen
Expand list (19)
ProjectYesterday ⭐Today ⭐ΔState
microsoft/PowerToys135k🆕First seen
mattermost/mattermost38k🆕First seen
music-assistant/server2.1k🆕First seen
chopratejas/headroom26k27k+1430Strengthening
addyosmani/agent-skills58k59k+1367Continuous
Panniantong/Agent-Reach27k28k+1229Strengthening
NVIDIA/SkillSpector4.0k4.9k+913Strengthening
apple/container36k37k+851Continuous
mvanhorn/last30days-skill41k42k+754Continuous
Leonxlnx/taste-skill43k43k+629Continuous
microsoft/markitdown152k153k+623Stable
lfnovo/open-notebook30k30k+436Continuous
phuryn/pm-skills17k18k+412Continuous
refactoringhq/tolaria16k16k+137Continuous
aaif-goose/goose49k49k+127Stable
roboflow/supervision44k44k+118Stable
opencv/opencv89k89k+71Stable
openai/plugins2.9k3.0k+58Continuous
huggingface/OpenEnv2.2k2.2k+44Continuous

This month

chopratejas/headroom and apple/container show persistent, long-term interest by appearing on both monthly and weekly charts, indicating entrenchment.

3 Strengthening · 15 Continuous · 2 Stable · 1 First seen
Expand list (21)
ProjectYesterday ⭐Today ⭐ΔState
fathah/hermes-desktop12k🆕First seen
chopratejas/headroom26k27k+1430Strengthening
mattpocock/skills127k128k+961Continuous
apple/container36k37k+851Continuous
Egonex-AI/Understand-Anything58k59k+643Continuous
Leonxlnx/taste-skill43k43k+629Continuous
microsoft/markitdown152k153k+622Stable
harry0703/MoneyPrinterTurbo87k88k+537Continuous
supertone-inc/supertonic12k12k+421Strengthening
colbymchenry/codegraph48k49k+390Continuous
rohitg00/ai-engineering-from-scratch32k32k+384Continuous
Imbad0202/academic-research-skills31k31k+358Continuous
TencentCloud/TencentDB-Agent-Memory5.4k5.6k+209Strengthening
ruvnet/RuView74k74k+198Stable
tinyhumansai/openhuman32k32k+186Continuous
can1357/oh-my-pi12k12k+172Continuous
CloakHQ/CloakBrowser26k26k+152Continuous
rohitg00/agentmemory23k23k+141Continuous
hardikpandya/stop-slop10k10k+133Continuous
anthropics/knowledge-work-plugins20k21k+112Continuous
HKUDS/ViMax9.9k10.0k+96Continuous
2026-06-142026-06-14T14:21:24Zrules v1Healthyrepos 49signals 49

Recent reports

  • 2026-07-15 · fallback

    generated 2026-07-15T14:00:11Z · rules v1 · repos 45 · signals 0

  • 2026-07-13 · fallback

    generated 2026-07-13T14:52:44Z · rules v1 · repos 43 · signals 0

  • 2026-07-12 · fallback

    generated 2026-07-12T13:44:47Z · rules v1 · repos 51 · signals 0

  • 2026-07-11 · fallback

    generated 2026-07-11T13:43:53Z · rules v1 · repos 54 · signals 0

  • 2026-07-10

    generated 2026-07-10T14:45:06Z · rules v1 · repos 49 · signals 0

  • 2026-07-09 · fallback

    generated 2026-07-09T15:27:59Z · rules v1 · repos 48 · signals 0

  • 2026-07-05 · fallback

    generated 2026-07-05T13:58:03Z · rules v1 · repos 52 · signals 0

  • 2026-07-04 · fallback

    generated 2026-07-04T13:51:20Z · rules v1 · repos 48 · signals 0

  • 2026-07-02 · fallback

    generated 2026-07-02T14:22:20Z · rules v1 · repos 51 · signals 0

  • 2026-06-30 · fallback

    generated 2026-06-30T14:36:09Z · rules v1 · repos 48 · signals 0

  • 2026-06-29

    generated 2026-06-29T16:02:15Z · rules v1 · repos 49 · signals 0

  • 2026-06-24

    generated 2026-06-24T14:48:42Z · rules v1 · repos 47 · signals 0

  • 2026-06-23 · fallback

    generated 2026-06-23T15:17:58Z · rules v1 · repos 50 · signals 0

  • 2026-06-22

    generated 2026-06-22T02:47:38Z · rules v1 · repos 47 · signals 5

  • 2026-06-15

    generated 2026-06-15T17:24:54Z · rules v1 · repos 49 · signals 49

  • 2026-06-14 · current

    generated 2026-06-14T14:21:24Z · rules v1 · repos 49 · signals 49

  • 2026-06-13

    generated 2026-06-13T14:18:33Z · rules v1 · repos 45 · signals 45

  • 2026-06-12

    generated 2026-06-12T15:33:20Z · rules v1 · repos 45 · signals 45

  • 2026-06-11

    generated 2026-06-11T16:16:26Z · rules v1 · repos 50 · signals 50

  • 2026-06-10

    generated 2026-06-10T15:56:30Z · rules v1 · repos 47 · signals 47

  • 2026-06-09

    generated 2026-06-09T15:21:49Z · rules v1 · repos 45 · signals 45

  • 2026-06-08

    generated 2026-06-08T16:10:22Z · rules v1 · repos 44 · signals 44

  • 2026-06-07

    generated 2026-06-07T14:11:47Z · rules v1 · repos 43 · signals 43

  • 2026-06-06

    generated 2026-06-06T14:01:12Z · rules v1 · repos 52 · signals 52

  • 2026-06-05

    generated 2026-06-05T15:22:25Z · rules v1 · repos 47 · signals 47

  • 2026-06-04

    generated 2026-06-04T15:34:48Z · rules v1 · repos 45 · signals 45

  • 2026-06-03

    generated 2026-06-03T17:05:52Z · rules v1 · repos 45 · signals 45

  • 2026-06-02

    generated 2026-06-02T16:49:13Z · rules v1 · repos 43 · signals 43

  • 2026-06-01

    generated 2026-06-01T17:57:29Z · rules v1 · repos 44 · signals 44

  • 2026-05-31

    generated 2026-05-31T14:03:33Z · rules v1 · repos 44 · signals 44

  • 2026-05-30

    generated 2026-05-30T13:57:40Z · rules v1 · repos 48 · signals 48

  • 2026-05-29

    generated 2026-05-29T16:02:16Z · rules v1 · repos 46 · signals 46

  • 2026-05-28

    generated 2026-05-28T16:19:16Z · rules v1 · repos 48 · signals 48

  • 2026-05-27

    generated 2026-05-27T16:04:14Z · rules v1 · repos 45 · signals 45

  • 2026-05-26

    generated 2026-05-26T16:01:07Z · rules v1 · repos 45 · signals 45

  • 2026-05-25

    generated 2026-05-25T15:24:58Z · rules v1 · repos 45 · signals 45

  • 2026-05-24

    generated 2026-05-24T13:51:52Z · rules v1 · repos 43 · signals 43

  • 2026-05-23

    generated 2026-05-23T13:55:04Z · rules v1 · repos 42 · signals 42

  • 2026-05-22

    generated 2026-05-22T14:56:21Z · rules v1 · repos 40 · signals 40

  • 2026-05-21

    generated 2026-05-21T15:46:27Z · rules v1 · repos 41 · signals 41

  • 2026-05-20

    generated 2026-05-20T15:48:11Z · rules v1 · repos 36 · signals 36

  • 2026-05-19

    generated 2026-05-19T15:42:42Z · rules v1 · repos 37 · signals 37

  • 2026-05-18

    generated 2026-05-18T15:51:10Z · rules v1 · repos 39 · signals 39

  • 2026-05-17

    generated 2026-05-17T13:49:34Z · rules v1 · repos 45 · signals 45

  • 2026-05-16

    generated 2026-05-16T13:49:33Z · rules v1 · repos 34 · signals 34

  • 2026-05-15

    generated 2026-05-15T14:26:57Z · rules v1 · repos 38 · signals 38

  • 2026-05-14

    generated 2026-05-14T14:32:26Z · rules v1 · repos 42 · signals 42

  • 2026-05-13

    generated 2026-05-13T14:53:18Z · rules v1 · repos 44 · signals 44

  • 2026-05-12

    generated 2026-05-12T14:42:52Z · rules v1 · repos 36 · signals 36

  • 2026-05-11 · fallback

    generated 2026-05-11T15:30:34Z · rules v1 · repos 40 · signals 40

  • 2026-05-10

    generated 2026-05-10T13:46:39Z · rules v1 · repos 37 · signals 37

  • 2026-05-09

    generated 2026-05-09T13:43:42Z · rules v1 · repos 40 · signals 40

  • 2026-05-08

    generated 2026-05-08T14:08:16Z · rules v1 · repos 38 · signals 38

  • 2026-05-07

    generated 2026-05-07T14:38:09Z · rules v1 · repos 37 · signals 37

  • 2026-05-06

    generated 2026-05-06T14:34:27Z · rules v1 · repos 36 · signals 36

  • 2026-05-04

    generated 2026-05-04T14:22:31Z · rules v1 · repos 36 · signals 36

  • 2026-05-03

    generated 2026-05-03T13:40:38Z · rules v1 · repos 29 · signals 29

  • 2026-05-02 · fallback

    generated 2026-05-02T13:39:14Z · rules v1 · repos 30 · signals 30

  • 2026-05-01 · fallback

    generated 2026-05-01T13:46:05Z · rules v1 · repos 32 · signals 32

  • 2026-04-30

    generated 2026-04-30T14:19:05Z · rules v1 · repos 36 · signals 36

  • 2026-04-29

    generated 2026-04-29T14:23:30Z · rules v1 · repos 36 · signals 36

  • 2026-04-28

    generated 2026-04-28T14:34:52Z · rules v1 · repos 37 · signals 37

  • 2026-04-27

    generated 2026-04-27T14:20:15Z · rules v1 · repos 38 · signals 38

  • 2026-04-26

    generated 2026-04-26T13:24:10Z · rules v1 · repos 37 · signals 37

  • 2026-04-25

    generated 2026-04-25T13:22:57Z · rules v1 · repos 41 · signals 41

  • 2026-04-24

    generated 2026-04-24T13:58:04Z · rules v1 · repos 40 · signals 40

  • 2026-04-23

    generated 2026-04-23T14:04:35Z · rules v1 · repos 43 · signals 43

  • 2026-04-22

    generated 2026-04-22T14:02:49Z · rules v1 · repos 41 · signals 41

  • 2026-04-21

    generated 2026-04-22T07:58:11Z · rules v1 · repos 40 · signals 40

  • 2026-04-20

    generated 2026-04-21T09:23:28Z · rules v1 · repos 40 · signals 40

  • 2026-04-19

    generated 2026-04-19T08:51:11Z · rules v1 · repos 36 · signals 36

  • 2026-04-18

    generated 2026-04-18T08:45:02Z · rules v1 · repos 39 · signals 39

  • 2026-04-17

    generated 2026-04-17T09:14:47Z · rules v1 · repos 40 · signals 40

  • 2026-04-03

    generated 2026-06-16T02:55:56Z · rules v1 · repos 26 · signals 26

  • 2026-04-02 · degraded

    generated 2026-04-03T19:29:39Z · rules v1 · repos 26 · signals 26

  • 2026-04-01 · fallback

    generated 2026-04-03T19:29:39Z · rules v1 · repos 26 · signals 26

  • 1900-01-02 · degraded

    generated 2026-06-22T02:57:11Z · rules v1 · repos 26 · signals 0

  • 1900-01-01

    generated 2026-05-01T12:00:00Z · rules v2-phase2-fixture · repos 6 · signals 3