A tour of all 31 public GitHub repos cloned in my local projects/ directory, organized chronologically and grouped by theme. These repos form my daily research and development toolkit.

Overview

MetricValue
Public repos31
Total Stars890k+
LanguagesPython (14), TypeScript (4), Java (2), Rust (1), JS (1), Shell (1), CSS (1)
Time span2012 — 2026
Main domainsRobotics, RL, AI Agents, Fintech

Foundations (2012–2018)

Early-created repos that remain actively maintained — the bedrock of my stack.

openrocket/openrocket (2012)

openrocket/openrocket

Model-rocketry aerodynamics and trajectory simulation software

Java 2.6k GPL

Open-source rocket simulation with 6-DOF trajectory and Monte Carlo analysis. Java-based, cross-platform with GUI. Useful reference for aerospace dynamics.


sindresorhus/awesome (2014)

sindresorhus/awesome

Awesome lists about all kinds of interesting topics

- 450k CC0-1.0

The meta-list. 450k stars. My primary way of discovering domain-specific awesome lists like awesome-robotics.


ros2/ros2 (2015)

ros2/ros2

The Robot Operating System, is a meta operating system for robots

- 5.3k

The de facto standard for robot software development. Communication middleware, build system, device drivers — the complete infrastructure. Essential for my daily research.


kiloreux/awesome-robotics (2015)

kiloreux/awesome-robotics

A list of awesome Robotics resources

6.3k

Curated robotics resources: courses, books, software, conferences. The first stop for anyone entering robotics.


AtsushiSakai/PythonRobotics (2016)

AtsushiSakai/PythonRobotics

Python sample codes and textbook for robotics algorithms

Python 29k

Python implementations of core robotics algorithms — localization, mapping, path planning, SLAM. Each algorithm comes with visualization. One of the best learning resources for robotics algorithms.


jslee02/awesome-robotics-libraries (2016)

jslee02/awesome-robotics-libraries

A curated list of robotics libraries and software

Python 2.9k CC0-1.0

Focused on software libraries: dynamics simulators, motion planners, optimization solvers, visualization tools. My go-to for library selection.


NxRLab/ModernRobotics (2016)

NxRLab/ModernRobotics

Modern Robotics: Mechanics, Planning, and Control Code Library

Python 2.7k MIT

Code companion to Kevin Lynch’s classic textbook. Python and MATLAB implementations of rigid body motion, kinematics, dynamics, and motion planning. Textbook-quality code.


sfujim/TD3 (2018)

sfujim/TD3

Author's PyTorch implementation of TD3 for OpenAI gym tasks

Python 2.1k MIT

Official implementation of Twin Delayed DDPG. A classic baseline for continuous-action RL — clean, concise, and the starting point for many RL research projects.


vikashplus/robohive (2018)

vikashplus/robohive

A unified framework for robot learning

Python 621 Apache-2.0

Unified robot learning framework with diverse MuJoCo environments. Supports both imitation and reinforcement learning. Great for comparative experiments across robot tasks.


Rising Stars (2022–2024)

Breakthrough projects as AI began deeply integrating with various domains.

louis-e/arnis (2022)

louis-e/arnis

Generate any location from the real world in Minecraft with a high level of detail

Rust 14k Apache-2.0

Rebuilds real-world locations in Minecraft using OpenStreetMap data. Rust for performance. The underlying geodata processing and procedural generation techniques are genuinely interesting.


Jitu0110/RLMujoco (2023)

Jitu0110/RLMujoco

SAC, PPO, A2C implementation on Mujoco environments

Python 35 MIT

Clean implementations of SAC, PPO, and A2C on MuJoCo. Low stars but solid code — useful for quick baseline runs on Humanoid, Ant, and Cheetah.


FujiwaraChoki/MoneyPrinterV2 (2024)

FujiwaraChoki/MoneyPrinterV2

Automate the process of making money online

Python 27.4k AGPL-3.0

Automates online content creation — YouTube video generation, Twitter ops, and more. 27k stars reflect the massive demand for automated content creation.


AI4Finance-Foundation/FinRobot (2024)

AI4Finance-Foundation/FinRobot

