GitHub Trending Digest - February 06, 2026

Slow Burners

Repos trending on weekly/monthly lists that have never appeared in the daily top 10.

tobi/qmd

mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local

TypeScript | 9,885 | 7,897 stars this month

21d on monthly

Analysis

QMD (Query Markup Documents) is a local, on-device search engine designed to organize and retrieve information from personal markdown notes, documentation, and meeting transcripts. It employs a sophisticated hybrid search architecture that combines traditional BM25 keyword matching with vector-based semantic search and LLM-powered re-ranking to deliver highly accurate results. Built on top of `node-llama-cpp` and GGUF models, the tool runs entirely offline, ensuring user data privacy while providing advanced features like hierarchical context tagging to improve search relevance.

This project is particularly beneficial for developers, researchers, and power users who maintain extensive personal knowledge bases and need to integrate their documents into agentic AI workflows. It is gaining traction because it bridges the gap between static local files and modern AI-driven retrieval, offering seamless integration via the Model Context Protocol (MCP) for tools like Claude. By providing both a command-line interface and a robust Node.js/Bun library, QMD empowers users to turn their fragmented personal notes into a structured, searchable source of truth for their AI assistants.

Jeffallan/claude-skills

66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.

Python | 6,747 | 5,583 stars this month

6d on weekly | 15d on monthly

Analysis

The `claude-skills` repository provides a comprehensive library of 66 specialized skills designed to enhance the capabilities of the Claude Code CLI tool. By integrating these plugins, developers can transform Claude into an expert pair programmer that utilizes context-aware activation to load specific technical references based on user intent. Technically, the system leverages an MCP (Model Context Protocol) architecture to orchestrate multi-skill workflows, ranging from feature development and security hardening to automated debugging.

This project is highly beneficial for full-stack developers and engineering teams looking to streamline complex workflows and maintain consistent architectural standards across their codebases. It is currently gaining traction because it effectively solves the problem of "context loss" in LLM-assisted coding by injecting domain-specific knowledge and best practices directly into the development cycle. By providing structured, modular guidance, it allows developers to accelerate project delivery while simultaneously reducing the cognitive load associated with manual security and architecture reviews.

koala73/worldmonitor

Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface

TypeScript | 45,383 | 33,661 stars this month

2d on weekly | 14d on monthly

Analysis

World Monitor is a comprehensive, AI-driven situational awareness platform designed to aggregate and synthesize global intelligence across geopolitical, economic, and infrastructure domains. The project utilizes a sophisticated tech stack featuring a dual-mapping engine (globe.gl and deck.gl), Tauri 2 for cross-platform desktop integration, and a local-first AI approach powered by Ollama or Transformers.js. By leveraging Protocol Buffers for structured data handling and a multi-tiered caching strategy, the application delivers real-time insights from over 435 curated news feeds, enabling users to track complex signals without relying on external API keys.

This project is highly beneficial for intelligence analysts, researchers, and finance professionals who require a unified interface to correlate disparate data streams and monitor global volatility. It is currently gaining traction because it democratizes access to high-level geopolitical intelligence while offering a privacy-focused, local-processing alternative to commercial SaaS dashboards. Its modular architecture—allowing for multiple site variants—and open-source nature make it an attractive utility for those seeking a customizable, high-performance tool for real-time global monitoring.

gsd-build/get-shit-done

A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.

JavaScript | 24,065 | 13,055 stars this month

16d on monthly

Analysis

"Get Shit Done" (GSD) is a lightweight, spec-driven development framework designed to enhance the reliability of AI-powered coding agents like Claude Code, OpenCode, and GitHub Copilot. Technically, it functions as a context engineering layer that mitigates "context rot" by breaking development into structured, atomic phases—Initialization, Discussion, Planning, and Execution—managed through custom commands. By utilizing XML prompt formatting, subagent orchestration, and persistent state management, the system ensures that AI models operate within fresh, highly relevant context windows to produce consistent, high-quality code.

