Trending This Week
Published projects ranked by new GitHub stars in the last 7 days.
deepseek-harness
TypeScriptDeepSeek Harness: Everything is a Plugin.
MoneyPrinterTurbo
Python利用 AI 大模型和自动化工作流,根据主题或关键词一键生成高清短视频。Generate HD short videos from a topic or keyword with an automated AI workflow.
ponytail
JavaScriptPonytail injects a rule‑set into AI agent sessions that checks each proposed change against a ladder: need, reuse, stdlib, native feature, dependency, one‑line, then minimum viable code. Benchmarks show ~54% less code, ~20% lower cost, ~27% faster execution, and 100% safety compared to a no‑skill baseline. Installation is a single marketplace add for Claude Code, Codex, Copilot CLI, OpenCode, Gemini/Antigravity, Hermes, CodeWhale, Swival, Devin, and OpenClaw.
skills
ShellSkills for Real Engineers. Straight from my .claude directory.
public-apis
PythonA collective list of free APIs
hermes-agent
PythonThe agent that grows with you
codex
RustLightweight coding agent that runs in your terminal
unsloth
PythonUnsloth Studio is a web UI for training and running open models like Gemma 4, Qwen3.6, DeepSeek, gpt-oss locally.
firecrawl
TypeScriptThe API to search, scrape, and interact with the web at scale. 🔥
pi
TypeScriptAI agent toolkit: unified LLM API, agent loop, TUI, coding agent CLI
anydoc
Rustanydoc is a high-performance document conversion library written in Rust with bindings for Node.js, Python, and WebAssembly. It converts 14 office document formats into consistent, structured Markdown by parsing each format into a shared document model and serializing through a single GFM renderer. It powers Firecrawl Parse and is designed for pipelines needing reliable, fast conversion of mixed office documents into LLM-ready text.
superpowers
ShellAn agentic skills framework & software development methodology that works.
herdr
RustHerdr is a Rust-based terminal multiplexer that serves as a persistent backend for AI agents, enabling continuous operation, agent coordination, and integration with existing tools like Claude Code and CodeX.
ECC
JavaScriptThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
opencode
TypeScriptThe open source coding agent.
unlazy
JavaScriptunlazy transforms a plain prompt into a disciplined, verifiable workflow: the agent first writes a gates file, the skill runs CHECK commands to flip boxes, and a report is generated that audits all numbers. For large builds, a tree‑decomposition plan (`PLAN.md`) is created, each leaf runs as a fresh sub‑agent with its own gates, and a Stop hook can mechanically block premature termination. The result is a measurable increase in effort (1.5‑4× baseline), zero‑token hook cost, and a transparent ledger of work done. It is installed via the skills CLI or manually cloned into the agent’s skills directory.
browser-use
Python🌐 Make websites accessible for AI agents. Automate tasks online with ease.
awesome
😎 Awesome lists about all kinds of interesting topics
build-your-own-x
MarkdownMaster programming by recreating your favorite technologies from scratch.
buzz
RustBuzz provides a self-hosted Nostr-based relay that unifies human and AI agent collaboration through a single event log, enabling shared rooms, scoped identity, and integrated workflows, code, and discussion, aiming to eliminate the need for multiple disparate tools.
awesome-python
PythonAn opinionated list of Python frameworks, libraries, tools, and resources
trueforge
TypeScriptTrueForge is a TypeScript-based open-source agent harness designed to simplify the deployment and operation of AI agents. With 2,378 stars and an MIT license, it offers a complete runtime layer that transforms an LLM into a functional agent. The platform supports both local mode (SQLite, single process) and hosted mode (Postgres + Redis, Docker Compose or Helm) for scaling from personal use to team deployments. Key features include catalog-based configuration for models, MCP servers, and skills; support for multiple model providers; isolated sandboxing; human approval workflows; and advanced context engineering capabilities like subagents and compaction. TrueForge provides three interfaces: a bundled chat UI, an HTTP API with TypeScript SDK, and an embeddable UI SDK, making it flexible for various use cases. The project includes benchmarking capabilities showing cost-effective performance compared to alternatives like Claude Managed Agents and deepagents.
agency-agents
ShellA complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy injectors to reality checkers. Each agent is a specialized expert with personality, processes, and proven deliverables.
FreeDomain
MarkdownDigitalPlat FreeDomain: Free Domain For Everyone
free-for-dev
HTMLA list of SaaS, PaaS and IaaS offerings that have free tiers of interest to devops and infradev
awesome-selfhosted
A list of Free Software network services and web applications which can be hosted on your own servers
ComfyUI
PythonThe most powerful and modular diffusion model GUI, api and backend with a graph/nodes interface.
HelloGitHub
Python:octocat: 分享 GitHub 上有趣、入门级的开源项目。Share interesting, entry-level open source projects on GitHub.
ego-lite
JavaScriptego lite is a specialized browser that enables AI agents to perform web automation within dedicated, isolated Spaces. Unlike traditional automation libraries that require separate browser instances, ego lite allows agents to work alongside humans in the same browser, inheriting existing Chrome data (logins, cookies, etc.) and executing tasks up to 2.5x faster through a code-based skill implementation rather than a CLI-based loop.
img2threejs
PythonThe pipeline is staged: an image is probed, classified, and assessed for complexity; a detailed ObjectSculptSpec is authored and validated with strict‑quality gates; each build pass (blockout, structural, form‑refinement, material, surface, lighting, interaction, optimization) is generated by deterministic Python scripts and reviewed via a side‑by‑side comparison sheet. The agent decides to continue, refine the spec, refine the code, request input, or stop. The result is a TypeScript factory that returns a THREE.Group with a runtime hierarchy exposed in `root.userData.sculptRuntime`, enabling animation and interaction without external assets.
clash-verge-rev
TypeScriptA modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience
linux
CLinux kernel source tree
yt-dlp
PythonA feature-rich command-line audio/video downloader
skills
PythonPublic repository for Agent Skills
ip-as-logo-skill
The skill produces six independent, square mascot images per request—three emerging from the lower‑left and three from the lower‑right—each built from 4‑7 large rounded shapes, using two IP base colors plus a solid background color. It prioritizes familiar animal subjects, extreme simplification, and a balanced, lower‑corner composition, delivering full‑resolution assets without filtering or retries.
markitdown
PythonPython tool for converting files and office documents to Markdown.
spec-kit
Python💫 Toolkit to help you get started with Spec-Driven Development
awesome-llm-apps
Python100+ AI Agent & RAG apps you can actually run — clone, customize, ship.
cc-switch
RustA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
openclaw
TypeScriptYour own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
codebase-memory-mcp
Ccodebase-memory-mcp indexes a repository in milliseconds (Linux kernel in 3 min), stores the graph in an in‑memory SQLite dump, and serves it via a lightweight MCP server. It integrates with 11 popular coding agents, provides a 3D graph UI, and offers a rich set of tools for search, impact analysis, and architecture discovery—all locally and with no external dependencies.
scriptc
TypeScriptscriptc compiles TypeScript to native binaries with no runtime engine, offering ~2 ms startup, 170–200 KB binaries, and 1–4 MB memory usage. It supports the full language, standard library, and Node APIs, and can embed npm dependencies via an optional QuickJS engine. Correctness is guaranteed by differential testing against Node and memory‑safety checks. Features include compile‑time evaluation, native FFI, and checked casts. The tool is built with a TypeScript frontend, a typed IR, and LLVM/C backends, all orchestrated by a CLI.
gstack
TypeScriptUse Garry Tan's exact Claude Code setup: 23 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA
project-based-learning
PythonCurated list of project-based tutorials
oomwoo
PythonOOMWOO aims to deliver a DIY robot vacuum built from sourced parts, featuring 2D LiDAR SLAM, ROS2 Nav2 navigation, native Home Assistant integration, and a 3D‑printable chassis, all under an Apache‑2.0 license, with community‑driven development via modular contributions.
worldmonitor
TypeScriptWorld Monitor is an open-source, TypeScript-based platform offering a real-time dashboard with 500+ news feeds, dual map engines, country instability index, finance radar, local AI via Ollama, and six site variants from a single codebase, available as a web app, desktop client (Tauri), and programmable APIs.
llama.cpp
C++LLM inference in C/C++
claude-mem
JavaScriptPersistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More