An Open-Source AI Agent Platform for Financial Analysis using LLMs

Jupyter Notebook 6.5k Apache-2.0

LLM-powered financial analysis AI Agent platform. Full pipeline from data acquisition to investment recommendations.


thu-ml/RoboticsDiffusionTransformer (2024)

thu-ml/RoboticsDiffusionTransformer

RDT-1B: a Diffusion Foundation Model for Bimanual Manipulation

Python 1.7k MIT

From Tsinghua’s ML group — a 1B-parameter Diffusion Transformer for bimanual manipulation. Represents the frontier of Diffusion Policy on real robots.


TauricResearch/TradingAgents (2024)

TauricResearch/TradingAgents

TradingAgents: Multi-Agents LLM Financial Trading Framework

Python 44.4k Apache-2.0

Multi-agent LLM trading framework. 44k stars. Combines analyst, trader, and risk-management agents into a cohesive trading system. The canonical example of LLM agents in finance.


The Agent Wave (2025)

2025 was the year AI agents and coding agents exploded.

vas3k/TaxHacker (2025-03)

vas3k/TaxHacker

Self-hosted AI accounting app with LLM analyzer for receipts, invoices, transactions

TypeScript 3.2k MIT

Self-hosted AI accounting with LLM-powered receipt and invoice analysis. Custom categorization rules and multi-currency support. Genuinely useful personal finance tool.


newton-physics/newton (2025-04)

newton-physics/newton

An open-source, GPU-accelerated physics simulation engine built upon NVIDIA Warp

Python 3.7k Apache-2.0

GPU-accelerated physics engine built on NVIDIA Warp, targeting robotics researchers. Similar positioning to MuJoCo and Isaac Sim, but fully open-source and lighter. Supports differentiable simulation — perfect for sim-to-real research.


opendataloader-project/opendataloader-pdf (2025-05)

opendataloader-project/opendataloader-pdf

PDF Parser for AI-ready data. Automate PDF accessibility. Open-source.

Java 10.8k Apache-2.0

AI-ready PDF parser with OCR, table extraction, and Markdown/JSON output. Invaluable for researchers processing academic papers at scale.


langchain-ai/open-swe (2025-05)

langchain-ai/open-swe

An Open-Source Asynchronous Coding Agent

Python 8.9k MIT

LangChain’s open-source async coding agent. Supports Claude and OpenAI. A solid foundation for coding agent research and evaluation.


Crosstalk-Solutions/project-nomad (2025-06)

Crosstalk-Solutions/project-nomad

A self-contained, offline survival computer packed with critical tools, knowledge, and AI

TypeScript 20.1k Apache-2.0

Offline survival computer with integrated tools, knowledge base, and AI. 20k stars reflect strong interest in offline AI scenarios.


shareAI-lab/learn-claude-code (2025-06)

shareAI-lab/learn-claude-code

Bash is all you need - A nano claude code-like agent harness, built from 0 to 1

TypeScript 43.7k MIT

Build a Claude Code-like agent from scratch. 43k stars — developers want to understand coding agents at the foundational level. “Bash is all you need” is an inspiring philosophy.


obra/superpowers (2025-10)

obra/superpowers

An agentic skills framework and software development methodology that works

Shell 125k MIT

At 125k stars, the most mature skills framework for Claude Code. Provides a complete software development methodology with brainstorming, TDD, debugging, and code review skills.


fly-pigTH/SoRo-Scholar (2025-10)

fly-pigTH/SoRo-Scholar

Awesome soft robotics papers — actuation, control, modeling, sim2real, and more

CSS 2 MIT

My own project — a curated list of soft robotics papers covering actuation, control, modeling, and sim-to-real transfer. Low stars but represents my knowledge investment in the soft robotics field.


ZhanchiWang/Open-Spiral-Robots (2025-12)

ZhanchiWang/Open-Spiral-Robots

Open-source spiral robot designs and control

Python 31

Open-source spiral robot designs. Niche but interesting — exploring spiral structures in soft robotics.


Latest (2026)

Projects reflecting the rapid iteration of AI toolchains.

jarrodwatts/claude-hud (2026-01)

jarrodwatts/claude-hud