This tool is specifically designed for solo developers and small teams who want to leverage AI for rapid, professional-grade development without the overhead of enterprise-level project management software. It is gaining traction because it bridges the gap between "vibecoding"—where AI output is often inconsistent and prone to errors—and the structured requirements necessary for building scalable, complex applications. By automating the planning and verification processes, GSD enables developers to translate their high-level vision into functional code while maintaining a clean, atomic git history.

asgeirtj/system_prompts_leaks

Collection of extracted System Prompts from popular chatbots like ChatGPT, Claude & Gemini

HTML | 33,139 | 7,907 stars this month

11d on monthly

Analysis

The `system_prompts_leaks` repository serves as a centralized, community-driven database of system prompts—also known as developer or persona instructions—extracted from leading AI chatbots like ChatGPT, Claude, and Gemini. Technically, the project aggregates these hidden strings of text, which typically define the model’s operational boundaries, tone, and formatting constraints, into a structured and easily accessible format. By maintaining this collection on GitHub, the repository facilitates version control and allows developers to track how major AI providers update or refine their underlying behavior guidelines over time.

This project is particularly valuable for AI researchers, prompt engineers, and security professionals who study LLM behavior, safety guardrails, and instruction-following capabilities. It is trending because it provides unprecedented transparency into the "black box" of proprietary AI models, offering insights into how companies like OpenAI and Google steer their products. By democratizing access to these foundational instructions, the repository helps the broader technical community better understand, audit, and benchmark the internal logic governing today's most popular conversational interfaces.

teng-lin/notebooklm-py

Unofficial Python API and agentic skill for Google NotebookLM. Full programmatic access to NotebookLM's features—including capabilities the web UI doesn't expose—via Python, CLI, and AI agents like Claude Code, Codex, and OpenClaw.

Python | 5,913 | 2,293 stars this week

8d on weekly

Analysis

`notebooklm-py` is an unofficial Python library that provides comprehensive programmatic access to Google NotebookLM’s features, bypassing the limitations of the standard web interface. Through a combination of a Python API, a command-line interface (CLI), and specialized agentic skills, it allows users to automate notebook creation, source management, chat interactions, and content generation. Technically, the project leverages undocumented internal Google APIs to enable advanced workflows, such as batch artifact downloads, structured data exports in JSON or CSV, and direct integration with AI agent frameworks like Claude Code and Codex.

Researchers, developers, and power users would benefit most from this tool, as it transforms NotebookLM from a static web dashboard into a programmable component of larger automation pipelines. The project is currently trending because it unlocks "hidden" capabilities—such as exporting interactive quizzes to structured data or generating cinematic videos—that are otherwise inaccessible to casual users. By enabling seamless integration into CI/CD environments and LLM-powered agent workflows, it offers a scalable solution for users looking to build repeatable, high-efficiency research and content generation systems.

anthropics/skills

Public repository for Agent Skills

Python | 73,513 | 28,042 stars this month

7d on monthly

Analysis

The `anthropics/skills` repository provides a standardized framework for enhancing Claude’s capabilities through modular instruction sets, scripts, and resources. These "skills" are self-contained folders featuring a `SKILL.md` file with YAML metadata and specialized instructions, allowing Claude to dynamically adopt new workflows for tasks like document generation, data analysis, and technical automation. By integrating these skill sets via Claude Code, the web interface, or the API, developers can essentially "equip" the AI with repeatable, domain-specific expertise.

This project is particularly valuable for developers, enterprise teams, and power users who need to customize Claude for complex, repetitive business or technical processes. It is currently trending because it offers a transparent, scalable way to standardize AI performance, moving beyond generic prompting to structured, reproducible agent behavior. By providing both open-source examples and source-available production references, Anthropic is enabling the community to build sophisticated, interoperable agent ecosystems that are easier to govern and deploy.

MoonshotAI/kimi-cli

Kimi Code CLI is your next CLI agent.

Python | 6,851 | 2,910 stars this month

7d on monthly

Analysis

