GitHub Trending Digest - February 04, 2026

Slow Burners

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

letta-ai/claude-subconscious

Give Claude Code a subconscious

TypeScript | 2,400 | 1,357 stars this week

3d on weekly

Analysis

Summary not available.

Today's Daily Trending

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

1. 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 | 20,818 stars | 1,730 stars today

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

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.

2. masoncl/review-prompts

AI review prompts

Python | 421 stars | 54 stars today

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

Analysis

Summary not available.

3. openai/skills

Skills Catalog for Codex

Python | 3,201 stars | 377 stars today

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

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.

4. automazeio/ccpm

Project management system for Claude Code using GitHub Issues and Git worktrees for parallel agent execution.

Shell | 6,784 stars | 123 stars today

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

Analysis

Summary not available.

5. obra/superpowers

An agentic skills framework & software development methodology that works.

Shell | 43,756 stars | 817 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.

6. virattt/dexter

An autonomous agent for deep financial research

TypeScript | 10,185 stars | 222 stars today

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

Analysis

Dexter is an autonomous AI agent designed to perform complex financial research by decomposing abstract queries into structured, actionable research plans. It operates by utilizing real-time market data—such as income statements and cash flow analysis—while employing self-reflection and validation loops to ensure its conclusions are accurate and data-backed. Technically, the system is built on the Bun runtime and integrates with various LLM providers and specialized financial data APIs, logging every reasoning step and tool execution into a local JSONL scratchpad for full transparency and debuggability.

Financial analysts, investors, and researchers would benefit from this project as it automates the tedious, time-consuming process of gathering and synthesizing multi-source financial data. The repository is gaining traction because it provides a modular, "agentic" workflow that significantly reduces the manual effort required for institutional-grade market analysis. By offering features like WhatsApp integration and a robust evaluation suite, Dexter lowers the barrier to entry for users who need reliable, AI-driven insights delivered in a transparent and verifiable manner.

7. karpathy/nanochat Not new today

The best ChatGPT that $100 can buy.

Python | 42,095 stars | 447 stars today

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

Analysis

nanochat is an experimental, minimalist framework designed to streamline the entire lifecycle of Large Language Model development, including tokenization, pretraining, fine-tuning, and inference. It simplifies complex configurations by using a single "depth" parameter—the number of transformer layers—to automatically calibrate all associated hyperparameters, such as model width, learning rates, and training schedules. Technically, the framework is optimized for single-node 8XH100 GPU clusters, utilizing explicit precision management rather than automated autocasting to maintain efficiency and transparency across various hardware environments.

This project is an invaluable resource for researchers and AI enthusiasts who want to iterate on LLM training without the overhead of massive infrastructure or complex configuration tuning. It is currently trending because it democratizes access to state-of-the-art capability, allowing users to train a model equivalent to 2019-era GPT-2 for under $50 in mere hours. By providing a transparent, hackable codebase and a competitive "GPT-2 speedrun" leaderboard, the repository serves as a powerful community platform for testing architectural improvements and optimizing compute efficiency in the modern era of AI.

8. kovidgoyal/calibre Not new today

The official source code repository for the calibre ebook manager

Python | 23,949 stars | 141 stars today

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

Analysis

Summary not available.

9. OpenBMB/ChatDev Not new today

ChatDev 2.0: Dev All through LLM-powered Multi-Agent Collaboration

Python | 29,823 stars | 476 stars today

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

Analysis

Summary not available.

10. pedramamini/Maestro Not new today

Agent Orchestration Command Center

TypeScript | 1,537 stars | 269 stars today

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

Analysis

Summary not available.