A Claude Code plugin that shows context usage, active tools, running agents, and todo progress

JavaScript 15.3k MIT

HUD statusline plugin for Claude Code — real-time display of context usage, active tools, and agent progress. 15k stars show strong demand for observability in AI coding tools.


PlaiPin/rosclaw (2026-02)

PlaiPin/rosclaw

ROS2 meets OpenClaw

TypeScript 430 Apache-2.0

ROS 2 + OpenClaw integration. Demonstrates web technologies in robot control interfaces.


fly-pigTH/RoboIndex.github.io (2026-02)

fly-pigTH/RoboIndex.github.io

A structured entry for robotics papers, code, and submission know-how

1 MIT

My project — RoboIndex, a structured robotics paper index with search, showcase, analytics dashboard, and API. Built with Next.js.


ylytdeng/wechat-decrypt (2026-02)

ylytdeng/wechat-decrypt

WeChat 4.0 database decryptor — extract keys from memory, decrypt SQLCipher 4 databases

Python 2.2k

WeChat 4.0 database decryption tool. Useful for exporting and analyzing chat history.


Gabberflast/academic-pptx-skill (2026-02)

Gabberflast/academic-pptx-skill

A Claude Skill for creating academic presentations

235

Claude Code skill for generating academic presentations — conference talks, seminar slides, thesis defenses. Practical for academics.


karpathy/autoresearch (2026-03)

karpathy/autoresearch

AI agents running research on single-GPU nanochat training automatically

Python 61.5k

Karpathy’s latest — AI agents autonomously designing experiments, running single-GPU training, and analyzing results. 61k stars. The canonical example of “AI for AI Research”.


Takeaways

Looking across these 31 repos, several evolution lines emerge clearly:

  1. Robotics: Classical algorithms (PythonRobotics, ModernRobotics) → Simulation platforms (robohive, newton) → Foundation models (RDT-1B) → Open hardware (Open-Spiral-Robots, rosclaw)
  2. RL: Single algorithm implementations (TD3, RLMujoco) → Unified frameworks (robohive) → Diffusion Policy (RDT)
  3. AI Agents: Toolchains (superpowers, claude-hud) → Tutorial ecosystem (learn-claude-code) → Automated research (autoresearch)
  4. Applications: Finance (TradingAgents, FinRobot), accounting (TaxHacker), content creation (MoneyPrinterV2)

The toolbox keeps growing. Follow the Weekly Stars series for more picks.


References

Full repo list sorted by creation date:

  1. openrocket/openrocket (2012)
  2. sindresorhus/awesome (2014)
  3. ros2/ros2 (2015)
  4. kiloreux/awesome-robotics (2015)
  5. AtsushiSakai/PythonRobotics (2016)
  6. jslee02/awesome-robotics-libraries (2016)
  7. NxRLab/ModernRobotics (2016)
  8. sfujim/TD3 (2018)
  9. vikashplus/robohive (2018)
  10. louis-e/arnis (2022)
  11. Jitu0110/RLMujoco (2023)
  12. FujiwaraChoki/MoneyPrinterV2 (2024)
  13. AI4Finance-Foundation/FinRobot (2024)
  14. thu-ml/RoboticsDiffusionTransformer (2024)
  15. TauricResearch/TradingAgents (2024)
  16. vas3k/TaxHacker (2025)
  17. newton-physics/newton (2025)
  18. opendataloader-project/opendataloader-pdf (2025)
  19. langchain-ai/open-swe (2025)
  20. Crosstalk-Solutions/project-nomad (2025)
  21. shareAI-lab/learn-claude-code (2025)
  22. obra/superpowers (2025)
  23. fly-pigTH/SoRo-Scholar (2025)
  24. ZhanchiWang/Open-Spiral-Robots (2025)
  25. jarrodwatts/claude-hud (2026)
  26. PlaiPin/rosclaw (2026)
  27. fly-pigTH/RoboIndex.github.io (2026)
  28. ylytdeng/wechat-decrypt (2026)
  29. fly-pigTH/clover (2026)
  30. Gabberflast/academic-pptx-skill (2026)
  31. karpathy/autoresearch (2026)
Follow @fly-pigTH