Kimi Code CLI is an AI-powered terminal agent designed to assist developers with coding tasks, shell operations, and autonomous planning. The tool functions as a versatile interface that supports direct shell command execution, integration with editors like VS Code and Zed via the Agent Client Protocol (ACP), and extensive compatibility with the Model Context Protocol (MCP) for connecting external tools. Technically, it operates as a sophisticated command-line wrapper that can read, edit, and manipulate code, effectively bridging the gap between natural language AI interaction and traditional terminal-based development workflows.

This project is highly beneficial for software developers and systems engineers who want to streamline their workflow by automating routine coding and terminal tasks directly within their IDE or shell environment. It is trending because it aligns with the growing industry shift toward agentic AI, providing a seamless, extensible framework that allows users to leverage powerful LLMs while maintaining control over their existing development toolchain. By offering Zsh integration and support for standardized protocols like MCP and ACP, Kimi Code CLI empowers users to build a highly customized, AI-augmented terminal experience.

Assignments for CS146S: The Modern Software Dev (Stanford University Fall 2025)

Python | 2,817 | 744 stars this week

6d on weekly

Analysis

This repository serves as the official assignment hub for CS146S: The Modern Software Developer, a course taught at Stanford University during the Fall 2025 semester. It provides students with a structured environment to practice contemporary software engineering workflows, leveraging Python 3.12 as the primary development language. To ensure consistent dependency management and reproducible builds, the project utilizes Anaconda for environment isolation and Poetry for robust package orchestration.

This repository is primarily beneficial for students enrolled in the course, as well as self-taught developers seeking to mirror a rigorous, industry-standard computer science curriculum. It is currently gaining attention because it offers a transparent glimpse into how top-tier institutions teach modern tooling, CI/CD practices, and professional development standards. By standardizing the setup process, the project allows learners to focus on mastering the software development lifecycle rather than troubleshooting complex local configurations.

remotion-dev/remotion

🎥 Make videos programmatically with React

TypeScript | 37,533 | 12,036 stars this month

6d on monthly

Analysis

Remotion is a powerful framework that allows developers to create high-quality videos programmatically using React. By leveraging standard web technologies such as CSS, Canvas, SVG, and WebGL, the project enables users to build motion graphics through code rather than traditional timeline-based editing software. It utilizes React’s component-based architecture, allowing for reusable assets, algorithmic animations, and the integration of external data or APIs into the video production workflow.

This project is particularly beneficial for software engineers, content creators, and data visualization specialists who want to automate video generation or incorporate complex, dynamic effects into their media. It is trending because it bridges the gap between web development and video production, offering a scalable solution for tasks like personalized marketing, automated report summaries, and programmatic art. By treating video as code, teams can achieve a level of consistency, efficiency, and interactivity that is difficult to replicate with manual editing tools.

andrewyng/context-hub

No description

JavaScript | 11,644 | 5,629 stars this week

5d on weekly

Analysis

Summary not available.

xpzouying/xiaohongshu-mcp

MCP for xiaohongshu.com

Go | 10,742 | 982 stars this week

5d on weekly

Analysis

`xiaohongshu-mcp` is a Model Context Protocol (MCP) server that enables AI assistants to programmatically interact with the Xiaohongshu platform, facilitating tasks such as searching for content, retrieving post details, and publishing images or videos. Technically, it functions as a bridge that exposes Xiaohongshu’s internal features as MCP tools, leveraging a browser-based automation layer to manage user authentication and session states. The project supports various deployment methods, including Docker, pre-compiled binaries, and a browser-extension variant, offering flexible integration options for developers using AI coding agents like Claude Code or Cursor.

This project is highly beneficial for social media managers, content creators, and developers seeking to automate their Xiaohongshu workflows and data retrieval processes. It is currently trending because it taps into the rising demand for "AI-native" social media operations, allowing users to integrate platform-specific data directly into their AI workflows without manual copy-pasting. By offering a stable, automated solution for both content analysis and publishing, the repository addresses the need for efficient, developer-friendly tooling within the growing ecosystem of MCP-compatible AI applications.

modelcontextprotocol/ext-apps

Official repo for spec & SDK of MCP Apps protocol - standard for UIs embedded AI chatbots, served by MCP servers

TypeScript | 1,709 | 1,291 stars this month

4d on monthly

Analysis

The `modelcontextprotocol/ext-apps` repository provides a standardized specification and SDK for rendering interactive user interfaces, such as forms, dashboards, and visualizations, directly within AI chat clients. Technically, it extends the Model Context Protocol (MCP) by allowing tools to declare UI resources via `ui://` endpoints, which are then rendered inside sandboxed iframes by the host. This framework enables bidirectional communication, allowing the embedded UI to exchange data with the LLM and trigger additional tool calls dynamically.

Developers building AI-powered tools will find this project essential for moving beyond static text responses to creating rich, context-aware interactive experiences. It is currently gaining significant traction because it bridges the gap between raw data output and actionable user interfaces, effectively turning chat windows into functional mini-applications. By providing built-in "Agent Skills" for scaffolding and migration, the repository lowers the barrier to entry for developers looking to enhance their existing MCP servers with professional-grade, embedded front-end capabilities.

fluxerapp/fluxer

A free and open source instant messaging and VoIP platform built for friends, groups, and communities. Self-hosting and more activity in this repository is coming very soon! See the README.

TypeScript | 6,949 | 4,676 stars this month

3d on monthly

Analysis

Summary not available.

microsoft/playwright-cli

CLI for common Playwright actions. Record and generate Playwright code, inspect selectors and take screenshots.

TypeScript | 4,555 | 2,828 stars this month

3d on monthly

Analysis

The `playwright-cli` is a specialized command-line interface designed to streamline browser automation by providing a token-efficient way for coding agents to interact with web pages. Unlike more resource-heavy tools that might overload an LLM with massive DOM trees or accessibility data, this CLI exposes purposeful, atomic commands for navigation, form interaction, and state management. By maintaining browser sessions in the background and offering a visual dashboard for monitoring, it allows agents to perform complex automation tasks while keeping context windows clean and efficient.

This project is highly beneficial for developers and AI engineers who leverage autonomous coding agents like Claude Code or GitHub Copilot to build or test web applications. It is currently trending because it addresses the critical bottleneck of context-window limitations in modern LLMs, enabling high-throughput agentic workflows that balance browser interaction with intensive reasoning. By offering a lightweight, standardized interface that avoids the overhead of verbose tool schemas, it provides a superior "skill-based" architecture for the next generation of browser-based coding automation.

ItzCrazyKns/Vane

Vane is an AI-powered answering engine.

TypeScript | 32,782 | 3,187 stars this week

2d on weekly

Analysis

Vane is a privacy-focused, self-hosted AI answering engine designed to provide accurate, cited information by integrating local LLMs via Ollama alongside major cloud providers like OpenAI, Anthropic, and Groq. The platform utilizes SearxNG for private web searching and features a sophisticated UI that supports image/video lookup, file document analysis, and interactive widgets for real-time data. Technically, it functions as a modular interface that runs within Docker containers, allowing users to choose between speed, balance, or research-heavy processing modes while maintaining complete control over their data history.

This project is highly beneficial for privacy-conscious researchers, power users, and developers who want to replace conventional search engines with a customizable, AI-driven alternative. It is trending because it offers a sophisticated, free-to-use bridge between local infrastructure and high-end AI models without the tracking or data mining inherent in commercial platforms. By providing a professional-grade tool that can be easily integrated directly into browser search bars, Vane empowers users to reclaim their data privacy while maintaining an efficient and intelligent research workflow.

The Ultimate Collection of 1000+ Agentic Skills for Claude Code/Antigravity/Cursor. Battle-tested, high-performance skills for AI agents including official skills from Anthropic and Vercel.

Python | 25,407 | 14,787 stars this month

1d on monthly

Analysis

Summary not available.

yctimlin/mcp_excalidraw

No description

JavaScript | 1,073 | 182 stars this week

1d on weekly

Analysis

The `mcp_excalidraw` project provides a sophisticated toolset that allows AI agents to control a live Excalidraw canvas, moving beyond simple static image generation to true programmatic diagramming. Technically, the system comprises a persistent web-based canvas server and an MCP-compliant server that exposes 26 distinct tools for full CRUD element management, scene inspection, and viewport control. This architecture enables a closed-loop feedback system where agents can "see" the canvas via structured text and screenshots, allowing them to iteratively refine, layout, and modify diagrams with high precision.

Developers and AI engineers who require iterative, high-quality technical documentation or architectural visualizations will find this project particularly valuable. Unlike standard one-shot diagramming tools, this repository offers the persistent state and granular control necessary for complex workflows, making it ideal for teams using Claude Desktop, Cursor, or CLI-based agents. It is trending because it bridges the gap between passive AI assistance and active creative production, empowering agents to act as autonomous designers that can build, troubleshoot, and update visual assets in real-time.

NVlabs/GR00T-WholeBodyControl

Welcome to GR00T Whole-Body Control (WBC)! This is a unified platform for developing and deploying advanced humanoid controllers. This includes: Decoupled WBC models used in NVIDIA Isaac-Gr00t, Gr00t N1.5 and N1.6 and GEAR-SONIC

C++ | 959 | 361 stars this week

1d on weekly

Analysis

The GR00T Whole-Body Control (WBC) repository provides a unified development platform for advanced humanoid robot controllers, including the decoupled models used in NVIDIA GR00T N1.5/1.6 and the innovative GEAR-SONIC foundation model. Technically, the project leverages large-scale human motion data to train a generalist policy that enables natural, whole-body movement—ranging from locomotion to complex teleoperation—through a motion-tracking-based training paradigm. The codebase includes a high-performance C++ inference stack for real-world deployment, a kinematic planner for real-time motion generation, and a VR teleoperation interface for collecting high-quality demonstration data.

This project is primarily aimed at roboticists, researchers, and developers working on humanoid motion planning, foundational behavior models, and large-scale data collection workflows. It is currently trending because it significantly lowers the barrier to entry for achieving human-like, versatile robot control by providing open-source access to state-of-the-art NVIDIA model checkpoints and deployment frameworks. By offering a comprehensive toolset for both simulated research and physical hardware integration, the repository empowers the community to push the boundaries of general-purpose humanoid autonomy.

openclaw/clawhub

Skill Directory for OpenClaw

TypeScript | 3,847 | 2,621 stars this month

1d on monthly

Analysis

ClawHub is a centralized registry and management platform designed for the OpenClaw ecosystem, allowing users to publish, version, and discover text-based agent skills and system "souls." Technically, the project leverages a robust stack featuring a TanStack Start web frontend, a Convex backend with integrated vector search via OpenAI embeddings, and a dedicated CLI tool for seamless local management. It supports advanced features such as canonical skill merging, redirect-preserving renames, and detailed metadata parsing that allows developers to define runtime requirements and Nix-based plugin configurations directly within their documentation.

This project is primarily intended for developers and AI engineers building autonomous agents who require a structured, community-driven repository to distribute and maintain their toolsets. It is gaining traction because it addresses the growing need for discoverable, high-quality agent components that go beyond brittle keyword searches, offering a secure and professional environment for sharing functional intelligence. By providing a standardized interface for both CLI-driven workflows and web-based exploration, ClawHub simplifies the integration process, making it an essential utility for those looking to modularize and scale their agent-based applications.

Q00/ouroboros

Stop prompting. Start specifying.

Python | 1,242 | 414 stars this week

1d on weekly

Analysis

Ouroboros is a specification-first AI development system designed to minimize technical debt by enforcing architectural clarity before code generation. Technically, it functions as a Claude Code plugin that utilizes a "Double Diamond" methodology, employing Socratic questioning and ontological analysis to convert vague user requirements into immutable, high-fidelity specifications. Through an iterative evolutionary loop, the system quantifies project ambiguity and performs multi-stage evaluations, ensuring that development only proceeds once a defined threshold of logical stability is reached.

This project is ideal for software engineers and technical leads who struggle with the "input problem"—where project failure stems from poorly defined requirements rather than AI execution errors. It is trending because it addresses the growing developer fatigue surrounding imprecise LLM prompting, offering a structured, mathematically rigorous alternative to standard "chat-to-code" workflows. By automating the transition from abstract wonder to validated ontology, Ouroboros provides a sophisticated framework for building complex, reliable systems that align perfectly with the developer's original intent.

SynkraAI/aiox-core

Synkra AIOS: AI-Orchestrated System for Full Stack Development - Core Framework v4.0

JavaScript | 2,290 | 1,788 stars this month

1d on monthly

Analysis

Synkra AIOS (AIOX) is a framework designed for AI-orchestrated full-stack development, prioritizing a "CLI-first" architecture to manage software engineering workflows. It utilizes a two-phase agentic planning system where specialized agents, such as analysts and architects, create comprehensive PRDs, which are then converted into structured development stories by a Scrum Master agent for the implementation team. Technically, the system integrates into existing development environments via lifecycle hooks and command-line interfaces, supporting various IDEs like Claude Code and Cursor to ensure consistent context preservation throughout the development lifecycle.

This project is ideal for developers and engineering teams looking to automate complex software workflows while maintaining high architectural consistency and reducing context loss. It is currently trending because it moves beyond simple AI code completion, offering a sophisticated "Agentic Agile" methodology that replaces fragmented task execution with a cohesive, collaborative team of AI agents. By standardizing the development process through robust CLI-first tooling, AIOX empowers users to scale their development capabilities and streamline project management in an increasingly AI-driven ecosystem.

Today's Daily Trending

Repos marked "Not new today" appeared on one or more previous daily pages.

1. bytedance/UI-TARS-desktop

The Open-Source Multimodal AI Agent Stack: Connecting Cutting-Edge AI Models and Agent Infra

TypeScript | 26,836 stars | 566 stars today

First seen: February 06, 2026 | Streak: 1d

Analysis

Summary not available.

2. openai/skills Not new today

Skills Catalog for Codex

Python | 4,420 stars | 621 stars today

First seen: February 04, 2026 | Streak: 3d

Analysis

The `openai/skills` repository serves as a centralized catalog for "Agent Skills," which are standardized sets of instructions, scripts, and resources designed to enhance the capabilities of AI agents within the Codex ecosystem. By packaging specific task-oriented functionalities, these skills allow developers to create repeatable workflows that can be seamlessly integrated across different environments. Technically, the system utilizes a command-line interface, `$skill-installer`, to fetch and implement curated or experimental skills directly from the repository, requiring only a simple restart of Codex to activate the new logic.

This project primarily benefits software engineers and AI developers who seek to streamline complex automation tasks and improve the modularity of their AI-driven applications. It is trending because it addresses the growing demand for an open standard in agentic workflows, enabling teams to share and adopt standardized toolsets for diverse technical requirements. By fostering a collaborative ecosystem where custom functionalities can be easily distributed and reused, this repository significantly lowers the barrier to deploying specialized AI agents in professional development environments.

3. thedotmack/claude-mem Not new today

A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude's agent-sdk), and injects relevant context back into future sessions.

TypeScript | 23,850 stars | 1,930 stars today

First seen: February 02, 2026 | Streak: 5d

Analysis

Claude-Mem is a sophisticated plugin for Claude Code designed to provide persistent, long-term memory for coding sessions by capturing and summarizing tool interactions and project context. It operates through a robust architecture featuring lifecycle hooks, a Bun-managed worker service, and a hybrid search engine that combines SQLite for relational data with Chroma for semantic vector search. By utilizing a "progressive disclosure" retrieval pattern, the system intelligently fetches context in layers to minimize token consumption while maintaining deep project continuity across disconnected sessions.

This tool is highly beneficial for professional software engineers and heavy users of Claude Code who struggle with context loss during long-term development projects. It is trending because it addresses a critical pain point in AI-assisted coding—the ephemeral nature of LLM sessions—by enabling the agent to "remember" past bugs, architectural decisions, and previous code iterations. The combination of automated background operation, privacy controls, and a dedicated web UI makes it an essential utility for developers looking to scale their AI-driven productivity.

4. j178/prek Not new today

⚡ Better `pre-commit`, re-engineered in Rust

Rust | 5,571 stars | 258 stars today

First seen: February 02, 2026 | Streak: 1d

Analysis

Summary not available.

5. topoteretes/cognee

Memory for AI Agents in 6 lines of code

Python | 11,887 stars | 74 stars today

First seen: February 06, 2026 | Streak: 1d

Analysis

Cognee is an open-source knowledge engine designed to provide AI agents with persistent, dynamic, and structured memory. By integrating vector search with graph databases, the framework allows developers to ingest multimodal data and ground it within a relational knowledge structure that evolves over time. Its technical architecture prioritizes reliable agentic workflows by offering tenant isolation, traceability, and observability through OpenTelemetry integration.

Developers building autonomous AI agents will benefit significantly from Cognee, as it eliminates the complexity of managing context and long-term memory for intelligent systems. The project is currently trending because it addresses the critical "memory" gap in LLM applications, allowing agents to learn from user feedback and share knowledge across platforms. By offering a unified infrastructure that simplifies sophisticated RAG (Retrieval-Augmented Generation) pipelines into just a few lines of code, Cognee enables faster development of reliable and context-aware AI solutions.

6. obra/superpowers Not new today

An agentic skills framework & software development methodology that works.

Shell | 45,598 stars | 887 stars today

First seen: February 04, 2026 | Streak: 1d

Analysis

Superpowers is an agentic framework designed to standardize the software development lifecycle by integrating a library of composable, automated "skills" directly into coding agents like Claude Code and Cursor. Instead of jumping straight to code, the system enforces a structured workflow that begins with Socratic brainstorming, proceeds to detailed implementation planning, and culminates in a rigorous subagent-driven development cycle. Technically, it functions as a plugin that triggers mandatory engineering protocols—such as strict test-driven development (TDD), git worktree management, and iterative code reviews—ensuring that agents maintain high-quality standards and consistent progress without requiring manual intervention.

This project is highly beneficial for developers and software teams looking to minimize the "hallucination" and ad-hoc coding patterns often associated with AI-assisted programming. It is trending because it addresses a critical gap in the current AI developer tool ecosystem: the transition from simple code generation to reliable, autonomous project execution that mirrors professional engineering discipline. By embedding best practices like YAGNI and DRY into the agent's core decision-making loop, Superpowers provides a repeatable, scalable methodology for building robust software applications.

7. aquasecurity/trivy

Find vulnerabilities, misconfigurations, secrets, SBOM in containers, Kubernetes, code repositories, clouds and more

Go | 31,402 stars | 25 stars today

First seen: February 06, 2026 | Streak: 1d

Analysis

Trivy is a comprehensive, open-source security scanner designed to identify vulnerabilities, misconfigurations, and sensitive data across diverse environments, including container images, filesystems, and Kubernetes clusters. By leveraging a variety of scanners, it can generate software bills of materials (SBOMs), detect exposed secrets, and identify infrastructure-as-code (IaC) issues or software license violations. Technically, it functions as a highly versatile CLI tool that supports a wide range of platforms and programming languages, providing actionable security insights through automated scanning processes.

Development teams, DevOps engineers, and security professionals benefit from Trivy’s ability to integrate seamlessly into existing CI/CD pipelines, IDEs, and Kubernetes workflows. The project is trending because it simplifies the complex task of securing modern cloud-native applications, offering a unified solution that replaces multiple fragmented security tools. Its widespread adoption is further driven by its ease of use, extensive ecosystem support, and its status as a robust, community-backed project from Aqua Security.

8. fish-shell/fish-shell

The user-friendly command line shell.

Rust | 32,416 stars | 28 stars today

First seen: February 06, 2026 | Streak: 1d

Analysis

Summary not available.

9. nvm-sh/nvm Not new today

Node Version Manager - POSIX-compliant bash script to manage multiple active node.js versions

Shell | 91,395 stars | 101 stars today

First seen: February 05, 2026 | Streak: 2d

Analysis

Summary not available.

10. linshenkx/prompt-optimizer

一款提示词优化器,助力于编写高质量的提示词

TypeScript | 19,451 stars | 51 stars today

First seen: February 06, 2026 | Streak: 1d

Analysis

Summary not available.