Исследователь выявил 10 000 репозиториев на GitHub, распространяющих трояны через поддельные проекты

information security

Независимый специалист по информационной безопасности обнаружил масштабную кампанию по распространению вредоносного ПО, использующую механизмы платформы GitHub. В ходе анализа более 16 миллионов событий за пять дней он идентифицировал 10 000 репозиториев, каждый из которых содержит ссылку на ZIP-архив с трояном. Репозитории существуют от нескольких месяцев до года, не детектируются автоматическими алгоритмами GitHub и остаются активными даже после обращения в службу поддержки.

Описание

Инцидент начался два месяца назад, когда исследователь проверял индексацию своего проекта в поисковых системах. В выдаче Bing он обнаружил посторонний репозиторий с таким же названием и описанием, как у его собственного. Репозиторий содержал полную копию его кода со всеми коммитами, а сам исследователь значился в списке контрибьюторов. Часом ранее в README-файл была добавлена ссылка на ZIP-архив. Аналогичная ситуация повторилась с другим его проектом: при просмотре тегов на GitHub он наткнулся на репозиторий, скопировавший все коммиты ещё одного оригинального проекта, а два часа спустя в README появилась та же ссылка.

Наблюдение за этими двумя репозиториями выявило характерный паттерн: каждые несколько часов предыдущий коммит удалялся и отправлялся новый, изменяющий только README-файл. В каждом таком коммите присутствовала строка со ссылкой на ZIP-архив. Исследователь подал запрос в GitHub с просьбой удалить репозитории. Спустя две недели ответа не последовало, и он открыл обсуждение в сообществе. Три участника предложили советы, но ни один не помог решить проблему. Только через месяц служба поддержки удалила указанные репозитории.

Позже, уже после завершения инцидента, исследователь разработал методику поиска подобных репозиториев в масштабе всей платформы. Он выявил общий паттерн: репозитории регулярно обновляются (каждые несколько часов), при каждом обновлении изменяется только README-файл, в нём размещается ссылка на ZIP-архив, все коммиты скопированы из другого репозитория, сам репозиторий не является форком, а контрибьюторы и названия у каждого свои. Такая структура делает поиск по цепочке форков невозможным. Для массового анализа исследователь использовал сервис GH Archive, который предоставляет историю событий GitHub. За пять дней было зафиксировано 16 миллионов пуш-коммитов. Из них он отобрал репозитории, обновлявшиеся от одного до 24 раз за сутки, - таких оказалось 40 000. После дополнительной фильтрации (коммит от пользователя, а не от бота; последний коммит с названием "Update README.md"; изменение только одного файла) осталось 10 000 репозиториев, каждый из которых содержит ссылку на ZIP-архив с трояном.

Архив, как показал предоставленный анализ, включает четыре файла: исполняемый CMD-скрипт (Application.cmd или Launcher.cmd), EXE-файл (loader.exe, luajit.exe или аналогичный), файл со случайным именем с расширением .cso или .txt, а также библиотеку lua51.dll. При проверке самого архива в VirusTotal - сервисе, позволяющем проверять файлы на вредоносное ПО с помощью десятков антивирусных движков - по прямой ссылке результат показывает ноль детекций. Однако при загрузке архива как файла несколько антивирусов распознают в нём троян. Это указывает на целенаправленную попытку обойти статический анализ, используемый при сканировании по URL.

Исследователь предполагает, что злоумышленники копируют не популярные репозитории, а новые, только что созданные. Такой подход позволяет сразу попадать в топ выдачи поисковых систем по свежим низкочастотным запросам. Репозитории добавляются в популярные теги GitHub, что увеличивает шанс индексации и привлекает случайных посетителей. Копирование всей истории коммитов и списка контрибьюторов создаёт иллюзию легитимности: пользователь видит несколько участников, аккаунты которых не похожи на однодневки, и длительную историю разработки. Частая перезапись коммитов, вероятно, служит для обхода алгоритмов безопасности GitHub: механизмы, проверяющие репозитории на вредоносный код, не успевают срабатывать на постоянно меняющихся проектах. Единое название коммита "Update README.md" также может быть частью обфускации.

Важный вывод касается ограниченности автоматической защиты GitHub. Исследователь использовал стандартное API с лимитом 5000 запросов в час и смог выявить 10 000 репозиториев. У команды GitHub такого ограничения нет, она может проанализировать все 500 миллионов репозиториев, сканируя любые архивы и исполняемые файлы. Тот факт, что вредоносные репозитории существуют более года и не удаляются автоматически, говорит о необходимости усиления мер безопасности на уровне платформы. В частности, GitHub мог бы ввести обязательную проверку файлов, загружаемых по ссылкам из README, или отслеживать аномальное поведение репозиториев с повторяющимися коммитами.

Исследователь опубликовал полный список найденных репозиториев и скрипт для поиска подобных проектов в открытом доступе. Он не планирует повторно обращаться в поддержку GitHub из-за большого объёма находок, но надеется, что служба безопасности платформы обратит внимание на данную проблему. Ситуация демонстрирует, что современные кампании по распространению вредоносного ПО активно адаптируются к особенностям хостинг-платформ, используя асимметрию между ограничениями внешнего исследователя и возможностями владельца сервиса. Пользователям GitHub рекомендуется проверять ссылки на архивы в репозиториях с подозрительной частотой обновлений и не запускать скачанные из непроверенных источников исполняемые файлы.

Индикаторы компрометации

MD5

SHA1

SHA256

URLs

  • https://github.com/003officiel/pocketstream
  • https://github.com/007gand/auth-bff-sms-pin-template
  • https://github.com/00samoi00/TupperTransformer
  • https://github.com/00umr/awesome-aws
  • https://github.com/011-Dafi-aufa-widodo-X-PPLG-2/tvlogo
  • https://github.com/01789692905/cc-frontend-skills
  • https://github.com/01AmaanShaikh/powersub-demo-2262
  • https://github.com/01kingsmus/navitpo7
  • https://github.com/02Shadows/SUMI
  • https://github.com/050797Eduardo/Videonizer-Platinum-Repack
  • https://github.com/079mgh/SNU_2D_ProgrammingTools_IDE_KoLMafia-ASH
  • https://github.com/08Tyrant31/clawd-plugin-vault
  • https://github.com/09122579372bu/nuclide
  • https://github.com/0aqta/diabetes_checker
  • https://github.com/0DDW/PassForgePro
  • https://github.com/0kuro21/cto-operating-system
  • https://github.com/0lf3/n8n-nodes-cloudflare
  • https://github.com/0x1301D9F/odoo-community-aws-deployment
  • https://github.com/0xmrninja197/ai-online-store
  • https://github.com/0xUnkn0wn4M1R/data_engineering_banking_project
  • https://github.com/1000-7-Maxim/nextauth-studio
  • https://github.com/100xxio/light-auth
  • https://github.com/121blackwwe/accounting-documents-ai-agent
  • https://github.com/121ssdfdfsv/HeyTeaAutoDrawer
  • https://github.com/122-jt/dnx
  • https://github.com/123131231231231231/pixelhop
  • https://github.com/12345mate2603/QClawBypass
  • https://github.com/1234cabs/Machine-Learning---Advanced-Topics
  • https://github.com/123abukhaled0/FinCoach
  • https://github.com/123hossain-abdullah/timelinize
  • https://github.com/12alz/fun-with-clip-path
  • https://github.com/12miednight/WiFi-CSI-Human-Pose-Detection
  • https://github.com/14062/Megatron-LM
  • https://github.com/1410ailesi/ML-network-intrusion-detection-HAWK
  • https://github.com/14m1r0nm4n/notesf
  • https://github.com/1530snosecount886/spec_driven_develop
  • https://github.com/15496-debug/vs-code-agents
  • https://github.com/1573le/slopwatch
  • https://github.com/160-cytoskeleton338/canvas-cowork
  • https://github.com/168256/spotify-jmgd8
  • https://github.com/17thfile/tcv-opensource
  • https://github.com/180804umar/powersub-demo-6230
  • https://github.com/181818bq/fullstack_vercel
  • https://github.com/18311-Claire-Xinjin/pdf-chat-app
  • https://github.com/19681602A/Ecommerce-Template
  • https://github.com/1aibo/fullstackweekend-aparatus
  • https://github.com/1Bot-star/The-Real-Reason-Start-a-Business-with-AI-Keeps-People-Broke
  • https://github.com/1boylove2girl/deepapi
  • https://github.com/1dhswd/realestate-crm
  • https://github.com/1fan-papi/expo-progressive-blur
  • https://github.com/1gaxv/apple-ccpwt
  • https://github.com/1ivvy/goncurrently
  • https://github.com/1maite/hazelcast-xh9
  • https://github.com/1n3202/ArkhamMirror
  • https://github.com/1nepika10/EeveeSpotifyRevivedPublic
  • https://github.com/1-RAY-1/project-startup-cursor
  • https://github.com/1stkashi/thoth-cli
  • https://github.com/1tapbot/canvas-course-downloader
  • https://github.com/1urelius/atlas.cam
  • https://github.com/1webb/AgriClime-Sentinel
  • https://github.com/1xmusty/youtube-bot-views
  • https://github.com/2002meht/otto-de-product-scraper-pay-per-result
  • https://github.com/2022-04-11588/data-fakes
  • https://github.com/2024pecme184-beep/Talent-Board-Job-portal-project
  • https://github.com/2121698/pyopenbadges
  • https://github.com/21jaffy/galileoff-OnionScraper
  • https://github.com/223000740/Real-Time-Crisis-Sentiment-Analysis-And-Mapping
  • https://github.com/22en5744/asterdex-trading-bot
  • https://github.com/2342424324/tarantool-sjg
  • https://github.com/251911748995/AWS-1ST-PROJECT
  • https://github.com/26harold/LovelyERes
  • https://github.com/26orland/GradientGen
  • https://github.com/27tristanriobe/qr-code-generator
  • https://github.com/2987gomez/shelf
  • https://github.com/29honeybee1st-byte/rock-paper-scissors
  • https://github.com/2Pie-byte/Exam-Quiz-Test-PRO
  • https://github.com/300SkinFn1/ourin
  • https://github.com/313mystery303/vla0-trl
  • https://github.com/31-spec/soufiankhennousse
  • https://github.com/31uv4xa4ihav64ehzrhsjhdattdi/Aula_PythonMLeDA
  • https://github.com/321puca/bonfim-security-constitution
  • https://github.com/3lomda/rendu
  • https://github.com/3loulou/phone-purchase-referee
  • https://github.com/3mr4443/claude-agent-sdk-dotnet
  • https://github.com/3stythe/ai-novel-generator
  • https://github.com/3w5p/GenAI-Text-Based-RPG-with-NPCs
  • https://github.com/400th-battleofwake518/AnyCoder
  • https://github.com/42olver/ai-agent-benchmark-compendium
  • https://github.com/4assin/aws-infra-operator
  • https://github.com/4barney/AI-Assistant-Satisfaction-Prediction-Engine
  • https://github.com/4dr13l3/The-Witcher-3-DLC-Unlocker-Lightweight-CreamAPI-Config-Files
  • https://github.com/4jj1lover/jetbrains-all-products-pack
  • https://github.com/4kLuca4/mac-cleaner-cli
  • https://github.com/4mama/FastprocV2
  • https://github.com/4ngelojr/AI-ML-Cheatsheets
  • https://github.com/4NGRYK1D/devenv-setup
  • https://github.com/4ppap/firestore-email-exporter
  • https://github.com/4T4DAMAR/modern-ci-stack
  • https://github.com/4turk2278/Scraper
  • https://github.com/4Xmxwediealot/action-bar
  • https://github.com/5308489/riderflow-distributed-system
  • https://github.com/531santhosh/Server-Service-Checker
  • https://github.com/5321444/pitlane-attest
  • https://github.com/555jhtt66/GiliSoft-File-Lock-Pro-No-Trial
  • https://github.com/55pizzy/wagtail
  • https://github.com/57karakalkan/MetaSafe-Guardian-
  • https://github.com/5Nader5/XAI-Bi-factual-Contrastive-Explanations
  • https://github.com/5Ramoaz/TorForge
  • https://github.com/5tarkxnd/dns-lookup-forward-and-reverse-a-mx-txt-dmarc-ptr
  • https://github.com/62-Dinesh/Green-Archipelago-Analysis-Tool
  • https://github.com/62ngist888/ownlab
  • https://github.com/6578-bit/Buildware-Tool
  • https://github.com/666Vendetta666/security-scanner
  • https://github.com/67-draco795/seedance-ae-plugin
  • https://github.com/67huzzroy/SmartFactory_DSES
  • https://github.com/69llll7591/Clean-Social-Link
  • https://github.com/6BLH/World-Of-Warships-Menu
  • https://github.com/70th-starter999/fs25-claude-skill
  • https://github.com/7668toni/AlertSystem
  • https://github.com/77gracee/Orchid_Panda
  • https://github.com/7amdaoui10/prolog-5p1
  • https://github.com/7as0ne/Foxkeyboard
  • https://github.com/7j89a/mcp-gateway
  • https://github.com/7mo9/metno-plasmoid
  • https://github.com/8035147/tvbox-Swift
  • https://github.com/84j124w/defi-bot
  • https://github.com/8-MASIX-8/coinmixerlist
  • https://github.com/90f1289/buddy-gacha
  • https://github.com/9637730795/memaris
  • https://github.com/9988700/CVE-2025-55182-POC-NEXTJS
  • https://github.com/9TreyRP/CryptoScanner
  • https://github.com/9ysn3/autonav_pkg
  • https://github.com/A100200z/ETL
  • https://github.com/A1013139298/Non-existence-of-Perfect-Cuboids
  • https://github.com/a123668/Integrated_ML_Pipeline_for_Vehicle_Pricing
  • https://github.com/a1-aad/truthchain-mvp
  • https://github.com/A1e55andr0/trackarr
  • https://github.com/A221133/ANE-LM
  • https://github.com/a2415789658-coder/GCN-Crop-Classification
  • https://github.com/A2A-MC/ccresume
  • https://github.com/a376/MusicMash-Player
  • https://github.com/A4kLahmacun/cmdletsandcoffee.github.io
  • https://github.com/a51cf/packapi
  • https://github.com/A5506849/project_directory_structure_for_project_management
  • https://github.com/a604040250/expense-compass
  • https://github.com/A6467/Scoutflo-SRE-Playbooks
  • https://github.com/a-7-sss/Clex-AI-Ultra-Core
  • https://github.com/aa1125573296-svg/safe-file-storage
  • https://github.com/Aa126806/LinkForge
  • https://github.com/Aa1am/AsusTufFanControl_Linux
  • https://github.com/aaaayyuusshh28122011/cursor-vip
  • https://github.com/aadarshsharma7/news-aggregator-ai-agent
  • https://github.com/aademderradji/Sausico
  • https://github.com/aadibhoir/basedchain
  • https://github.com/AakarshakKaushal00/guardrail-layer
  • https://github.com/aakasharya09/llm-leaderboard
  • https://github.com/aamal8368/claude-plugin-wechat
  • https://github.com/aamirpasha/GitCore-API
  • https://github.com/aandrewwilson11/crypto-historical-prices-dashboard
  • https://github.com/AanzaFoxBat/Mac-OS-Twitch-Chat-Overlay
  • https://github.com/Aaqilv2458/billus-model-skill-library
  • https://github.com/Aaravjani/anime-id-converter
  • https://github.com/aarmohan1/stats-base-ndarray-smeankbn
  • https://github.com/Aarnav1608/STEMViz
  • https://github.com/aaronjoshi93/Market-Forecasts
  • https://github.com/aaronremiss661/Wealth-Stack
  • https://github.com/aarrtis/Temp_Room_v14
  • https://github.com/AArt1552/Vectorized-Crypto-Backtester
  • https://github.com/Aart834/chatting-agent
  • https://github.com/AarushK395/FixTim-Enhanced
  • https://github.com/AaryaBhusal/ctfd-mcp
  • https://github.com/aaryan-1112/SQLMap-Inject-Suite-Pro
  • https://github.com/Aashish454/QWEN-AI-Compositing
  • https://github.com/Aatharvap05/superprocure-gocomet-auto-bidding-bot
  • https://github.com/aay6024/civ-finish-quotes
  • https://github.com/A-Ayad96/ansible-role-forgejo
  • https://github.com/aayushhh17/rlm-langgraph
  • https://github.com/aayushpareek32-dev/JobOS
  • https://github.com/aazingtiger/Crypto-Price-Tracker-Using-Java-FullStack
  • https://github.com/ab6357020/Free
  • https://github.com/abacatereal/swift-w4z
  • https://github.com/abadcj/tracy
  • https://github.com/abalmasum785/proxmoxbar-macos
  • https://github.com/Abama7455/codex-register
  • https://github.com/abara-2/OpenClaw-Dashboard
  • https://github.com/Abazeem18/DeepFocusCrawler
  • https://github.com/abazsadikovic225-boop/orallexa-ai-trading-agent
  • https://github.com/abbassFarhat/hacker101-CTF-Solutions
  • https://github.com/abbeydamaged846/edgecrab
  • https://github.com/Abbiebirefringent193/LumenCV
  • https://github.com/abbieonehundredfifty709/VHDL_examples
  • https://github.com/abby-ahmaya/BibliaDOS
  • https://github.com/Abbysilva/Typical-Env
  • https://github.com/abc106065-collab/graphic-design
  • https://github.com/Abcdef869/Reddit-Options-Trader-ROT-
  • https://github.com/abcname61/audiobook-creator
  • https://github.com/abd2kill/AlgoArena
  • https://github.com/abdallah21838/facebook-marketplace-listing-poster-automation
  • https://github.com/abdallahghddab/textcurator-llm-py
  • https://github.com/abdallah-mohamed/ripple
  • https://github.com/abdazeez12/AI-Based-Network-Intrusion-Detection-System
  • https://github.com/abde-14/claude-reflect
  • https://github.com/AbdelChino/typhonlint-threadsafe
  • https://github.com/AbdElDjalil18/SVGGenerator
  • https://github.com/abdeldjalil515/SchulteDev
  • https://github.com/abdelrahmanelalfy/gesture-
  • https://github.com/abdelrahmanmostafaAM/LoGeR
  • https://github.com/Abdelrhman145/My_Personal_Portfolio
  • https://github.com/abdeo56/hass-dockered
  • https://github.com/abderrewakbendaoud/pokeroast
  • https://github.com/abdo000001/newsdatahub-ai-news-summarizer
  • https://github.com/abdolovable/better_structure_sql
  • https://github.com/abdousamb2002/temine
  • https://github.com/AbduKayam2000/EcoPluse-AI
  • https://github.com/abdulhafidzri/VQ-VLA
  • https://github.com/Abdul-koks786/garghimank09
  • https://github.com/abdullaalwalid/babynamegenerator-api
  • https://github.com/abdullah182006/streamed.app
  • https://github.com/Abdullah4k4k4k4k/MLB-Performance-Analytics
  • https://github.com/abdullah758/Redmi-10A_GPU_Performance_Unlock
  • https://github.com/Abdullah-arain1/orsted
  • https://github.com/abdullahi5295/auto-repo-mh6h6y55-25
  • https://github.com/Abdullahjalaly/nixos-cloud-image
  • https://github.com/abdullahriyas21/Custom-LiDAR-Integration-UART-Debugging-ROS2-Node-Implementation
  • https://github.com/abdulmalek32/SeedGn
  • https://github.com/AbdulRafayKhanZada/waterc
  • https://github.com/abdulrahmanashraf5594/comprehensive-rust
  • https://github.com/Abdulrehman-khan/awesome-affective-computing
  • https://github.com/Abdurrahm1556/ai-ui-design
  • https://github.com/Abdy6941/cc-service-integrity-utility
  • https://github.com/abeer135549/PKI-Dashboard
  • https://github.com/abellobm3681/nuget-docs
  • https://github.com/abelloverrr/dsa-learning-lab
  • https://github.com/Abhas-cpp/PerformanceStudio
  • https://github.com/abhayforsure/ai-wechat-api
  • https://github.com/abhi024/sailor-swift
  • https://github.com/abhijeeth2004/TreeSkill
  • https://github.com/abhijeetsanghvi-art/bsky-comments
  • https://github.com/Abhina2002/biomedical-signal-forensics-lab
  • https://github.com/Abhinav5P/web-publisher-debugger
  • https://github.com/abhinavpachat/cute-notes
  • https://github.com/abhinavyaar/GigHub
  • https://github.com/abhineet6165/Mew-X
  • https://github.com/abhishek162705/Videos_downloader
  • https://github.com/ABHISHEK531994/SF-1-Ultimate
  • https://github.com/abhisheksubi/ocaml-ekp
  • https://github.com/Abigaleburrheaded360/DEEIX-Chat
  • https://github.com/Abiijutt/ITSM-project-UI
  • https://github.com/Abir3130/hostingercoupon.github.io
  • https://github.com/abirkhan20/Gurgle_GuLang
  • https://github.com/Abisai343/cad-viewer
  • https://github.com/abjectionfreedom459/hyperion
  • https://github.com/abnormal-erie428/claude-copy-code
  • https://github.com/aboaliai/Student_Result_Analysis
  • https://github.com/aboda-dirbas/whisperclip
  • https://github.com/abogado-droid/tommy
  • https://github.com/ABOM7MD19/lightweigit-loader
  • https://github.com/Abooalabass/temple-os-emacs-theme
  • https://github.com/abood75531/3tier-aws-devops-file-upload-project-terraform-ansible-jenkins
  • https://github.com/Aboriginal-preakness113/openclaw-desktop-docker
  • https://github.com/Abouba5063/uzyntra-api-firewall
  • https://github.com/ABOUBAKAR909/DreamDance
  • https://github.com/abouhousseme/porthat
  • https://github.com/abraham2001/pygate
  • https://github.com/abrahammachad/imdb-sentiment-lstm
  • https://github.com/abrarjawadabir/youtube-transcript-dart
  • https://github.com/abrehman332/driver-booster-tools
  • https://github.com/abreudelta/genkit-go
  • https://github.com/absinanan2000/xian-guanjia
  • https://github.com/absolutethresholdhsvii920/mpp-proxy
  • https://github.com/Abstentionhomestand635/shakedown
  • https://github.com/abuelowsky/laravel-gcs
  • https://github.com/abuferas1262/yandex-speedtest-cli
  • https://github.com/abunaser5454/yoKgUeWsEhNwIari
  • https://github.com/aburaihan95/Clarity_Framework
  • https://github.com/AbyssTpp/polymarket
  • https://github.com/abzi-py/serilux
  • https://github.com/Acas773/CodeLandscapeViewer
  • https://github.com/acceptable-blueberrybush235/lamda-jok
  • https://github.com/accruementstuff994/genius-lyrics-cleaned-dataset
  • https://github.com/ACE24-desktop/FIR-Stereo-FPGA
  • https://github.com/acef84/seconds-converter-to-other-units
  • https://github.com/acetabular-pecanpie918/cdsecurity-skills
  • https://github.com/achachaymen1986/badges
  • https://github.com/Achintyasidam7500/CS523-Mini-Database-Management-System
  • https://github.com/AchmadJazuri/beyond-lcdm-siamese-cosmology
  • https://github.com/acjurek/powersub-demo-6868
  • https://github.com/ACMarcone86/artseek
  • https://github.com/AConfusedBoi/ogie
  • https://github.com/acquainted-marsh585/BackupX
  • https://github.com/activelinkdigital/SeansLifeArchive_Images_ModernSmurfsVillage_Y2025_V7
  • https://github.com/Active-tachometer477/dark
  • https://github.com/ad3we/kast-launcher
  • https://github.com/adadascwea/erc721
  • https://github.com/AdairLH/gitlab-data-extraction
  • https://github.com/ADALTOxBRxGDxNZ/shellcoderunner
  • https://github.com/adam104504/J.A.R.V.I.S.2.0
  • https://github.com/adam12-cpu/imptokens
  • https://github.com/adamabat/pydantic-ai-backend
  • https://github.com/adamchabchi/WaSonar
  • https://github.com/adameeeee/Xbox-Promo-Puller
  • https://github.com/adamgarawi/preview-bot
  • https://github.com/adamhamraoui/tech-insights-extractor
  • https://github.com/Adammasta/user-management-with-api
  • https://github.com/adampapi/powersub-demo-3870
  • https://github.com/adamroy112/grok2api
  • https://github.com/adamsandler123/ABMemory
  • https://github.com/Adamu2080/probitas-client
  • https://github.com/adamy9505/waveshare-rp2350-pizero-board-with-epaper-driver-hat
  • https://github.com/adan202/Abelssoft-SSD-Fresh-Latest-Patch
  • https://github.com/adaratayr/influxdb-z0j
  • https://github.com/ADB000/xcursor-noir
  • https://github.com/addible-panchayat477/claudekit
  • https://github.com/addico24/RickAndMorty-VIPER-CleanArch
  • https://github.com/Addressable-tibetoburmanlanguage181/cs61b-cn
  • https://github.com/adducting-gasoven115/otp_listener
  • https://github.com/AdebSamra/Delta-Clopix-Ultra
  • https://github.com/ademgx/wiz-lights-kde-night-light
  • https://github.com/AdemZentici/chat-bot
  • https://github.com/adesaideva/portfolio
  • https://github.com/ADev2719/SNU_2D_ProgrammingTools_IDE_Bru
  • https://github.com/AdeyemiJoel/google-mcp
  • https://github.com/adhammaher125/soenneker.highlevel.openapiclient
  • https://github.com/adheesanu121/notesf
  • https://github.com/Adi12-23/nextjs-mini-projects
  • https://github.com/adiab1511/pbsq-sk
  • https://github.com/adibhaihere/DynXX
  • https://github.com/adidas453/PentaLogix-ViewMate-Pro-Repack
  • https://github.com/ADIKSH2323/codenano
  • https://github.com/adisuartana/extreme-router
  • https://github.com/Adithan03/super-soundboard
  • https://github.com/aditxver/engram
  • https://github.com/Aditya11211/Lichen-Universe-Unified
  • https://github.com/Aditya3282/unbihexium
  • https://github.com/adityachaudhary2003/ARTEMIS-AI-Complete-Multi-Technology-Surveillance-System
  • https://github.com/AdityaJain-76/Stock_Analyze_Prompts
  • https://github.com/ADITYA-JOSHI-1/Loyalty-Behavioral-Geometry
  • https://github.com/adityamadhyahnapu/ghostfill-extension
  • https://github.com/adjustable-phytolaccadioica297/Meta-Cup
  • https://github.com/ADKING206/cars-scraper
  • https://github.com/admand18/Used-Cars-Market-Analysis
  • https://github.com/Administrativehearinggag138/spork
  • https://github.com/Admirable-conventioneer220/fengge-wangmingtianya-perspective
  • https://github.com/adnannajem/read
  • https://github.com/Adoni-123/ai-smart-tire-intelligence
  • https://github.com/adoriake/gpush
  • https://github.com/Adqui9608/ai-code-review-agent
  • https://github.com/adrak67/Crusader-Kings-3-DLC-Unlocker-Paradox-Launcher-Compatible-Mod-Friendly
  • https://github.com/adrian1302-byte/promptmanager
  • https://github.com/adrianlol7/evaldriven.org
  • https://github.com/AdrianNablo/.ai-dev
  • https://github.com/Adrianobass/Runway-math
  • https://github.com/AdToSa/StockFlow
  • https://github.com/adubey1605-sketch/wudao-hero-skill
  • https://github.com/Adverbial-turnsignal699/how-to-download-youporn-videos
  • https://github.com/Ady9265826/php-looking-glass
  • https://github.com/aefahimi/socketpp
  • https://github.com/aehkyrr/rails-expert
  • https://github.com/aekta113/ai-sre
  • https://github.com/AEptR67/GasHero-Finance-Game-Bot-Auto-Farm-Clicker-Crypto-Blockchain-Hack-Cheat
  • https://github.com/aerated-genuslycaena215/L2P
  • https://github.com/Aesthetic-chukchi103/Cursor-Toolbox
  • https://github.com/a-ettahri/NullRAT
  • https://github.com/afa567/universal-ideation-v3
  • https://github.com/Afedo868/Watch_Youtube_Skill
  • https://github.com/afgalbat-source/OurClaw
  • https://github.com/afifiomarsalah-hue/claw-decode
  • https://github.com/AfikArnob/fullstack-solution-template-for-agentcore
  • https://github.com/Afnankhan804/Material-You-App-Repository
  • https://github.com/Afolayanpelumi/Multi-tier-webapp
  • https://github.com/Afraid-dompedro90/searchstack-aeo
  • https://github.com/afreenmohdshaji/vigil-AI
  • https://github.com/aftabki1783/undercover
  • https://github.com/Aftershockmedicalscientist1009/electron-desktop-builder
  • https://github.com/AFVBASFGG/CityLife
  • https://github.com/agalichuks/pandas-for-beginners
  • https://github.com/agathachristiegoldrush687/redgifs-bulk-video-downloader
  • https://github.com/agathetec5068/supacrawl
  • https://github.com/AgentCoffee006/claude-skills-collection-2026
  • https://github.com/Agentplab/email-validator-java-disposable-typos
  • https://github.com/Agentrifat/scog
  • https://github.com/Agglutininbinarycode6775/multiPagePlugins
  • https://github.com/aggravated-muller401/duo-manager-fix
  • https://github.com/Aggressive-hosnimubarak611/symphony-forge
  • https://github.com/Agilan1812/lotka-volterra-three-species
  • https://github.com/Agile-princefumimarokonoye279/nabaztag
  • https://github.com/Agnellalocal723/MyEtcd
  • https://github.com/agoesviki7302/SecureDrop
  • https://github.com/agungmahardikka/ConnectWave
  • https://github.com/AgusSetiyawan123/Toolnad-Whitepaper
  • https://github.com/Agustind4485/solana-memecoin-sniper-bot
  • https://github.com/Ahanafchowdhurykayes/ESC1-unPAC
  • https://github.com/Ahanna5774/DebManager
  • https://github.com/Ahegaho/ExploitMaze
  • https://github.com/Ahhhh1525/scribe-library
  • https://github.com/Ahijoe/KeyStroke_Website
  • https://github.com/Ahirshath/nmap-cheatsheet-tr
  • https://github.com/Ahishakiy/SK.Xbox360.CPUKey
  • https://github.com/ahmad00750/icl
  • https://github.com/Ahmad098777/dat
  • https://github.com/ahmad1234567890f/angular-frontend-webdev_course-luisdev_part-14_angular-17_typescript-5
  • https://github.com/ahmad-87/nextjs-seo-starter
  • https://github.com/AhmadAli33297/virtual
  • https://github.com/Ahmadfaiz798/fin-summary
  • https://github.com/ahmadna9439/Cooperacion-y-Honor-en-Redes-Sociales
  • https://github.com/ahmadqatato2-maker/openclaw_vulnerabilities_and_solutions
  • https://github.com/Ahmed-0099/FX-Draw-Tools-Latest-Patch
  • https://github.com/ahmed1999zouib/openfang-auto-clip
  • https://github.com/Ahmed21378/lxDIG-MCP
  • https://github.com/ahmed22239/JavaAlgoForge
  • https://github.com/ahmed44851/animo-starter-kit
  • https://github.com/Ahmed4796/openclaw-ghost-gateway
  • https://github.com/Ahmed719997/ecosistema-emprendedor
  • https://github.com/ahmed9500070/securebydesign-llmskill
  • https://github.com/AhmedAbdelbaset00/TrollScript-Store
  • https://github.com/AhmedAli318/AIResultSummaryTemplate
  • https://github.com/Ahmedbadrh217/PMPP-Learning
  • https://github.com/AHMEDBOGABAL/Telegram-Automatic-Messaging
  • https://github.com/Ahmed-Farouk2000/lamda-bnu
  • https://github.com/AhmedFazalla/tolian
  • https://github.com/AhmedHossam151/AspyrArchiveTool
  • https://github.com/ahmedmagdy0000/NORD
  • https://github.com/Ahmedmh12346/angular-frontend-webdev_course-luisdev_part-24_angular-17_typescript-5
  • https://github.com/ahmedmoh2722/Zerocloud-AI-main
  • https://github.com/Ahmedmohamadsalah/V-DeClip
  • https://github.com/ahmedosamasayed/otlpxy
  • https://github.com/ahmeds66/personal-expense-creator
  • https://github.com/AhmedSami5/Oligarchy-Agent-VM
  • https://github.com/Ahmedsamir923/SynpaDS
  • https://github.com/ahmedtarek2226/spawnpoint
  • https://github.com/ahmedtwab111/hardik-dental
  • https://github.com/Ahmedvision/zen-mcp-server
  • https://github.com/ahmef1/google-search-recaptcha
  • https://github.com/Ahmet321S/Universal-Code-Playground
  • https://github.com/AhmetEymen12345/A-Book-site-using-Zoho-Catalyst
  • https://github.com/ahmetissam/resultschain
  • https://github.com/Ahmocan/cftc
  • https://github.com/ahnafmahiir/agecalculator-api
  • https://github.com/AhneeyMyles/smart-ticker
  • https://github.com/ahrensdo3783/cloudflare-promoter
  • https://github.com/Ahsan3106/effect-trpc
  • https://github.com/ahsan5197/free-crypto-news
  • https://github.com/ahsanulhoqFahim/OSUM-Pangu
  • https://github.com/ahshmandi201510/p2lan-transfer
  • https://github.com/Ahta14/zeroshot-reasoning
  • https://github.com/aidecode6347/ANIMA_BOOSTER
  • https://github.com/Aikyy99/EduHive
  • https://github.com/Aileeafraid516/tsu-stack
  • https://github.com/Aileronisoleucine449/vlm-probe-suite
  • https://github.com/Aimakerfrench/prosody-selector
  • https://github.com/aimaketosta/BitLock-Crypto-Research
  • https://github.com/Aiman1231/uncloud
  • https://github.com/aimbotz1/live-meeting-helper
  • https://github.com/Aion2500/hermes-ai-infrastructure-monitoring-toolkit
  • https://github.com/aipurposes1587-max/weixin-agent-rs
  • https://github.com/Aircarotte/Polymarket-Sports-Arbitrage-Bot
  • https://github.com/aishajuma3002/Tranquiex-Assignment
  • https://github.com/aishdonwar-star/dronedash
  • https://github.com/Aittiphan23/Logiq
  • https://github.com/aitzazgul/Terraform-Azure-modularInfrastructure-GitHubActionsCICD-multiEnvironment
  • https://github.com/Aizack17/mcp-demos
  • https://github.com/aizarch/building-websites-with-AI-tools
  • https://github.com/ajaakevin/HACKME
  • https://github.com/Ajalex97/comeback-kabootar-backend
  • https://github.com/AJANOKOJ/python-learning-log
  • https://github.com/Ajay6093/Agentic-Context-Engineering
  • https://github.com/Ajay-9818/ai-ship
  • https://github.com/ajay-mandalk/TwitchDownloader
  • https://github.com/AjithJS99/solana-mcp
  • https://github.com/ajitmohapatr/ps2-recomp-Agent-SKILL
  • https://github.com/AJLGamez/Code-Formatter-Plugin
  • https://github.com/AJlv420/VPN-BlackBox-Checker
  • https://github.com/ajzbern/source-code
  • https://github.com/akamsniper/bs-p
  • https://github.com/Akanant12/Stream-Deck-Icon-Generator
  • https://github.com/akaruiz/rest-api-with-curl
  • https://github.com/Akash777-ctrl/antigravity2api-nodejs
  • https://github.com/akashaali98/claude-code-infrastructure-showcase
  • https://github.com/Akashbairwa83/IS3751_Datasheet
  • https://github.com/akashbytecode/claude-vault
  • https://github.com/akashjha0009/wifipass
  • https://github.com/Akashkashyap11/microservice_books
  • https://github.com/akashreddyyy/sales-revenue-optimization
  • https://github.com/AkashSapkale/DVDFab-Player-Ultra-Free
  • https://github.com/akaxhx-ctrl/Dhakira
  • https://github.com/akcanguner1234/dataflow-studio
  • https://github.com/akhilkum1908/claude-code-source-build
  • https://github.com/Akhilmunti/microservice-devops-pipeline
  • https://github.com/Akibul-Abir/mastering-java
  • https://github.com/akili2/three-man-team
  • https://github.com/Akis365/freecodecamp-css-availability-table
  • https://github.com/akitenko/imessage-wrapped
  • https://github.com/akkayahmet1/quantstats-rs
  • https://github.com/AkmIITKGP1/billing-discounts-api
  • https://github.com/Aknoobnnnn/frontend-practice-repo
  • https://github.com/akrammjidou/skills
  • https://github.com/akramo660/agentdoctor-oss
  • https://github.com/akramul2540/Islamic-Republic-Influence-Networks
  • https://github.com/akromiez/Celebrate-the-Festival-of-Colors
  • https://github.com/Akshay17949/-Mind-Bending-Visual-Effects-PyGame-
  • https://github.com/Akshay876-hub/GitHub-Profile-Views-Counter
  • https://github.com/Akshayakakani/Smoke-Simulation
  • https://github.com/akshaykrizz7/codeany
  • https://github.com/AkThePlug38/AURA
  • https://github.com/aktsadhope/SubMind
  • https://github.com/AKURHULA/LLMSecurityGuide
  • https://github.com/akusakidh/cpa-warden
  • https://github.com/akyclko01/docx-date-replacer
  • https://github.com/Al3xXx1/onigpp
  • https://github.com/Alaa124/Smart-Rainwater-Protecting-Clothes
  • https://github.com/Alaa751jo/AI-Resume-Analyzer
  • https://github.com/alaaabulaban/gentle-ai
  • https://github.com/alaataki5/seedhub-cli
  • https://github.com/Aladdine47/matrix-factorization-recommender
  • https://github.com/aladdinp0/LazyHook
  • https://github.com/ALADMS1/powersub-demo-6152
  • https://github.com/alain20201/expo-disintegrate-effect
  • https://github.com/alamtorres1214/nova-commerce
  • https://github.com/alanekczek/Portfolio-Site
  • https://github.com/Alanemed9458/claude-brain
  • https://github.com/ALAN-JAMES007/Meadows_Quantum_Minefield
  • https://github.com/alante6416/torzon-url
  • https://github.com/alanursulino/genogram-resources
  • https://github.com/alaouf54/CommitLedger
  • https://github.com/Alaskamoula/The-Dev-Pocket
  • https://github.com/Alazarhmi/web-deploy-script
  • https://github.com/Al-Banc/chelv4
  • https://github.com/Albert711856/vback
  • https://github.com/AlbertFonseca95/sql-analytics-books
  • https://github.com/alberti12345/pfopn-convert
  • https://github.com/Albertineunlisted484/flipper-rfid-metal-detector
  • https://github.com/Albertkinguru/Seq-Log-Aggregator-with-Docker-Compose
  • https://github.com/Albertossilva-maker/MultiAgent-AI
  • https://github.com/albion83/tilelang
  • https://github.com/Albornaz/office_automation_framework
  • https://github.com/Aldaramadani/SmartResume
  • https://github.com/Alday001/devkickstart
  • https://github.com/aldeaajawad/SilverRAT-FULL-Source-Code
  • https://github.com/aldidan/asimov-v0
  • https://github.com/Aldik-dev/devops-ai-guidelines
  • https://github.com/aldyfarizki/adversarial-spec
  • https://github.com/Aleandr3318/voicetag
  • https://github.com/alec3318/spawn-agent
  • https://github.com/Aledi123/Canva-Premium-aa
  • https://github.com/alekeyunerg/theorist
  • https://github.com/alemile9458/dma-firmware-guide
  • https://github.com/alene22/maildrop
  • https://github.com/aleolo23233/react-html-tags
  • https://github.com/Alesio1122/bc-controladdin-react-vite-ts-template
  • https://github.com/Alessandro29437/Ollies-Store-Location-Scraper
  • https://github.com/AlessandroPro07/tuitube
  • https://github.com/Alessqi/Bags-SDK-hackathon
  • https://github.com/Alex11x/lynx
  • https://github.com/Alex123Aaaaaa/windows
  • https://github.com/Alex123sMC/genbeauty
  • https://github.com/Alex133831/ComfortADHD
  • https://github.com/Alex1412D/bracket.engineer
  • https://github.com/Alex1986-hue/ownit-iptv-wifi
  • https://github.com/Alex9104/face-mood-analyzer
  • https://github.com/Alex9769/liberty-sharealike
  • https://github.com/alexa2851/ChatGPT-TelegramBot-Pro
  • https://github.com/AleX-AA08/PhantomStego
  • https://github.com/alexadvanced95/yellowkey-bitlocker
  • https://github.com/AlexanderBelovSas/QFT-Eigenvalue-Estimation
  • https://github.com/Alexander-Brown-1/Berachain-L1-DeFi-AutoBot
  • https://github.com/alexanderersej/fanqiang
  • https://github.com/alexanderhilaya/CIK-Bench
  • https://github.com/Alexc9681/teletty
  • https://github.com/alexct142010-cell/McBackuper
  • https://github.com/AlexGames7584/ResearchFlow
  • https://github.com/AlexHarar/Emergent-Gravity-World-Crystal
  • https://github.com/alexinaldojunior/mcp-rag-agent
  • https://github.com/Alexinespermfilled834/1cai-public
  • https://github.com/AlexSilgidzhiyan/agent-commerce
  • https://github.com/AlexThePro939yt/scientific-validation-hub
  • https://github.com/alexxsdev/Synapse
  • https://github.com/alfa0601/mikro-typebox
  • https://github.com/alfex41/codemind
  • https://github.com/alfredocool882/theo-qt-helper
  • https://github.com/algobytesolutions/Best-Crypto-Telegram-Channels
  • https://github.com/algophobiaanoxia129/n8n-Actual-Automation
  • https://github.com/Al-hamza-ali/learn-kubernetes
  • https://github.com/Alhashmi777/claude-term
  • https://github.com/Ali123490/defi_monitoring
  • https://github.com/Ali183-onlymen/ScriptSource-Dumper
  • https://github.com/ALi2021-debug/OpenNavMap
  • https://github.com/Ali632-lgtm/mcafee-tools
  • https://github.com/Ali786kumail/udwall
  • https://github.com/Ali87JP/Tmpfs-Overlay
  • https://github.com/ALI93HGJGJJJ/primer
  • https://github.com/aliadel009/plex-arr-stack
  • https://github.com/AliAlbasha92/ndarray-flatten-from
  • https://github.com/alialiens/erpnext_restaurant
  • https://github.com/aliathiullah/the-agent-sandbox-taxonomy
  • https://github.com/alibabavn1983/orchestra
  • https://github.com/Alice8Flandre/k2think2api
  • https://github.com/aliemads3360/moomooiohack-2026
  • https://github.com/Alienistaxxx/My-project
  • https://github.com/AlienStreaming/Discord-Quest-Completer
  • https://github.com/alifa555/knowledge-site-creator
  • https://github.com/aligcgl/nestJS-modular-monolith-cqrs-event-sourcing-architecture-template
  • https://github.com/alii88837uj/gcp-gitops-lighthouse-config
  • https://github.com/alika8778/ai-idphoto
  • https://github.com/alikhan017/ada
  • https://github.com/AliMansoura49/dotnet-hotspots
  • https://github.com/alimesmerizing807/PDFLY
  • https://github.com/Alimnagma/Communication-System
  • https://github.com/Alimustee/kokosa-forward-bot
  • https://github.com/Alinafareed72/Excel-Automation-Tool
  • https://github.com/Aline001xx/turk-arr-bridge
  • https://github.com/AlineFree/llm-tool-call-sft
  • https://github.com/aliraj555/Strategic-Stability-in-Volatile-Crypto-Markets-Using-Loan-Structures
  • https://github.com/Alisha2420/browser-use-skill
  • https://github.com/Ali-Shady/claude-agent-desktop
  • https://github.com/alishazeem/gtd-coach-plugin
  • https://github.com/AlissonBalbino/ndarray-base-any-by
  • https://github.com/alissonkohn01-cmyk/awesome-html-slide-skills
  • https://github.com/AlissonSilvaprogamador/Data-Jobs-2024-2.0-PowerBI-Project
  • https://github.com/Alix2202/Qa-arweave-file-validation
  • https://github.com/alixblae550/SecureTunnel
  • https://github.com/aliyanfauzi361-create/skillify-skill
  • https://github.com/Alkaidcrucis/Mixero
  • https://github.com/Alkalinitybaltimoreoriole705/codebaxing
  • https://github.com/alkaloidal-eleonoraduse736/Revo-Uninstaller
  • https://github.com/Alki01/AI-Wranglers-United.github.io
  • https://github.com/All2y/depx
  • https://github.com/Allabin/cyber-portfolio
  • https://github.com/Allaboutf4130/Clair
  • https://github.com/Allan020/nn-weight-extractor
  • https://github.com/ALLEAi170/HotCat-Frontend
  • https://github.com/Alleenmildmannered574/clawpdf
  • https://github.com/allfired-greenmountains5800/Dissectify
  • https://github.com/Allkilline/Concurrency_Webserver
  • https://github.com/allomorphic-thruststage407/ai-skills
  • https://github.com/Allophonic-windturbine200/tabbit-plot-helper
  • https://github.com/Allornone-van268/voxtral-fastapi
  • https://github.com/Allow2267/Michael-Polanyi
  • https://github.com/Allsunfallen739/whatcable
  • https://github.com/Alluvial-hungjury129/zen-ide
  • https://github.com/allyadagio506/Understanding_Document_Pipeline_Langchain
  • https://github.com/allyliv/mindkeeper
  • https://github.com/ALM3ARQ/character-prefix-conditioning
  • https://github.com/almacencatania/ai-nomad-os
  • https://github.com/AlMafia03/Skoda-KAROQ-hidden-engine-telemetry
  • https://github.com/Almazlum/cog-ByteDance-Phantom-HuMo
  • https://github.com/almedabetting254/pitboss
  • https://github.com/Almeida9806/openbare
  • https://github.com/Almnetogk/WildEcho
  • https://github.com/Almondleaveswillowlorenzodressing280/opguia
  • https://github.com/almuhtaref/llm_anamnesis
  • https://github.com/Aloki5679/Spotydroid
  • https://github.com/alonedeveloper08/Full-Admin-Dashboard-Without-API
  • https://github.com/Alonzoserene162/awesome-mpp
  • https://github.com/Alosh-ui/Firmware-Diffing
  • https://github.com/alpajar05/sabat-mern-firebase-ecommerce-2
  • https://github.com/alpeeners54/twitter-unfollow-bot
  • https://github.com/Alpha284-coder/MERK-BREP
  • https://github.com/alphaloop94/Global-AI-Kaggle-Hackathon-2025-Elucidata
  • https://github.com/AlphaVizi/Road-Accident-Severity-Prediction-ML
  • https://github.com/AltDoMember/Professional-CV-Resume-Templates
  • https://github.com/Alter-Demon/freegpt
  • https://github.com/alternate-dialectic174/medios-regionales-chile
  • https://github.com/althaeagrot166/claricore-connectors
  • https://github.com/Altharva2007/SQL-python-based-GUI
  • https://github.com/ALTIbaba/claude-code-openai-wrapper
  • https://github.com/AltNoob010472/posovia-ui-mock
  • https://github.com/aluhed/SwiftUI-Gesture-Library
  • https://github.com/Alung85/TailwindBlazor
  • https://github.com/alunoshacker-beep/ragscope
  • https://github.com/AlurraldeAc/MuSc-V2
  • https://github.com/aluwu15/ArcticBase
  • https://github.com/Alvaro12234/ump.fun-Smart-Contract-Devnet-
  • https://github.com/Alvaroar7267/PcDexter_en
  • https://github.com/alvarorama2007/online-store-strapi-next-js-v1-starter-repo
  • https://github.com/Alvi560/deliberate-agentic-development
  • https://github.com/AlvianSanjaya/STM32-LED-blink-Register-Coding-Method
  • https://github.com/ALVINZELDA/ai-delegator
  • https://github.com/Alwx83383838/RuQualBench
  • https://github.com/AlxCetina/sync
  • https://github.com/ALYAHWI/xhs-ai-writer
  • https://github.com/Alyasdz/STM32-OLED-I2C-HAL-Coding-Method
  • https://github.com/AlYElkooptan/DiaSymbolView
  • https://github.com/Alyson145/BTC_ETH_Price_Prediction_Model
  • https://github.com/alyvv/superbsc-
  • https://github.com/am912065/corvyn
  • https://github.com/amabily7561/mirofish-oracle-seeds
  • https://github.com/amadhaziq/jkmaina.github.io
  • https://github.com/amadormateo/ai-token-monitor
  • https://github.com/amaias9190/flipper-dev-toolkit
  • https://github.com/amakaluamusic-spec/ZorkSeeker
  • https://github.com/amaleasordid514/contractor
  • https://github.com/Amaleespinyedged857/chathermes
  • https://github.com/amalinakh/mysql-project
  • https://github.com/Aman00000007/lexilux
  • https://github.com/Aman34772/peerdev
  • https://github.com/Amansinghsodhi98/rust-temple
  • https://github.com/amapii/ai-system-architecture-landscape
  • https://github.com/Amar4750/Comick-Io-Manga-Zip-Cbz-Downloader-Scraper
  • https://github.com/amaraheavy349/Wedge
  • https://github.com/Amarnathshivakumar/my-enterpise
  • https://github.com/amarnibernal1-creator/cleardisk
  • https://github.com/amateur-brie266/hermes-kanban
  • https://github.com/amaurys2804/vvpx
  • https://github.com/Ambar9959/xhs-toolkit
  • https://github.com/Amberlytaut778/slopc
  • https://github.com/ambicadeshmukh/SNU_2D_ProgrammingTools_IDE_SAKO
  • https://github.com/Ambiguitysentrybox755/lm-chat
  • https://github.com/ambrator14-rgb/Solana-Arbitrage-Bot
  • https://github.com/ambrosiogalwegian826/claude-node
  • https://github.com/Amdaad/gomp3
  • https://github.com/ameerkhan2/ai_teach_you_shell
  • https://github.com/ameermuawiyasangha/in-naamgpt
  • https://github.com/Ameir7764/SNU_2D_ProgrammingTools_IDE_Genero-Forms
  • https://github.com/Amendable-middleweight310/agent-dna-auditor
  • https://github.com/Amendoiim/2d-brawler-engine
  • https://github.com/Amergamer926/slowloris
  • https://github.com/Amethystine-warji453/snowball-cli
  • https://github.com/ameurDev-ops/payload-nextjs-starter
  • https://github.com/Aminbcf17/livepasv
  • https://github.com/amindz31/SNU_2D_ProgrammingTools_IDE_SPARQL
  • https://github.com/Aminepipo1/coreldraw-graphics-suite
  • https://github.com/Amino4107/yntk-ts
  • https://github.com/aminrwnx/External_Rust_Cheat_AI
  • https://github.com/Amiralshorpasy/Live-Variant
  • https://github.com/AmiraMeuhsen/MiniKuma
  • https://github.com/Amirataha25/NCU-Official-Website-Public
  • https://github.com/Amirgetmoney/OpenSeaBidd
  • https://github.com/AMIRHIMSELF69/task-runner-1771917734-3
  • https://github.com/amirhosseinkab/swift-agent-team
  • https://github.com/amiriprog/blas-base-dgemv
  • https://github.com/AmirSargoo/NEURO-GFX
  • https://github.com/Amit1592/crpc-wgcna-metastasis-2025
  • https://github.com/amith53/ca9
  • https://github.com/Amitk1903/Noesis
  • https://github.com/AMLAN-chakma/learn-python-pyside6
  • https://github.com/Ammar1sa/PPPoE_and_Hotspot-Management-System
  • https://github.com/AmmarAhmeed/dnd-currency-converter
  • https://github.com/Ammarfahmawi/white_list
  • https://github.com/Ammino-columbia714/cia
  • https://github.com/Ammy1238/nexus-social
  • https://github.com/AMN-26/E-problem
  • https://github.com/Amna-Ilyas/Stardock-Start10-No-Trial
  • https://github.com/AMN-h0b/-Programming-for-Beginners---Your-First-Guide-to-Entering-the-World-of-Technology-
  • https://github.com/Amoralismelectronictext609/polymarket-copy-trading-bot-clob-ai
  • https://github.com/Amorpa4063/Arxia
  • https://github.com/amosahd/osp
  • https://github.com/AmphyRoblox/classify_i_machine_learning
  • https://github.com/ampole/oral_biomechanical_engineering
  • https://github.com/AMPROLIEKBULL002/norypt-protect
  • https://github.com/amranim/Air-Macro
  • https://github.com/Amr-Awady/News-Video-Bot
  • https://github.com/amrelrayess/optimized-dockerfiles
  • https://github.com/amrit009890/claude-howto
  • https://github.com/amrmohamedl/adap
  • https://github.com/amusaolanrewaju0455/novaturbo
  • https://github.com/Amuthan1808/VALORANT-EFI-DRIVVER-Cheat-Hack
  • https://github.com/Amylalcoholfinance405/Claude-Code-Skill-handwriting-to-latex
  • https://github.com/Amzdadar/dcl200-2025-may-20
  • https://github.com/Anal-refugee100/EasyNGINX
  • https://github.com/Analysissitusgagarin418/vhdl-4hn
  • https://github.com/analytic-skinny644/lan-control
  • https://github.com/Anamul-ho/os3-security-studio
  • https://github.com/Anand0134/VaultCrypt
  • https://github.com/AnandiSinghal/dyson
  • https://github.com/Anandshr6915/spectrum3mf
  • https://github.com/anantbhardwaj828/cursor-free-vip
  • https://github.com/Anant-infin/Auth-It
  • https://github.com/anantkanok/skills
  • https://github.com/ananya-1403/chartts
  • https://github.com/Anapestic-trophotropism213/echoly
  • https://github.com/Anaplastic-sennaalata8178/spyk3_phish
  • https://github.com/Anasali312/fluffyfox-os
  • https://github.com/anasaskinnerian4445/android-ai-skills
  • https://github.com/Anasbluebird/rpcsx-ui-android
  • https://github.com/Anastasi3093/anolisa
  • https://github.com/Anathelegend/perl-efz
  • https://github.com/anavee7095/claude-code-reverse-engineering
  • https://github.com/anaxmohammed/claude-research-team
  • https://github.com/anayak314/governance-orchestrator
  • https://github.com/anbalirofiat/claude-oracle
  • https://github.com/Ancescride/Ethical-Hacking-College_Project
  • https://github.com/andean-willardfranklibby4511/kiosk
  • https://github.com/Andepzaiiii/semantic-copycat-binarysniffer
  • https://github.com/andersonpinmo/adzanid
  • https://github.com/andinimoon/Music-Clout
  • https://github.com/AndraG2/cashu-skill
  • https://github.com/Andrea35666/flutter_story_encoder
  • https://github.com/Andreanagrassroots685/my-little-company
  • https://github.com/Andrecam5683/MobileRE
  • https://github.com/andredc9048/openilink-hub
  • https://github.com/Andreea011/metacore-stack
  • https://github.com/AndreiT0/IoT-Edge-MCP-Server
  • https://github.com/andrej806/ig-checker
  • https://github.com/Andreluemb4311/open-studio
  • https://github.com/Andrerocha23/pixora
  • https://github.com/Andres09r/evm-mini-dao
  • https://github.com/Andres2711193/CryptoBulkSender
  • https://github.com/andres5209/flymake-kubeconform
  • https://github.com/AndresEspin1993/b2t-tokenizer
  • https://github.com/Andressss5/IoT-Based-Weather-Monitoring-System
  • https://github.com/andrewd7399/ai-engineer-path
  • https://github.com/andrewkamowa/keyboard-ita-dev
  • https://github.com/andrewlopez0167/specter-mcp
  • https://github.com/AndrewOdelade/I-Pass-DVA-C02-Exam-2026
  • https://github.com/andreysagara/rspec-rails-agents
  • https://github.com/Andro114/three-maps
  • https://github.com/Androkoe/VOLTSENSE-AI
  • https://github.com/Andromachechinesered926/EndTask10
  • https://github.com/Andromeda2702/zerobyte
  • https://github.com/andrusturkic29/managed-settings
  • https://github.com/AndruxAKA/Motorized_Valve_CR05_Project
  • https://github.com/Andrzejnacreous127/ActiveDirectory-SAST
  • https://github.com/Andylesther/Android-x64_Android16.1_Heavy_Edition_Docs
  • https://github.com/AndymatchEC/PyZaar
  • https://github.com/Andyruanohe751/yggsii
  • https://github.com/Andysayd88/Meta-Ads-Daily-Spend-by-Region-to-Google-Sheets
  • https://github.com/AndyValencia10/Auto-Swap-Momentum-Finance
  • https://github.com/Andzile/LOKIVECTOR
  • https://github.com/Anecha9610/document-parser-ai
  • https://github.com/Aneeshlohana/Servd-AI_Recipe_Platform
  • https://github.com/Anelithfr/ide-rule-detector
  • https://github.com/anemographic-renewableresource518/Far-Far-West-Game-Rekease-Desktop
  • https://github.com/anemonesylvestrismanagua157/Revolut2Crypto
  • https://github.com/Angel05-ad/Resource-Hacker-4.x
  • https://github.com/ANGEL37391/arvo-mcp
  • https://github.com/angela4155/agentic-engineering-guide
  • https://github.com/Angelafragile952/branch-watch
  • https://github.com/angelchovski/HACKTOBERFEST_25_Python
  • https://github.com/angelextended640/xone-trading-skills
  • https://github.com/angelproxd57/zkir-llvm
  • https://github.com/AngelRabago/lyricloop-llm
  • https://github.com/angeltarcaya17/consolelog.nvim
  • https://github.com/angg12346/turkiye-validator
  • https://github.com/AnGh1-8/suzume
  • https://github.com/Anginal-georgwilhelmfriedrichhegel8414/managed-operators-plugin
  • https://github.com/AngomindTecnologia/phones8
  • https://github.com/angular-saint/simplex-method-solver
  • https://github.com/Anguy04/Open-Bot
  • https://github.com/anh39262/teammate-skill
  • https://github.com/anhanhcuong/YTD-YouTube-Downloader-Latest-Patch
  • https://github.com/Anhminhhuy1018/hurawatch-sinhala-subtitles-
  • https://github.com/Aniket2301-sketch/Automatic-License-Plate-Recognition-iOS
  • https://github.com/aniketadamane2004/claude-bouncer
  • https://github.com/aniknandi69/new-development-machine-setup
  • https://github.com/aniktatripathy/claude-sandbox
  • https://github.com/Anip21/crypto-board
  • https://github.com/aniruddhashrma/mire-and-moonlight
  • https://github.com/Anis131212/ipcheck
  • https://github.com/ANIS240/metric-anything
  • https://github.com/anis295/mine2anki
  • https://github.com/Anisarahmi762/ekox-auto-bot
  • https://github.com/Aniseikonic-triggerfish906/DiscordRAT
  • https://github.com/ANISWAM/Fun-Audio-Chat
  • https://github.com/Anjetz34/smart-log-monitoring-agent-with-ai
  • https://github.com/Anjrz/noto-ai-app
  • https://github.com/Anjuan555/Agen
  • https://github.com/Ankit12prajapat/aiwa-code-quality
  • https://github.com/Ankitg1850/n8n-nodes-wawp
  • https://github.com/ankitgupta9525/VMware-Monitor
  • https://github.com/Ankur2912/pi-tool-display
  • https://github.com/Ankush0687/India-explorer-guide-
  • https://github.com/Ankushkhadka21/ragit
  • https://github.com/AnkushLanjewar/Bio-Physical-Stack
  • https://github.com/anmay97/csscaffold
  • https://github.com/AnmolPro9757/sequential-multi-model-cofing-pipeline
  • https://github.com/annacriativars2/synapse-protocol
  • https://github.com/anna-mariapast170/bafoeg-manager
  • https://github.com/Annamariecandid937/gemma-chat-windows
  • https://github.com/anniet5664/webclaw-tls
  • https://github.com/Annietormented509/BD-UN-JB
  • https://github.com/AnnsHarry/CLAUDEmd
  • https://github.com/Annuitantindianrice61/openclaw-ops
  • https://github.com/annypretty2468/Walkuer_Lan_Chat
  • https://github.com/Anomoxus/numradix
  • https://github.com/anonsourabh/RustyCSV
  • https://github.com/Anonymou9280/GPS-independent-offline-navigation-system---VOLANS-MAPS
  • https://github.com/AnonymouK-P/WeChat-Split
  • https://github.com/anonymous7220/data-science-bootcamp
  • https://github.com/Anonymouse7652/Professional-Portfolio
  • https://github.com/Anoof0/project-cpe
  • https://github.com/Anoop385/nepali-calendar-api
  • https://github.com/Anorak064/cloudify-serverless-app
  • https://github.com/Anotherrboy/icraft
  • https://github.com/Ansar11111/Docker-AMP-R
  • https://github.com/Anshudeshmukh14/AI-StoryWeaver
  • https://github.com/anshuman12525/woflang-alpha-r
  • https://github.com/ansuham/localelens-demo-nextjs
  • https://github.com/AnswerPawandiwa/fintech-flow-dbt
  • https://github.com/AntGamerMD21/eval-guide
  • https://github.com/anthelminthic-mithraist805/claude-skills-manager
  • https://github.com/AnthonyDL81/omiaiBOT
  • https://github.com/anthonyhc5/Ispirer-Toolkit-Migrator
  • https://github.com/anthonyj5405/homelab-auto-recovery
  • https://github.com/Anthox994/fraud-detection-api
  • https://github.com/Anthtrax/AIcheck
  • https://github.com/anti-bore/Jobs_Applier_AI_Agent_AIHawk
  • https://github.com/anticholinergic/pact
  • https://github.com/antigramthoughtimage1947/StepFlow-33mail
  • https://github.com/anti-truck651/FiveM-Steam-Edition
  • https://github.com/Antobtez/Adverant-Nexus-Plugin-OpenClaw
  • https://github.com/antonigreat281/archflow
  • https://github.com/antonioas4741/rack4master-reference
  • https://github.com/AntonioClares/QuickHire
  • https://github.com/antoniusallied763/moody
  • https://github.com/AntonyAlubaka23/DreamAPI
  • https://github.com/AntonyGodoy/koresignature
  • https://github.com/antonygold59/postgresql-mcp
  • https://github.com/antonyiziaiir/text_to_audio
  • https://github.com/Antorego/NetWave
  • https://github.com/antuanetas55/trading-agents
  • https://github.com/antxlopp12/zerolag-filter-benchmark
  • https://github.com/anubhavkhare22/sanna-ts
  • https://github.com/anubhavsingh-0218/uncodixify-skill
  • https://github.com/anudiip93/osa-test-repo
  • https://github.com/Anujezy/Qwen-Image-Edit-2511-LoRAs-Fast-Single-Image-Rerun
  • https://github.com/AnujZanje/awesome-web-interactions
  • https://github.com/anumfreelancer5/bun_practice
  • https://github.com/ANUPONG5502/live
  • https://github.com/anuragbalaga/JulesClient
  • https://github.com/ANURAJPATHIK141/coroTracer
  • https://github.com/Anuric-minoraxis635/Mellivora_OS
  • https://github.com/AnushkaTamrakar/zaima
  • https://github.com/AnveshReddyK/student-performance-analysis-R
  • https://github.com/Anwar3737/job-path-keeper
  • https://github.com/Anwar8320307/rdll-rs
  • https://github.com/anwarosyidi/100-interview-questions
  • https://github.com/Anyf7399/MenuPiP
  • https://github.com/anythingfg/ai-calling-agent
  • https://github.com/Anzalnadiaf/TopThumbdot
  • https://github.com/AnZoe123/Runescape-Dragonwilds-Trainer
  • https://github.com/Aofijskfis/format-factory-premium
  • https://github.com/Aotocom/android-agent-skills
  • https://github.com/aov4775/design-patterns-lab-factory-method
  • https://github.com/Apaturairispolymath361/nexterm
  • https://github.com/Apetalousflowerhelm232/chapel-qou
  • https://github.com/Apisit2536/vpn-telegram-bot
  • https://github.com/Apocalypsekin/powersub-demo-5966
  • https://github.com/Apohub55/Slient-URL-Exploit
  • https://github.com/Apolo093/mo-tool
  • https://github.com/apolovip/proyecto
  • https://github.com/Apostle121/KeyWatcher
  • https://github.com/Appearanceburger/amanansdiahnid-20
  • https://github.com/Appeaserdirectorstockholderrelation887/covernor-platform
  • https://github.com/appetent-linguica406/GODMOD3
  • https://github.com/Appinvent22/scraper-restaurantes-medellin
  • https://github.com/applekite/immitation-learning
  • https://github.com/Applemango-art/talk2pdf-multilingual
  • https://github.com/Apprehensive-determinative103/yt-downloader
  • https://github.com/Approving-cognitivestate190/playpanda
  • https://github.com/AppsLeandro/Desktop-Google-Sheets-Automation-Suite
  • https://github.com/Aprendishack/cc-switch-cli
  • https://github.com/Aptitudinal-squirrelfish8512/sentinella2
  • https://github.com/Aqib-Malik1320/fund-app
  • https://github.com/Aqsa-03/Premier-League-Historical-Analysis-1888-2024-with-Power-BI
  • https://github.com/aqsaifinteriors/Krako-2.0
  • https://github.com/aquilachrysaetoswynnea936/BrandFit
  • https://github.com/ar157209/soc-roadmap-2026
  • https://github.com/aradhyagithub/FLJopen
  • https://github.com/Arafat-Dincer/lunarkernel_sched_extention
  • https://github.com/Araf-web-Develpoer/InfraVex
  • https://github.com/arapjeti/advanced-anomaly-detection-system
  • https://github.com/Ararmurpy/TriSun-PDF-to-JPG-Repack
  • https://github.com/Aras12321/r-tmux-conf
  • https://github.com/Aratib8206/ai-job-risk-database
  • https://github.com/araucariabidwilliipolygynist876/Remora
  • https://github.com/Araz491/Airbnb-clone-travel-listing
  • https://github.com/arbaazsabir/iron-command-ios
  • https://github.com/Arbaz2447/zen-os
  • https://github.com/arbazwaince/airdrop-claim-eip-7702-method-on-base-network
  • https://github.com/arcanjohacklindo/security-vulnerabilities-cli-llm
  • https://github.com/ARCGoat/BAC-Woocommerce-Plugin
  • https://github.com/Archi232004/iutils
  • https://github.com/Archiehotdog/Hiraya-CanSat-Telemetry-Software
  • https://github.com/Arcxelys/ringmpsc
  • https://github.com/Arda-maker-gif/domain-authority-checker
  • https://github.com/ardathhomeless585/mini-coding-agent
  • https://github.com/ardnrana/civitai-scraper-gui
  • https://github.com/areeb6117/content-pipeline
  • https://github.com/AreKanDorA/hono-vs-golang-on-cloudflare-workers
  • https://github.com/Arekii/blas-ext-base-gindex-of-row
  • https://github.com/Areoxxx/privacypuzzle
  • https://github.com/Arezkiiiii/mini_llm
  • https://github.com/arfahmahmud/codex-context-editor-proxy
  • https://github.com/Arfananda00Dias/uniswap-v3-paper-arb
  • https://github.com/arfandi453/web3-daily-digest
  • https://github.com/argasdaad/mdbase-tasknotes
  • https://github.com/Argentous-edmondhoyle724/MANPADS-System-Launcher-and-Rocket
  • https://github.com/ArgishtiGharibyan/unstract
  • https://github.com/Arguseyed-reformation774/eeg-image-library
  • https://github.com/arhab2018/gumroad-market-data
  • https://github.com/arham123491/lumina-energy-card
  • https://github.com/ariannmt/project-wisdom-library
  • https://github.com/Arib2708/PhoneDriver
  • https://github.com/aribam12/LayerEdge-Auto-Bot
  • https://github.com/aridz08/dev-workflows
  • https://github.com/arieledesess/fastmem
  • https://github.com/arielitotupai/ai-highlight-clip
  • https://github.com/arieltitan/openclaw-memory-final
  • https://github.com/arieltolazurita/demo-llm-integration
  • https://github.com/Ariesrisen74/mygit
  • https://github.com/Arif-hayabusa/email-verification-protocol
  • https://github.com/arifputra03/BlueS.py
  • https://github.com/AriMiri/Windows-No-Trial
  • https://github.com/arinexa/codexProapi
  • https://github.com/arisentana/applications_frustration_geometrique_potentiel
  • https://github.com/ariuz14/ProMoE
  • https://github.com/Arivarasu27/DxO-PhotoLab-Free
  • https://github.com/ariyaaditamaputra18/docx-format-skill
  • https://github.com/arizalmyr/homebrain
  • https://github.com/arizonadwi/Android-x64_Android16.1_Vanilla_Edition_Docs
  • https://github.com/arjkun456/Predicting-Movie-Rental-Durations-DataCamp
  • https://github.com/ArjuMTomy2001/JobTrackerApp
  • https://github.com/arjunbastola555-lgtm/OSINT-Tools-Library
  • https://github.com/arjunrajput18/investment-assistant
  • https://github.com/arjunsahai46/ShopFrontOffice
  • https://github.com/ArkaFth07/webmulator-reborn
  • https://github.com/arkaih/VPS_BOT_X
  • https://github.com/arka-senpaii/Transaction-Fraud-Detection
  • https://github.com/arkaz-ops/EREBUS--ALP-NEURAL-KINETIC-Non-Equilibrium-Universal-Radiation-
  • https://github.com/arkelektrikproje/ai-visibility-definition
  • https://github.com/arlalala01/opentui-skill
  • https://github.com/Arlinablind800/qclaw-wechat-client
  • https://github.com/arlinawary875/textura
  • https://github.com/Armaan-PC/pwm-2025-2
  • https://github.com/arman05075/PAKISTAGRAM_social_media
  • https://github.com/Arman171/WebForensic
  • https://github.com/Arman7843/gemmachat-windows
  • https://github.com/armandoariasmolina/shadcntemplates
  • https://github.com/Armankutubi/data-peek
  • https://github.com/armannnpatel/snapchat-group-invite-bot
  • https://github.com/armanydavid529/goosetown
  • https://github.com/Armaxas/react-nextjs-code-assistant-template
  • https://github.com/armed-substantialness820/agent-wiki
  • https://github.com/armin-hg/NewCobaltstrikeTeamServer
  • https://github.com/armnPemula/Neo
  • https://github.com/armondredviolet910/Development-of-a-Secure-and-Fully-Integrated-Network-Services-Infrastructure-Using-Linux-Ubuntu
  • https://github.com/Arnab1998-cyber/cesium-vectortile-gl
  • https://github.com/Arnald97/Murder-Mystery-2-Gameplay-Utility-Framework
  • https://github.com/Arnaldo1978/htmlentities-api
  • https://github.com/arnautoff1/smart-money-miner
  • https://github.com/Arnav000007/llmwalk
  • https://github.com/Arnavr5783/Nightshift
  • https://github.com/Arnicateaurn832/UX_datasets
  • https://github.com/ArnoldoSQ/smart-coding-mcp
  • https://github.com/Arnon23/freeddit
  • https://github.com/ArnonDev/tarantool-w2g
  • https://github.com/Aro2105/Secra
  • https://github.com/arockiakoilpillai/temp-email-api
  • https://github.com/aronlinesl/familycall
  • https://github.com/aronsamson/voicetype
  • https://github.com/arpitamishra734/datacamp-mcp-multiagent-demo
  • https://github.com/arq105/llm-speech-summarization
  • https://github.com/arqajalvarez/aibom-scanner
  • https://github.com/arrapiii/dotnet-expert-1_0_immersion-architecture-microservices_course-luisdev-part-11_dotnet-8_csharp-12
  • https://github.com/arrearsstocking863/hedgevision
  • https://github.com/arrozitoa/GhostBuilder
  • https://github.com/arsalmehmood54/regxa
  • https://github.com/arsczx/gemini-nexus
  • https://github.com/Arseeth/skills-for-vibe-coder
  • https://github.com/arshadmangrio67/Mental-health
  • https://github.com/arshaplayer/Remote-BOF-Runner
  • https://github.com/arshdeeps538/websxa
  • https://github.com/arshia2114/agent-skills
  • https://github.com/art140754art/Serverless-for-Iran
  • https://github.com/ART1ST1/universal-converter
  • https://github.com/Artemisia26/Eigenfolio-Quantum
  • https://github.com/arteon/animal-face
  • https://github.com/arthurcalahan/deferred-apps
  • https://github.com/arthursou0512/wechat-agent-channel
  • https://github.com/Artistic-Minds9/Roblox-Death-Ball-Script
  • https://github.com/Artless-blessing525/responsive-web-design
  • https://github.com/Artunesa5430/ShadeShell
  • https://github.com/arturmarcskanguaya-cpu/Hackathon_0_Bronze_Tier_Panaversity-Digital-FTEs-
  • https://github.com/arturmq26/agentic-field-manual
  • https://github.com/arulg3/bypass-permission-never-stop
  • https://github.com/arun0912-a/chat-app-backend
  • https://github.com/arun189136/Ontrack-EasyRecovery-Professional-Latest-Patch
  • https://github.com/Arunpandi77/pypandoc-hwpx
  • https://github.com/arunskyline357/Icecream-Slideshow-Maker-Pro-Repack
  • https://github.com/arunvarmav/redis-3mm
  • https://github.com/arushgamepro/academic-doc-generator
  • https://github.com/arwana431/cw-agent
  • https://github.com/Aryan03102000/agent-recipes
  • https://github.com/aryyyy01/minimind
  • https://github.com/as3progger/hitank
  • https://github.com/as8816743-star/osu-ee-tracker
  • https://github.com/Asad0988/kubernetes-docker-ecr-demo
  • https://github.com/asadappricot/ppmenu
  • https://github.com/AsadJaved66/Web-Skills-Protocol
  • https://github.com/asadullah4565/Android-x64_Android13.1_Heavy_Edition_Docs
  • https://github.com/asahnad9164/learn-coding-agent
  • https://github.com/Asak96/React_Vite
  • https://github.com/asanandha/eco-num-extract
  • https://github.com/Asar-01/Consortium
  • https://github.com/asashin6761/Seoul-Bike-Sharing-Demand-Predictor
  • https://github.com/asaxaz1111/memcached-om4
  • https://github.com/Asaza366/iron-proxy
  • https://github.com/Ascitic-tyrianpurple370/linux-telegram-bot
  • https://github.com/asd526/ShowImageWeb
  • https://github.com/asdadsadasdadsad/multimodal-vision-ai-chat
  • https://github.com/Asder10/React2Shell
  • https://github.com/asdfghjk416/prompt-generating
  • https://github.com/ASDfghjkL0-poll/christ-cli
  • https://github.com/asdfghjklruyguiojygesr/AI-Human-Collaboration
  • https://github.com/a-s-e-e-l/url-hyperlinker
  • https://github.com/aseemanchalan/AI-today-i-learned
  • https://github.com/Asgaar87140/End-to-end-mlops-kubernetes
  • https://github.com/ash2008n/api-protocol-play-ground
  • https://github.com/Ashawy345/walkie
  • https://github.com/ashenafi21/feezer
  • https://github.com/ashiiiiiiiiiiiiiishh/ImTOO-iPad-Mate-Platinum-Latest-Patch
  • https://github.com/ashik2573/SmartTrim
  • https://github.com/ashikmridha793/DTEHub
  • https://github.com/ashiksparks/employees
  • https://github.com/ashimmortallp/mHC-manifold-constrained-hyper-connections
  • https://github.com/ashiquealfa/gdpval-realworks
  • https://github.com/ashish28289/authly-mern
  • https://github.com/Ashishjairamm/Ashishjairamm
  • https://github.com/ashishnegi31/rust-axum-seaorm-postgres-swagger-docker
  • https://github.com/ashkurrahman/casinogames-script
  • https://github.com/ashlieharsh62/FH6-Auction-House-Sniper
  • https://github.com/Ashtonme/HORNET-RV32IMF
  • https://github.com/Ashtonshameful721/chokepoint-atlas
  • https://github.com/ashwin87fx/TAPP_Transcription
  • https://github.com/ashwini-0105/Stock_Trend_Analyzer
  • https://github.com/ashwintalexander-stack/gmail-mcp-server
  • https://github.com/asia977/2STEP-Converter
  • https://github.com/asiahervas02-cyber/cv-management-backend
  • https://github.com/asibic/glassalpha
  • https://github.com/asif9097/Super-Smash-Bros-PC
  • https://github.com/ASIF-MAK/firestore-x0s
  • https://github.com/Asifreecs/hybrid-streaming-architecture
  • https://github.com/asihgdfas/Rate-Cloud
  • https://github.com/asis027/Polymarket-trading-tool
  • https://github.com/askags/obsidian-clipper-template-creator
  • https://github.com/aslekariii/langgraph-support-triage
  • https://github.com/aslidogan0106-cmd/dx-data-engineering-and-data-science
  • https://github.com/asmaaelmessari/ai-chat-widget
  • https://github.com/asmaamohamed11111/create-next-vault
  • https://github.com/asmamoses/node-lief
  • https://github.com/Asocia2427/FabFilter-Total-Bundle-Win-Mac-2026
  • https://github.com/aspiro1233/mykeys
  • https://github.com/asqwqwqwqwqwqw/ai-in-the-terminal
  • https://github.com/asr2646/Expense_Tracker
  • https://github.com/asrar8661/Collatz_Putter
  • https://github.com/assaad656/update-securitytxt-expires
  • https://github.com/assakabio/archicad-tools
  • https://github.com/assasin098/cpu-monitoring-system
  • https://github.com/Associationlanding789/llm_wiki_agent
  • https://github.com/astha-3/HG-BookingWebPage
  • https://github.com/astirix1/Knowledge-Base-Self-Hosting-Kit
  • https://github.com/astonle-68/ASPxecute
  • https://github.com/AstralVelocity/okay-snippets
  • https://github.com/astraoun/ProEdit
  • https://github.com/astrellaa/Autodesk-Maya-Repack
  • https://github.com/astriefaw/animo-app
  • https://github.com/astroanimes/wordpress-boost
  • https://github.com/astrocytic-sperry416/code-crew
  • https://github.com/Astronomic-crispness753/visual-note-card-skills
  • https://github.com/astroprakash/reviewcerberus
  • https://github.com/aswar222444/x-dim-mode
  • https://github.com/aswath1313/GenAI-Music-Composer
  • https://github.com/atabey9860/Axie-Infinity-Bot-Crypto-Cheat-Auto-Farm-Clicker-Game-Api-Hack
  • https://github.com/AtepTepar001/paysentry
  • https://github.com/atha7v/common-ground
  • https://github.com/ATHARBBA12/constants-float16-ln-pi
  • https://github.com/athbialm55/wisework
  • https://github.com/ATheon-1/film-notify-bot
  • https://github.com/Athletic-atlasmountains64/acavcaps
  • https://github.com/AthusLopes/portable-agent-usb
  • https://github.com/atietech/CVAPP
  • https://github.com/atifjatt43/ralph
  • https://github.com/atifkhan95yrs/Solana-Arbitrage-Bot
  • https://github.com/atifrehan7/soil-carbon-proxy-mrv
  • https://github.com/atiqe20/whatsapp-group-app
  • https://github.com/atlanteenthusiastic588/Gemini-Pro-Desktop
  • https://github.com/Atmosphereport131/epoch
  • https://github.com/atobentil/GPU4Logisim
  • https://github.com/atomixon49/AWS-Services-For-Data-Engineering-With-Projects
  • https://github.com/atomthkun/mediasage
  • https://github.com/atrbtheduke/react-component-playground
  • https://github.com/Atsusheeesh/vllm-daily
  • https://github.com/attic7604/pentester-mcp
  • https://github.com/Attributable-lock972/Manager2026
  • https://github.com/atulraj07/hyper-display
  • https://github.com/atulranjanz/Swatted-Webhook-Spammer
  • https://github.com/AtychiUnavailable/TheParkingScraper
  • https://github.com/au5135LEEE003/TKX
  • https://github.com/Aubertaaliphatic741/sdd-guardian
  • https://github.com/aucidio/tailwind-s9p
  • https://github.com/Audenesque-confession698/fragment-tg
  • https://github.com/auditorest/facebook-ad-campaign-launcher
  • https://github.com/audreymhw/free-apis-collection
  • https://github.com/augustebipartisan859/4th-devs-python
  • https://github.com/Augusto11-Main/SILLAGE
  • https://github.com/auliaanada/Power-BI-Superstore-Dashboard
  • https://github.com/AungChan882/Xcom-mac-silicon
  • https://github.com/Aunknow/bhairav-aaradhya-showcase
  • https://github.com/aureolereadyreckoner325/turboquant
  • https://github.com/Aurionlol/the-trading-floor-v2
  • https://github.com/Aurorabreastfed700/awesome-claude-code-workflows
  • https://github.com/Aurorasylvani/memo-brain
  • https://github.com/Autavian/groovy-zh5
  • https://github.com/Autobiographerspot78/datos.gob.do-MCP-server
  • https://github.com/autographic-machinery71/usagi-test
  • https://github.com/autogyroseidlitzpowder3044/iYunCoReg
  • https://github.com/autonomic-skein709/Automatic_plant_watering_system-Aurdino
  • https://github.com/autopimp/aMimir-droid-source
  • https://github.com/Autoradiographinfighting868/ai_cli
  • https://github.com/auuga33578/Freemake-Video-Converter-Update
  • https://github.com/Avatar9711/three-quake
  • https://github.com/Avax4lajf/open-claude
  • https://github.com/avdp1951/seedream-image-mcp
  • https://github.com/avellane-snit922/rustchain-mcp
  • https://github.com/aveshkhatik/qurio-app
  • https://github.com/aviautopilot/VoicePaper
  • https://github.com/avigit69/dart-jk4
  • https://github.com/avramwrapped307/go-s3-storage
  • https://github.com/awab208/CyberSecurity-Journey
  • https://github.com/awaisecp/RAM-Saver-Professional-No-Trial
  • https://github.com/awaismujtaba/Window5_mahlet-keffale
  • https://github.com/awanpen/todo-k8s
  • https://github.com/awesomeratt1/pubmed-articles-scraper-pay-per-results
  • https://github.com/Axel354/HexaPlayer
  • https://github.com/Axiejan4891/claw-codes
  • https://github.com/Axillaryfossaprize786/github_copilot_openai_api_wrapper
  • https://github.com/Axillary-furan687/spring-boot-jpa-mvc
  • https://github.com/axiswone/rag-chatbot-demo
  • https://github.com/axouxb6/universal-config-converter
  • https://github.com/AXSV/My-Diagrams
  • https://github.com/axut/react-native-xcode-kvm
  • https://github.com/ay2oub2/echo-kdz
  • https://github.com/Ayaaniftikhar/kali-openclaw-usb
  • https://github.com/ayaanjan76/awesome-mcp-servers
  • https://github.com/ayaanmiraj29/semi-supervised-medical-image
  • https://github.com/ayalasecurity/tuistory
  • https://github.com/ayana6/snapBubble_extension
  • https://github.com/AyelenMacchiaroli/aws-agentic-ai-workshop
  • https://github.com/ayesha-saeed123/open-team-sports-data-standard
  • https://github.com/ayhdiv/cloudnecromancer
  • https://github.com/Ayman1061/404hunter-subdomain-status-tool
  • https://github.com/ayman23154765/Multi-Vendor-Ecommerce
  • https://github.com/ayman26667/prek
  • https://github.com/ayman-star/zoom-mwvrp
  • https://github.com/Aymen3776/PHP-Secure-Auth
  • https://github.com/AyoubKezzoula/hermes-autonomous-server
  • https://github.com/ayunandasubastian/growth-expert-skill
  • https://github.com/ayush87504/sippyshop
  • https://github.com/Ayushman7786/SnapDict
  • https://github.com/ayushmanc2061/playwright-csharp-bdd-format-ui-automation-testing-suite
  • https://github.com/AyushPaul28/CIFAR10-Deep-Learning-Comparison--
  • https://github.com/Ayushpradhan76/student-name-pronunciation-helper
  • https://github.com/Ayush-Raghuwanshi-9827/.github
  • https://github.com/ayushthakur589/Ezi-lecture-transcriber-flashcards-quiz
  • https://github.com/ayuxxxxx/kubecon-eu-mcp
  • https://github.com/Ayyanar004/open-ghana-id
  • https://github.com/AyyanMazhar/hhxg-top-hhxg-python
  • https://github.com/ayybee1/product-manager-skills
  • https://github.com/AZ2099/Vibma
  • https://github.com/Azamrahm5140/sol-parser-sdk-golang
  • https://github.com/Azerbaijani-colouring411/health-dashboard
  • https://github.com/azerzeki/mcp-reticle
  • https://github.com/azgra/Brazilian-E-commerce-KPI-Dashboard-
  • https://github.com/azimuthal-williamhubbsrehnquist769/ClipForge
  • https://github.com/azizis5648/ModelStack
  • https://github.com/Azizos911/Setja-Upp-Stilla-Yiimp-Namuvinnslupott-Hugbunadur-Ubuntu-Linux
  • https://github.com/azizy22/duckdb-cho
  • https://github.com/Azure55562/pinion-os
  • https://github.com/Azuriteright913/merge-and-rebase
  • https://github.com/azvinaz/fin-trend-analyzer
  • https://github.com/azzamcornetto/defender_overview
  • https://github.com/azzan1235/agentic_rag_system
  • https://github.com/Azzure1987/Java-Digital-Wallet-Backend
  • https://github.com/b0b11s/notion-2api
  • https://github.com/B0LB0LI/Zomato--LSTM--Sentiment-Analysis
  • https://github.com/b3geeIsEpik/Urlvy-link-control-platform-using-AI
  • https://github.com/B4Proo-ct/P2P_File_Transfer
  • https://github.com/ba268baanne/3D-Interactive-Dreamland-Collectibles
  • https://github.com/Ba592/langchain-deepresearch
  • https://github.com/baba286/avery
  • https://github.com/bababahehehe/devhub
  • https://github.com/Babalim77/navigatorx
  • https://github.com/Baban45/vock
  • https://github.com/babapuroy/bug-github-farms-points
  • https://github.com/babayaga27002/CodeReviewer.AI
  • https://github.com/Babert-004/daily-wins-journal
  • https://github.com/babkamaklapka/soenneker.cosmos.copy
  • https://github.com/babluvai120/amanansdiahnid-12
  • https://github.com/babshudhanshu098/ledger-live-staking-bot
  • https://github.com/babydoll1110/mcp-learning-adapter
  • https://github.com/Babyfendi/clientside-pdf-tools
  • https://github.com/bac0nnfires/wslkalisetup
  • https://github.com/Baccivorous-shadiness115/awesome-agent-cli
  • https://github.com/bacctiere12/cpp-high-performance-boids
  • https://github.com/bach999-vamous/Kimi-K2
  • https://github.com/bachh8770/gr0m_mem
  • https://github.com/bachira45b/powersub-demo-1484
  • https://github.com/backskiresort421/House-Flipper-2-Multiplayer
  • https://github.com/backup39/DoodleCloud
  • https://github.com/Backura/fastagent-plugins
  • https://github.com/bacondoomslayer/wp-ux-design-claude-skill
  • https://github.com/Badasone/Cyberlivre
  • https://github.com/Badawy919/Gardener-Connect
  • https://github.com/badboy12334/encodify
  • https://github.com/Badexp9683/tic-tac-toe
  • https://github.com/Badisk7963/TRAMONTANE
  • https://github.com/BADMAN4LIFE/LocalAgent
  • https://github.com/Badomel/rust-spectre
  • https://github.com/badrehh/Password-Depot-Activated
  • https://github.com/BadrStudio-BD/mathcad-tools
  • https://github.com/badsliceee/github-downloads-action
  • https://github.com/badzio5g/bookish-umbrella
  • https://github.com/Baggin-Bread/Info-OSD-Android
  • https://github.com/Bagheln865/NetworkSpectator
  • https://github.com/BAGUSASARI2019/m2-deep-research
  • https://github.com/BagusPrasetyo21/AI-Powered-Smart-Appointment-Booking-System
  • https://github.com/baguswio/HomeLab-Hybrid-Monitoring
  • https://github.com/bah1w23/replexon
  • https://github.com/baherbebo/FHook
  • https://github.com/bahoburat/skills
  • https://github.com/Baileypeacockblue9222/Virtual-Mouse
  • https://github.com/Bakero64/ApexClaw
  • https://github.com/Baki233619/le-os
  • https://github.com/bakiayman/HashCats-autoclicker
  • https://github.com/bala12hacker/1nuo-wealth
  • https://github.com/BalaBhojan/tic-tac-toe
  • https://github.com/balach12/NodeSentinel-Proactive-Assistant
  • https://github.com/balaharans2904/Windows-11-Debloat-AI-Slop-Removal
  • https://github.com/balaji19112003/block-device-driver
  • https://github.com/balaji-cse15/gemi
  • https://github.com/Balakrishna-web/mini_platformer
  • https://github.com/Baldwin509/playwright-cli
  • https://github.com/BalgovindRana/syrax-os
  • https://github.com/Balletmastermodification660/pom-component
  • https://github.com/ballhawking-lettersecurity769/netease-square-dance-downloader
  • https://github.com/ballomg2/nullsec-lora-mesh
  • https://github.com/ballou75/azuracast-provisioning-whmcs-module
  • https://github.com/balochshees/Claude-Monitor
  • https://github.com/Balrog413/DevOps-Journey-2025
  • https://github.com/balticrepublicminingcompany14/Carnom-Recovery-Framework
  • https://github.com/balu2688/aisp-open-core
  • https://github.com/Balu323e48w/Aibts_java
  • https://github.com/balxy/dorks-de-google-para-buscar-empresas-que-no-esten-en-plataformas-conocidas-de-bug-bounty
  • https://github.com/Bamboo7980/cloudrun
  • https://github.com/BamZ190/Mova-Discord-Music-Bot-Advanced-Rhtm-Mee6
  • https://github.com/banaanva951/polymarket-btc-pulse-overlay
  • https://github.com/Bananacat123-hue/Facial_Expression_Recognition-Sure_Trust-
  • https://github.com/bandaa2162/delta-exec
  • https://github.com/bandjudicialactivism506/SCT_CS_1
  • https://github.com/Bandu1022/starknet-agentic
  • https://github.com/Banggalore/Repair-the-missing-characters-in-Chinese-fonts
  • https://github.com/Banhdauxanh8282/tailwindcss-cheatsheet
  • https://github.com/baniblunt/ollama-rag-reranker
  • https://github.com/banisgwapooo/Crossy-Road-Style-Game
  • https://github.com/Banni1699/SkillZero
  • https://github.com/Bao2510/tpdf
  • https://github.com/Bao281211/mixed-signals
  • https://github.com/baobao1733/Prediction_using_KNN
  • https://github.com/Baocalissssss/solana-prediction-market-smartcontract
  • https://github.com/Baochechou/ftr-pos-kubernetes
  • https://github.com/Baoleeza/lettabot
  • https://github.com/Baraninathan/AirBridge
  • https://github.com/Baraniuk-Volodymyr/AI-Studio-Styler
  • https://github.com/Barathm531/openclaw-theme-stardew
  • https://github.com/Barbara2308/getreputable
  • https://github.com/Barbarossada/Practice_Review
  • https://github.com/Barbeyfacile120/Vanta
  • https://github.com/Barbos818/appents-social-downloader
  • https://github.com/barcelona86/Patna-Metro-App
  • https://github.com/barelvi67/gannicus
  • https://github.com/bariqluthfi/Get-Telegram-Members
  • https://github.com/Bariumhydroxidelacefern45/fijahu-18
  • https://github.com/Barkha-AI/fit-life
  • https://github.com/BARNEY020903/remainders
  • https://github.com/Barni52419/MagicQuillV2
  • https://github.com/barnlutheran875/Apifox-Supply-Chain-Poisoning-Attack
  • https://github.com/Barnytonic13/polymarket-whales
  • https://github.com/Barrazar274/the-0050-project
  • https://github.com/barrieworsened144/cabal-trending
  • https://github.com/barroajm/Smart-Order-Kiosk
  • https://github.com/barroncytogenetical480/gpt-play-pokemon-firered
  • https://github.com/barrytwolobed991/Jenny-Mod-Minecraft-ALL-Versions
  • https://github.com/Bart0911/hibp-lookup
  • https://github.com/Bartekdzban4990/ace
  • https://github.com/barthezzz2000/autopoe
  • https://github.com/Bartholomeusnormal820/FL-Studio-2026-Producer-Edition-Unlock
  • https://github.com/bartolomeouneasy166/Schola-Herv
  • https://github.com/bas7071/Adsorption-Factorial-ANOVA
  • https://github.com/Basar007/FluentLoggerExtensions
  • https://github.com/BASDjay/docgen-ai-
  • https://github.com/basemnabill/Stock-Forecasting-RNN
  • https://github.com/basheeryaseen/the-nomnom-collective-flutter-project
  • https://github.com/Bashirawab/tm
  • https://github.com/Bashvalencia724/xiaomusic
  • https://github.com/Basidial-saltcod104/VSCode-Performance-AI
  • https://github.com/Basidiomycetous-snakemuishond402/alfred-brew-tools
  • https://github.com/Basifixed-pb747/uimax-mcp
  • https://github.com/Basilb83/db-adapter-1771919096-2
  • https://github.com/Basilel6571/tonepose
  • https://github.com/Basilunperplexed948/scope-recall
  • https://github.com/Basim888/recipe-reviews-rating-prediction
  • https://github.com/Basined-heatofsublimation8322/duolingo-clone
  • https://github.com/Basit3751/vision-pipe
  • https://github.com/basmulleners/StyleSense-AI
  • https://github.com/Bastians1111/iit-moodle-auto-login
  • https://github.com/Batalha1118/claude-code-rev
  • https://github.com/Batatinha342/IK-W70-Firmware
  • https://github.com/bathingnutmegmelon3320/HaruSpeak
  • https://github.com/Batholomewsoftfooted486/XLifelineAI
  • https://github.com/batiktechstyle/Multimodal-VLM-v1.0
  • https://github.com/Batman220/data-alchemist
  • https://github.com/Batool-Akbar/html-css-javascript-frontend_course-luisdev_part-2_html-5_css-3_js-es2023
  • https://github.com/battarmer/powersub-demo-9182
  • https://github.com/battlegrandsltd/rss-retriever-lite
  • https://github.com/Bature04/akash-ai-message-app
  • https://github.com/batus5678/mhr-ggate
  • https://github.com/Baublediagonal89/opencli-skill
  • https://github.com/Bauer14589/fibonacci-2n-1
  • https://github.com/Bawa00012/ThunderSoft-Flash-to-Video-Converter-No-Trial
  • https://github.com/baxxx12/libredgetpu
  • https://github.com/bayu605/ContextWeaver
  • https://github.com/Bazinga23451/semantic-qa-gen
  • https://github.com/bb7el/search-it-yourself
  • https://github.com/bbahipro2/GEMM
  • https://github.com/bbasoy/postmaker-x
  • https://github.com/Bber1684/vnkey
  • https://github.com/bbg73323-design/Christmas-Magic-JS-Lightweight-Snowfall-Santa-Animation-Script
  • https://github.com/bbkking/saas-ai-agents
  • https://github.com/BbOBBOS/formulario
  • https://github.com/bbreznjakk/docker-kubernetes-desktop-demo-wpysql
  • https://github.com/BBSahoo91/lenticular
  • https://github.com/Bdarafat638/Alice
  • https://github.com/bdbsb155/gemini-business2api
  • https://github.com/bdfbvDGHIFUHwiuehfiuQHEFIH/karpathy
  • https://github.com/bdgfeadvyrfedyu/Insurance-Smart-Contract-Dapp
  • https://github.com/BDOU3/watermark-pro
  • https://github.com/bealerationalistic149/claude-code-handbook-cn
  • https://github.com/bean232323/elite-claude-playbook
  • https://github.com/Beardless-rapist736/app-tools
  • https://github.com/bearing-genusfothergilla76/micro-gpt-and-beyond-clean
  • https://github.com/bearpuff351/wuming
  • https://github.com/BeAsT700/ServerMaker
  • https://github.com/beast-777/visiontrack-backend
  • https://github.com/beatmeeasy-debug/Universal-Intel-Chipset-Updater
  • https://github.com/Beatrisadecisive305/whoami
  • https://github.com/Beatssaberkod/OpenAd-Specification_AdEngine_Video
  • https://github.com/beaugz/EGC-Assignment
  • https://github.com/Beautiie561/Discord-Mutli-Voice-Token
  • https://github.com/Beautytreatmentresidentialdistrict685/Elder-Scrolls-Online-Crowns-Seals-Editor-Unlimited-Premium-Currency
  • https://github.com/Beauvoirmembranouslabyrinth732/osint-argentina
  • https://github.com/beaverfurgenusschomburgkia917/AQBot
  • https://github.com/bebo1233/vscode
  • https://github.com/Beckygracile986/npm-prettier-config
  • https://github.com/Bedamo/Latest-Command
  • https://github.com/Beefedup-surplus3564/resume-plantation
  • https://github.com/beel9711/huntarr-security-review
  • https://github.com/beelzebub-luci/smartmoneymanager
  • https://github.com/Beelzx34/Quiz
  • https://github.com/beenak4035/claude-prompt-forge
  • https://github.com/Beeresha-RM/Simple-Text-Adventure
  • https://github.com/beevin9/Profile-Hange
  • https://github.com/Beezlbuns/stratarts
  • https://github.com/begejol12/CyberMyLife-Media-Scraper
  • https://github.com/beggxr/bslog
  • https://github.com/BegmyratB/Floweye-yyyxxx.cc
  • https://github.com/Behrad122/findface-bridge
  • https://github.com/BEHZAD1919/Advanced-Multi-Agent-AI-Framework
  • https://github.com/Beidou1507/code-claw
  • https://github.com/bein060203/facebook-password-encryption
  • https://github.com/belal093324/ThunderSoft-Video-Editor-No-Trial
  • https://github.com/BelalHossam-wep/DevChat-Messanger
  • https://github.com/belaluna991-byte/danish-gov-mocks
  • https://github.com/Beliagluey635/steve-jobs-skill
  • https://github.com/belizj45/AI-FAQ-Chatbot
  • https://github.com/Belleplate2038/oh-my-island
  • https://github.com/Bellmatts/better-next-api
  • https://github.com/Bell-sprout/THE-ASTEROID-BELT-PROTOCOL
  • https://github.com/Beltb735/end-to-edn-encryption
  • https://github.com/Belviaimpermissible503/hy-mt-translator
  • https://github.com/belyse2/Classic-CSS
  • https://github.com/Ben4137/MMF
  • https://github.com/BENCH1CK/Classic-cloud-network-disk
  • https://github.com/benedictine-melilot681/istat_mcp_server
  • https://github.com/Beneditaf3676/awesome-claude-design
  • https://github.com/Benesse02/agentsecrets-sdk
  • https://github.com/Benevolent-capeverdeislands513/weixin-bot
  • https://github.com/benfuji/OpenCode-Island
  • https://github.com/benitodu72000-arch/ai-office
  • https://github.com/benjamincastillolop/Texas-Hold-em-CPG-Source-Code
  • https://github.com/benjatenoriov/GameSense-API
  • https://github.com/benkhelifamohamedtaher/speech-emotion-recognition
  • https://github.com/Bennyvibrionic5714/llmbrary
  • https://github.com/beno25438/free-ip-stresser-booter
  • https://github.com/bentechstore490/web-report-export-automation-bot
  • https://github.com/benyagoubadam15-png/bangumi-renamer
  • https://github.com/Benzylic-level459/claude-code-poc
  • https://github.com/beotime/blockforgeR
  • https://github.com/Bepper-ai/opencode-anthropic-auth-community
  • https://github.com/berak636/paulgraham-ai
  • https://github.com/beratsahin06/free-ip-stresser
  • https://github.com/berkant1564/In-Place-TTT
  • https://github.com/berke691/InsightAgent-Frontend
  • https://github.com/berkerarjaguar/audio-plugin-dev-skills
  • https://github.com/berkhl7858/zclawd
  • https://github.com/Berkshireelectricalpower368/conversational_AI_agent
  • https://github.com/Bernadinecanary502/twt_go
  • https://github.com/Bertrandrusselledwin5778/Swift-FocusEngine-Agent-Skill
  • https://github.com/bertrandstatutory543/app-store-approval-guide
  • https://github.com/besanb/KubeDesk
  • https://github.com/beshoemad/conference-deadlines
  • https://github.com/bessagoncc/ndarray-base-ternary-output-dtype
  • https://github.com/best254002-boop/aws-data-engineering
  • https://github.com/betao1005/Free-to-Learn-AI-Certifications-Hub
  • https://github.com/betieshet/systemlogs-anomaly-detection
  • https://github.com/Betoche57/mcp-firewall
  • https://github.com/betseyretrievable203/TOP-5-BEST-CRYPTO-AIRDROPS-2026-RIGHT-NOW
  • https://github.com/betteannedified697/php-cryptocurrency-exchange-script-binance-clone
  • https://github.com/Bettinaexecuted10/modern-2021-node-api
  • https://github.com/bewitched-grant53/ghost-protocol
  • https://github.com/bezzohyy/Playwright-End-to-End-E2E-Test-Automation-Framework
  • https://github.com/bfgfsbdfget/markdown-site
  • https://github.com/bfjvkufbkfbglfdbhf/Yield-Farming-Analyzer-2025
  • https://github.com/BFMusic/iBlast_Website
  • https://github.com/bg-grira53/sql-server-security-audit
  • https://github.com/bhabartuneday/zhihu-markdown-image-uploader
  • https://github.com/bhagatsagar/Relativistic-Dirac-Orbital-Visualizer
  • https://github.com/BhagyeshJoshi/dynamodb-rcv
  • https://github.com/bhaktib3329/anya
  • https://github.com/Bharani8055/adus
  • https://github.com/Bharathiannan/license-plate-detection
  • https://github.com/bhargav1137/Cosmetic-Insights-Tableau-Project
  • https://github.com/bhatim3883/pai-opencode-adapter
  • https://github.com/Bhattp6242/r2d2-monitor
  • https://github.com/bhava5526/Early-Diabetes-Detection
  • https://github.com/Bhavik444/TechIstanbul_Python_Bootcamp
  • https://github.com/bhavishy2311/STM32-ADC-with-DMA-Read-Multiple-Sensors-LDR-LM35-
  • https://github.com/bheki522/reve-go
  • https://github.com/bhoomag/smart-dustbin
  • https://github.com/bhrissss/querycanvas
  • https://github.com/Bhumit1123/CleanNetKit
  • https://github.com/bhupendra-chauhan02/NoteNest
  • https://github.com/Bhuyan/stats-base-ndarray-midrange-by
  • https://github.com/BIANCONERO32/laconic
  • https://github.com/biap11/tinygo-servo
  • https://github.com/Bibeknegi/country-flags-quiz
  • https://github.com/Bibeksingh-ind/MyPortfolio--NextJS-FullStack-Website
  • https://github.com/bicolor-manipulation550/Simple-CNN
  • https://github.com/bida23-051/Industry5.0-Workshop-IEEE-SB
  • https://github.com/bidishop/PRISM
  • https://github.com/Bidr12345/From-Support-Queue-to-Revenue-Engine-5-Upsell-Triggers-Your-AI-Agent-Can-Spot
  • https://github.com/bielelmagu/Roblox-FPS-Unlocker
  • https://github.com/bielhonorato2000/Data-Driven-Biomedical-Signal-Processing-Early-Stroke-Prediction-ML
  • https://github.com/bielsawada/nebula-fs
  • https://github.com/Bielzin12736437/zig-cross-compile-action
  • https://github.com/bien000/the-watcher-ssr
  • https://github.com/Bienfait-Mutunzi/Awesome-Hacking-Learning-Path
  • https://github.com/BienvenuONIODJE/twitter-init-kit
  • https://github.com/Biezzy/digikam-qt6-kf6
  • https://github.com/Bifcen/Pocket-Pad
  • https://github.com/bigant27/deepl-translation-poc
  • https://github.com/BigBang142/Tor-Search-MCP
  • https://github.com/bigbigmagro/looking-glass-list
  • https://github.com/BIGBOIBILY/CatalogHub
  • https://github.com/Bigbrazilfr/sentinel_2_tif
  • https://github.com/Bigg6pix/faidd
  • https://github.com/BiggusDitco/LinuxEnConsola
  • https://github.com/Bignetsc/COVID-19-in-India-Data-Analysis
  • https://github.com/BI-guru23/hyprflow
  • https://github.com/biihfreire/Caminho-mais-Barato
  • https://github.com/Biinladen/NewFox
  • https://github.com/bijingopal1/embedded-linux-from-scratch-arm-using-qemu
  • https://github.com/Bikeluuu/maps-local-business-scraper
  • https://github.com/bikr34/Omnidirectional-line-tracing-robot-applying-PID
  • https://github.com/BilalAM-19/spring-employee-service
  • https://github.com/bilalansari007/FoodSwift
  • https://github.com/bilalmirza2001/skills
  • https://github.com/bilalmu1630/anySCP
  • https://github.com/bilawal69-tech/Smilex-Eye
  • https://github.com/billie8383/AcuityCheck
  • https://github.com/BILLY1809/LifeMill_Website
  • https://github.com/billydagreat/vps-git
  • https://github.com/BillyGitau/My-first-game
  • https://github.com/bilpitmajeed/p2p-Peer-to-Peer-Exchange-CryptoCurrencies-Binance-Bitget-AutoAnswer-Sender
  • https://github.com/bimetallic-seascallop841/tracerkit
  • https://github.com/BimPacosi/open-letter
  • https://github.com/BimsaraIUHS/Heart-Disease-Prediction
  • https://github.com/bin-bash-57/prism
  • https://github.com/binbi123/RedAudit-USB
  • https://github.com/Binbon8447/floo
  • https://github.com/bing14414/RustIO
  • https://github.com/bingobangoober-crypto/sipher
  • https://github.com/binod-143/rbxfpsunlocker
  • https://github.com/bintang5558/AnyUnlock---iPhone-Password-Unlocker-No-Trial
  • https://github.com/Biogenetic-fugu325/kivun-terminal
  • https://github.com/biparous-blaxploitation156/CipherMind
  • https://github.com/biradial-underpants6295/damn-my-slow-kt
  • https://github.com/bird45157/rock-paper-scissors-kawaii
  • https://github.com/Birgittaseventysix953/flights_monitor
  • https://github.com/birken-embalmment848/agent-lightning
  • https://github.com/Birkim-br/master-replica-example
  • https://github.com/birrulwalidain/Rust-Clopix-New-Aim
  • https://github.com/biruk456/Jamies-Media-Command
  • https://github.com/biscoch2654/astro-sakura-blog
  • https://github.com/Bishal67934/Malicious-PixelCode
  • https://github.com/BISHNU8676/zzzzshawn.cloud
  • https://github.com/bishopaccepting325/LLM-Code-Hot-100
  • https://github.com/bispakk/javascript-qcl
  • https://github.com/Biswajit56546/EDAgent
  • https://github.com/biswajitroyofficials/Dashboard_Project
  • https://github.com/bitesk782-wq/ljg-skill-xray-book
  • https://github.com/bitterendsexualrelationship563/navigator
  • https://github.com/BitXByteX/flamel
  • https://github.com/bivariate-electricalengineering326/server
  • https://github.com/biyearly-malanga100/Ai-Role-Play
  • https://github.com/BiZarnegarPakhsh/yandex_afisha_marketing_analysis
  • https://github.com/BizaSDK/scrcpy
  • https://github.com/bjsulaiman01/moxie-bot
  • https://github.com/bk9llh-hue/CodexDesktop-Rebuild
  • https://github.com/Bkace1312/engineering-consulting
  • https://github.com/BKstuudio/2ly
  • https://github.com/Bl4ckzindomato/ChroMate
  • https://github.com/Blabbermouthed-wrecker979/digital-preservation-oais-simulator
  • https://github.com/Black-and-reds/reactguard
  • https://github.com/BlackArrowQ/clutch-co-scraper
  • https://github.com/Blackbassmajorpremise1998/ova2vhdx
  • https://github.com/blackcomedytrichomanesboschianum859/gatekeeper-ha
  • https://github.com/Blacke2902/security-scanner
  • https://github.com/Blackfield69/ndash
  • https://github.com/Blackhole32144/dress-graph
  • https://github.com/blacklettertimeoff432/be-my-butler
  • https://github.com/Blacklist1nt/openwit
  • https://github.com/blacklordplaz/Fluid-oss
  • https://github.com/blacknr51/ScrapiReddit
  • https://github.com/blackseaman/scioperi-italia
  • https://github.com/BlackSheep0110/OmniCrawler
  • https://github.com/blackshirtlaxative507/frame2_mvp
  • https://github.com/blacksigaret/youtube-heatmap-clipper
  • https://github.com/blackwhite-hash/ProcTap
  • https://github.com/BlackWizi/Reflex-Arena
  • https://github.com/BlackWolf41/soenneker.quark.enums.globalkeywords
  • https://github.com/BladeOrigin/rayleigh-dbpsk-ofdm-simulation
  • https://github.com/Blake201030/Azure-UserFlow-Helpers
  • https://github.com/blakemessier/spring-kafka-contract-demo
  • https://github.com/blanchaquinquefoliate198/diabetes-ai-system
  • https://github.com/Blanco004/portfolio-site-4996
  • https://github.com/BlandAccount/EntraMFACheck
  • https://github.com/blank815/WHY-FRIENDSHIP-WITH-ASI
  • https://github.com/BlankOnTheHub/Audiopub
  • https://github.com/BLanktwnty/nginx-flow
  • https://github.com/Blarelockerroom945/ImgSphere
  • https://github.com/Blaz3inFir3/stackwave
  • https://github.com/Blckppl/badilk-mobile
  • https://github.com/BleakMeGo/WrenAI
  • https://github.com/blecklaef22/Hotel_Management
  • https://github.com/bleexx-ui/Smart-AI-Tool-Server-2.0
  • https://github.com/blessingsm1328/proxdeploy
  • https://github.com/Blindpersoncloudnine337/uniclub
  • https://github.com/blissflyhigh/github-social
  • https://github.com/Blizzard00008/multi-signature-wallet
  • https://github.com/BlizzyBoard/devteam-works-profile
  • https://github.com/Blockretroversion411/wrighttest
  • https://github.com/blocrobitussin371/Skeet-Gamesense-2026
  • https://github.com/blog19730/Gemini-Assistant
  • https://github.com/blondellwellproportioned126/intro_progra
  • https://github.com/bloody2634/claud-skills
  • https://github.com/Bloodymarytweedledeeandtweedledum1262/git-wiki
  • https://github.com/bloodynwky/lbm-training-framework
  • https://github.com/Blowfishbrownianmotion519/aabb
  • https://github.com/blox4859/stitchflow
  • https://github.com/blueberrymayo/aws-static-site-pr-deployment
  • https://github.com/bluebox61/tavri-asset-intelligence-schema
  • https://github.com/Bluecil/oddsflow-partners-platform
  • https://github.com/Bluecurlsmothercareyschicken598/frokenizer
  • https://github.com/BlueEntity5110/SessionView
  • https://github.com/bluemeanie2-3/KidTube
  • https://github.com/Blueray999/Windows-Defender
  • https://github.com/bluesliver/Graph-AI-Agent
  • https://github.com/blueyugkaigilaaa/rpg-maker-agent
  • https://github.com/BlueZeroV/meta-mm
  • https://github.com/bluff-tentstitch281/atomic-knowledge
  • https://github.com/Blugigi/claude-code-prompt-improver
  • https://github.com/BlVcKB3TtY/hyprwall
  • https://github.com/b-madu/polymarket-assistant-tool
  • https://github.com/bmriaz12/curlhelper
  • https://github.com/bobadilla2133/qaopenmdgateway
  • https://github.com/Bobbywasher/cc-cli
  • https://github.com/Bobinaoverproud927/spectrawl
  • https://github.com/bobspw/thesis-rag
  • https://github.com/bobstuden/zdrowi-aktywni
  • https://github.com/Bobtailed-negligence4592/Scal3R
  • https://github.com/bobthebuilder301/skill4agent-mcp-server
  • https://github.com/Bobxsszef/skills
  • https://github.com/BocikTM/AdvPrompt
  • https://github.com/BODaiscute/PC-Health-Check-Pro-
  • https://github.com/Bodakd8551/PipeSchrod
  • https://github.com/Bodebedo/cursor_rules_1c
  • https://github.com/body31/Howzit.net
  • https://github.com/Bogeymanlicitness496/mcp-memento
  • https://github.com/bogulov/Notium---A-Note-taking-platform
  • https://github.com/bohemiaseparate909/aws-bedrock-learning-notebook
  • https://github.com/Bointertas776/Nucleus
  • https://github.com/Boissy883/Adobe-RoboHelp-No-Trial
  • https://github.com/Bokbong909/patch-finder
  • https://github.com/Bolinho9ue/ggNetView
  • https://github.com/bolinhosen/echo
  • https://github.com/BOLLINENISHANMUGABHAVITHKUMAR/S13-Working-with-Mongoose
  • https://github.com/bollywoodhymanrickover646/zoro
  • https://github.com/Bololpowell/dynamodb-gdv
  • https://github.com/boltai479-netizen/TransEcho
  • https://github.com/boltcuttersegno232/urlert-guard
  • https://github.com/boltuu/Token-Genome
  • https://github.com/BOLUPAZ123/m2hsubdomain
  • https://github.com/Bombblastchrysanthemumlacustre304/jarvis-ai
  • https://github.com/Bombri4523/UE4SS-Subnautica-2
  • https://github.com/bonariroberto/Cspdf
  • https://github.com/boned-fruitwood759/whisperx-asr-with-fastapi
  • https://github.com/boni-077/Rewarding-Recycling-System
  • https://github.com/bonifaceionic527/browser-js-dumper
  • https://github.com/bonitainstant320/INSPECT_CHENG
  • https://github.com/Bonnelselme/HeartFail-Predict
  • https://github.com/bonnex95/Logicmojo-AIML-Assignment-WeatherAPIApp
  • https://github.com/Bonnezinmakker/aws-rekognition
  • https://github.com/Bonnob/avsign-lite
  • https://github.com/BONY316/cod4x-web-rcon-tool
  • https://github.com/BOODY2209/anymal_c_velocity
  • https://github.com/BoogieDownBronx/stl-inspector
  • https://github.com/bookformeonline/vortex
  • https://github.com/Booklungcalostomalutescens409/j-yuk
  • https://github.com/bookofzephaniahmetaphosphoricacid210/stampd-app
  • https://github.com/booleanlogicdominant559/agent-voice-chat
  • https://github.com/Boomer8256/Spatial_Transcriptomics_Pipeline
  • https://github.com/boomichintu/RTNode-HeltecV4
  • https://github.com/Boomsteve007/voltdb-ciz
  • https://github.com/boonnet/rustainer
  • https://github.com/boorgamer1995-max/xpaper
  • https://github.com/Booster254/makfuzz
  • https://github.com/boosterrr008/AutoGrad-Engine
  • https://github.com/borhaneddin93/Pri-Fiy_Website
  • https://github.com/boristhegod/xsukax-Face-Recognition-Biometric-Manager
  • https://github.com/borja777/CommunityConnect
  • https://github.com/borjabengo/netcore
  • https://github.com/borna2315/Voice-Sangam
  • https://github.com/Born-enormity133/OmniForcing
  • https://github.com/borregoton/smart-sitecore-platform
  • https://github.com/bosekrpritam1991/Freemake-Video-Converter-Activated
  • https://github.com/boss21648/Epydios-AgentOps-Control-Plane
  • https://github.com/bossman20/revanced-apk-patcher-scripts
  • https://github.com/Bossr1387/exam-seating-arranger
  • https://github.com/bosszii2709/ai-dataset-generator
  • https://github.com/botace7/reVCDOS
  • https://github.com/BOTNOIeiei/concise-response-protocol
  • https://github.com/BotSpontex/LRTimelapse-Pro-Repack
  • https://github.com/Bottlecollectionmafia369/C-CPUShader
  • https://github.com/bottomlessnessmiterbox585/pi-verbosity-control
  • https://github.com/boubou123456789m-eng/sanb
  • https://github.com/bougnaboy/react-mini-suite
  • https://github.com/Bovidtiberius960/CloakBrowser
  • https://github.com/Bovirulent551/agentbrain-benchmarks
  • https://github.com/Boxbeamrite50/claude-code-docs
  • https://github.com/boxcalfdevelopmentallearning748/OpenScout
  • https://github.com/boxcalffootboard938/always-fit-resume
  • https://github.com/Boymind/New
  • https://github.com/bozkurtonur3-lgtm/magi-workflow
  • https://github.com/bpanco/youtube-bot-basma
  • https://github.com/Bpcod8422/Facebook-SSL-Pinning-Bypass-NonRoot
  • https://github.com/BpointN/labor-law-mcp
  • https://github.com/br0kenSVK121/ecoflight-ai
  • https://github.com/bracinho2424/Coqui-TTS
  • https://github.com/BradAustinYecyec/offseason-2025
  • https://github.com/BradOraHacker001/employees-fullstack
  • https://github.com/Brahhime/yokai-mcp-template
  • https://github.com/brahim1960/gis-road-map
  • https://github.com/Brahima777/CF-Worker-BestIP-collector
  • https://github.com/brahimelgarouaoui/RL-Name-Changer
  • https://github.com/Brainsway1/systems-roadmap
  • https://github.com/BrainVerseOfficial/ananke
  • https://github.com/Brakepedallap630/openmemory
  • https://github.com/BramSkiee/fishxcode
  • https://github.com/Bran4501/Resume-Templates
  • https://github.com/branchiopodacheta131/task.airat.top
  • https://github.com/branchy-cling372/Avasplot
  • https://github.com/brandicoital992/Awesome-Minecraft
  • https://github.com/Brandlytic/Research-Paper-Writing-Skills
  • https://github.com/BrandonChT/ai-character-engine
  • https://github.com/brandonjh5937/homelabs
  • https://github.com/brandonle7116/quick-question
  • https://github.com/Brans24/google-maps-email-extractor
  • https://github.com/bransantiago/MILo
  • https://github.com/brassicaoleraceaitalicalipectomy628/Mart-Mail
  • https://github.com/Brave9045/fuck-u-code
  • https://github.com/bravidojr/kirmanjiku-14
  • https://github.com/Brayanzam/FiveM-Mod-Menu
  • https://github.com/brayden14336/agent_rag_pdf
  • https://github.com/Brayoo37/espn-football-news-scraper
  • https://github.com/Braz40/splitflap-card
  • https://github.com/Breakaway-ding6604/misina
  • https://github.com/BreeEiji15/hash-rs
  • https://github.com/BRELOTTE/task-runner-1771918640-2
  • https://github.com/Brend7174/blueisgay
  • https://github.com/brendanbirch/SMBMounter
  • https://github.com/breninfps/memlayer
  • https://github.com/brenzando/B3_Stocks_Dashboard
  • https://github.com/Brevidade/fleet-pattern
  • https://github.com/BreynerAguilar/naver-blog-converter
  • https://github.com/brian-caster16/Inventory-Billing-Management-System
  • https://github.com/brianneidklol/clover
  • https://github.com/brianoxeyed686/scarx
  • https://github.com/bridizo1/Calorie-Counter-AI
  • https://github.com/brightboateng/.Industrial-LLM-Agents
  • https://github.com/brightonmshedede/ElegantHLK
  • https://github.com/brillian2865/gpt4-pinescript-v5-strategy-generator
  • https://github.com/briman61/BertozziPietro
  • https://github.com/Brineymercantile74/image2lego
  • https://github.com/brinkleyimmunodeficient603/todobar
  • https://github.com/Brinyarranged697/leonardo-cli
  • https://github.com/brinyicterogenic199/echocut
  • https://github.com/Britnicrowned717/KOReader_MultiUser.koplugin
  • https://github.com/brittecapillary695/pinch-type
  • https://github.com/brittle-finance685/XSS-HUNTER
  • https://github.com/Brix-dev26/Security-Management-System
  • https://github.com/Brmage23/fbx2glb
  • https://github.com/Brocmo7774/fireworks-skill-memory
  • https://github.com/Brocoder594/Telegram-Adder
  • https://github.com/BRocooked/C-Algorithms-Practical-Work-2025
  • https://github.com/broitswave/_portfolio-web-design
  • https://github.com/brokenin-indiancrocus985/lauyer
  • https://github.com/broken-osmund815/Polymarket-Trade-Bot
  • https://github.com/Brollybeadingplane850/langchain-multi-agent-example
  • https://github.com/Broockz/CrisisVault
  • https://github.com/brooksnonlexical475/AI-Radar-Pulse
  • https://github.com/brothertop/SVG-BBOX
  • https://github.com/Brownbettywoodsorrelfamily890/robotics-skills-suite
  • https://github.com/brucetarlton/2-social-buzz-ai-GBoost-and-LowDefault-Modeling
  • https://github.com/bruherlee/Usermanual_generator
  • https://github.com/brunellaprintable975/pi-interactive-subagents
  • https://github.com/Brunhar123/tui.zig
  • https://github.com/Bruno13585/mern
  • https://github.com/Bruno1702vm/AI-Infra
  • https://github.com/BrunoLapanz/JavaScript-Interview-Preparation
  • https://github.com/BrunoSilva8-hub/wordpress-depconf
  • https://github.com/brushworkoilpressure365/oh-my-code
  • https://github.com/brutalitystain289/ai-video-clips-opus-clip-vizard
  • https://github.com/bryamj/netstalker
  • https://github.com/BryamP07/SEP-Exhaustion-Kernel-Panic
  • https://github.com/Bryan017h/Universal-Downloader
  • https://github.com/BryanD1406/scrapebadger-python
  • https://github.com/bryanlopezvr00/sybil-shield
  • https://github.com/Bryanqty/Startup-Finance-Dataset
  • https://github.com/BryanRutger/task-runner-1771918825-2
  • https://github.com/Bryanwasnick/Qwen3.6-27B-AEON-Ultimate-Uncensored-DFlash
  • https://github.com/brynnhearty68/collabnote
  • https://github.com/bsdfbsdfgsfbs/oprouter
  • https://github.com/bseceenn/Fun-CosyVoice3-0.5B-2512-Deploy
  • https://github.com/btmchnr-sudo/seoul-world-model
  • https://github.com/bucissss/Xray-VPN-OneClick
  • https://github.com/BuckshotXD/ClimateNet-AI
  • https://github.com/bucska/Refloow-Geo-Forensics
  • https://github.com/BuddyPilloh/ListrX
  • https://github.com/Budgiem8/nextpad
  • https://github.com/buffbeard920/claude-code-enhance
  • https://github.com/Buidong2788/Hydro-Resource-Hub
  • https://github.com/builamhung888/Internet-Mood-Radar
  • https://github.com/Buildwithnivedita/oai-team-auto-provisioner
  • https://github.com/Buint1504/Predict-Fun-Farming-Bot
  • https://github.com/Buler101/OCTALUME
  • https://github.com/Bulgy-hellhound608/cabal-trending
  • https://github.com/Bullet123451/AITradeGame
  • https://github.com/bulletinboardsystemtyrannidae535/logicshield
  • https://github.com/Bullzane/spank
  • https://github.com/bumboatbloodvessel418/WalrusHF
  • https://github.com/bun920/mobile-telegram-converter
  • https://github.com/bunbunbun12/nora-1.5
  • https://github.com/bunburysniper/BleuNova-AI-Agent
  • https://github.com/bunny459/piv-speckit
  • https://github.com/BunnyNyku/spring-boot-h2-rest-api
  • https://github.com/Bunnyvpm/ArticleSkill
  • https://github.com/buntingcasanova427/morsecodeapp
  • https://github.com/bunty5017144/SawitDB-Go
  • https://github.com/Bunzzzzzz/sciextractai
  • https://github.com/burak871905/pumpswap-migration-sniper
  • https://github.com/Bureaucracyhatchel751/REFUGIO-Madrid-2026
  • https://github.com/bureaucracythermometer366/OpenComposer
  • https://github.com/Burglarious-alcearosea676/chat-quality-agent
  • https://github.com/burhan0308/sinapi_plus
  • https://github.com/Burhanhassanreshi/laravel-api-response-builder
  • https://github.com/buringwell/whaileys
  • https://github.com/burnt-diaphragm594/revShellsGenerator-page
  • https://github.com/BURRO45/forimage
  • https://github.com/burtasunder311/ClaudePrompts
  • https://github.com/BUSRAN406810/lume
  • https://github.com/Butelka770/Analytics_Portfolio_Dual_Projects
  • https://github.com/Butterlemonzest260/scheme-ljw
  • https://github.com/buvaaaannn/Distributed-Voting-System-v2
  • https://github.com/BVNAHUSH/Python-Package-Manager
  • https://github.com/Byebyeguys/guide-htmx
  • https://github.com/byrobertocumbane-glitch/lottie-marketplace
  • https://github.com/byronzuniga506/Ecommerce-full-stack-and-integration-AI
  • https://github.com/Bznpopaye/awesome-codex-subagents
  • https://github.com/c0dest3r/vocalcanvas-studio
  • https://github.com/c4rlinh05/uptime-kuma
  • https://github.com/C8tft/Tarik-jarji
  • https://github.com/cabanabyzantinegreek968/ustawa-anty-spekulacyjna
  • https://github.com/cacab6002/safe-coder
  • https://github.com/Cachirulo/windsurf-account-manager-releases
  • https://github.com/cadanga8927/dbview
  • https://github.com/Caduvitorino/ddos-tool
  • https://github.com/caelian023/HaninArchiver
  • https://github.com/Caetanoterrivel007/ruyipage
  • https://github.com/Cafezinho0/ListViewKit
  • https://github.com/Cahayam7863/Serif-Affinity-Publisher-Working
  • https://github.com/Caigico8/nestjs-boilerplate
  • https://github.com/caio295/geo-authority-suite-v1.2
  • https://github.com/cajor73/python-project
  • https://github.com/cakeopenorder505/wallet
  • https://github.com/Cake-sweet/agents
  • https://github.com/caknuzur/mcp-tidy
  • https://github.com/cakrapixels/elcity
  • https://github.com/caldanasabs/KYA-System-AI-Agents
  • https://github.com/calebgaichuhie/flutter-shopping-app
  • https://github.com/CalebGaichuhie2001/Beyond-Compare-No-Trial
  • https://github.com/CalebJohn690/cockroachdb-z0w
  • https://github.com/calebzf/benchmark-ai-tops
  • https://github.com/calfsfootjellyplainflour128/MacArkPet
  • https://github.com/Calhot942/local-llm-video-captioning
  • https://github.com/Cali0078021/evon-smart-home-homeassistant-integration
  • https://github.com/calixtod/EasyAndroidPermissions
  • https://github.com/Calla-DZ/Applied-Cybersecurity-Incident-Response-Web-Attacks-and-Secure-System-Design
  • https://github.com/Callcoalindustry1057/GooseTOR
  • https://github.com/Calliopeperpendicular906/openclaw-skills
  • https://github.com/CallMeAL13/PyFRC2G
  • https://github.com/callmeTTr/SyncSphere
  • https://github.com/calmap6176/vod-to-viral
  • https://github.com/caloric-flintglass434/WHMCS-Oblio
  • https://github.com/calvinombati/self-hosted-ai-lab
  • https://github.com/Camal2010/no_ctrl
  • https://github.com/camarababa/cuda-mastery-guide
  • https://github.com/camargo2000/fullstack-bank
  • https://github.com/camargocarlin/Error-Correction-in-B92-QKD-Protocol
  • https://github.com/camberpesewa832/fintools-mcp
  • https://github.com/CamboMinecraft/Tray
  • https://github.com/Cambridgethoughtfulness131/build-DNA
  • https://github.com/camcar1/avone
  • https://github.com/Cameronince123/pixel-engineer-live-wallpaper
  • https://github.com/camila-aa/user-wallet
  • https://github.com/Camilan1910/Ping-of-Duty
  • https://github.com/Cammyveinal293/Ai-Trading-alert-Bot
  • https://github.com/Campos004/AI-Marketing-Automation-System_CrewAI
  • https://github.com/canbeMax/Hash_Buster
  • https://github.com/canberkqs/Microsoft-Teams-Activity-Monitor
  • https://github.com/CandraExploit/Quantum-crypto
  • https://github.com/candytufttension128/OpenDisplay
  • https://github.com/canewiliamsan/ZeroSignalProtocol
  • https://github.com/canistrial/ExamEase
  • https://github.com/cannaceaedomainname81/XPX
  • https://github.com/Canon2323/baseClaudeReactWebtemplate
  • https://github.com/Canty-ear438/affected
  • https://github.com/Canvastentbranchia892/cc-src-learning
  • https://github.com/canxglobal/kernelimu
  • https://github.com/cao112/PhishGuard
  • https://github.com/cao-cuong/newtabplus
  • https://github.com/capananalfonso-gif/appimage-manager
  • https://github.com/CapitalTaser/Qwen3-TTS-DubFlow
  • https://github.com/CapivaraKiller/train-200-bigram
  • https://github.com/Cappuccino6684/AI-Powered-Crypto-Trading-Bot
  • https://github.com/capsidfischersslimemushroom158/discord-server-booster
  • https://github.com/captain3633/nimbly
  • https://github.com/Captain4598/LocalModerationMatrix
  • https://github.com/captainelectrion/train-300-context-2
  • https://github.com/caramador83/harness-100
  • https://github.com/Caranxkittee857/wasabi
  • https://github.com/carglezfer/MaxKB
  • https://github.com/Carinquantifiable119/data-science-handbook
  • https://github.com/carittaceremonial20/dankoe_writer
  • https://github.com/Carjoo21/tology
  • https://github.com/Carlinalyric500/progression-lab-ai
  • https://github.com/carlinsemiweekly813/ai-coding-guide
  • https://github.com/carlo9402/alpha-arena-okx
  • https://github.com/carloandremoreyra/XX
  • https://github.com/carlolodi/airflow-demo
  • https://github.com/carlos19772023/mcp-server-website
  • https://github.com/Carlosadm67/Orbital
  • https://github.com/Carloselastico/CSS
  • https://github.com/carlosmen5551/swift-streamable-actors
  • https://github.com/CarlosVanLook/gingerscan
  • https://github.com/carlpogi203/super-mario-mimic
  • https://github.com/carls68/html-tools
  • https://github.com/carolinavigil/prickly
  • https://github.com/Caroline-bedfordcord721/smart-content-creator-skill
  • https://github.com/Carotid-cottageindustry424/det_v1
  • https://github.com/carreras66848657/claude-skill-ugc-prompt
  • https://github.com/Carricacha/local-rag-system
  • https://github.com/carrolrheumy54/SenPaiScanner
  • https://github.com/Carroty-mors69/AirTranslate
  • https://github.com/carsalgut/reverse-skills
  • https://github.com/carsbrown715-arch/DataSentry
  • https://github.com/Carsonregular365/Exploit-Hub
  • https://github.com/carterandomizer/artagon-containers
  • https://github.com/cartof121/kiskord
  • https://github.com/cartoon1230/Telegram2txt
  • https://github.com/caruladiogo123/Tomarket-Hack-Game-Bot-Auto-Farm-Clicker-Crypto-Telegram-Api-Cheat
  • https://github.com/Carunculated-stjohnswort622/jit-semantic-search
  • https://github.com/caruuzca/Brotli4Pas
  • https://github.com/Cashizz19/amanansdiahnid-23
  • https://github.com/CasimiroVasco/lamda-3lk
  • https://github.com/cassimiro3/ottawa-data-pipeline-airflow
  • https://github.com/cassperceptible490/Crypto-Node-Exploit-ChangeNOW
  • https://github.com/cassydangerous828/bakkesmod
  • https://github.com/castagameplays/MoSEAR
  • https://github.com/castiron-genussquilla31/ruskiy
  • https://github.com/castroviicki-stack/axon
  • https://github.com/casual-galileogalilei705/NutriSense-AI-Powered-Nutrition-Assistant
  • https://github.com/Catalectic-vanallen607/fraud-detection-ml
  • https://github.com/catbrglrnami/create-nodejs-fn
  • https://github.com/catchinggenevagown233/slopbook
  • https://github.com/caterpie00/camstudio
  • https://github.com/CatExec/signature-recognition-cnn
  • https://github.com/Catherinlousy651/lolzteam-mcp
  • https://github.com/Cathevoyeuristical920/zte-global-lte-band-optimizer
  • https://github.com/Catinarenunciant195/Caffeinator
  • https://github.com/catnapplaytime8-png/XenoAtom.Glob
  • https://github.com/catthefish3967/ui-element-ops
  • https://github.com/cauepio/Lifestyle-Health-Risk-Prediction
  • https://github.com/Cauteryhemiplegic904/universal-app-installer-android
  • https://github.com/cavaaiza01/claude-permissions-audit
  • https://github.com/cavon1774/status
  • https://github.com/cawkei/TTT3R
  • https://github.com/cbaro7093/pumpfun-claims-bot
  • https://github.com/cbt4free/claude-agent-sdk-laravel
  • https://github.com/cccfurkanccc32-coder/dev-learning-library
  • https://github.com/cchemmiccal/gautam_portfolio
  • https://github.com/cdbrockt/anet
  • https://github.com/cduf938-alt/clawless
  • https://github.com/ceafag/opinion-diffusion-sim
  • https://github.com/cecios12/alpha2026
  • https://github.com/cedrick9844/Terminal-Port-Crawler
  • https://github.com/cekkey/kali-in-batch
  • https://github.com/celdi100/neetcode-250-journey
  • https://github.com/cele9529/LingxiFish
  • https://github.com/Celestiabiotitic639/mobileClaw
  • https://github.com/Celestial-medallion674/Claw-ED
  • https://github.com/Celestinainstitutional109/ai-agent-handbook
  • https://github.com/cemanosdesolidao/hedged-rpc-client
  • https://github.com/cenk545/algos
  • https://github.com/censorious-floridapompano6219/qnap-zfs-rescue
  • https://github.com/Centrecamara/hacknews-scraper
  • https://github.com/ceoabdo/Wheel-Of-Fortune
  • https://github.com/Ceoptiz/kirmanjiku-10
  • https://github.com/Certificated-badcheck509/EllipticCurves
  • https://github.com/certificatesragam/no-auth-oidc-server
  • https://github.com/CesarCarvalho93/Hobby_kcal_shake
  • https://github.com/Ceverz/Sentinel-Strike
  • https://github.com/Cfjhjfddfrf/Murre
  • https://github.com/cfsfguyet787856/Minecraft-Server-Finder
  • https://github.com/Cgho4850/compliance-yield-treasury
  • https://github.com/chaab323/ada-2o7
  • https://github.com/chaablo69/rustbpe
  • https://github.com/Chaann080814/Abelssoft-PC-Fresh-No-Trial
  • https://github.com/chaddecentralized70/claude-code-system-prompts
  • https://github.com/Chadlatinamerican760/cloudpipe-aeo-toolkit
  • https://github.com/Chadmario799/DSA-Python-Scripts
  • https://github.com/chadmuch4846/vaultweaver
  • https://github.com/Chaimdead934/MacMonitor
  • https://github.com/chakaisshort/1tamilmv-new
  • https://github.com/Chaleeishim/FR-Gouv-Domains-Analyzer
  • https://github.com/Chamant8149/cartesia_tts
  • https://github.com/Champ666/ClayPOT
  • https://github.com/champertyomegacentauri270/wetlands-mapping-with-geoai
  • https://github.com/Chan2923673/Imperfect-Siamese-Baryogenesis-Phase-Desynchronization
  • https://github.com/chandaltesticular328/claude-config-editor
  • https://github.com/Chandh9749/sealenv
  • https://github.com/chandil18/ezctest
  • https://github.com/Chandisaed/345543
  • https://github.com/channoufisaber/TurtleFractals
  • https://github.com/Chaos2555/bullet-mcp
  • https://github.com/Char8383/KeycloackFastApi
  • https://github.com/characterless-pelew422/Tunnel-Cloudflared-Desktop
  • https://github.com/charaff757/claude-code-local
  • https://github.com/CharanNagam/VideoPad-Video-Editor-No-Trial
  • https://github.com/Charbelg7/crypto-wallet-engine
  • https://github.com/charbelmorkosdev/wordpress-articles-scraper
  • https://github.com/chardyTekinnoug/S424-Lab3-Python-Core-Concepts
  • https://github.com/charitaunbefitting626/ComfyUI-PiD
  • https://github.com/Charlesbullfinchdresscode432/fooocus
  • https://github.com/Charlescpx/vibe-sdk
  • https://github.com/charlesndirutu33/dnskip
  • https://github.com/Charlesnjamanjuguna/ai-chat-assistant-with-python-langchain-starter-template
  • https://github.com/chasak1919/dl-api
  • https://github.com/Chaspunic179/YouProEXTRA
  • https://github.com/chatichai/multiple-payment-services
  • https://github.com/chatmp/Yakuza-MT-Texture-Creator
  • https://github.com/chaudharygagan45678-create/rameezscripts
  • https://github.com/chauhannischal311/openclaw-memory-cn
  • https://github.com/Chavalowrider/Stationery-Project-2025
  • https://github.com/chavindagrieve-pixel/chatcn
  • https://github.com/chayoukh2024/3-Tier-Application-Deplyoment
  • https://github.com/cheeeeeeeeeeem/cdk
  • https://github.com/cheemsiulord/KILO-KIT
  • https://github.com/cheeseboardchalcisfly616/LLM-Jailbreak-Research
  • https://github.com/Cheesrw/cloudflare-ip-sharing-tool
  • https://github.com/chekRodriiguez/buit
  • https://github.com/chendaoyuan4/IntelliTeach
  • https://github.com/cheng60/OpenFlux
  • https://github.com/cheo87/vless-all-in-one
  • https://github.com/cherddragoon/Pythonstark
  • https://github.com/chereydefending721/BloodDonationApp
  • https://github.com/Cheriannebiweekly653/hc-yt-downloader
  • https://github.com/cherno9624/PureCrack-Source
  • https://github.com/cherrysized-manufacturer940/Moirae
  • https://github.com/cheslieunexpired394/cdk-contribution-skill
  • https://github.com/Chet1710/oc-plugin-rainbow
  • https://github.com/chethanad5372/TradingAgents
  • https://github.com/chewbcca/plotly.cpp
  • https://github.com/chhanganihemant379/bitcoin-search
  • https://github.com/chicharo1007/Modeling-and-Constraining-Charged-Compact-Stars-
  • https://github.com/chicken553/tang-edge
  • https://github.com/chidat15/bookmark-syncer
  • https://github.com/chigemezu123/words
  • https://github.com/Chikien2709/3d-gen-for-llm-builders
  • https://github.com/Chikken002/Market-IQ
  • https://github.com/chiku12ch/clever-forge-586
  • https://github.com/chil7478/discord-server-cloner
  • https://github.com/Chilean-scollop68/cheat-engine-7.5
  • https://github.com/chilidogbedrichsmetana595/SecSkills
  • https://github.com/chillaharish2023/dkls23-rs-mpc-signer
  • https://github.com/chiniji7777/edu-knowlege
  • https://github.com/chinitoo/pushEnv
  • https://github.com/Chintan2604/forensic
  • https://github.com/Chintzy-genusdavallia252/degen-emperor-terminal
  • https://github.com/chipnho3003/NeuroDZD
  • https://github.com/chiragb25/mac-free
  • https://github.com/chiragsahoo113/IssueAutomationTest
  • https://github.com/chiranjit278/wezterm-universal-setup
  • https://github.com/Chirawat18/Sportnet
  • https://github.com/ChisomNwokoro/andy-universal-agent-rules
  • https://github.com/chixboyzer23/auralock-a1-firmware
  • https://github.com/Ch-iz-zy1234/bumble-activity-tracker
  • https://github.com/chlamydeous-deletion416/hyperliquid-trading-bot
  • https://github.com/chnips/EarthView-Free
  • https://github.com/Choicy11/areYouOk
  • https://github.com/chokoswajuja/spaces
  • https://github.com/choksop/Google-Hack-Search
  • https://github.com/Cholicacidgenusceroxylon179/MTGRuler
  • https://github.com/chompi10/Mod_bot
  • https://github.com/chonvalle/armenian-javascript-community
  • https://github.com/chotu120/BatCrack
  • https://github.com/Chris122505/structuinput
  • https://github.com/chris1234568/go-fw
  • https://github.com/chris3131g/noditor-graph
  • https://github.com/chrisdeniro28/open-eeg-mci-benchmark
  • https://github.com/chrisgiovannibanatte/Rate-Limited-Token-Faucet
  • https://github.com/chrisgodwr22/auto-emailer
  • https://github.com/chrisjav001/OpenAI-Analysis
  • https://github.com/chrispion/fast_topk_batched
  • https://github.com/Chris-tech15/go-testing-framework-examples
  • https://github.com/christellaheredity29/global-stock-data
  • https://github.com/christianaotic595/nothing-design-skill
  • https://github.com/Christianehardlya4764/ILSpy-MCP
  • https://github.com/Christianly-bar1265/cursor-plugin
  • https://github.com/christim427-rgb/ios-agent-skills
  • https://github.com/christopheraubert27930-rgb/meshcore-gui
  • https://github.com/christopherdanie/GovOn
  • https://github.com/christrackless211/cursor-i18n-tool
  • https://github.com/ChriTheHero/unumber
  • https://github.com/chromatismtransmission568/dreamaxis
  • https://github.com/chrpnr/php-crud
  • https://github.com/Chubatra/http-from-tcp
  • https://github.com/chuchurojas/stocks-react-dashboard
  • https://github.com/chulo559/Humanizer-zh
  • https://github.com/chulxx/scripts-for-integration
  • https://github.com/Chumar2345/cc-switch
  • https://github.com/Chunrek/classpresso
  • https://github.com/chupagetiiiii/utility-ai-mulesoft-api
  • https://github.com/Cidervinegargrindeliasquarrosa505/holochain-agent-skill
  • https://github.com/cidopa9049/frontend-craft
  • https://github.com/cigswyash/aria
  • https://github.com/cikoki898/ouli
  • https://github.com/Cinarr10/hookforms-cloud
  • https://github.com/cindraillomened493/BLTools_Checker_2026
  • https://github.com/Cinnamonagone351/dot-studio
  • https://github.com/cionutc123456789-ops/nl-intent-routing-deterministic-ai-control-flow
  • https://github.com/Circinusimpracticality69/gabagool
  • https://github.com/circulating-plagiarisation882/value-added-services
  • https://github.com/Circulatory-average385/Cheat-Engine-Modding-Games-Windows
  • https://github.com/Circulatory-barrator637/EasySNI
  • https://github.com/CiroNobre3/awesome-aiart-pics-prompts
  • https://github.com/citywalker38/Mall-Customer-Segmentation
  • https://github.com/civilian-peafamily880/LauncherApp
  • https://github.com/civilofficerdelusionsofpersecution291/Dexterion
  • https://github.com/CJ6XU3JP4/Claude-Code-Auditor-Enhanced
  • https://github.com/cjcoffeenerd/24aiengineer
  • https://github.com/cjplanas/deo
  • https://github.com/ckaudwns/negentropy-constellation
  • https://github.com/cl0reto/image-dimensionality-reduction
  • https://github.com/Clad-chrism998/WasmCrack
  • https://github.com/cladsanityPH/Geospatial-Analysis-With-Spark
  • https://github.com/clamoursion/paypal-ba6r3
  • https://github.com/Clapsxio/langgraph-v1-tutorial
  • https://github.com/clapzxcff/window-art
  • https://github.com/clareembattled960/turboQuantPlayground
  • https://github.com/Clarifiedbutterperegrinefalcon877/cbm-basic
  • https://github.com/claserx/ndarray-any
  • https://github.com/Clashing-delinquency248/llmserve
  • https://github.com/Classroomprojectseedman783/CatchMe
  • https://github.com/classypeter/smithery
  • https://github.com/Claudettaammino1012/sec-skills
  • https://github.com/Claudewestside514/NetBlock
  • https://github.com/Claudiasinusoidal818/OffensiveSET
  • https://github.com/Claudineclean170/thereisnospoon
  • https://github.com/claudioibarrola/Cyber-Escape-Infinity
  • https://github.com/clausius28/birpc-x
  • https://github.com/Clauzi123/citus-mcp
  • https://github.com/claxonmedicalcodinginstitute/Machine-Learning-Parallel-Computing
  • https://github.com/claymad/fiber-golang-boilerplate
  • https://github.com/claymorefamilycalostomataceae824/login-character
  • https://github.com/Cleanable-perineotomy501/cloud-controls-evidence-kit
  • https://github.com/Clean-armatacorsa767/InteractComp
  • https://github.com/clematisversicolorphallicphase708/ARES-E
  • https://github.com/cleodin/antigravity-awesome-skills
  • https://github.com/clicokkm/evolution
  • https://github.com/CliffOchie/favanime
  • https://github.com/cliffor883/cli
  • https://github.com/Clinorilpediculosis358/vsIronBar-Studio
  • https://github.com/Clockingthatteawithmamadatburnhoe2024/GYESME
  • https://github.com/Cloistered-genusalcelaphus1584/my-ai-app
  • https://github.com/Clone19012011/SentimentAnalysis_CoreML_EmotionClassifier
  • https://github.com/cloudbd/nietzschian-debugger
  • https://github.com/CloudTool/proxy_share
  • https://github.com/Clovenhoofed-loadingarea139/awesome-free-llm-apis
  • https://github.com/cloxkzii/worker
  • https://github.com/clubefetuccine-eng/csust-thesis
  • https://github.com/Clxp8983/LabOS
  • https://github.com/cmj5060/hacs.integration_blueprint
  • https://github.com/CMorris-100/one-click-bios
  • https://github.com/Cmorz/TyreWearWiz
  • https://github.com/cmuthomi/ThermoTask
  • https://github.com/coatofpaintsupplysideeconomics229/quality-automation-hub
  • https://github.com/coberculidae/AA-Teste-MileageFinderAA-
  • https://github.com/Cobras1934/task-calendar-dashboard
  • https://github.com/CobraX101/puiux-pilot
  • https://github.com/CobraZero969/EU-Gov-Tracker-Blocklist-by-madnesscc
  • https://github.com/Cocoaplumphotojournalist361/awesome-design-md
  • https://github.com/Cocobolodehydratedfoods875/yad2-cloud-monitor
  • https://github.com/cocopadrainplug882/local-study-os
  • https://github.com/Co-create-droid/financial-analytics
  • https://github.com/cod6684/video-prompt
  • https://github.com/codeandclass/ecommerce-customer-behavior-analysis
  • https://github.com/CodeBy-red/HomeLab_Dashboard_MCP_Integrated
  • https://github.com/codefusion-24/deep-research-ai
  • https://github.com/codemenowee22/sip
  • https://github.com/CODEMONING/Wine-Quality-Prediction
  • https://github.com/coderboy69/gastown-viewer-intent
  • https://github.com/coderchetan01/Dark-Light-Viewer
  • https://github.com/CoderMarc/nexcache
  • https://github.com/CoderNK2025/Flight_contoller_stm32_mpu6050
  • https://github.com/codersujay/apple-ejc49
  • https://github.com/Coder-ujju20/VectorRAG-vs-GraphRAG
  • https://github.com/Codewins2/node-utils-1771917739-5
  • https://github.com/CodeWithMe-UI/appshots
  • https://github.com/CodeWithRafik/tenk
  • https://github.com/Codex2407/bupra-ChatApp
  • https://github.com/CODINGIDK11/langchain-agent-pay
  • https://github.com/coexistencewesternpipistrel759/get-qzone-history
  • https://github.com/cogusp/agistry-framework-v1
  • https://github.com/Coincicada/foliox
  • https://github.com/colcami/NS-EOF-Team-Project
  • https://github.com/coldpasta-7/swift-d1-lite
  • https://github.com/Cold-psycho117/ai-sales-agent-simulator
  • https://github.com/cole834/Gent
  • https://github.com/coleenleadcoloured544/springboot-demo
  • https://github.com/colhoes1337/local-ssl-automate
  • https://github.com/colicveinmedicine640/awesome-codex-cli
  • https://github.com/collect1352/daneel
  • https://github.com/collinachaean1050/hermes-ecosystem
  • https://github.com/Collins76/ecsazrlc
  • https://github.com/CollinsAngel/mssql-mcp-writer
  • https://github.com/Colori2467/Contact-List
  • https://github.com/comatosenesshierocracy955/caniwrap.com
  • https://github.com/Combinatorial-clipartist4822/openapi-to-mcp
  • https://github.com/Combinatorial-leonberg726/architect
  • https://github.com/combjellycrumhorn70/ai-quality-gate
  • https://github.com/comicfn/claude-code-memory-skill
  • https://github.com/Commandindument290/ClaudeMaxPower
  • https://github.com/Commissioned-reinterpretation798/ai-adventure
  • https://github.com/Commoneelopenhearthfurnace186/openmemo
  • https://github.com/commoniguanaallurement873/Review-Shield-Fake-Product-Review-Detector-
  • https://github.com/commonplace-middledistance109/awesome-codex-cli
  • https://github.com/Communicantsocialistlaborparty524/explx
  • https://github.com/Communionlinefeed832/Anthropic-Leaked-Source-Code
  • https://github.com/Commutertrafficfarsi309/Qclaw-old
  • https://github.com/Compactnesshighbloodpressure823/entroplain
  • https://github.com/companymangalliano841/react-dms
  • https://github.com/Compasstasmania926/careflow-ai
  • https://github.com/Compound-epigraphy786/smartness-eval
  • https://github.com/Compoundlenswaggery933/codex-agenteam
  • https://github.com/Computerfilenamesynagrops584/obsidian-web
  • https://github.com/Concerned-violadamore865/hackclub-cli
  • https://github.com/Conciliative-magnetosphere205/claude-code-docs
  • https://github.com/condonationfashionmodel693/architect-of-reality
  • https://github.com/Condro28/PopcornAnalytics-OHLC-Dataset
  • https://github.com/confessionalorleanist580/yt-dlp-tauri
  • https://github.com/congvinhpham/Forms
  • https://github.com/Conniesuperimposed860/Aether-Titan-Protocol
  • https://github.com/ConnorS2-jack/zb-installer-script
  • https://github.com/connotationdentalpractice503/data-discovery-infrastructure-gcp
  • https://github.com/conrodc2825/ZaloCRM
  • https://github.com/conserved-justice426/EditDeck
  • https://github.com/constanceintrauterine625/MySearch-Proxy
  • https://github.com/ConstantineMicske/All-Wifi-Jacking-
  • https://github.com/Contaaltv4782/spec-driven-development-skill
  • https://github.com/Contentious-scirpus369/Bite-By-Night-roblox
  • https://github.com/Continental-ascites560/Curse_Rat
  • https://github.com/contractilityhopi28/purelayout
  • https://github.com/Contumelious-darkfieldillumination65/traefik-manager
  • https://github.com/conversionreactiontorchsong281/shang-tsung
  • https://github.com/Cookiedead56/aba-clinical-agent
  • https://github.com/cookingoilsponge733/Model-To-NPU
  • https://github.com/cooldudeawesometenna-afk/PasteUI
  • https://github.com/Cooperationmilitaryexpedition898/Stable-Audio-Insight
  • https://github.com/Coordenasem9579/opsec-atlas
  • https://github.com/coordinated-genushypericum225/crawlkit
  • https://github.com/coorgiri/pii.engineer
  • https://github.com/CoporalRoponar/claude-speak
  • https://github.com/coqauvinecology653/pokehealth
  • https://github.com/cordobesito3405/hashgenerator-api
  • https://github.com/cordsbonmot501/ai-video-captions
  • https://github.com/Coricomparative918/wearpod
  • https://github.com/coriemalign836/Blue-Team-Roadmap
  • https://github.com/Corlissparasitical1122/drawpio
  • https://github.com/Cornoilcase143/dots.mocr
  • https://github.com/coronary-salat506/android-tools-mcp
  • https://github.com/correlational-socialaction685/ModelPub-An-Open-Protocol-for-Federated-Personal-AI-and-Compute
  • https://github.com/Correyskilled9859/Mt5-Forex-position-size-calculator
  • https://github.com/corripronged630/prediction-market-starter-kit
  • https://github.com/corrosive-angleofview619/local-ocr-workbench
  • https://github.com/Cortesehardfisted522/pagerank-cluster
  • https://github.com/COS901/requirements-skill
  • https://github.com/Covert-cobra578/gdb-cli
  • https://github.com/crackyxx15/niri-sidebar
  • https://github.com/craniometricpointcucumbervine28/wallpaper-selector
  • https://github.com/CreeedC/codemogger
  • https://github.com/Cref08/soccer-video-detection-ai-agent
  • https://github.com/Creperazbliuto2791/Ironlog
  • https://github.com/cresacommensurate900/skill-test-skill
  • https://github.com/crescendo-symptom399/imaginary-crime-lab
  • https://github.com/CrimsonElixir/Newsy
  • https://github.com/cristiancctlv/recaptcha-botguard
  • https://github.com/cristinaaponte/claude-cartographer
  • https://github.com/Cristyjr416/genealogy-research
  • https://github.com/Crocco888/JavaScript.Diagram
  • https://github.com/Crokx/nse-trading-skills
  • https://github.com/crossbarfamilysiluridae400/rtsp-human-capture
  • https://github.com/Crosscountryoedipalcomplex800/casa-runtime
  • https://github.com/cruz000blopppp/claude-recommended-skills
  • https://github.com/Crxzy77/iOS-Database-Migration-Framework
  • https://github.com/Cryptoytb/chronostash
  • https://github.com/CTFNam/deep-learning-course-project
  • https://github.com/ctmaecl6347/Car-Sales-Data-Analysis
  • https://github.com/cu3j3n18/OpenCharts
  • https://github.com/CuddlyPaws22/codeclaw
  • https://github.com/Cuentademamac3622/prompt-optimizer-lite
  • https://github.com/culinary-secularhumanism273/MailZen
  • https://github.com/cumlaude-hair539/howtouseai
  • https://github.com/Cupcake137/Simula-o_Ataque_PTES_Windows
  • https://github.com/Cuprous-condonation345/obsidian-wiki
  • https://github.com/CursedTuLi/eslint-plugin-next-pages-router
  • https://github.com/curtisxchaos/monique
  • https://github.com/curuten1/KomariBeautify
  • https://github.com/Cushy69/nobg
  • https://github.com/Cuspate-localauthority301/phi3-tune-payments
  • https://github.com/Cutanddried-gravida643/wsjt-z
  • https://github.com/cut-knottiness862/ghcrawl
  • https://github.com/cvnfhcb/OpenReviewAC
  • https://github.com/cwqqes/go-fiber-docs-bangla
  • https://github.com/cxshoutghost/claude-code-skillforge
  • https://github.com/cyanidepoisoningology606/metropolist
  • https://github.com/Cyanideprocessshigelladysentariae810/Prismarr
  • https://github.com/cybelleweak1220/green-campus-tracker
  • https://github.com/cyber404/che-apple-mail-mcp
  • https://github.com/CYBERcorpse-mm/Blaze-Translate
  • https://github.com/cyberindranil/claw-diary
  • https://github.com/cyborgsalamanca/codex-agent
  • https://github.com/cynosureoceanicwhitetipshark645/luck
  • https://github.com/cynthiacc98/college_student_self-rescue_guide_website
  • https://github.com/cyo12/sip-protocol
  • https://github.com/Cyrusclean396/amazon-price-tracker
  • https://github.com/D3FULT-a11y/kindpath-fieldkit
  • https://github.com/D4st0yer/SMS-Spam-detection
  • https://github.com/Daak2300/n8n-Automate-Daily-Interview-Schedule-Delivery-from-Google-Calendar-to-Gmail
  • https://github.com/dabelmtz1323/typescript-react-patterns
  • https://github.com/DaC1801/SecretScout
  • https://github.com/dacodiid/Godot-MeshPath3D-Plugin
  • https://github.com/Dactylopterussetgun104/Condi-Botnet-V10-Release
  • https://github.com/Daflora20/foodtech-fraud-alerts
  • https://github.com/Dafunkshop/DetectorAPFisico-Gadget-Hacking
  • https://github.com/dagangan352309/harmonia-vision
  • https://github.com/Da-glitcher/bitloops
  • https://github.com/dagule/blackarch-i3-kvm-setup
  • https://github.com/Dahliaadvantageous649/last-mile
  • https://github.com/daicntt1708/Chatbot
  • https://github.com/dainty-advice928/roboterm
  • https://github.com/Daiseyvisible752/Design-Pattern-Cli
  • https://github.com/daisiechurchly106/Portugal-Data-Intelligence
  • https://github.com/daja11323/hid_monitor
  • https://github.com/DAKAR-code/parrhesepstein
  • https://github.com/DakathDono/MarkDownImageDiy
  • https://github.com/dakshkdoshi/xenvsync
  • https://github.com/dakshm628/esphome-qmi8658
  • https://github.com/daktil888/ocp
  • https://github.com/Dalescentless548/qwen3-tts-triton
  • https://github.com/dali-raki/skills
  • https://github.com/dalmatiaesmolol235/Claude-Design-Studio
  • https://github.com/damartr23/FischROBLOX
  • https://github.com/damiansilverado/xhs_one_spider
  • https://github.com/Damianz3163/solfoundry
  • https://github.com/damizeee/awesome-ralph
  • https://github.com/Damnatory-princeottovonbismarck648/clawchief
  • https://github.com/Dan83000/Robo_race_car
  • https://github.com/danella207/StadiumScience-Auto-Bot
  • https://github.com/daner-itz/jeffvato-ultimate-n8n-stack
  • https://github.com/danghoawe/gg-keeper
  • https://github.com/dani9701/python-apple-fm-sdk
  • https://github.com/DANIALZK/PoN_PC
  • https://github.com/Danicar5551/pqc-check
  • https://github.com/Daniejoe412/customer-service-scripts
  • https://github.com/Daniel12338568/cs2.sh-price-api
  • https://github.com/DanielAudu/rankextractplus
  • https://github.com/danielcer6542/dbx
  • https://github.com/Danielle6426/Qwen-Loop
  • https://github.com/danielpathak99/Invoice-Payment-Reminder-Automation
  • https://github.com/DanielSantos45/agentinu
  • https://github.com/danielsk00/divoom-pixoo64
  • https://github.com/Danielwebsterbucket999/fyniti
  • https://github.com/dani-hack/-New-Exam-Dumps-Microsoft-GH-200-in-2025
  • https://github.com/Danik277/dimtensor
  • https://github.com/danilo1003/agent-team-orchestrator
  • https://github.com/Danishshaik263/Arthemy_Live-Tuner-SDXL-ComfyUI
  • https://github.com/Daniyalktk/dtrack-cli
  • https://github.com/Dannhyo/er-watch-web-scraper
  • https://github.com/danniel-dd/AEIC
  • https://github.com/Dannyjune79/TangNano20K-Pooyan
  • https://github.com/Dannyquality336/youtube-etl-airflow-spark
  • https://github.com/Dante41/ConvoManage
  • https://github.com/Dante9581/laravel-elevenlabs
  • https://github.com/dantecold93206/lumitide
  • https://github.com/Dany0910/sbir-grants
  • https://github.com/DanyQuetzal/Azure-ML-Previsao-Vendas-Regressao-Linear
  • https://github.com/Dapiiin/HonZuki-BookTracker
  • https://github.com/Dapperdan1956/GeminiOS
  • https://github.com/darbyconjunct617/HRMS-Application
  • https://github.com/Darelleforehand432/chub-supply-chain-poc
  • https://github.com/Darianamnesiac3112/EvolveHub
  • https://github.com/darielbra1849/agentfiles
  • https://github.com/Dariushematal848/claude-awake-speak
  • https://github.com/darkemberr/ReWiND
  • https://github.com/DARKESTRON/PrimeTradeAI-TASK
  • https://github.com/darklightyagami7/opencode-oauth-fix
  • https://github.com/darklokyZnZ/wifui
  • https://github.com/DarkRonny23/statusmon
  • https://github.com/darkscripty/morris
  • https://github.com/DarkSliceYT/ai-infra-index
  • https://github.com/darlingofficial/soleri
  • https://github.com/Darpan013/helpdeskkitv3
  • https://github.com/Darseymesoamerican6020/Shred
  • https://github.com/Darsheet1/greybeard
  • https://github.com/daryldsad/Data_Science_Basics
  • https://github.com/dasmahes1982/Tyche
  • https://github.com/DataCraftsman09/praxisjs
  • https://github.com/datkaa12/XSStrike-go
  • https://github.com/datpham1012/SwiftUI-Data-Visualization
  • https://github.com/dave533/apollo-agent
  • https://github.com/daveprotacio47/autobot-review
  • https://github.com/daveshtrr/Mobile-Review-Sentiment-Analysis-using-Machine-Learning
  • https://github.com/daviaq7176/claude-senior-engineer-skills
  • https://github.com/David123ok/GeoLuminamics
  • https://github.com/DAVID19020231/react-router-jam
  • https://github.com/David21Zeroo/Codex-Workflow-Folder
  • https://github.com/daviddrodd68/Arch_i3_d1se0_Environment
  • https://github.com/Davide0009/Kuza-Skills-Platform
  • https://github.com/Davides234/demand-forecasting-ml
  • https://github.com/Davidsonencyclical885/Nova-Os
  • https://github.com/davidtxt/mines_predictor
  • https://github.com/davigrt52/BNB-Bundler-Bot
  • https://github.com/Davilindo11/MVFC.StoryTest
  • https://github.com/davilu1649/Poops-PS5-Java
  • https://github.com/davinvarian0/DiTing
  • https://github.com/davivascoxa-bot/example-auth-react
  • https://github.com/Davizitos007/OSINT-NEXUS
  • https://github.com/davonplanted493/ZPermission
  • https://github.com/dawn1955/vef-framework-go
  • https://github.com/dawnmererighthere/FireAndForget
  • https://github.com/Daybreakbluepeter503/advise-project-approach
  • https://github.com/Daylany671/gemma-tuner-multimodal
  • https://github.com/daylogrr/IT-Nav
  • https://github.com/Daza12aw/HealthAssist-Hub
  • https://github.com/DChomi/MScript
  • https://github.com/dcmurli/ZorkOS-Termux
  • https://github.com/Ddeonnuu/WIFIBLE_Dual-WiFi-2.4-5GHz-Bluetooth-Scanner
  • https://github.com/DDFHSKLL/lsawhisper-bof
  • https://github.com/ddomixi4-spec/agent-os
  • https://github.com/ddwl6287/android-developer-verification-badges
  • https://github.com/deaddorman/solana-staking-lootbox-ui
  • https://github.com/Deadend-monroe867/free-ip-stresser
  • https://github.com/deaf-bonito262/molmoweb
  • https://github.com/Deafened-spare644/ollama-ai-agent-n8n
  • https://github.com/Deanedeep884/GERP
  • https://github.com/Deanneunwilling689/awesome-openclaw-ob
  • https://github.com/dearlywon-obligation740/ecommerce-executive-dashboards
  • https://github.com/Death988/ets2-beacon-horn-plugin
  • https://github.com/DeathsEn247/Facebook-Checker-APIV3
  • https://github.com/debaolele-dev/42gen
  • https://github.com/Debaza/Analysis-of-Educational-Disparity-in-NYC-Schools
  • https://github.com/debugmindflow/negclone
  • https://github.com/decent-dovishness170/paralives-release
  • https://github.com/Decha92/sql-tap
  • https://github.com/deckson040113/versi
  • https://github.com/Decl7582/reddit-growth-skill
  • https://github.com/decorous-black2822/diy_electric_salt_spoon
  • https://github.com/Decreasingmonotonic-openendwrench955/proxy-turn-vk-android
  • https://github.com/dedea3/gemini-seo
  • https://github.com/dedewae/aws-aip-c01-exam-guide
  • https://github.com/deepak278s/cited
  • https://github.com/Deepak7595-dev/ADSMedia
  • https://github.com/deepanshulynox/project-status-reports
  • https://github.com/Deep-pahoehoe114/openclaw-claude-code-integration
  • https://github.com/DeepshikhaInfinity/ngl
  • https://github.com/Deerskinnorthumbria588/claude-leaked-files
  • https://github.com/DefaltZ-ux/mindfulness-reels-nextjs
  • https://github.com/Defeated-wash894/EYUAI
  • https://github.com/DefianceNZ/geo-aeo-tracker
  • https://github.com/degen1322/agentic-template
  • https://github.com/Dego2001/Options-Surface-Cleaner-Interpolator
  • https://github.com/degrading-deputy891/ppppp
  • https://github.com/degwolito/kafka-clickhouse-sink
  • https://github.com/Deivis7264/delonghi-ha
  • https://github.com/deko-creat/naver-bc-automation
  • https://github.com/delacruz5871/mbse-agents
  • https://github.com/delcon99/bulk-summarize
  • https://github.com/del-delprilia/mt5-device-fingerprint-tool
  • https://github.com/Delfin4000/GitLabCICD
  • https://github.com/Delightful-waterchute427/VehiClaw
  • https://github.com/deliriouze/Heart-sound-classification
  • https://github.com/dellkat/visualise
  • https://github.com/Delphian-paiute721/interfaze_ocr_viewer
  • https://github.com/Deltacros/ipynb-ai-cli-editor
  • https://github.com/delusion4939/pulpo.club
  • https://github.com/Dem3736/c8c
  • https://github.com/Demetrastarkers93/claude-code-source
  • https://github.com/demetrisnonindustrial439/awesome-geo
  • https://github.com/demimondethralldom812/emoji-generator
  • https://github.com/demoluci1/nodejs-auth-jwt
  • https://github.com/demont275/cocreators-meganrim
  • https://github.com/dendonkar/newsolution-ai-dashboard
  • https://github.com/Dendyuui/vn-stock-ai-hedgefund
  • https://github.com/DENE-ctrl/mlx-live
  • https://github.com/denicatur/Omni
  • https://github.com/DenisGodina/Secure-Password-Manager-GUI-Python
  • https://github.com/denissbee/oss-programs
  • https://github.com/DenisVazquez/erlang-ixm
  • https://github.com/dennimellow651/gta-5-mod-menu
  • https://github.com/denniunenviable333/mcp-gateway
  • https://github.com/denolalfarisi/ComfyUI_CameraAngleSelector
  • https://github.com/dentroratazana/flipkart-ui-clone
  • https://github.com/Deor736/casullens
  • https://github.com/Dependant-rhodesianridgeback122/ConceptualCommons
  • https://github.com/Deportedkhesus/SistemAntrianLoketKlinik-MPPL
  • https://github.com/depressiondip454/compabob
  • https://github.com/derai7974/AgentMux
  • https://github.com/dereckzg98/claw-agent
  • https://github.com/Derek7855/alpinet
  • https://github.com/Derick4545455/AutoContents
  • https://github.com/Derickbeltlike238/glance-dashboard-config
  • https://github.com/Derronspellbound120/orientdb-gaw
  • https://github.com/Derya-Akyilmaz/obsidenc
  • https://github.com/Desha-52/employee-attendance-system-portfolio
  • https://github.com/Desi446/turso
  • https://github.com/Designeamr/neuroscience-education
  • https://github.com/designer23d/openclaw-supermemory
  • https://github.com/designer-saakib/universal_db_backup
  • https://github.com/desirbansimba/awesome-autoresearch
  • https://github.com/desouzaals/BananaBattle
  • https://github.com/DespacitoHax/laravel-ai-database
  • https://github.com/detachable-fossafossa258/Oh-my-ClaudeClaw
  • https://github.com/Detentebidensconnata138/geoskills
  • https://github.com/Deterrencenun48/omafish
  • https://github.com/Detral1/IBM-HR-Analytics-Streamlit
  • https://github.com/Detsad312/openbento
  • https://github.com/Dev-000000/bizclaw
  • https://github.com/Devadharshinii-Murugan/gsap-navigation-menu
  • https://github.com/devananda6/n8n-local-k8s-stack
  • https://github.com/Devareductionist821/retro-agent
  • https://github.com/DevAxel1704/zphys
  • https://github.com/Devcomplexity/step2urdf
  • https://github.com/devcortes23/Portfolio
  • https://github.com/Devdatta7/astro-indexnow
  • https://github.com/Devdongre/Blend-Auto
  • https://github.com/DeveloperMind4/Low-Code-No-Code-Platforms
  • https://github.com/developers-tafsol/ai-crypto-tax-assistant
  • https://github.com/developpeersad2/coreldraw-graphics-suite
  • https://github.com/DevendraK29/vck-ojt
  • https://github.com/devendravi5939/agentic-customer-support-bot
  • https://github.com/Dev-Feyisayo/Canopy
  • https://github.com/DevHulk258/CodexMonitor
  • https://github.com/devicesnorkeling405/avr128db48-i2c-io-expander2-leds-and-buttons-polled-printf
  • https://github.com/devil692/apt-today-react-seoul-icons
  • https://github.com/DevindaRajapaksha/linkedin-x-indeed-others-super-job-scrapers
  • https://github.com/dev-ismail09/AI-Telegram-Translator-Extention
  • https://github.com/DevJinma/CrackFtp
  • https://github.com/devkimeres/Wenche
  • https://github.com/Devking007/productListing
  • https://github.com/Devlig/samsung-f7pvb
  • https://github.com/devPouria/API-Rate-Limiter
  • https://github.com/dev-sq/silverbrowser
  • https://github.com/dewahoki303c/Payme-QR-Payment-Terminal
  • https://github.com/DewakaManjitha/ComfyUI-3R3BOS-Pack
  • https://github.com/deway9623/Awesome-OpenClaw-Papers
  • https://github.com/dewestonian371/Test-and-Fix-MegaLinter-Tool
  • https://github.com/dewqasujbc/Vector
  • https://github.com/DexGAME-G7/KimiK2Manim
  • https://github.com/DexioraMandob/opensense-infrastructure
  • https://github.com/Deyjaylson/Tester-Engineering-Suite-v1.0.0-2026
  • https://github.com/Deyvidge/FoneLab-Video-Converter-Ultimate-Activated
  • https://github.com/Dezzersc/rl4-official
  • https://github.com/dgbac5672/LogN_DB-Core
  • https://github.com/Dgbikgzj/windsurf-infinite-ask
  • https://github.com/dgknd6141/trinity_coordinator
  • https://github.com/Dgossaye/synthdb
  • https://github.com/Dgsns/MyShop
  • https://github.com/dhanasekardr/traffic-ui-open-source
  • https://github.com/Dhanyamargret/Pi-hole-Blocklist-Catalog
  • https://github.com/dharaneesh1530/client_side_logo_generator
  • https://github.com/dharmendra14kumar/Ai-image-video-generator
  • https://github.com/Dharshini332004/Nano-Banana
  • https://github.com/dharunsrin/No-WEBP
  • https://github.com/Dhdbuzks/SeansLifeArchive_Images_MotorWorld_CarFactory_Y2025_V8
  • https://github.com/Dheeraj18041998/MayeNano
  • https://github.com/dheerajkumawat999-pixel/car-wash-customer-service
  • https://github.com/dhesnut/gemini_gpt
  • https://github.com/dhia7an/agent-sdk
  • https://github.com/Dhiraj790-wq/Flex-Launcher-Config-Editor
  • https://github.com/Dhrhrgf/django-sample-app
  • https://github.com/DhruvJayeshGondaliya/IEEE_MC_CODING_2025
  • https://github.com/Dhruvmittal12345/n8n-claude-code-guide
  • https://github.com/DhruvRajput2923/visual-json
  • https://github.com/DhruvTilavat/St.MargarethPharmacy
  • https://github.com/dhruvvsukhadia/agent-experience
  • https://github.com/dhs-coder/databricks_bootcamp_2026
  • https://github.com/dhsunsbzueyd/social-media-downloader
  • https://github.com/Dhurika15/ultimate-web-page-template
  • https://github.com/Dhvanik912/internet-monitor
  • https://github.com/diagrammatical-ogalala16/claude-code-source-analysis
  • https://github.com/diamanthyseni3/atlas-session-lifecycle
  • https://github.com/DiamondBoy3/querygen
  • https://github.com/Diana00-cybee/granite-agent
  • https://github.com/Dianaabu690/Chronicle-Mobile
  • https://github.com/Dianajesspad/mysql-uxk
  • https://github.com/Diapelo/mobywatel-android
  • https://github.com/diaszsigma/nowplaying.nvim
  • https://github.com/Diaz-Lucia-26/home-monitor
  • https://github.com/Dicrida123/java-sdk
  • https://github.com/DidaZock10/biliguard
  • https://github.com/didik-art/WiFi-Home-Server
  • https://github.com/Dieans/Universal-News-Scraper
  • https://github.com/diegito9029/dana-fc-us
  • https://github.com/Diego2134/pdf2md-gpt
  • https://github.com/Diegocubi/the-flex-company-scraper
  • https://github.com/diegogt1/Estrella-Evolution-Toolkit.-Record-of-Authorship-Ownership-and-Alignment.-
  • https://github.com/diegoinacio669/FFmpeg-API
  • https://github.com/diegomdlpa-hue/atlas.sql
  • https://github.com/diegovillanueva120/crystal-zcf
  • https://github.com/Diego-zero/2025_2_Undefined
  • https://github.com/Dieguinhoxda/AURA
  • https://github.com/diej1222/chemverse
  • https://github.com/Dieterburdened606/scholar-megasearch
  • https://github.com/dieuuoc/flask-blogsite
  • https://github.com/diffident-imperialdecree448/llm-wiki-compiler
  • https://github.com/Digigo1402/watchducker
  • https://github.com/digitalpayout/adzuna-contact-extractor
  • https://github.com/DIGYXL/venom
  • https://github.com/DihainPerera/Flag-Simulator_DesktopApp_Python_Docs
  • https://github.com/dikizul/ai-pipeline-orchestrator
  • https://github.com/Dikizz/soenneker.quark.enums.size
  • https://github.com/dikychocs/SpicyAD
  • https://github.com/Diligent-battledamage421/Inference-Stack
  • https://github.com/DILKHUSHKUMAROFFICIAL/gte-pure-C
  • https://github.com/Dilshad7275/scikit-learn-for-beginners
  • https://github.com/Dilsher46/PassFab-4WinKey-Ultimate-No-Trial
  • https://github.com/Dilshodbek329-create/sathyabama-july-2025-hands-on-professional-training-on-genai-and-ai-agents
  • https://github.com/dim07090/oauth-cli-coder
  • https://github.com/Dim747/NovaBar
  • https://github.com/DIMANANDEZ/refrag
  • https://github.com/Dimas1182/goclaw
  • https://github.com/Dimas1192/you-just-received-money
  • https://github.com/Dimas6690/runanywhere-expo-demo
  • https://github.com/dimasyambo/altron
  • https://github.com/dimicdragan26-cell/Financial_Complaint_Dashboard
  • https://github.com/dimitriospreoccupied378/save_manager
  • https://github.com/dimitrisunexcused763/Emergency-Power-Cut-Detection-with-Automatic-Nearest-Floor-Rescue
  • https://github.com/DimoN-i/universal-watermark-remover-ai
  • https://github.com/dimplesitdown254/swift-2pb
  • https://github.com/Dimqzz/caesar-cipher-python
  • https://github.com/dinesh3844/rvllm-serverless
  • https://github.com/Dineshbabu511/MinecraftBackup_Docker
  • https://github.com/dineshsai1112/lake-connector
  • https://github.com/Dinhco2712/Image-Seed-Phrase-Finder
  • https://github.com/dinhtuannguyen/cuda_fft
  • https://github.com/Dinimislamkita231/prolog-0vw
  • https://github.com/dinissilva99/spectraview
  • https://github.com/DIno0510207/heart-disease-prediction
  • https://github.com/DinoC00kie/wmukebiao
  • https://github.com/DinoWeby/Dawn-Of-Defiance-Cheat
  • https://github.com/dinozaurrrra/ha-media-index
  • https://github.com/DinsangaRenthlei/luminamed-ai
  • https://github.com/DioanoDio/aws-multitier-webapp
  • https://github.com/Dioecian-sprawler578/DeepFake-AI-RealTime
  • https://github.com/diogogavazzi/fetap-32
  • https://github.com/Diogolsn10/statistical-analysis
  • https://github.com/DiogoRegoni/trip-management-system
  • https://github.com/Dionikxon/liptunnel
  • https://github.com/Dionysusheterosporous787/cryptonote-easy-miner
  • https://github.com/Dipanhsu-Shukla/BOBRYK_portplio
  • https://github.com/dipesh1917/sahmk-mcp
  • https://github.com/DipeshCoder/Vim-Autoscroller_Website
  • https://github.com/Dipper180/nvidia-z33qn
  • https://github.com/DIREI-16/lol-scouting-replay-kit
  • https://github.com/diroxpatron12/SubHunterX
  • https://github.com/Disagreeable-oilofcloves612/discord-bot-framework
  • https://github.com/Disarranged-angelstrumpet481/utilities
  • https://github.com/Disciplined-staffofficer26/ai-fund
  • https://github.com/disclosed-huntingground999/saas-clawds
  • https://github.com/DiscordDeveloper1/BadVideo
  • https://github.com/dishar7753/cmirror
  • https://github.com/disheartening-bogcandles555/Awesome-healthcare-UI
  • https://github.com/Disjointed-inmate714/snapr
  • https://github.com/disputed-americanholly776/vectorio
  • https://github.com/Distinctive-cyril4439/ha-countdown-card
  • https://github.com/distributive-filter937/royale_lab
  • https://github.com/dittonovenska/rfc-agent-validator
  • https://github.com/divisible-stretcherparty41/Predict-Fun-Farming-Bot
  • https://github.com/Divisionmatriarchate225/cli2mcp
  • https://github.com/Divyansh487/TradingAgents-CN
  • https://github.com/divyanshrai9932-jpg/life-os
  • https://github.com/Diwasbh5432/cognifi
  • https://github.com/diyahlidia/Hunyuan-0.5B
  • https://github.com/djador13/moderatefocus
  • https://github.com/Djawedc7304/gea
  • https://github.com/djebaraabd8335/mcp-azure-sql
  • https://github.com/djefche/engineering-excellence-playbook
  • https://github.com/Djibrilfall2109/golf-tui
  • https://github.com/djkehm/ms-scanner
  • https://github.com/Djsaulproug/Vendora-FE
  • https://github.com/djsujm29/AISkills
  • https://github.com/dkdk730/TreesForJava
  • https://github.com/dlidgett/AD-DINOv3
  • https://github.com/dlpremiumstores-spec/GLYPH
  • https://github.com/Dlsftg/momenu-skills
  • https://github.com/dlvadnais/SaltPlayerCommunity
  • https://github.com/Dlvan-ali/development-rules
  • https://github.com/dmrnaysu/cloud-native-task-tracker
  • https://github.com/DMZ9999/interns-keep-updated
  • https://github.com/DNikolchev/go-micro-gen
  • https://github.com/Dnzinnxz/binelek-vscode-extension
  • https://github.com/Do91-NL/AI-Powered-Product-Recommendation-Engine-using-AWS
  • https://github.com/doachyz/IIoT-simulator
  • https://github.com/DoblazXZ/Docs-to-JSON-Converter
  • https://github.com/Dobrii69/Cod3-SoundB0X
  • https://github.com/doctorknocker17/neuralpiano
  • https://github.com/Dodo181818/wp-react-panel
  • https://github.com/dodr7456/react-native-swiftui-dsl
  • https://github.com/Dodus998/youtube-generator
  • https://github.com/Doelms19/DSA-Problem-Solving
  • https://github.com/Doge13229/claude-context-os
  • https://github.com/Dogukkanx/compflow
  • https://github.com/DoHongTha1/pptr_bilal_mubdir
  • https://github.com/Dollar227/Squishy
  • https://github.com/domco121/Human-Detection-Counting-Project-in-Open-CV
  • https://github.com/Domenik09/NSAM-1
  • https://github.com/Domi9xx/easyimg
  • https://github.com/dominiks1260/agent-kit
  • https://github.com/dominiquecustardlike179/framedex
  • https://github.com/domongo200/Site-Declaracao
  • https://github.com/Don121415/laravel-invoicelite
  • https://github.com/doniboyd/IOC-Checker-Pro
  • https://github.com/donkeypumpalleviation558/vidapi
  • https://github.com/D-OnlyBA1/generative_view_stitching
  • https://github.com/donnade6461/ai-experiments
  • https://github.com/donnysatiated875/CS2-No-Smoke-Tool-Completely-Remove-Smoke-Grenade-Effect
  • https://github.com/Dono1901/RAG-LLM-using-AI-Pipeline-with-streamlit-interface
  • https://github.com/donotlaugh96-eng/git-leash
  • https://github.com/Donovan443/agentic-codebase
  • https://github.com/donthavepov/LDIFToBloodHound
  • https://github.com/DontYapPlz/Killer-AI-Agent-Prompts-Tips-Tricks-for-2026
  • https://github.com/DoomTiger/MikuBoxForAndroid
  • https://github.com/DopeGopal/armenian-javascript-community
  • https://github.com/DoraOtari/slipstream
  • https://github.com/doreentwopiece973/LuminaWall
  • https://github.com/Doreymagnetized428/EasyUI
  • https://github.com/Dorilutica/VSDC-Video-Editor-Pro-Free
  • https://github.com/dornele8361/DeepFake-AI-2026-RealTime
  • https://github.com/doruk651/citeAgent
  • https://github.com/Doryeightsided72/adblock-rust-manager
  • https://github.com/Doserateshag647/multi-git-mirror
  • https://github.com/DosSantos011/Linea-ETH-Sender
  • https://github.com/dossman68/newsletter-and-contact-system
  • https://github.com/dossom104-sudo/fusion-plugin-meltdown
  • https://github.com/dottiedissimilar494/linkedin-mcp-server
  • https://github.com/Doubleedged-capitaloftennessee462/agentswift
  • https://github.com/Douglasvini599/react-markdown-previewer
  • https://github.com/Dounyam/TIM-Vector-Search
  • https://github.com/downstream-starvation848/vibe-coding-prompts
  • https://github.com/doxxedgg/DPIA-GETMONI-Digital-Lending-Platform
  • https://github.com/dozengg/kova-ipfs-client
  • https://github.com/DP1234-ptl/n8n-cli
  • https://github.com/Dp5439/hyprbrowser
  • https://github.com/DrAbdoEltbakh/Offensive-Security-Forensics-Portfolio
  • https://github.com/Dracccc02/quantbrain-agent
  • https://github.com/DragonBaha/xktradingfloor
  • https://github.com/Drainagesystemfeedlot210/doc-cryptodesk-ai
  • https://github.com/drakfxpp/osint-resources
  • https://github.com/drakon55rus/claude-code-gh-dash
  • https://github.com/drambuiecaparison128/KeyType
  • https://github.com/Dranonimoobito2/pnguinx-bot
  • https://github.com/drarjundas660/spec-kit-zh
  • https://github.com/drb34r/DevOps-Project-Gohel-Tailors-Web-App
  • https://github.com/dre5525/EDRStartupHinder
  • https://github.com/Dreamdraft/EventDrivenJobQueue
  • https://github.com/DreamLift/SlipStream
  • https://github.com/dreamlike-newenglandclamchowder154/VegaTerron
  • https://github.com/dreant/Promty
  • https://github.com/dreemnight/Synthetic-Data-Artist
  • https://github.com/DregoScat/Sports_android
  • https://github.com/Drekovich/astrasql
  • https://github.com/Drelga/cloakshare
  • https://github.com/drewneutral422/cleneshade
  • https://github.com/drewnice586/ScrumSurvivor
  • https://github.com/Drgham96/Financial-Fraud-Risk-Engine
  • https://github.com/Drgon37/foreign-trade-social-media-guide
  • https://github.com/Drilaa00/yun
  • https://github.com/Drivebykillingpetrolengine444/n8n-nodes-country-state-city
  • https://github.com/Drjsingh/MateBot
  • https://github.com/DrMadar/holy-c-telegram-bot
  • https://github.com/drnazeerento/tempo
  • https://github.com/drogariamais928/Free-ai-video-generator
  • https://github.com/drogba0027/dev-resources-hub
  • https://github.com/Droni29/ibm-jie0b
  • https://github.com/DrozeNzzz/SK-RD4AD
  • https://github.com/Dryadellacore872/camclave
  • https://github.com/Dry-statelyhome866/mcp-database-query-app
  • https://github.com/DryZex95/Print-Conductor-Free
  • https://github.com/dsadsasd121/99Nights-Roblox
  • https://github.com/DSIIX/create-symbol
  • https://github.com/dsprak645/agentcore-os
  • https://github.com/Dstitronix/BIP39-RECOVERY-TOOL
  • https://github.com/dtmskull/fastoml
  • https://github.com/duaneodorous851/UniversalMeshGui
  • https://github.com/DUC123co/panopticon-lattice
  • https://github.com/duck254/TaHa-Direct-Reverse-Tunnel-Runner
  • https://github.com/ducmanh04/jumper-analytics-assignment
  • https://github.com/Ductai953/CandyHole
  • https://github.com/DudeWhat12134/od.nvim
  • https://github.com/Due-menominee851/chaozhi-admin
  • https://github.com/dugaskaleb2290-sys/ThatOpen-Claude-Skill-Package
  • https://github.com/Duke1457/SmoothAIController_UE
  • https://github.com/Duketrumpetshaped786/gnome-wallpaper-engine
  • https://github.com/dulcekllr/agent-os
  • https://github.com/dulex224/avtomatika-full-example
  • https://github.com/Dullu9/10x-Outreach-Skill
  • https://github.com/dumangan22/ultrasonic-airgap-messanger
  • https://github.com/Dumb44/creative_tools
  • https://github.com/dummyoff/prism
  • https://github.com/Dumpsterfirefire/Voice-Powered-AI-SQL-Assistant-Python-GPT-LangChain
  • https://github.com/dunstanhot461/digitaltransformation
  • https://github.com/duo189/ESP8266-KOReader-Remote
  • https://github.com/Duongdin3346/CC
  • https://github.com/DuongDucToan01/gw
  • https://github.com/duran00/hr-executive-dashboard-analytics
  • https://github.com/Durationpalace975/8kporner-video-downloader
  • https://github.com/Durden7/ai-skills
  • https://github.com/du-rezende/CloudShell
  • https://github.com/duroypogi/Gann-Master-3D
  • https://github.com/DUSGAMER23/STM32-LED-blink-HAL-coding-method
  • https://github.com/Dustyevil282/debug-swat-skill
  • https://github.com/Dusty-plumcot781/locoagent
  • https://github.com/Dutch-brunchcoat5919/.batFile-To-.exe-Converter
  • https://github.com/duy225345/velvetsystems.github.io
  • https://github.com/dvjnelsonia/SourceCodester-Banking-CVE
  • https://github.com/dwa232/StayNest
  • https://github.com/Dwainespiny858/OpenClaw-Book
  • https://github.com/dwana1/golang-skills
  • https://github.com/Dwarka-soni-9630/PFS
  • https://github.com/dxdag5/gproxy-tool
  • https://github.com/Dyinu/rag-forge
  • https://github.com/DylanRoblox730/franken_numpy
  • https://github.com/DylanS2002/discord-js-bot-template
  • https://github.com/Dynagauguinesque521/Hydra-Update
  • https://github.com/DynamicExploit/runtm
  • https://github.com/DynamicHack189/tabpilot
  • https://github.com/dynastyteng/NimbusLab-PaaS
  • https://github.com/DyniePro/CVE-2026-25643
  • https://github.com/dzhook/eduolihez.com
  • https://github.com/Dzimbahwe/Red-Gate-Repack
  • https://github.com/E1ims/math-vlm-finetune-pipeline
  • https://github.com/e23awais/tailscale
  • https://github.com/Eabnfccblls/awesome-cybersecurity-tools
  • https://github.com/Ealasaidstupid494/VeilScrape
  • https://github.com/ealpizars/pi-vertex-anthropic
  • https://github.com/earl-data/Panos-AI-Transcriber
  • https://github.com/Earningpersharemeronymy364/MiniPreview
  • https://github.com/Earthlike-hopper1684/llm_wiki
  • https://github.com/Eartrumpetchlamyderanuchalis585/snowflake-edd
  • https://github.com/Eastside-georgia30/Mephisto
  • https://github.com/Easy-punting436/hotchocolate-ddd-cqrs-template
  • https://github.com/easyqwww/scientific-calculator
  • https://github.com/easyronin/challenge-varegos
  • https://github.com/easyville/clutch
  • https://github.com/ebbaunqualified520/ios-agent-skills
  • https://github.com/Ebenezerhooknosed777/seobuild-onpage
  • https://github.com/Ebonyadrenal26/clearscript
  • https://github.com/ebrahim-1110/Eracun-XML-u-PDF
  • https://github.com/ebratos/ai
  • https://github.com/Echbabmeryem/finwell-analyzer
  • https://github.com/echo744/fast-tavern
  • https://github.com/ecko5popasquqash/SwiftlyInterpreter
  • https://github.com/ecliptixcompany/microservice-auth
  • https://github.com/Econometric-magneticmeridian512/roadmap-tool
  • https://github.com/ecrinb6076/X-Agent
  • https://github.com/Edcha69/BASE-ETH-Sender-to-your-wallet
  • https://github.com/EddexD/crypto_invest_with_ai
  • https://github.com/eddieandrei/liqaa-meet
  • https://github.com/Eddy150875/smart-finance
  • https://github.com/EddyBarrragan/pyjamaz
  • https://github.com/ederakola/Colosseum
  • https://github.com/Edg6183/chimere
  • https://github.com/Edgarmojica445/rift
  • https://github.com/edgarsan68/markdown-scribe
  • https://github.com/Edhomasteng/TrustJudge
  • https://github.com/Edii99/spring-ai-reflection-agent
  • https://github.com/edisonbra/-web-automation-language-decision-framework
  • https://github.com/edithahemispheric972/0pnMatrx
  • https://github.com/edithsilicious274/Vehicle_Sales_Data_Analysis_Python_EDA_PowerBI_Dashboard
  • https://github.com/EditorBoi/PondCast
  • https://github.com/Edjo4822/awesome-api-wrappers
  • https://github.com/edjoe14/OpenAd-Specification_AdEngine_Forms
  • https://github.com/EdlinChuene/DebugPlatform
  • https://github.com/Edmike5617/Toon.NET
  • https://github.com/EdmundusGigih/ReturnYoutubeView
  • https://github.com/Edres96/bevy_immediate
  • https://github.com/edsonpro9891/robust-nli-analysis
  • https://github.com/Edu069/pizero-openclaw
  • https://github.com/eduardo67-cyber/cyber-guard
  • https://github.com/EduardoGuzman777/ms_pro_send
  • https://github.com/Eduardo-PRg/NLM2Img
  • https://github.com/Eduardo-salamanca/adobe-premiere-pro
  • https://github.com/eduxxhdfgfd/react-view-import
  • https://github.com/edvardmunchartfulness745/vitalgaurd-2
  • https://github.com/edwarvilladiego/CI4-template
  • https://github.com/Edwin201006/planexa
  • https://github.com/EDWINANGO/Synchronizer
  • https://github.com/edwinra6693/WeCom-Attendance-Reporter
  • https://github.com/ee08294/master_smart_contracts
  • https://github.com/eec5857/TypelessMLX
  • https://github.com/eehdudeu/violette
  • https://github.com/Eemanfatimaawan/FastStone-Image-Viewer-Activated
  • https://github.com/eender7110/lnka
  • https://github.com/EeshAggarwal/defi-yield-farming
  • https://github.com/efaship2/vibe-schooling
  • https://github.com/Eferzarr888/edit-greek-reel
  • https://github.com/efesprime/SimLab-Composer-No-Trial
  • https://github.com/Efeta7451/void-memory
  • https://github.com/EfeTuga/T5Gemma-TTS
  • https://github.com/efex33/dnscache-go
  • https://github.com/efferent-snap874/leek
  • https://github.com/eFffff66636/lampac
  • https://github.com/Efhbbhu/AI-BOOKING-AGENT
  • https://github.com/eggcuptraceelement660/gbrain-openclaw
  • https://github.com/EgiFazila/Python-Solidity-Feature-Engineering
  • https://github.com/egisselin/za-babky7
  • https://github.com/egman120/domainlooker
  • https://github.com/egorpanin08/OS_Project
  • https://github.com/EguzmanA/aws
  • https://github.com/EguzmanA/aws-bootcamp-cruddur-2023
  • https://github.com/EguzmanA/aws-bootcamp-cruddur-2024
  • https://github.com/EguzmanA/aws-week0agian
  • https://github.com/Ehabhany123/sql2migration
  • https://github.com/EHR-U/claw-log
  • https://github.com/ehsashub/authy
  • https://github.com/ehwjdwdui8dwihd/MeasuringStick
  • https://github.com/eibrunodev/axiom-rag
  • https://github.com/einsteinian-fur854/macwifi-cli
  • https://github.com/ejaz57/localchat
  • https://github.com/ejfhgo/hacker-Toolkit
  • https://github.com/ejspider82-del/neo-english
  • https://github.com/ekant314/3Dsurvey-Latest-Patch
  • https://github.com/ekaprascode/GitMetrix
  • https://github.com/EKHUB1/Algorithmic-Problem-Solving
  • https://github.com/ekieekz/lumen402-aggr
  • https://github.com/Ekoe1997/hashtriemap
  • https://github.com/ekswathi/SafeClaw
  • https://github.com/ElainaWangy/drf-learning
  • https://github.com/El-Alexander/nlp-sentiment-analysis
  • https://github.com/ElBenefit/cv_hub
  • https://github.com/elbenouhb5/tremor
  • https://github.com/elbyang/hsrtsp_power_plan_policy_switcher
  • https://github.com/Elcamie729/raffle-pro-contract
  • https://github.com/Elcamio9240/curyloop-community
  • https://github.com/elcproooo/netlogo-actions
  • https://github.com/Eldami12/flutter_calculator
  • https://github.com/Eldar2564/apple-notes-blogger-theme
  • https://github.com/eldenvolt/tock
  • https://github.com/eldy7252/aspnet-core-angular-oracle-fullstack-api
  • https://github.com/Electrificationtallgoldenrod25/CodeClawed
  • https://github.com/electronicpug342-a11y/weixin-agent-sdk
  • https://github.com/Elegant-outrider448/SafeOpenClaw
  • https://github.com/eleussaj/cloudflare-bot-directory
  • https://github.com/ElfER020/DeepCode
  • https://github.com/Elfredaaroused655/claude-skills
  • https://github.com/elgatomaleante12/Antigravity2api
  • https://github.com/Elgaunlawful4166/Limbus-Company-KizarMODE
  • https://github.com/elhadidykhalid1601-droid/digital-twin-of-yourself
  • https://github.com/Eliaaa3Monte/SpotifyREADMEStats
  • https://github.com/Eliakim-ellie/catalogo-bebidas
  • https://github.com/Elianovg/awesome-automated-research
  • https://github.com/elias3811/Stock-Predictor
  • https://github.com/Elias51maker/Glee
  • https://github.com/eliasge5902/CV_temp
  • https://github.com/eliash5229/BrightData-Employee-Business-dataset-samples
  • https://github.com/eliasrodriguessilva/ESG-Compliance-Monitor-Copilot-Studio
  • https://github.com/eligible-snowblower761/flowex
  • https://github.com/Elijah89YTS/arka-mcp-gateway
  • https://github.com/elijax12345678-gif/wechat-acp
  • https://github.com/elisabettavocational357/PWNNET
  • https://github.com/Elisio-Mutexa/ecooptimabo
  • https://github.com/Elite141/nextjs-email-brevo-nodemailer
  • https://github.com/eliud-09/yuv-python-terminal
  • https://github.com/elizaunmade1739/AIDataset
  • https://github.com/eljai17956254184050/KmerGenoPhaser
  • https://github.com/Eljefaso2949/QuantumChem-200K
  • https://github.com/elkalowkey885/gemini-embedding-2-mcp-server
  • https://github.com/Elkraz/ccxray
  • https://github.com/Ellafitzgeraldhardwood864/dbskill
  • https://github.com/ellah-daniel/WindowMode
  • https://github.com/Ellastrong150/twotimesusage
  • https://github.com/Ellianx/Bitwig-Studio-No-Trial
  • https://github.com/Ellievibrant877/mllm-jailbreak-bench
  • https://github.com/Ellllooo/CustomTools
  • https://github.com/elly5490/telegram-proxy
  • https://github.com/elmahdy1986/RedTiger-Tools
  • https://github.com/elmauriiii/zxql
  • https://github.com/elmec23/cli-chatbot
  • https://github.com/Elmer319/joseph-von-hammer-purgstall
  • https://github.com/elmostafa1963/uuid-generator
  • https://github.com/elmumue99/MLE_Interview_Notes
  • https://github.com/Elnasss/delightful-react-native-animations
  • https://github.com/Eloho99/fin-insight-extract
  • https://github.com/elonbusk2/evaluator-driven-agent-flow
  • https://github.com/elonoretannish464/wristcode
  • https://github.com/Eloqks1452/Termix
  • https://github.com/Elowen-nas/adk-js
  • https://github.com/elpayasu/revpro
  • https://github.com/elpromaster8800/voltura
  • https://github.com/elsiesapphic177/ThreeAxisStepper
  • https://github.com/Eltonise6026/agora
  • https://github.com/Eluzielton/pellicule
  • https://github.com/Elvind2001/fastmcp-production-template
  • https://github.com/Elvis-202/asupersync_ansi_c
  • https://github.com/elvyn-jpg/Pulsar
  • https://github.com/elwincc/asc-client
  • https://github.com/Elxeo/leetcode-daily-october-hacktoberfest-2025
  • https://github.com/elysiacomplete21/TaskMaster-ToDo
  • https://github.com/Em3lio789/cardioguard-mg
  • https://github.com/Emaanw4693/CapC-Pro-2
  • https://github.com/emagod/LLM-Forecast
  • https://github.com/emamhussain64/VranCe-Md
  • https://github.com/Emanuelam6674/sun-skill
  • https://github.com/EmanuelFigueiredo12/Tech-Trends-Harvester
  • https://github.com/embezzled-englishhawthorn226/rescript-string-power
  • https://github.com/emeldaunflattering296/Skid-Detector
  • https://github.com/emersonjusten/RechnungsFee
  • https://github.com/Emeryprecooked997/LemonOS
  • https://github.com/emiliaon/mach
  • https://github.com/Emiola033/LLM_Agent
  • https://github.com/Emlynmanysided426/chargen-pro
  • https://github.com/Emlynneaboveground620/claude-code-multisession-channels
  • https://github.com/emlynnhonourable215/ai-design-team
  • https://github.com/emmalynnacrocarpous1376/fluentcut
  • https://github.com/emmanuel806/CCTV-EDR
  • https://github.com/emmanuel-kigmo/faunadb-3u8
  • https://github.com/EmmanuelleTOCS/steam-game-recommender
  • https://github.com/emmanueloduor/bookstore-management-system-fastapi
  • https://github.com/emmetsite342/visual-transformer-guide
  • https://github.com/emmylord/mediamatrix-jav-expert
  • https://github.com/Emmyz-1234/Instagram-DM-Automation
  • https://github.com/emnadai/ruby-cun
  • https://github.com/Emobaba12345/Hafiz-traders
  • https://github.com/emolina03/matsplash-web
  • https://github.com/Emon321/indoor-gis-developing-indoor-positioning-in-native-mobile-applications-2025
  • https://github.com/emonmia5502/Wales
  • https://github.com/emperorwurrm/AiTranslator-extension
  • https://github.com/EmptyEviil/Community-Price-Tracker
  • https://github.com/emrah13-13/kubernetes-for-students
  • https://github.com/emranmonkey/Fixing-Error-0xc0000005
  • https://github.com/emrebabo10/cursor-reset
  • https://github.com/emrebozzkurtt/-Password_Strength_Checker
  • https://github.com/emuladortrampo/SentinelXPrime
  • https://github.com/Emxinhsayhiiii/Precision-RL
  • https://github.com/emyleeblack619/neurolobster
  • https://github.com/emyleeworn167/GAAP-Implementation-Toolkit
  • https://github.com/emz-git/qrcode-generator-api
  • https://github.com/ENAHSIN/mqttstuff
  • https://github.com/Enanthemaparaguayan248/triforce.nvim
  • https://github.com/EnbabyIris/Chat-ly
  • https://github.com/Endegena-code/tv-app-react
  • https://github.com/endergonic-deerfern142/MeiGen-DesignAgentBench
  • https://github.com/Endermanchfan/Fortnite-Extrernal
  • https://github.com/ENDERMITA12/styleseed
  • https://github.com/EndMan95/CNotes
  • https://github.com/Endoparasitic-oleooil786/earthquake-mcp-server
  • https://github.com/endoraunequal286/awesome-copilot-studio-agents
  • https://github.com/Endrikapo1/mailflow
  • https://github.com/endx707/tesseract
  • https://github.com/Endy-SS/Donation-Management-System-C-
  • https://github.com/enesdanis00/theo-hide
  • https://github.com/Enfluranehighbloodpressure470/v0-platform-mcp
  • https://github.com/Eng1512/Drone-Diaster-Communication
  • https://github.com/engabdo1/opentelemetry-collector
  • https://github.com/eng-Abdullah-web/Free-Computer-Science-Courses-Links
  • https://github.com/Engels15/Portfolio-website
  • https://github.com/Enggal350/Kill-Count
  • https://github.com/EnggoAn/interactive-solar-system-css-js
  • https://github.com/EngIbrahim1/Data-Warehousing-and-Advanced-Data-Analytics
  • https://github.com/Engieeeboiz/Fedora_OS
  • https://github.com/engin35/Brotherspace
  • https://github.com/EngrRAN/img-router
  • https://github.com/Enidundocumented44/voipi
  • https://github.com/Enigma-s9v/chitin-shell
  • https://github.com/Enkephalineyecup92/hassio-addons
  • https://github.com/enkzcestaro/extend-core
  • https://github.com/enn8859/nellavio-layout
  • https://github.com/enormous-tinctureofopium494/Common-Knowledge-KB
  • https://github.com/enriquetask/mcpfarm.ai
  • https://github.com/enterotoxemiachinchilla594/Stabilized-Internet-Connection
  • https://github.com/entrancerhabdomyosarcoma549/Cresto
  • https://github.com/Envelopestretch460/KEEL
  • https://github.com/envergadcr/ai-video-workflow
  • https://github.com/envoyskewness798/weyland-home-assistant-theme
  • https://github.com/Enxs969/skiller
  • https://github.com/enxsni/jquery-tree
  • https://github.com/Enzell2079/Customer-CLV-Analytics-Pipeline
  • https://github.com/Enzo201114/quecto
  • https://github.com/Enzogregorio/phd-skills
  • https://github.com/enzoneza/ynet
  • https://github.com/Enzonogue/opena2a
  • https://github.com/enzoplaaygamemg12/gtfobinSUID
  • https://github.com/enzousu135/Windows10Debloater
  • https://github.com/eolucaas7/PayrollHelper
  • https://github.com/epact2039/layout-sans
  • https://github.com/epaepa1212/fuji-os-website
  • https://github.com/epayumo/webdav-server
  • https://github.com/epicface44/OpenCode-Everything-You-Need-to-Know
  • https://github.com/epididymitismilksickness526/ex-skill
  • https://github.com/eqootrr/avm-sycl-gpu-acceleration
  • https://github.com/equetuspulcherfieldspaniel4111/langchain-colony
  • https://github.com/Equipped-category48/stellar
  • https://github.com/eranthishyemalissymbolizing861/LibGate
  • https://github.com/erbro61/Prompt-Engineering
  • https://github.com/ercumennt/year-calendar-js
  • https://github.com/erectile-sirbarton7427/umay-ai-markdown
  • https://github.com/eredna/Prof-List-For-10043-Student
  • https://github.com/ErenKral254/nextjs-webapp-template
  • https://github.com/ErenYaeger8/youtube_playlist_downloader
  • https://github.com/Erenyegar2/modular-auto-specch-recog-toolkit
  • https://github.com/eric69eric/business-gemini-2api
  • https://github.com/Ericaless553/ai-crude-oil-trading-bot
  • https://github.com/ericdavi0/teGATElx
  • https://github.com/erick2078/OFDM-TxRx-Baseband-Project
  • https://github.com/erick6738/MEDIDOR_TENSAO_CORRENTE
  • https://github.com/Ericklumasai12/Natural-Disaster-Prediction
  • https://github.com/ericksitoe/idea-distiller
  • https://github.com/Erickxws/system-design-101
  • https://github.com/Erickzinz7/lee-su-threads
  • https://github.com/erik123457/fileripper-library
  • https://github.com/eriktita/uhconst-admin-dashboard
  • https://github.com/erikturbolt/Godzilla_bypass_webshell
  • https://github.com/eringgeesg/pydantic-ai-middleware
  • https://github.com/ErionC94/solidity-abi
  • https://github.com/Eris123234/react-staj-2025
  • https://github.com/Erkmik/best-python-html-parsers
  • https://github.com/erlongos/Kazi-Haven
  • https://github.com/Ermi34/Bedrock-Addon-Wrangler
  • https://github.com/Ermias855/Intelligent_Customer_Agents
  • https://github.com/Ermz2/jjdag
  • https://github.com/Ernark546/snapstudy
  • https://github.com/ernestaweak8629/yourvpndead
  • https://github.com/erogenous-unmarriedwoman194/SenseAI
  • https://github.com/Eros1132/wtf
  • https://github.com/Eroseleafgrowth612/siliao
  • https://github.com/Erozin624/Trend-vs-Collection-Forensics
  • https://github.com/Erratic-ceramicware752/TGS-2023039181-SecurityPlus
  • https://github.com/Errolunassisted802/ltk-manager
  • https://github.com/error444444444444/ai-stock-analysis-dashboard-public
  • https://github.com/ERRORERRO/ethereum-workshop
  • https://github.com/ErTmannobom/terraform-aws-vpc-peering
  • https://github.com/Ertugruld1998/nyc-taxi-fare-prediction
  • https://github.com/eryoni2/Portfolio-website
  • https://github.com/esad123/modern-pyside6-auth-ui
  • https://github.com/Esclipyt/realtime_tracker
  • https://github.com/esdras01-droid/gokart
  • https://github.com/ESI-Games/Python--Startup-Success-Prediction-using-Machine-Learning
  • https://github.com/EsmeraldasDEY/ai-topics-map
  • https://github.com/espectrum33/actual-budget-app
  • https://github.com/Espinalg9001/live-translator
  • https://github.com/EssafPs/go-adwaita-file-dialog-demo
  • https://github.com/EssamDynamo/CC-Switch-Web
  • https://github.com/Essential-ecclesiasticism933/beatmap-overlay
  • https://github.com/Essilfiesh7399/k8s-VideoTranscoding
  • https://github.com/Estani420/Portfolio-Website
  • https://github.com/Esteban2680/wxkfbot
  • https://github.com/estebannano2009/OT-based-Heterogeneous-Multi-Modal-Fusion-Embedding-for-AD-analysis
  • https://github.com/Estebnvx/wechat-article-to-markdown
  • https://github.com/Estii24/cloud-native-inventory-system-serverless
  • https://github.com/Estoysad/The-First-Descendant-Menu
  • https://github.com/EStrelaaa/agent-fuse
  • https://github.com/estrogenantagonistbustier65/bulletproof
  • https://github.com/esxprofi/uber-1mpwg
  • https://github.com/Etash212010/bibi-binaire-cerveaux-non-humains
  • https://github.com/Eternity-36/PennyWise
  • https://github.com/EternityRPp/StarCap
  • https://github.com/eternitytheodoredwightweld238/ctf-agent
  • https://github.com/ethan148h/Lifeguard
  • https://github.com/Ethanoateseconddegreeburn244/HTB-Writeups
  • https://github.com/Ethan-sonic/Data-store-engine
  • https://github.com/Ethic-Coder/qa-microservice-test-harness
  • https://github.com/ethylgrouppinuscaliforniarum631/Amber
  • https://github.com/Etsdsf8797/grab
  • https://github.com/eumiguellllllllll/copilot-rules
  • https://github.com/EunelAfloro/freeWispr
  • https://github.com/Eunsei677383/Free-Passive
  • https://github.com/Europeanbeechresearch382/bikescout
  • https://github.com/Eustaciadefervescent6041/Android-Habit-Tracker
  • https://github.com/Euthan1zed/WarehouseMA
  • https://github.com/Evan656555553324/cce
  • https://github.com/evan-anatasius/lootdrop
  • https://github.com/evandirsaul01021/agents
  • https://github.com/evangeli9938/lore
  • https://github.com/evanh14/backend-engineer-path
  • https://github.com/evaniabranchless581/GUAN-Framework
  • https://github.com/Eve00011/BWM-XMD-QUANTUM
  • https://github.com/evenhanded-genuspilularia452/api-gateway-springcloud
  • https://github.com/everArevaloo/volscan
  • https://github.com/EVERSON70X/CSG-Open-Source
  • https://github.com/Everybodyleft/Blog-API
  • https://github.com/evettecovered89/windows-socket-bot
  • https://github.com/EvilThomas/todo-app
  • https://github.com/EvoCommerce-byte/white-hat-backlink-generator
  • https://github.com/evonianetwork/AetherLens
  • https://github.com/Ewoba/kick-tg-rewards
  • https://github.com/ewx12344/AutoRX
  • https://github.com/Exabyteasiaticbeetle444/burrow
  • https://github.com/exact-treesquirrel5419/ai_osint
  • https://github.com/excited-shot384/luma-dream-machine-pro-free
  • https://github.com/excorsistvoid/Neuro-Bridge
  • https://github.com/Excusable-marshmallowfluff753/devradar-cli
  • https://github.com/executivecouncileconomicexpert410/bacnet-simulator
  • https://github.com/Expectationtherapeuticabortion479/OpenEMMA-UI
  • https://github.com/Expiable-cuscuta152/nox-framework
  • https://github.com/explorative-largemagellaniccloud775/MF.Radius
  • https://github.com/exploreaj732/buildninja-quickstart
  • https://github.com/expurgatoramphibolegroup853/SEPCC
  • https://github.com/exuvial-bar64/skills
  • https://github.com/EYAADN/zai-python-sdk
  • https://github.com/eyepa6124/Buddy
  • https://github.com/Eyman67/mnist-neural-network
  • https://github.com/Ezdokz1337/sunona-v0.001
  • https://github.com/Eziah550/portfolio-base
  • https://github.com/f1nthelad/google-contacts-mcp-server
  • https://github.com/F4DED-cmd/duration-calc
  • https://github.com/fabevb/LawnCare_CRM_AI_SaaS
  • https://github.com/Fabiancito-dev/react-server-render
  • https://github.com/FabianCormier/Cross-Domain-transfer-learning-from-Human-Motion-to-Robot-Fault-Detection
  • https://github.com/FabianEreira26/Raksha_Astra-Women_Safety_App
  • https://github.com/FabianRey93/Personalizar-xfce
  • https://github.com/fabincma/chronicle-ai
  • https://github.com/fabinhoninja/RapidHLS
  • https://github.com/fabioeschatological621/fake-news-detector
  • https://github.com/fabios494/EdgeTabGroupsBackup-extension
  • https://github.com/Fabri08642/google-maps-scraper-pro
  • https://github.com/Fabri141164/zigdoc
  • https://github.com/Fabricia365/ExeFoundry
  • https://github.com/Facile-toitoi922/khan-skycard
  • https://github.com/Factv3152/NETBREAKER
  • https://github.com/facuu23/Batch-LIWO
  • https://github.com/FadhilSyauqiRamadhan/imguno-playbook
  • https://github.com/fahad25051988/pihole-tailscale-dns
  • https://github.com/fahad3482/RF-CHAOS
  • https://github.com/Fahad396/fusedash-examples
  • https://github.com/faheddd4/basilisk
  • https://github.com/fahimalambhuiyan7/langchain-restaurant-ai
  • https://github.com/fahizzz/keycursor
  • https://github.com/fahk2408/libassuan-ur
  • https://github.com/Fahmi127/Economic-DNA-Repair
  • https://github.com/fahridimas/DyToK
  • https://github.com/Fahrurrazikin/awesome-a2a-hub
  • https://github.com/fair-additive275/StyleSense-AI
  • https://github.com/FaisFromYt/ralph
  • https://github.com/Faiz07yo/digital-marketing-pro
  • https://github.com/faizallbs/create-agent-config
  • https://github.com/Faizanasif786/BlazorWebBluetoothDemo
  • https://github.com/faizi657/Jackal
  • https://github.com/faizirana/TimeManager
  • https://github.com/Faizy5/web-studio-pro.github.io
  • https://github.com/FajarSangTrader/text-feature-span-extractor
  • https://github.com/Fakay07/FRAUDULENT-TRANSACTION-DETECTION
  • https://github.com/FAKECODE17/SwiftAgents
  • https://github.com/fakenew12/Collatz-12
  • https://github.com/Fakhrimub1073/better-pwa
  • https://github.com/Falcone2003/CSS-Hamburger-Menu
  • https://github.com/falcosunny90-sudo/claude-project-scaffold
  • https://github.com/FAMASZILA/firestore-dde
  • https://github.com/familycephalotaxaceaeseed77/scg_Foundation-1-comfyUI
  • https://github.com/familycyrilliaceaelucknow157/UnlockerPhone-Tool-26
  • https://github.com/familyhyaenidaecorrelationmatrix180/chainpulse-ai
  • https://github.com/familyichneumonidaenominal503/OptimumERP-landing
  • https://github.com/familypercophidaeburhinusoedicnemus263/Radiomics-Table-Reformatter-for-3D-Slicer-Radiomics-Extraction-Outputs
  • https://github.com/Famished-articleofcommerce898/alfred-apple-music-format
  • https://github.com/fancied-taper314/c64
  • https://github.com/fangatigi/Health-Monitoring-Wearable-Device
  • https://github.com/fangthewhite/VertexGuard
  • https://github.com/Fank-ezz/R6-Xsonics-Ultra
  • https://github.com/Fansh-alt/CTk-Modern-Todo-App
  • https://github.com/FansVGaming/IRBox
  • https://github.com/Fantailgenusserenoa438/AI-Universal-Summarizer
  • https://github.com/Fantasm027/logly.zig
  • https://github.com/farah-boukadida/rewire
  • https://github.com/Farell-Kun/InstantOrganicCaves
  • https://github.com/FaresArgus/artaxerxes
  • https://github.com/farha4452/Text-To-Handwriting
  • https://github.com/farhan333-git/visiontrack-ui-kit
  • https://github.com/FARISS-01/BW16-SmartDeauther
  • https://github.com/Farkird/translategemma-ui
  • https://github.com/FarmasiUSTB/AI-Agent-Guide
  • https://github.com/Farrukh-zaman/verilog-k7e
  • https://github.com/Farsya15/try-cli
  • https://github.com/Fasthman109/Telegram-Marketing-Tools
  • https://github.com/Fatherless-costusoil269/ProxyMod
  • https://github.com/Fathuul/due_usbasp_programmer
  • https://github.com/fatih156612/finance-board-pack-ai-automation
  • https://github.com/FATIZA12366/rust-sms-gateway
  • https://github.com/FatkhurRq/transfira
  • https://github.com/Fatsab77/qianfan-deepresearch-bench
  • https://github.com/fattened-genusneotoma628/HACS-Update-Action-Tracker
  • https://github.com/fausto6791/16bit-cpu
  • https://github.com/fauziladim606-ui/nextjs-saas-boilerplate
  • https://github.com/Favas1962/NotchWise-Public
  • https://github.com/Favour247/deeper
  • https://github.com/FaycleZz/Socket-Inspector
  • https://github.com/Fayetteunordered9056/olist-ecommerce-platform
  • https://github.com/Fayku57/Aar-Act
  • https://github.com/fbi555/fashion-mnist-cnn-tf
  • https://github.com/Fccklworld22/skill-ten-prompt-generator
  • https://github.com/F-Codex/Apexio
  • https://github.com/fdghsfdhsr/meihua-yishu
  • https://github.com/Feaerless/video-parser
  • https://github.com/fearmotor/genai-security-training
  • https://github.com/featherlike-peperomiasandersii662/claude-code-fixed
  • https://github.com/featurearticlestory476/AgentBoot
  • https://github.com/febiiiiii/vedicpanchanga.com
  • https://github.com/fecalimpactionlivesteam824/steam-tools
  • https://github.com/Fede23161/Gen-AI-Home-Interior-Designer
  • https://github.com/Fede8034/Artificial-React
  • https://github.com/Federa3911/multi-agent-orchestrator
  • https://github.com/Federico14-ad2/AW-2025-Portfolio
  • https://github.com/FedericoMarchiGit/KiteAI-Auto-Bot
  • https://github.com/Feedbackatomicbomb98/How-to-Secure-Your-Git-Ass
  • https://github.com/feelingspatrol609/esp32-obd2-logger
  • https://github.com/Feilul6656/awesome-vibe-coding
  • https://github.com/feita2703/emerald-eyes-treasure-stones-market
  • https://github.com/Felicedioestrual116/vef-framework-go-docs
  • https://github.com/feliciaksantana17/JuniorMemSys-Suite
  • https://github.com/Felicityinheritable320/fullstack-real-time-chat-app
  • https://github.com/Felipawasted956/docker-container-monitoring
  • https://github.com/felipe122388-afk/taxi-trajectory-spatial-analysis
  • https://github.com/FelipeBatista02/systematic-trend-following-with-managed-futures
  • https://github.com/Felipecg4/geiz
  • https://github.com/FelipeDaza7/swarm-tools
  • https://github.com/FelipeeMartinez2/laravel-gcs
  • https://github.com/felipemaia13/ndarray-base-assert-is-data-type-object
  • https://github.com/Felix9383/office365
  • https://github.com/felixda804/zhangxuefeng-skillset
  • https://github.com/Felonious-juglanscalifornica342/Legend-RainbowSixSiege-Undetected-2026
  • https://github.com/femboygami292/geoalgeria
  • https://github.com/Feminine-theory252/claudecode
  • https://github.com/Fencelineanapsid199/music-scribe
  • https://github.com/fenermotta/gaia
  • https://github.com/Fenix11118/medical-rag-chatbot
  • https://github.com/Feppcell/Knoppix_OS_Documentions
  • https://github.com/FerdawsOmarkhail/awesome-ai-api-plus
  • https://github.com/Ferdinand160/Authify
  • https://github.com/Ferdyahusnain/tmux-minimal-theme
  • https://github.com/ferial-bayscallop907/EximiousSoft-Logo-Designer-Pro-Working
  • https://github.com/feriel12fr/CRoM-Context-Rot-Mitigation--EfficientLLM
  • https://github.com/fernandeshz/obsidian_flash
  • https://github.com/FernandoDLX/flinktab
  • https://github.com/Feros0/commentcrusader-burp
  • https://github.com/FEROsites/Machine-Learning-AI-Library
  • https://github.com/FerrosLosBerro/AntennaSim
  • https://github.com/ferrystand/hashtrie
  • https://github.com/fesdfisdfhsdkfmvndfjger/rag-hybrid-search
  • https://github.com/Festusenoch/TailAdmin-Laravel-Starter-Kit
  • https://github.com/fetterboneplate252/youtube-upload-tool
  • https://github.com/feugeu/vsWaybar-Studio
  • https://github.com/Fewgenusdendroaspis337/v2rayN
  • https://github.com/fgfernandez93/arthas-workbench
  • https://github.com/Fggggggggd/AI-Anvil
  • https://github.com/Fggp09/mullvad-connection-status
  • https://github.com/fgsanchezb/megasync-multiple-instances
  • https://github.com/fiaaay/projects-parser
  • https://github.com/Fictionalizationscaffold373/Semaphore
  • https://github.com/Fidelaprone23/ELF
  • https://github.com/Fidelelpato/esocial_s5002_comprovante_rendimentos
  • https://github.com/Fidelitywinged648/android-sec-mcp
  • https://github.com/fielcharlie/dota-umbrella
  • https://github.com/Field9378/amplify-next
  • https://github.com/Fierifaciashaplopappus337/Metamorphic-Resonance-Human-Language-Gamers
  • https://github.com/FIFA22REAL/microservices-k8s-lab
  • https://github.com/FificzekYT/go-collections
  • https://github.com/fightcIub/Computer-Assistant-Public-Version
  • https://github.com/FihmyJabareen/graphing-calculator
  • https://github.com/FIJIHERE/GitHubDaily
  • https://github.com/fik93673/QueryMind-SQL
  • https://github.com/fikaa14/musbabaff.com
  • https://github.com/FikihYuhadaSena20312060/ryanbakker-v5
  • https://github.com/fikna99/stm32-smart-sensor-hub
  • https://github.com/Filariid-hornist8429/studyield
  • https://github.com/filhodepedreiro/Gemini-Live-discord
  • https://github.com/filidesixpenny423/Bose-SoundTouch-Hybrid-2026
  • https://github.com/filipszaulity/specificproxy
  • https://github.com/filmable-penguin95/OpenHarness
  • https://github.com/FineG21/docker-lampp-stack
  • https://github.com/fine-siberia109/mlx-indextts-webui
  • https://github.com/finestakiishi/opensymf
  • https://github.com/Fingrows/rankfuse
  • https://github.com/finleytransparent919/ShutterEye
  • https://github.com/finnX228/Gengram
  • https://github.com/Finot3/dnspy-mcp
  • https://github.com/finvowork45-alt/flarepilot
  • https://github.com/FiqSkibidi/vpscompass
  • https://github.com/Firaz33/Rust-demo---Python-Comments-Remover-
  • https://github.com/Fireresistive-bottleneck299/aws-jit-access
  • https://github.com/Fire-wall5/Causal-Forcing
  • https://github.com/firmamental-liveborninfant247/karlmarx-skill
  • https://github.com/Firstwray1436/secure-identity-api
  • https://github.com/FisaoranaTech/mcf_cli
  • https://github.com/Fish1576/decennium-clinic
  • https://github.com/Fishin09/GodzillaNodeJsPayload
  • https://github.com/fishladdernewswoman851/KnobMixer
  • https://github.com/fitriantytea/CYD_OlympicsScoreboard
  • https://github.com/Fivengineer/.github
  • https://github.com/fjoel40/PicoMeshCore
  • https://github.com/fkern4612-design/openclaw-telemetry
  • https://github.com/flameb918/InsomniacUnwinding
  • https://github.com/Flamimods/articles_project
  • https://github.com/flann7/legacy-vault
  • https://github.com/Flashbackmarketcapitalization665/wifi-passview
  • https://github.com/flat-selfevidenttruth414/remote-task-board
  • https://github.com/Flaunty-gheg188/petdex
  • https://github.com/FLAVIO3333/ProxyForFree
  • https://github.com/flavioAsync/EpicDuels
  • https://github.com/FletchR1/easy-dna-extractor
  • https://github.com/Flexvent/AioProx
  • https://github.com/flinchtheflincher/assert-is-equal-booleanarray
  • https://github.com/Flinnfeminine191/WorkShadow
  • https://github.com/flipcode113/Python-Neural-Network-from-Scatch
  • https://github.com/Flirtseychellois915/sql-calisma-ornekleri
  • https://github.com/flisly/segurancadainformacao
  • https://github.com/floatmebibit791/SteamlessController
  • https://github.com/Flooded-stellaria921/decibri-web
  • https://github.com/Florellaoccipital551/claude-code-discover
  • https://github.com/Florrisquealing185/soenneker.extensions.spans.readonly.chars
  • https://github.com/Flossiemultinational273/insanely-fast-whisper
  • https://github.com/floweringraspberrysutra841/linuxmint-22
  • https://github.com/flowersdae/storage-scale-agents
  • https://github.com/flowfn98-alt/llm-app-exploration
  • https://github.com/FlowRS7/ash_typescript
  • https://github.com/Floyddemocratic337/fijahu-6
  • https://github.com/FluffyFF/Algorithmic-Trading-AI
  • https://github.com/Fluge476/URPFrameAccumulationRendererFeature
  • https://github.com/fluke22020/vllm-omni
  • https://github.com/FluxAg/Cartify
  • https://github.com/fluxflapping699/factory-cursor-bridge
  • https://github.com/FluxSor/healthcare-claims-medallion-pipeline
  • https://github.com/FlyingSnowFox/CS2-Hack-2025-Ultimate-Tool-for-Competitive-Edge
  • https://github.com/flysloughofdespond447/claude-code-opentelemetry-setup
  • https://github.com/FlystudiosTech/haydee-ai-outfit-generator-gui
  • https://github.com/fnbdesign/git-notes-memory
  • https://github.com/Fodinha123/nix-son
  • https://github.com/fogbound-bellringing777/product-architect
  • https://github.com/Fogparainfluenzavirus7880/daybar-app
  • https://github.com/foliagerosebush512/dbecho
  • https://github.com/Fontelo/marshall
  • https://github.com/fonteusa66/SDWebImage
  • https://github.com/Fonziecurable529/pinocchio-never-nonce
  • https://github.com/foollyge/salesforce-ai-architecture-kit
  • https://github.com/Foolman21/google-cybersecurity-linux-permissions
  • https://github.com/Footnotedistressingness573/imagen
  • https://github.com/Footsure-atholfugard2102/MiMo-V2.5-ASR
  • https://github.com/Forceful-gluteusminimus381/mqttgo_dashboard
  • https://github.com/forcepumpholibut956/pentest-ai
  • https://github.com/Forcesoftware109/claude-code-hub
  • https://github.com/Foresthumanistic755/context-accordion
  • https://github.com/forexkilleremzansi/cfbase64
  • https://github.com/forged-profanity770/denoiser
  • https://github.com/Forlove0319/google-ai-overview-blocker
  • https://github.com/Forman123-cash/Phase-Gradient-Cavitation-Model
  • https://github.com/Formularycataloguer454/TeleNest.-Cloud-System
  • https://github.com/fortnite650/auto-kill-terminal
  • https://github.com/Fortugenic/claude-peak
  • https://github.com/Forty-genuspickeringia400/tianyan-3.0
  • https://github.com/Foto12ab/xsheet
  • https://github.com/FouadAlshweiki04/Profile-Templetes
  • https://github.com/Foullineceleryseed314/the-selection-layer
  • https://github.com/Foundersieve687/skill-gateway
  • https://github.com/fourparty-utnapishtim59/llm-knowledge-base
  • https://github.com/Fourpenny-brutalisation838/QRSteganography
  • https://github.com/fow5916-eng/professional-bg-remover
  • https://github.com/foxbatera/OpenDuck
  • https://github.com/FoxMAster0007/ebay-crosslister
  • https://github.com/Foxtalbotblackolive1624/glm2api
  • https://github.com/fozatotest/LoopSnap
  • https://github.com/FPCYT/haanmetric-ai-index
  • https://github.com/FqpF-c/AI-Scientist-v2
  • https://github.com/Fr03ty/Discord-AFK-Status-Bot
  • https://github.com/frager14/Telegram-ID-User-Info-Quick-ID-Bot
  • https://github.com/francesmaryfourdimensional202/sarok-area
  • https://github.com/Franchelisenc6783/seashell
  • https://github.com/franchmaverick/react-iran-maps
  • https://github.com/francinesinglestranded789/cosim-gpu
  • https://github.com/francisfinn/Prediction-with-Binomial-LOgistic-Regression
  • https://github.com/Franciskathriving36/weixin-agent-sdk
  • https://github.com/franck-bedis/langchain-sql-agent
  • https://github.com/Franco494/aws-eks-ent-multi-az-cluster
  • https://github.com/Frania3051/Clawde_Code
  • https://github.com/FRANK5509/idea-extractor
  • https://github.com/franklin798/Claude-Code-Deep-Research-main
  • https://github.com/Franklintetragonal587/WinShaper
  • https://github.com/FranklynChimobi/locusts_mcp
  • https://github.com/Frank-Rojas09/EdgeGuard
  • https://github.com/Frantz69th/Aesthetic-vscode-Rice
  • https://github.com/franxsanthony/verdict-community
  • https://github.com/fraximax/atlas.stats
  • https://github.com/FRAZE76/Open-Aimbot
  • https://github.com/FreakyLittleDawg/go-openexr
  • https://github.com/frederic129/react-interview-tasks
  • https://github.com/fredux346/INGerson2910.github.io
  • https://github.com/fredys92/pi-ds4
  • https://github.com/free1palestine078/rupiah.dsgn.lv
  • https://github.com/freefire2chyko-a11y/openclaw-autotrader
  • https://github.com/freefirechoilienquan/lethe
  • https://github.com/freeforall06/awesome-claude-code
  • https://github.com/FreeGgOnline/Julia_Modeling_Workshop
  • https://github.com/freehand-alkalimetry830/cre-acquisition-orchestrator
  • https://github.com/free-ningirsu941/HOMIE-toolkit
  • https://github.com/Freewheeling-agonycolumn38/lumiqo
  • https://github.com/freezedried-pique435/claude-code-source
  • https://github.com/FreezZy0/bar-management-database
  • https://github.com/Frei575/eslint
  • https://github.com/freitasp1/claude-code-skills
  • https://github.com/freiwi/CVE-2025-8110
  • https://github.com/Frequent-kitchensink2933/opencode-status-signals
  • https://github.com/Fres203/multi-agent-ecommerce-system
  • https://github.com/Freshi334/zillow-phone-number-scraper
  • https://github.com/Fried1Chicken/user-service-springboot
  • https://github.com/Friederikesatyric456/waydeeper
  • https://github.com/frigimtagakc685/ios-web-payments
  • https://github.com/fritsferdiansyah38-EOS/simba-mcp
  • https://github.com/fritzkeisler/FineTuning-MetaCLIP-2
  • https://github.com/frivolous-wiring433/axios-attack-guide
  • https://github.com/Frog456-dev/secwexen-arsenal
  • https://github.com/Froggitoid/ai-coding-foundation
  • https://github.com/FroppyCar/SII_Thesis_Template
  • https://github.com/Frostbound-northsea978/api2cursor
  • https://github.com/frostedbatleague736/devtaskflow
  • https://github.com/FrottXvier2425/pulsemap
  • https://github.com/frozen-tweediness982/Nyxstrap
  • https://github.com/frsendamoebidae505/wisecoin-options
  • https://github.com/Frumsapap/Inkrypt
  • https://github.com/fsauxxy/Proschoolertools.com
  • https://github.com/ftdeepak07-cpu/touch-epaper-hat-with-RP2350-PiZero
  • https://github.com/ftxk000/Linux_Installation_ubuntu_20_04_lts
  • https://github.com/FuckOBS/videotoquery-rag
  • https://github.com/Fuhreh/Steam-Market-Insights-Data-Advisor
  • https://github.com/Fulminant-funiculitis672/class-prometheus-grafana-telegram-alerts
  • https://github.com/Fungicidal-swahili591/insta-checker
  • https://github.com/Funny-activetransport125/cursor_agent_status_light
  • https://github.com/funnylol343/network-gns3-cisco
  • https://github.com/FurkAlb/Global-Power-Plant-Analysis
  • https://github.com/furkan909/TerraDiff
  • https://github.com/furkha/claude-skill-bog-payment-gateway
  • https://github.com/Futilityplay94/object-height-measurement-system
  • https://github.com/FuturoBlack/AutoML-Asset-Pricing-Pipeline
  • https://github.com/FuXiT445/webrtc_check_nat
  • https://github.com/FxThomas08/stable-diffusion
  • https://github.com/fylypas/email_reporting_system
  • https://github.com/fyybisnis4-gif/mole.nvim
  • https://github.com/fzzax/internship-challenge-personal-library
  • https://github.com/g0nzuu/Saas-Notes-App
  • https://github.com/G1o22/awesome-ai-agents-2026
  • https://github.com/g3print-rgb/BetterChatMute-Enhanced
  • https://github.com/g4crm/automotive-gpt
  • https://github.com/Gaasla/moody-diagram-generator
  • https://github.com/gabbylists/Forge
  • https://github.com/Gabeeeeeesd/otel
  • https://github.com/GabeFreitasSF/github-repo-stats
  • https://github.com/gabie333/binance-skills-hub
  • https://github.com/gabiestuck33/Unity-Dev-Toolkit
  • https://github.com/Gabito1967/ai-blog-recommendation-django-elasticsearch
  • https://github.com/gabjustapro/hackingGadgets
  • https://github.com/GABO1491/dualview
  • https://github.com/Gaboo12ada/Ai-trader-crypto-bot
  • https://github.com/Gabriel1824/vercel-blob-client-starter
  • https://github.com/Gabrielaindifferent114/lectureflow
  • https://github.com/Gabrielasts/Phishing-detection
  • https://github.com/GabrielBezerra123/SegviGen
  • https://github.com/GabrielC25/op-server
  • https://github.com/GabrielCHP/nodejs-graphql-server-envelop
  • https://github.com/GabrielNetoAUT/tps.sh
  • https://github.com/gabrielornellassteam-bit/melbits-pod-firmware
  • https://github.com/Gabrielsilvade/atlas.clock
  • https://github.com/GabrielTamaisFischer/expo-ios-popover
  • https://github.com/gaby02/tauri-wire
  • https://github.com/GadgetManondiscord/ShanbayVocab-AlpacaPTE-chrome-crawler
  • https://github.com/gage6903/son-of-claude
  • https://github.com/Gagiyadilip/helm
  • https://github.com/gainly-playreading188/clawrelay-feishu-server
  • https://github.com/Gajju0910/revoshell
  • https://github.com/Gala2044/Transformers-for-absolute-dummies
  • https://github.com/galaxf/DependencyInjection
  • https://github.com/GALEANOgl18/playlist-converter
  • https://github.com/Galilean-solwayfirth526/free-ai-alternatives-to-paid
  • https://github.com/Galin1211/Overlook
  • https://github.com/Galipledger/pizzis-hub-de-noticias
  • https://github.com/Gallar8800/ADCSDevilCOM
  • https://github.com/gallinaceous-exoticism556/envtunnel
  • https://github.com/gallowsbirdmolestation951/build-your-own-ai-coding-agent
  • https://github.com/galoze122-oss/bonsai-memory
  • https://github.com/Gama2202/sales-performance-analysis
  • https://github.com/gamefnfnaw-lgtm/ai-crawlers-reference
  • https://github.com/gameoplight-lgtm/FlowSet
  • https://github.com/gamerandomhobby/hybrid_lib_go
  • https://github.com/Gamerdevil39/beacon
  • https://github.com/GAMERKING2331/ai-investment-advisor
  • https://github.com/Gamersproyt/aws-microservices-rfp
  • https://github.com/GamersproYT982/kaspa-market-maker-bot
  • https://github.com/GamerYato/clipforge
  • https://github.com/Gamerz777/synckit
  • https://github.com/GamerzEyev2/Delivery-Zone-Pricing-Platform
  • https://github.com/gamesofvi8174/ai-email-assistant-superhuman-ai-shortwave
  • https://github.com/GamingRealXL/Seanpm2001_WorldDB_DB_Earth_Warsaw-Pact-_-Grouping-_-Former_Docs
  • https://github.com/Gamings3587/analytics-sql-patterns-for-ai-systems
  • https://github.com/GamingTVcz12/on-device-browser-agent
  • https://github.com/Gamming3701/marvell-hdd-reverse-engineering
  • https://github.com/gammy-eudromiasmorinellus95/resona
  • https://github.com/Gamo3a/Canteen
  • https://github.com/gane25/pawgrammerbot
  • https://github.com/ganesh2008born/gcp-gitops-lighthouse-config
  • https://github.com/Ganesh5648/TECHCRUSHERC-20
  • https://github.com/Gany-alves/LocalMind
  • https://github.com/Garaev071/omniviv
  • https://github.com/Garenaof2462/browser-ops
  • https://github.com/Garfiel7811/Real-Time-Data-Synch-System-RTDSS
  • https://github.com/GarouMonste/Teaching-Neural-Networks-to-Imagine-Tables
  • https://github.com/Garry4u4/Platform
  • https://github.com/GarvitGoyal/PyADRecon
  • https://github.com/gastanksingletax279/uhld
  • https://github.com/gatitofernandeA1/Azure-IaaS-Lab
  • https://github.com/GATO123e/flagged
  • https://github.com/Gatogris56/Portafolio
  • https://github.com/Gaura3560/content-autopilot
  • https://github.com/gaurangrafaliya/linha-viva
  • https://github.com/Gaurav316/Multichain-Scam-Deployer-Graph
  • https://github.com/gaurav88559/Primo-Ramdisk-Ultimate-Edition-Activated
  • https://github.com/GauravJotva/FlexiUI-React-Mobile
  • https://github.com/GauravSingh234/gtmpl-rust
  • https://github.com/Gautam9087/BeyWallet
  • https://github.com/GautamKumar292/Tele
  • https://github.com/gautam-pahlawat/DOD
  • https://github.com/gawon-Kim/super-dev
  • https://github.com/GayathriAnand/AelitaAstroFinance
  • https://github.com/gay-erythroblastosisfetalis55/claude-code-md-hook
  • https://github.com/gazaphrenology997/Attention_Module
  • https://github.com/gbmarianoo/VietDocQA
  • https://github.com/GC-RIP/zig.rb
  • https://github.com/GDanilo7/Authorative-DNS-server
  • https://github.com/geekjologs/all-of-it
  • https://github.com/geisabe4085/MT5EA-ForexTrading
  • https://github.com/Gel02/scarcity
  • https://github.com/gelmius/sip-mobile
  • https://github.com/gemgalawala/telecom-ops-claude-code-plugins
  • https://github.com/gemini04/b4u2cc
  • https://github.com/geminijong-cpu/hyperhives-macos-infostealer-analysis
  • https://github.com/geminiveo/Creative-Cloud-Fixer-2026
  • https://github.com/Gen9oooooo/rag-assisted-chess-agent
  • https://github.com/Genamicrometeoric721/models-info
  • https://github.com/Generosityoldworldwarbler946/cipher
  • https://github.com/genevievesuperior757/carocut
  • https://github.com/Gennivirginal629/clipmind-ai-macos
  • https://github.com/Gentil9090/OPAutoClicker
  • https://github.com/Genusagapornispopgroup691/openclaude
  • https://github.com/genusalsophilademimonde542/faultscope
  • https://github.com/Genusdasyurusfibonaccisequence730/voxrt-asr-ios
  • https://github.com/Genusepacrissloe5344/ducklake-demo
  • https://github.com/genusercillaindependentclause781/gstack
  • https://github.com/genuseriogonumdiffuseness584/phantom-disconnect-handler
  • https://github.com/genusexaeretodonspellingbee638/seo-toolkit-platform
  • https://github.com/genusgalagonapalm936/llm-hasher
  • https://github.com/genushydraoscillogram7224/Your-OWN-AI
  • https://github.com/genusnepetapisces283/lex
  • https://github.com/Genuspogoniacubicmillimetre130/context-infrastructure
  • https://github.com/geof4786/instreet-ts-sdk
  • https://github.com/geometric-detection287/Socat-Network-Operations-Manager
  • https://github.com/geonho0706/ID-LoRA-LTX2.3-ComfyUI
  • https://github.com/george923/copilot-ralph-mode
  • https://github.com/Georgiamaycrepuscular564/Rocket-League-AI-Bot-2026
  • https://github.com/Georgian12121/cloudsecure
  • https://github.com/Georgieselflocking582/laravel-translate
  • https://github.com/Georginapoised916/shadmin
  • https://github.com/geovanna8297/nanomind
  • https://github.com/geraldinaunfeathered821/claude-wake-up
  • https://github.com/gerardtschanz/revenue-os
  • https://github.com/gerelchimeg1123/arduino-stress-monitor
  • https://github.com/germaineproprioceptive757/Auth-APP
  • https://github.com/germanaandorran533/trace-slice
  • https://github.com/germanic-hwangho835/FolkLite
  • https://github.com/GerrieLouw/Mewgenics
  • https://github.com/gerrinh1005-source/ProxyAtlas
  • https://github.com/gerriumbellar10/AudioViz
  • https://github.com/Gershomallylic421/PIPO
  • https://github.com/Gershoncasuistical234/readme-roast
  • https://github.com/gersonM20/stock-tui
  • https://github.com/get-rich1/fanfix-com-scraper
  • https://github.com/getup223/MY-OS
  • https://github.com/getwaroo/fathom-mcp
  • https://github.com/Gfake-tech/python-langgraph-chatbot
  • https://github.com/GFGGHJKLL/savcoin
  • https://github.com/gfranrp/Auto-Pentest-LLM
  • https://github.com/gg7766aa/cinemaplex-devops-pipeline
  • https://github.com/GGAART/equip
  • https://github.com/ggggrggr/claude-trader
  • https://github.com/ggmenu/document-reader-mcp
  • https://github.com/ggt358/spinespy
  • https://github.com/GH8ST007/llms_with_google_cloud
  • https://github.com/ghaidaa-24/stocks-mcp
  • https://github.com/ghali12345/PythonClaw
  • https://github.com/Ghalwash123/MiMo-Audio-Training
  • https://github.com/ghaly12345/jdbc-servlet-jsp-postgresql
  • https://github.com/ghdfjkgh/nmoe
  • https://github.com/ghfjd/youtube-veri-analizi-sunum
  • https://github.com/ghghghghfdg/live-source-manager
  • https://github.com/ghh145218-a11y/Lightweight-Agentic-RAG-Service
  • https://github.com/gh-haphong/voxagent
  • https://github.com/ghndor/laravel-chat-engine
  • https://github.com/Ghoni74/voteclarify
  • https://github.com/GHOST0193/feishu-clawdbot-guide
  • https://github.com/ghost146767/openai-agents-python
  • https://github.com/ghost19-95/qr-forge
  • https://github.com/Ghost4474/Data-Structures-Algorithm
  • https://github.com/ghostast/web-design-notes
  • https://github.com/ghosterre/staycurious
  • https://github.com/ghosthunter8/AgentUI
  • https://github.com/GhOsTxChEaT/s4hana-ai-agent-openshift
  • https://github.com/ghosty21888/aegis
  • https://github.com/Ghscha8794/30-day-devops-starter-kit
  • https://github.com/Giacacl9164/review-rating-predictor
  • https://github.com/Giahyu943/AutoSage
  • https://github.com/gianbr20/Quick-Poll-Maker
  • https://github.com/giancarloumbellar851/HoliTok
  • https://github.com/giangcoi10/bxs-paper
  • https://github.com/GiftedSZN/ai-config
  • https://github.com/giga830/Movie-Show
  • https://github.com/GIGGAFATCHAD/programming-for-career
  • https://github.com/gilbertian-genuseptesicus179/AgenticResearchWiki
  • https://github.com/gilburtgradatory270/wayd
  • https://github.com/Giltedged-cobitidae247/Jenny-Mine-MOD-2026-MoreGirls
  • https://github.com/Gintoniclemon/Cinser
  • https://github.com/giorgityugy/terminal-recoverer
  • https://github.com/giovanna24623/polymarket-copy-trading-bot-v2.0
  • https://github.com/girichandan72/AnyTool
  • https://github.com/Girija-1722007/squareroottrippins
  • https://github.com/girijaswain/KiongaHotJava
  • https://github.com/gitgoub/CYBER-CORE-Professional-Telegram-PARSER-Marketing-Tool
  • https://github.com/gitipiticiti9/AWS-k8s-CICD-DevOps
  • https://github.com/gitxbal/full-stack-open-2020
  • https://github.com/giulianast9580/kika-brand-lab
  • https://github.com/GiulianoCode-V/launch-countdown-timer-main
  • https://github.com/GIUPIE12/link-shortening-service
  • https://github.com/Giuseppepointblank314/peace-equalizer-APO
  • https://github.com/gjorwal/animtoreal
  • https://github.com/GKmanideep-007/capiscio-python
  • https://github.com/Glamourous-mammalia359/quest-drop
  • https://github.com/Glaucous-paulhindemith289/VectorSearch.js
  • https://github.com/glitchpatrick/rftools-mcp
  • https://github.com/gllgkx/Algorithms-And-Problem-Solving-Roadmap
  • https://github.com/globalso8638/user-explorer-app
  • https://github.com/Glorianerespiratory712/ComfyUI-VideoColorGrading
  • https://github.com/GLOWLADY/polymvthic-resources
  • https://github.com/Gluttonous-repayment190/WaytoAGI-CLI
  • https://github.com/Glynnhindi975/IFS-firewall-machine-learning
  • https://github.com/gmahadevan7/faktenchecker
  • https://github.com/gmk418/Python-web-scraping
  • https://github.com/gmserver222/php-dev-stack
  • https://github.com/gmygpt/lama-loca
  • https://github.com/Godie09/laravel-12-routeserviceprovider-configuration-tutorial
  • https://github.com/godistre/openclawx
  • https://github.com/Godivawinterblooming431/payment-proof-system
  • https://github.com/godkirahere/ph-regions-cities-municipalities
  • https://github.com/GodOfStrategy/ecommdev-platform
  • https://github.com/GODXLUV/bichon
  • https://github.com/gofilm888-commits/agent_plus
  • https://github.com/GogooGreg/creative_coding-hand_particles
  • https://github.com/Gohan-debugK/Diabetes-Prediction-System
  • https://github.com/GojoXxe/data-quality-duel
  • https://github.com/Gokul-1721/Sahayata-Connect
  • https://github.com/Gokulceo/uniswap-v3-mev-bot
  • https://github.com/Goku-MUI-2018/aspnetcore-unit-testing_course-luisdev-part-3_dotnet-8_csharp-12
  • https://github.com/goldbrickcommemoration455/Lightning-Unified-Video-Editor-via-In-Context-Sparse-Attention
  • https://github.com/Goldenbrown-clitocybesubconnexa230/iso27001-sample
  • https://github.com/GoldenXerO/camgrab
  • https://github.com/Goldroger0262/PwnRM
  • https://github.com/goldwing4/pyml
  • https://github.com/golisanjay/PySpark-HR-Data-Pipeline-project
  • https://github.com/golporos/SonicBoost
  • https://github.com/Gomatrick318/Awesome-AIGC-Image-Video-Detection
  • https://github.com/Gomesdc90/ralphy-openspec
  • https://github.com/goncalorosa96/codemode-mcp
  • https://github.com/gongoristbigeye75/DotaServiceDesk
  • https://github.com/goodguy11320-web/AutoTranscribe
  • https://github.com/goodnesskalu/calc-speed-game
  • https://github.com/goonmaster22/PDFark-Mode-PDF-Darkmode-Converter
  • https://github.com/Gopal-krishna-coder/pointcloud_registration
  • https://github.com/GopelarCozen/nekochans
  • https://github.com/Gordaotrembala/django-shield
  • https://github.com/Gordapho1099/codex-skill-github-job-showcase
  • https://github.com/Goremat8506/Viral_Writer_Skill
  • https://github.com/Gork3045/Osho-Media-Player
  • https://github.com/GospelDavid/AuthMotion
  • https://github.com/GottanamePrathamesh/ilovecv
  • https://github.com/gourav-arh/LINE_FOLLOWER_CAR
  • https://github.com/Go-waterox597/Doppelvoice
  • https://github.com/GowrabathinaRakesh/vgrok
  • https://github.com/GOWTHAM959/The-Analysts-Mirror-Reflective-Dashboards
  • https://github.com/goxs0105757/Magic-World
  • https://github.com/Graceless-apeldoorn591/supply-chain-guard
  • https://github.com/Graciousnessobeche795/Email-Agent
  • https://github.com/GranArbol500/student-risk-insights-system
  • https://github.com/GRANDAO01/Bonkfun-Raydium-Volume-Bot
  • https://github.com/Granitewaregingerpop349/matryoshka-quantization-analysis
  • https://github.com/Grantie/IoT-Stream-Engine
  • https://github.com/Grantma3071/Yuzu-Emulator-Installer-Nintendo-Switch
  • https://github.com/granvil5576/OpenWebRadio
  • https://github.com/Grapehyacinthnationalinsurance712/gemma2-qlora-sft-grpo
  • https://github.com/gratedcheesefamilytoxotidae729/skool-map-scraper
  • https://github.com/gratost/callingcode-api
  • https://github.com/Greaterneworleansbridgetimework650/claude-code
  • https://github.com/greedo1/demo-repo-applicaiton
  • https://github.com/greenrobowolf1/SaveLife-patient-managment-system
  • https://github.com/Greenskeleton207/woodex
  • https://github.com/Gregprc/Prism
  • https://github.com/greikgk/FB-Pages-Creator
  • https://github.com/GrekosTheJogurt/antigravity-workspace-manager
  • https://github.com/Grifex-0/poly-git-mcp
  • https://github.com/Grifexdev/CR-aiogram-bot
  • https://github.com/grild/pa_task
  • https://github.com/Grimstrrr/Argonz-ML
  • https://github.com/GRINCHLIFE/nullsec-procspy
  • https://github.com/gringosinho/Spring-Core-Billing-System
  • https://github.com/griseldaunsounded26/Monash-Moodle-Downloader
  • https://github.com/groundhogdayzinger700/hydra-launcher
  • https://github.com/Growth360c684/SmartPlaylistNaviDrome
  • https://github.com/GRT55GRT5/antigravity-ai-agent-expo-flutter
  • https://github.com/grwncs/Computer-cursor-tech-support_Website
  • https://github.com/GSauceFries25/PlexMCP-OSS
  • https://github.com/GTA509FX/scrappe-tout
  • https://github.com/Gtpou7563/yukiwall
  • https://github.com/GTR-GAMES/Deep-Hierarchical-Planning
  • https://github.com/Gtserviz/Sentiment-Analyzer
  • https://github.com/gtwyeee/swiftplan-ai-agent
  • https://github.com/GU0911/Link-Bio
  • https://github.com/guahusni/ai-pdf-chatbot-langchain
  • https://github.com/guardiaoitauseguro/dx-terminal-pro-skill
  • https://github.com/GUDU01/Avast-SecureLine-VPN-Working
  • https://github.com/guidewordblacktea136/iconcraft
  • https://github.com/guildsocialismteamteaching487/Claude-session-smasher
  • https://github.com/Guilherme2885/global-agent-hackathon-may-2025
  • https://github.com/GUILHERME4572/InstaGram-Accounts-Creator
  • https://github.com/guilhermec375/ns3-sumo-coupling
  • https://github.com/GUILHERME-PATEZ/Monad-Bot
  • https://github.com/Guillen01/laravel-user-management
  • https://github.com/Guistricken690/DeepSeek-TUI
  • https://github.com/gulfstatesimpurity697/Weather-forecast
  • https://github.com/gummy-primarycoil230/arcdlp
  • https://github.com/guneed/paste
  • https://github.com/guntaraa23/DevOps-Journey-2025
  • https://github.com/Guramirez/nestjs-starter-api-template
  • https://github.com/GURU162004/raw-bits-to-next
  • https://github.com/Guru254-pixel/kicad-happy
  • https://github.com/Gusntn777/Awesome-ML-AI-Tutorial
  • https://github.com/gussecond/gemmate
  • https://github.com/Gusta7832/samsung-galaxy-book5-linux-drivers
  • https://github.com/Gustavo0166/simplematter
  • https://github.com/Gustavo-BackEnd/discord_audio_archive_bot
  • https://github.com/GustavoRobertoLorencetti/claude-model-router-hook
  • https://github.com/Gustibombi/bonjorno
  • https://github.com/gustqvo432/LootBin
  • https://github.com/Guts9999/paf-monorepo
  • https://github.com/gwapoako2023/cerata-mcp-server
  • https://github.com/Gwennetharteriosclerotic747/polymath-vault
  • https://github.com/Gwennunalike192/prose-os
  • https://github.com/GXFARIS/cloudflare-multiagent
  • https://github.com/Gxz111/mnemosyne
  • https://github.com/Gypsyrevised749/book-capture
  • https://github.com/gyshterinio/MBIM-Official-Website-Public
  • https://github.com/GZQKCHQM/M_bench
  • https://github.com/gztothesky/uptime-monitor
  • https://github.com/h01120246839-creator/Anthropic_Hackathon
  • https://github.com/H2345H2345661/blackjack-premium
  • https://github.com/Ha922/Kick_Channel_Points_Miner
  • https://github.com/HAARAaki/Education
  • https://github.com/habbi003/TangNano9K-SuperGlob
  • https://github.com/HabibahHafez/QR-Generator
  • https://github.com/Habiibiie/titanic-mlops-k8s
  • https://github.com/hache28/gemini-manga-localizer
  • https://github.com/hacker3537uh/Streamliner-AI
  • https://github.com/hacker7221/ai-debates
  • https://github.com/HackitHatchetScratch/frankenredis
  • https://github.com/hackraz/Debunking-Cpp-Myths
  • https://github.com/hackstergirlrocks/devlies
  • https://github.com/Hafiz3369/ppt-agent-skills
  • https://github.com/hafizhmdzaky/Manual-Web-Scanner
  • https://github.com/hahhahahhahhhahahha/netnoise
  • https://github.com/haicongtua/symbol-to-primitive
  • https://github.com/Haihai694/protofire
  • https://github.com/Hainam25699/contextwire-mcp
  • https://github.com/Haircoloringputdown176/Umbrella-HWID-Tool
  • https://github.com/Hairspuriouscorrelation574/EvidionAI
  • https://github.com/Hairy-jumper134/last30days-cn-skill
  • https://github.com/haitiancapitalbubblegum811/matlab-audio-analysis-toolkit
  • https://github.com/Hajietewhub/python-markdown-attribute
  • https://github.com/hake12345/DumpChromeSecrets
  • https://github.com/hakileo202/oh-my-class-schedule
  • https://github.com/Hala6135/bsv-wallet-cli
  • https://github.com/Haleesh-creator/ASNinformer
  • https://github.com/Haleighquick156/FOSS_Pigeon
  • https://github.com/halfhardy-prisoner580/nepse-quant-terminal
  • https://github.com/Halfmileyellowbristlegrass562/macpow
  • https://github.com/Halleandersaaleorthoptics337/canvaswm
  • https://github.com/Halonatlanticwhitecedar449/ArduSorter
  • https://github.com/hama1981/ROBLOX-MACRO-V3.0.0
  • https://github.com/hamadoun1760/cursor-talk-to-figma-mcp
  • https://github.com/Hamidinutile872/Assassin-s-Creed-Black-Flag
  • https://github.com/HamimArRafi/webapp-template
  • https://github.com/Hammadpeerzada/Tst-minimal
  • https://github.com/hammerantipodes82/dns-blocklist-builder
  • https://github.com/Hamobiles2899/loopndroll
  • https://github.com/hamoudi123-9/dreamdojo-aegis-sdk
  • https://github.com/Hamstockbreeder232/GoClub
  • https://github.com/hamza21280/Linked-List
  • https://github.com/Hamza27065/isekai-chrome-extension
  • https://github.com/Hamza510-max/captions
  • https://github.com/hamzakhans/Beyond-Compare-Latest-Patch
  • https://github.com/HamzaNN9/build-agent-context-engineering
  • https://github.com/Hanafyadham/unpoller-unifi
  • https://github.com/Hanan-github/digital-scorekeeper
  • https://github.com/Hancyk99/marstek-venus-bridge
  • https://github.com/Handy-sorbussitchensis200/pi-system-reminders
  • https://github.com/haneef1104/Prompt-Factory
  • https://github.com/haneenbassiony26/openclaw-metacognitive-suite
  • https://github.com/hanghang123456789/spellingbee-api
  • https://github.com/haniaaaaaaaa/defi-arbitrage-bot-deployer
  • https://github.com/Hanniformalised707/Code
  • https://github.com/Hanniselfreliant944/deep-live-cam-tutorial
  • https://github.com/Hanoda88/claude-model-fingerprint
  • https://github.com/hansrainier21-ux/legalize
  • https://github.com/Hant-Eldeen1/liferay-headless-devcon-2025
  • https://github.com/haplosporidiaprecognition804/NLP_Sentiment_Analysis
  • https://github.com/Haraharix/Game-Discord-Bot
  • https://github.com/Harbahyormi/PHY180-Pendulum-Project
  • https://github.com/Harby3816/BeadsMCP
  • https://github.com/Hardhitting-rattle870/gorisk
  • https://github.com/hareful/personaplex-voice-bot
  • https://github.com/Harinavalona-web/XWan
  • https://github.com/Hariprasadrio/OpenOfficeAI
  • https://github.com/Harislang/Interactive-3D-Black-Hole-Merger
  • https://github.com/HaritejPilly/Migrate-From-Tenor-To-Klipy
  • https://github.com/Harjotgallay/notcrawl
  • https://github.com/harlandfreaky313/SaedMohamud11
  • https://github.com/Harmonicmeansetting776/Claude-in-Feishu
  • https://github.com/Haroldrivail/collectiv-ai-business
  • https://github.com/haroune4xlxx/prablog-php-blog-cms-scrip
  • https://github.com/Harry69691234/roboreplay
  • https://github.com/Harsdesco/SNU_2D_ProgrammingTools_IDE_Java-Properties
  • https://github.com/Harsh706-web/isthmian-script
  • https://github.com/harsh888-hub/antimanual-builder-public
  • https://github.com/harshalcoder2841/RadarSim
  • https://github.com/Harshcodeszs/cronbeats-python
  • https://github.com/harshitanathani2709/ai-prompt-ppt
  • https://github.com/Harshx07/grepai
  • https://github.com/Haruu1111/arvis
  • https://github.com/harv99y/ServUP
  • https://github.com/hasanf7711/ai-engineering-interview-questions
  • https://github.com/hasanjubayer108-jpg/Subnautica-2-Release
  • https://github.com/haseebsdasdw/ip2geo-php
  • https://github.com/Hash-Ag/libsocks
  • https://github.com/hashWlmao/typewhisper-mac
  • https://github.com/Haskellfirm377/EthRecover
  • https://github.com/hasnain-gill/Minecraft-Like-Voxel-Game
  • https://github.com/hasnatHub/free-ai-certification
  • https://github.com/Hassan3993/facet-coverage
  • https://github.com/hassanking772/Flutter-Starter-Pro
  • https://github.com/Hatfulaengus741/hungryui-official-website
  • https://github.com/hati4100/oag
  • https://github.com/HawaiianTreeBark/ansible-job-platform
  • https://github.com/Hawwadesigner/Gym-Management-System
  • https://github.com/Haytem11/crudforge-node
  • https://github.com/Hazem6482/glovo-ui-practice
  • https://github.com/hazri31/enterprise-data-platform-aws
  • https://github.com/Hazzardyy/Monorepo-Commerce-App-with-Microservices-Architecture
  • https://github.com/hbgfjbgfgj/cc-compatible-models
  • https://github.com/hd249/cooked-folio
  • https://github.com/Hddhndnxn/Benchmarking-Physics-Informed-vs.-Foundation-Models-for-Cenozoic-Paleobiology
  • https://github.com/hdhks1229i3/vibecheck
  • https://github.com/hdksharan2020-pixel/cheat-engine-7.5
  • https://github.com/heashmat/RealTime-Codinates-Tracker-Unity
  • https://github.com/Heavyhearted-trumandoctrine255/Aws-Waf-Solver
  • https://github.com/Heavy-slash772/Umbrella-HWID-Tool
  • https://github.com/Hebdomadary-webspinningmite902/ValidatorKit
  • https://github.com/Hectornoncommercial727/NutriSense
  • https://github.com/Heenapaliwal/r2upload-architecture
  • https://github.com/Hehehe-desing/Ecommerce-Sales-Analysis
  • https://github.com/hehehegnnnnnnnnnnnnnnnnnn/Roblox-FPS-Unlocker
  • https://github.com/Hehehihihaha/Winsentials
  • https://github.com/HEJIeHuB4uK/PokedexApp
  • https://github.com/helderm989/vectro
  • https://github.com/Helios-coder/multi-cloud-data-pipeline
  • https://github.com/helixioyt-web/next-rendering-patterns
  • https://github.com/hellal12/netflix-09od6
  • https://github.com/Hello1waver/PokerUltimateCalc
  • https://github.com/hello-jinyong/Survey-Eligibility-Flow-Builder
  • https://github.com/HelloNathan9999/permission-patrol
  • https://github.com/Hemant028/namex
  • https://github.com/hemant36/Rythmo
  • https://github.com/Hemiparasitic-jewsharp131/laws
  • https://github.com/Hemodynamicsductusarteriosus405/AnyModel-Claude-CLI
  • https://github.com/Hemrajj13/Linear_regression_machine-_learning_model
  • https://github.com/Henchomur/hireme-api
  • https://github.com/Hendra300987/curia
  • https://github.com/Hendra-bootloop/open-rpi
  • https://github.com/Hendri1988/WASP
  • https://github.com/henksnot4387/smart-agriculture-management-system
  • https://github.com/hennymula/forklift-technical-manifest
  • https://github.com/Henriepigastric590/colabclaw
  • https://github.com/Henrietapolyphonous768/chatgpt-desktop-claude-desktop-perplexity-desktop
  • https://github.com/henrijaime/Flutter-Awesome-Dialogs
  • https://github.com/HenriqueMoreira-f/droid-factory-template
  • https://github.com/Henrique-PGR/mediacatalog-dynamodb-iam-ec2
  • https://github.com/Henriquesantos009/flipoff
  • https://github.com/Henry575/Traffic-Surveillance-LPR
  • https://github.com/Henryyy7/project-1
  • https://github.com/Herbaceous-flatfish820/crypto-data-manager
  • https://github.com/Hermyadrenergic766/cem
  • https://github.com/hero9528/powersub-demo-1821
  • https://github.com/heroldsuited356/Aether-Screen-Full-stack-Movie-app-
  • https://github.com/hertaintramolecular897/1m_release
  • https://github.com/hevc15hamza/pyspark-airfoil-noise-prediction
  • https://github.com/HevincyJinolia1402/SharkStage
  • https://github.com/Hewechargeable220/claude-telegram-server
  • https://github.com/heyman909/cloud-cost-optimizer
  • https://github.com/heythere123362847/Chirps-AI
  • https://github.com/HGFHDD/python-report-automation-system
  • https://github.com/HGGodhand33/skills
  • https://github.com/HGVAbyte/rlhf-data-agent-full
  • https://github.com/hhhhKijo/laravel-oidc-server
  • https://github.com/hhnphhnp/php-to-diagram
  • https://github.com/HI121313131311/junior-dotnet-developer-roadmap
  • https://github.com/hickman8220/folder-structure-visualizer
  • https://github.com/Hideki9/ROBERT.md
  • https://github.com/Hideyoshi001/low-layer-automation
  • https://github.com/Hiera45/react-native-nitro-glass
  • https://github.com/hieuminhnguyen2907/veselyitip8
  • https://github.com/Highbrow-genuscrataegus240/aether-ecosystem
  • https://github.com/Highmelodys/multi-database-architecture-casestudy
  • https://github.com/Highsounding-equisetumsylvaticum9062/skills
  • https://github.com/hiimnew3190/ai-cookbook
  • https://github.com/hijolk/nexusquant
  • https://github.com/Hildagardelucky309/awesome-testing
  • https://github.com/Hillardbucolic767/nextjs-go-monorepo-kit
  • https://github.com/Hilmi26/tku
  • https://github.com/Hima7777777/java-chat-application
  • https://github.com/himamaker/bucketwise-planner
  • https://github.com/himanshubaid14/cert2android
  • https://github.com/himato149/wechat-sdk-qclaw
  • https://github.com/Himel54/acoustic-esp
  • https://github.com/Himurab6049/tf-agent
  • https://github.com/Hinderanceleiopelmatidae328/vectorshift
  • https://github.com/hiperdex/boykisser
  • https://github.com/hirechabdessamad/bibrka14
  • https://github.com/Hired-raccoondog441/AI-RPG-Engine
  • https://github.com/Hireve/quick-note
  • https://github.com/Hirujasavidukap/Coinomize
  • https://github.com/HirukaIndiv/NetFlix
  • https://github.com/hirunageeshan2023-dev/sicm-study
  • https://github.com/Hisawa34/live_flow
  • https://github.com/Hishamqasim/Project-Eyes-On
  • https://github.com/historical-eutectic390/x402sdk
  • https://github.com/historical-leaveofabsence886/tor-browser
  • https://github.com/HitmanCR/rest-gateway-1771917206-3
  • https://github.com/hitmansimo9999/migrate
  • https://github.com/Hitplus/RingSide-Replay-Attack
  • https://github.com/hittall/quantum-lab-circuit
  • https://github.com/HLECTER69/logo-pattern
  • https://github.com/hlminzmi/dynamodb-express-crud-starter
  • https://github.com/Hloulmoh2183/AIComicBuilder
  • https://github.com/HMB09/Verifai-Attendance-System
  • https://github.com/HOAIVU8924/kickstarter-python-campaign-text-scraper
  • https://github.com/Hoangchau1111/stm32-rtos-wifi-led-control
  • https://github.com/HoangKien2004/PCI7200-variousFrontends
  • https://github.com/hoangthu3082000-jpg/site-sense
  • https://github.com/hoangtuanhehehehhe/AgentVault
  • https://github.com/Hockeystickcleistogamy492/htsa
  • https://github.com/holilme/CrxMem
  • https://github.com/Hollow-stand595/Expense-Tracker
  • https://github.com/Holly-annealkaloidal710/snapstudio
  • https://github.com/Hollylopsided474/ossguard-python
  • https://github.com/holygrail5565/auto-coding-agent-demo
  • https://github.com/Homeworkify1/Sign-Language-Detection-React-Python-Application
  • https://github.com/hon3ymesh/vistora-shoppping-site
  • https://github.com/hongsedemaozi/laramux
  • https://github.com/Honorundetectable111/grok-video-workflow
  • https://github.com/hoodboydave/fractals-project
  • https://github.com/Hookeepidiascope794/open-source-llm-llama-deepseek-qwen
  • https://github.com/hookerneologist793/neuraltrace
  • https://github.com/Horizon6252/secure-p2p-messenger
  • https://github.com/Hosk9612/venutian-antfarm
  • https://github.com/hospitalcarepicturerail653/cicd-pipeline-aws
  • https://github.com/hospitalce4829/Autodesk-Revit-2027-0-2-Full-Build
  • https://github.com/hossamyaser/Website-Data-Analysis
  • https://github.com/hostinally/vault-tec-tools-scripts
  • https://github.com/Hostingrdx1/tf12-docker-rosetta
  • https://github.com/Hotissuesalad740/NSGA_II_OT
  • https://github.com/houda17/metro3d.ru
  • https://github.com/Houssempi15/EcomChatBot
  • https://github.com/Hout-UI/ABS-XYZ-Testnet-Autofarm
  • https://github.com/howhow0818/DocuMind-AI
  • https://github.com/Hoyaspadework921/BuddyQ
  • https://github.com/Hqgra2900/rsloop
  • https://github.com/hsadoon/The-Escapists-2-trainers-hacks
  • https://github.com/Hseo3698/claude-auto-seo
  • https://github.com/HSG4338/springboot-oauth2-sso-example
  • https://github.com/hthieu1992/unai
  • https://github.com/Htutaun4736/polymer
  • https://github.com/huarcayadelacruzluisfernando/mern-todo-app
  • https://github.com/hubby32/__2025_11_01_tvdi_python_crawel__
  • https://github.com/hubuser10394729/enterprise-ai-agent-architecture-esim
  • https://github.com/Hudsona77/concrete-mathematics
  • https://github.com/Huehue2526/n8n_book_translator
  • https://github.com/HugoTorcuato19/nemesis-auditor
  • https://github.com/hunghung1122/rag_agent
  • https://github.com/Hunted08/duration-calc
  • https://github.com/Hunter1x2/stress-test-skill
  • https://github.com/hunterkevv/iphone-mcp
  • https://github.com/huntheaded963/Email-Marketing-Suite
  • https://github.com/huntleethin9336/SCEPTR
  • https://github.com/Hupahint417/autonomous-ai-trading-agent-llama3
  • https://github.com/Husaina9398/gbajs4
  • https://github.com/hussain1233/Pubg-DESYNC-Menu
  • https://github.com/Husseincartographical320/writing-style-skill
  • https://github.com/hussienz1953/openworkers-infra
  • https://github.com/Huy-2k11/Native-Parser
  • https://github.com/huydeptraivaio/ComfyUI-NovaSR
  • https://github.com/huyen0711/Jackpot_Game_Backend
  • https://github.com/Huyhoan2559/curated-mcp-servers
  • https://github.com/HuyLikehaiten/myip-packages
  • https://github.com/Huynhloi6789/fintech-payment-api
  • https://github.com/huysimon090-code/alumni-survey
  • https://github.com/huzefa12/waybar-timer
  • https://github.com/huzshaz/Serpentnote
  • https://github.com/hwgdfkchw/Generative-AI-Essentials
  • https://github.com/Hydraulictransmissionsystemelavil877/CS2-Transparent-Smoke-Utility-See-Through-Smoke-Like-Glass
  • https://github.com/hydrogencarbonateoverdrive701/enajenarteAA2
  • https://github.com/hydromanteshallpass747/apprentice-onboarding
  • https://github.com/hyhhyhhyhy/user-management-system
  • https://github.com/HyperGaming123/lanshu-idea-incubator
  • https://github.com/hyu164/Terrminus-CVE-2026-2406
  • https://github.com/iamagirlwithtechnicalmonstermind/firecrawl-swift-sdk
  • https://github.com/iamdeepkr/Qxi-npm-compromise-checker
  • https://github.com/iamgdragon/The-Future-of-Interactive-ML
  • https://github.com/iamhkr9/clickhouse-nsy
  • https://github.com/iamnakajim/line-numbers
  • https://github.com/Iamthatguy123/co-judgment-intelligence-v2.1
  • https://github.com/iamthebatman9999/animated-tesla-car-using-rust
  • https://github.com/iamthegoatgojo1505/biotech-intel
  • https://github.com/iamvav/Easy123Pic2Stencil
  • https://github.com/Ianquerim912/filelayer
  • https://github.com/Iansi36283/monty
  • https://github.com/IanZhang123/Universal-Scraper
  • https://github.com/ib199/Personal-health-assistant
  • https://github.com/ibrahim4sabaylh/offline-video-gallery-generator
  • https://github.com/Ibrahima-yans/G2VLM
  • https://github.com/Ibrahimkol/SDA23S
  • https://github.com/Ibrahimsabovictor/read-chapter
  • https://github.com/ibuuzm/Equity-Traders
  • https://github.com/Icarbonblack871/hirelens-showcase
  • https://github.com/IceBurg-Septric/weirdhost-login
  • https://github.com/IcedBlu/pixel-edge
  • https://github.com/iceeyes1only1/AI-RealEstate-Advisor
  • https://github.com/IceZ1/AI-Powered-Corporate-Meeting-Minutes-Action-Tracker
  • https://github.com/ichabodcognate315/recursive-improve
  • https://github.com/Icolfyou/RTCPilot
  • https://github.com/icy-debug/scalable-video-pipeline-demo
  • https://github.com/icyFivem/SoftMicroNetworkBroadcastChannel-SMNBC
  • https://github.com/Idaminervatarbelloilfield698/hp-printer-drivers-apple-silicon-patch
  • https://github.com/Idettebad85/cocodex
  • https://github.com/idk-man69/Personal-Assistant
  • https://github.com/Idknice/LLM-Neurosurgery
  • https://github.com/idkNikunj/Shell-Scripting
  • https://github.com/Idkwhattona/OpenAI-Compatible-API-Proxy-for-Z
  • https://github.com/Idle-caffeineaddict724/winaborator-ai
  • https://github.com/idudi00/prayer-times-calculation-dart
  • https://github.com/Ieiuess/Telegram-FAQ-Bot
  • https://github.com/Ifa09776/Anuvaad-AI
  • https://github.com/IFearNoHost/exo
  • https://github.com/ifrany1493/pai-kernel
  • https://github.com/Ignaciusinimitable780/G12_Capstone
  • https://github.com/Igorcms/UniHand
  • https://github.com/Igormelo1/ai-agents-learning-lab
  • https://github.com/Igorsaw8768/Crossy-Road-Style-Game
  • https://github.com/ihtius120/seeky.play.api
  • https://github.com/IIfaitdoux/agent-devtools
  • https://github.com/iiRoshdy/skills
  • https://github.com/ikeultramarine987/openclaw-pet
  • https://github.com/ikeybiserrate840/LOCK-R
  • https://github.com/Ilhammaruf/Email-Attachment-Downloader
  • https://github.com/Iliamnaalmoravid770/cryptochek
  • https://github.com/ilisj997/bekos-sounds
  • https://github.com/ilkerkaya97/BlueVector
  • https://github.com/Illecebrumhesitancy879/heerich
  • https://github.com/illmeso/stash-bookmark
  • https://github.com/illuminationunitprotectionist61/leafer-x-design-system
  • https://github.com/ILoveeMyDogBellaWella1031/OrderProcessing-RabbitMQ-Microservices
  • https://github.com/Ilovemybigas/Cardinal
  • https://github.com/Ilyasagibran007/AnyDownload
  • https://github.com/Ilyasmou4787/free-video-ai-generator
  • https://github.com/ilyasse253/VisualMem
  • https://github.com/IlyesBaccour/free-ai-certification
  • https://github.com/imamardiyanto/ts-testdoc
  • https://github.com/ImChriz-cis/DSStore
  • https://github.com/IMHIMwdasdwggr5eas/Aiseesoft-Data-Recovery-Latest-Patch
  • https://github.com/imlegitkkk/egg-exe
  • https://github.com/Immunityflaminianway18/oss-audit-24BAI10009
  • https://github.com/ImortalssSmpMan/TablePlus-Activated
  • https://github.com/Impellent-hydromorphonehydrochloride490/Network-Security
  • https://github.com/IMPERICAL2024/Itz-murali.github.io
  • https://github.com/Imrananti4462/openless
  • https://github.com/imurdad2344/dep-why
  • https://github.com/Inchoative-skylab263/BOMB_HAS_BEEN_PLANTED
  • https://github.com/incommodious-southamericancountry546/ScrcpyForAndroid
  • https://github.com/IndianGamer1313/build-in-public
  • https://github.com/Indo157137/tailwind-iab
  • https://github.com/inelasticitytransitive690/Splatoon-Raiders-PC
  • https://github.com/iNeradipZmalup/my_management_client
  • https://github.com/Infirm-crocus208/JSONCraft
  • https://github.com/infos3ddesigner/g4f-working
  • https://github.com/Infusemediagroup/sync-skeleton
  • https://github.com/Ingabergapophatic534/AmoraDb
  • https://github.com/Ingabergviable828/Polymarket-Market-Maker-Bot
  • https://github.com/IngeniJon/reddit-phone-number-scraper
  • https://github.com/IngeniousCrab/tornado-core
  • https://github.com/Ingngau/CTk-Calculator
  • https://github.com/Ingratiating-designatum15/general-crm
  • https://github.com/InneedIT/MouseClicker
  • https://github.com/inner-arteriasubclavia8557/system-nexus-pro
  • https://github.com/Inner-dhahran248/nextlayersec-assessment
  • https://github.com/Innocentpandav/employee-onboarding-automation-platform
  • https://github.com/InopeTH/moss-kernel
  • https://github.com/Insanmania/EditThinker
  • https://github.com/Insecure-birdfeed958/travel-hacking-toolkit
  • https://github.com/Intact-kaposissarcoma840/ECommerce-Sales-Analysis
  • https://github.com/IntanPurnamaPH/Icecream-PDF-Editor-PRO-Activated
  • https://github.com/intensoeli1/code-from-screenshot
  • https://github.com/inter13c-code/xin-code
  • https://github.com/Interceptorscoringsystem846/edge-computing-starter
  • https://github.com/interminable-saunterer371/autoeq-mcp
  • https://github.com/intermittent-privethedge882/claude-code-source-code-full
  • https://github.com/Interracial-mentum925/flymd
  • https://github.com/Interstate-sunriseindustry884/storm-dat
  • https://github.com/Inui30/PentestOPS
  • https://github.com/Invasive-soda349/ml-ims
  • https://github.com/Involute-wrangle2137/openpaper-mcp
  • https://github.com/inzamamul557/Selected-works
  • https://github.com/Iogenusvitis476/enajenarteAA2
  • https://github.com/ionut512/ai-video-generator-api
  • https://github.com/Ipay062021/simkit
  • https://github.com/ipoukoumondi/IWR-Bench
  • https://github.com/Ipsack587/OllamaHarness
  • https://github.com/Iqbal-Ahkilla/MixtapeTools
  • https://github.com/IranCvz/Doc-Converter-Pro-No-Trial
  • https://github.com/IrfannJY/Gemini-MAL-Bridge
  • https://github.com/Irish-taylor189/pakistan-super-league-app
  • https://github.com/IronMask1234554321/Rezi
  • https://github.com/Iron-max114/ai-laegens-bord
  • https://github.com/Irregularitygenusmotacilla190/brain-in-the-fish
  • https://github.com/irriga4605/student-management-system-servlet-jdbc
  • https://github.com/Irsa1212/free-ip-stresser-booter
  • https://github.com/irullbarca/german-job-matcher-rag
  • https://github.com/Isaac1993-io/flutter-modern-template
  • https://github.com/Isaacpixier/cursor-office
  • https://github.com/IsaacVand/instant.njk
  • https://github.com/Isabelladejes3415/NoobAiSetup
  • https://github.com/IsabellasDad/Bibby-AI---Online-LateX-Writing-AI-Tool-
  • https://github.com/IsackRaja/teams-api
  • https://github.com/Isahellavibrational698/nekogram-proof-of-logging
  • https://github.com/IsalinoAugusto/linux-mastery-guide
  • https://github.com/Isandc/Exit-Narrative-Generator
  • https://github.com/Isauuc/automate-for-growth
  • https://github.com/Isavel1166/agentnotary
  • https://github.com/Ishanka-Jayashan/amanansdiahnid-22
  • https://github.com/Ishant13696/Design-and-Implementation-of-an-Energy-Efficient-FAST-Corner-Detection-Accelerator-on-PYNQ
  • https://github.com/Ishantprogmer99/kubernetes-for-industry
  • https://github.com/Ishimwek664/banana-prompts
  • https://github.com/Ishola111afk/Data-Cleaner-Pro
  • https://github.com/Isiah-Odhiambo/voice-ai-analytics
  • https://github.com/islamsamir38/gork-protocol
  • https://github.com/isma-2008/dataanalysiscompare
  • https://github.com/Ismail-4563/system-monitor-pro-desktop
  • https://github.com/ismail-ssss/voicelog
  • https://github.com/isoclinic-discredit123/zhtw-mcp
  • https://github.com/Isometric-rottweiler465/CineHub
  • https://github.com/Isotopeadar921/AI-trader
  • https://github.com/israelp1840/secure-notes-api
  • https://github.com/Issal9405/AI-model-monitoring-dashboard
  • https://github.com/ISudPetch/quantc
  • https://github.com/Itachi09981/roborev
  • https://github.com/Itachikoko/voice-task-manager
  • https://github.com/Itaduro69/solana-rust-ts-pumpfun-pumpswap-raydium-copy-trading-bot
  • https://github.com/Itci1146/AME_Locomotion
  • https://github.com/itineraryalhakim418/github-trending-crawler
  • https://github.com/itky117/RR
  • https://github.com/ItsDefo8nzrq/xd-app
  • https://github.com/ItsDouXiaoFeng/event-sourced-payment-service
  • https://github.com/itservice5823/neuromorphic-bird-classifier-desktop-app-dvs-stream-cli-and-gui
  • https://github.com/ItShousuke/CyberLink-AudioDirector-Ultra-Update
  • https://github.com/ItsJamieHosie/seithar-cogdef
  • https://github.com/ITSJUSTDOGERELO/computer-vision-azure-ai
  • https://github.com/itsmatiahkk/jackbutcher.md
  • https://github.com/itsmemotivist/qwen-tts2api
  • https://github.com/ItsProGamer974/oh-my-codex
  • https://github.com/ItsRishika/Payment-bypass-bug-lab
  • https://github.com/itsZainn/Bitscoper_Radio
  • https://github.com/ItzAddy345/VidTailor
  • https://github.com/ItzAndiGans/model-cost
  • https://github.com/Itzelma2310/mcp-wechat-server
  • https://github.com/ItzikAquaMotek/rag-chunk
  • https://github.com/ItzMarko19/agentplex
  • https://github.com/ItzRealMePrime/AutoBLAST-Smart-MSA-Tool
  • https://github.com/ItzzMustafa/kylix-cli
  • https://github.com/IUDU5/clawcontrol
  • https://github.com/iulieobraznic/agentic-ai-systems
  • https://github.com/IUPeachUI/homes-hear-oregon-cbo-kit
  • https://github.com/ivalijoshua23/Notebook-Nest
  • https://github.com/Ivan-011/hai-cookbook
  • https://github.com/Ivan2993/markitdown
  • https://github.com/Ivana8079/HomeLab-VLAN-Refactor-Configs
  • https://github.com/IvanBG001/Agentic-AI-Chat-Analyzer
  • https://github.com/ivanchurqui/ircc-xfa-extractor
  • https://github.com/IvanPerico21/Brain-Tumor-Detection
  • https://github.com/iviesquirting682/brain_tumor_detection
  • https://github.com/Ivooso2004/PCUsageTimeTracker
  • https://github.com/ivxndavid/opendsa
  • https://github.com/IWAN772/your-project-dashboard
  • https://github.com/Iwishlizard/WeatherApp
  • https://github.com/Iyedjebara/Data-Jobs-2024-1.0-PowerBI-Project
  • https://github.com/Izzymile/RedOpsScript
  • https://github.com/J1R066/MPD-Net-Parkinsons-Voice-Diagnosis
  • https://github.com/J4rvisss1/maker-cli
  • https://github.com/j9082079/zvec
  • https://github.com/j9704715/t4code
  • https://github.com/ja3260/interview-guide
  • https://github.com/jabramyk/mo-portfolio-2025
  • https://github.com/Jacentaresolute462/senpai-skill
  • https://github.com/jack-009/claude-review-loop
  • https://github.com/JackKatak/Parakeet_Multitalk
  • https://github.com/JackLoomer31/UltraGen
  • https://github.com/jackmadmax/listing-lab
  • https://github.com/Jackson12977/linkedin2md
  • https://github.com/Jacobl9074/meridian-intelligence
  • https://github.com/Jacquelinministerial479/pytorch-pix2pix-image-translation
  • https://github.com/Jadejadivyaraj123/eve-ai-4.0-legacy
  • https://github.com/jaden3289/llasa-tts-8b-webui
  • https://github.com/Jagannath-ops/AgriTrend_simulation
  • https://github.com/Jaguarluvsu/TaskHound
  • https://github.com/Jahson91/Ai-Novel
  • https://github.com/Jaijoshi071/docs
  • https://github.com/Jailsonfs/community
  • https://github.com/Jaipal00/corner-shape
  • https://github.com/Jaipriya44/claw-exterminator
  • https://github.com/JAKE261998/BackupAssist-Desktop-Free
  • https://github.com/jakovljevi2644/nxc-sweep
  • https://github.com/Jalalbad/solarSystemThreejs
  • https://github.com/jalu1688/Nextjs-Template-for-Frontend
  • https://github.com/Jamaluddin9/multi-postgres-mcp-server
  • https://github.com/jamilhof/TOMATO-FOOD-DELIVERY-
  • https://github.com/JANARTHANAN6363/chess_in_rust
  • https://github.com/Janellalousy595/audiomirror-converter
  • https://github.com/Jangek12111/letterboxd-movie-analytics
  • https://github.com/Janiferintrinsical821/Kalshi-Trading-Bot
  • https://github.com/JANNNAANANA/Flexi-Product-Slider-Grid-for-WooCommerce
  • https://github.com/Jansuk/aircnc
  • https://github.com/Japn7/Employee
  • https://github.com/JarlHans/chess-smart-contract
  • https://github.com/jarnail5609/ZeroLLM
  • https://github.com/jasim5181/nkuthesis
  • https://github.com/Jasiuu616/MultiGPT
  • https://github.com/Jaska464/ProcessManager
  • https://github.com/jasminwolf/ZakeyTeam-arabic-qa-system-arabert
  • https://github.com/JasMyName/ffmpeg-mcp-lite
  • https://github.com/jason1360/dontforget
  • https://github.com/JasonH0206/7Semi-ADS7830-Arduino-Library
  • https://github.com/jasonroy19357/nextjs-seo-optimizer
  • https://github.com/jasonwithoutastitch174/mlclustering
  • https://github.com/Jasperuric559/Supervisor.skill
  • https://github.com/JASVINn/center-line-extension
  • https://github.com/Jatin5784/laravel-github-stats
  • https://github.com/Jatinkumar000/questify
  • https://github.com/JatinMatrix/kali-bspwm
  • https://github.com/Java276/clawarr-suite
  • https://github.com/javcanti/ContextAgent
  • https://github.com/Javier993993/InstaReel-Controls
  • https://github.com/Javisso74/Tyou
  • https://github.com/Javith-tech/pr-review-ai
  • https://github.com/JAVO932/PyGPT2
  • https://github.com/javsti1307/tagix
  • https://github.com/Jawadahmed2k5/universal-bookmark-manager
  • https://github.com/Jaxaboyfred2309/web-check
  • https://github.com/Jay01311/dns-honeypot
  • https://github.com/Jayakumar987/forex-bot
  • https://github.com/JayalekshmiSharma/perl-yji
  • https://github.com/jayandar-30/wsl-kde6-nixos
  • https://github.com/Jayaragow/Awesome-Actionable-MI-Survey
  • https://github.com/Jayarcer9312/knoxctl
  • https://github.com/Jaydeepjena/Beyond-Chats-AI-Checker
  • https://github.com/Jayden0315/opendomain-ai
  • https://github.com/Jayden-HH/Birth-of-a-Mind
  • https://github.com/JaydenLauder2007/poltergeist
  • https://github.com/Jaydens792/poster-design
  • https://github.com/JAYDQd/r-tidyverse-for-biologists
  • https://github.com/JayeshBaria06/TrustGuard
  • https://github.com/Jayeshdubey16/js-practice-journal
  • https://github.com/Jayetowavy/mails
  • https://github.com/JAYIJ/symbiotic-chrysalis
  • https://github.com/jayjay2small/careerguidance
  • https://github.com/Jaykayloc/ITO
  • https://github.com/Jay-melly/NoBBomb
  • https://github.com/Jaymhel/UN-AML-Checker
  • https://github.com/Jayneaural77/thinkpad-fan-control
  • https://github.com/JAYNESH777/CxMS
  • https://github.com/JAYNIELVP/ScreenTime
  • https://github.com/Jaypatel2710/whisp
  • https://github.com/jayshah044/leaf-venation
  • https://github.com/jayta1314/awesome-ai-sre
  • https://github.com/Jayysofficial/redpill
  • https://github.com/JazielJ/powersub-demo-2024
  • https://github.com/Jazmin1999/zcm-collapse-model
  • https://github.com/jazzman08/Adopt-Me-Script
  • https://github.com/JB12345563/qrcode
  • https://github.com/JBdfjn-21ybc/buss-lms
  • https://github.com/JBHacks-gif/daily-life-fte
  • https://github.com/jc18aguilar/SwiftAgentCore
  • https://github.com/JC20202/hsrp-dual-path-redundancy
  • https://github.com/jchimbor/polymarket-paper-trader
  • https://github.com/Jdarri1750/pixshop
  • https://github.com/jdavidks/activation-patching-framework
  • https://github.com/jdthesk8rrr/clawicu
  • https://github.com/Jeanineunfavorable104/gpui-component
  • https://github.com/jeanj19/ai-chat-agent
  • https://github.com/JEAN-LOUIS-Kerntz-Andy/libspech
  • https://github.com/jeannepunctilious742/gemini-file---uri-demo
  • https://github.com/Jedediahaortic18/Life-Agent-RU-YEE
  • https://github.com/Jeedellbon5201/windows-is-fine-for-llms
  • https://github.com/jeelanqadri/DependencyInjection.Lifetime.Analyzers
  • https://github.com/jeetnotop/superlinear
  • https://github.com/jeetsurjeet123/Regalos-para-los-bots
  • https://github.com/JeevanJundale/Python_Data_Structures
  • https://github.com/JefersonJeremia/gen-ai-project-01
  • https://github.com/Jeffer2006/ChaTop
  • https://github.com/Jeffersonianagelessness805/a2ui-swiftui
  • https://github.com/jeffone10/Instruction-generator
  • https://github.com/jeffreybeniotez/SNU_2D_ProgrammingTools_IDE_Boomerang
  • https://github.com/Jeffreycommon553/HA-Optimizer
  • https://github.com/jeffvanilla239/BharatFind
  • https://github.com/JefkeVerboven/atlas.games
  • https://github.com/jefrin890/AI-EC-SEO-Booster
  • https://github.com/jefrisam/profile-card
  • https://github.com/Jehuhistoric772/Multi_sources_summarizition_lynote.ai
  • https://github.com/Jejune-alcedinidae369/OpenXApi
  • https://github.com/jekeng/ai-codegen-cli
  • https://github.com/jelans12/asus-rog-touchpad-driver
  • https://github.com/jelenaxaxa/waypointjs
  • https://github.com/Jemarrie/PixCluster
  • https://github.com/Jemzx211/appents-social-downloader
  • https://github.com/jendaentertaining852/laravel-v13
  • https://github.com/Jenis133/PDF-Shaper-Professional-Premium-No-Trial
  • https://github.com/Jenncadavid93/SBTI
  • https://github.com/Jennierectile11/pumpfun-memecoin-sniper
  • https://github.com/Jensned/Delight-2
  • https://github.com/JenyUs14/renamed-sdk
  • https://github.com/Jeppejepsen311/threejs-handtracking-101
  • https://github.com/JEpstein00/ng-toastly
  • https://github.com/jeremiahnyamwezi27/meta-agent
  • https://github.com/jeremiantonius/awesome-ai-research-writing
  • https://github.com/Jeremias20070617/customer-sentiment-dashboard
  • https://github.com/jeremias32-max123/credit-risk-assessment
  • https://github.com/jeremie-creator/Maroc-Leasing-projet-ocaz-pfe-2025-demo-figma-
  • https://github.com/jeremypadrinox/go-whatsapp-worker-redis-ssedashboard
  • https://github.com/JericoGS/Manage-Data-for-an-Online-Grocer-Using-MySQL-Workbench
  • https://github.com/jerm108/NetReach
  • https://github.com/JERODA10/CardShield-AI-Fraud-Identification-System
  • https://github.com/jeronimovv/PromptDescent
  • https://github.com/Jerrilynunspecific452/opensense
  • https://github.com/Jerry1765/laravel-vue-boilerplate
  • https://github.com/jerry7281/Gemini-26
  • https://github.com/JerryJev1/image-malware-detection-model
  • https://github.com/Jerryslimz/bahleel
  • https://github.com/jerseyknapweedaar793/open-multi-agent
  • https://github.com/jervilangel0/l2j-interlude-toolkit
  • https://github.com/jesfra929/agentic-ai-learning-series
  • https://github.com/jesh3198/PokerUltimateCalc
  • https://github.com/JesicaMauree/Pre-trained-Objection-Detection
  • https://github.com/jessevanwyk1/claude-scholar
  • https://github.com/JessicaDaffinys/MiloAgent
  • https://github.com/JessicaSAR13/Discord-Game-Stats-Tracker
  • https://github.com/jessikaafloat676/solana-auditor-skills
  • https://github.com/Jessy-Chan/Outlook4Gmail-No-Trial
  • https://github.com/jessynonreversible774/geo-landing-page
  • https://github.com/jesusabar5085/warorgufo
  • https://github.com/JesusMCO/SMailTM
  • https://github.com/Jesuspana/UniCorn
  • https://github.com/jesussolanoavila/CleanArchitecture
  • https://github.com/Jesusunannounced99/openai-go-language
  • https://github.com/Jesutofunmie/Haiku-4.5-vs-Minimax-2.1
  • https://github.com/jetfighter999/takopi
  • https://github.com/JetyyTheSu27/jobs
  • https://github.com/Jeyamurugan08/braccio_arm-voicecontrol
  • https://github.com/jeyb33/isekai-core
  • https://github.com/jeycob2501/Late-Night-Thoughts
  • https://github.com/JEYFORCE/VOI-Manor_Website
  • https://github.com/Jezynnn/AI-ML-Book-References
  • https://github.com/jfalecio/signals-and-systems-PPU
  • https://github.com/Jfgj-gom/Build-Agentic-AI-and-Gen-AI-Agents-with-MCP
  • https://github.com/JFPastor09/rest-gateway-1771916756-4
  • https://github.com/JG-075/ComfyUI-Danbooru-Tag-Sorter-Node
  • https://github.com/Jgfde/bl_sbx_apple_wallet
  • https://github.com/JhairEspinoza/chatgpt-free-use
  • https://github.com/jhbfuhjeissbuis/full-stack-open
  • https://github.com/JhianMar/mcpx
  • https://github.com/jhoi2000/Zen-C
  • https://github.com/Jhoizar170882/sleep-type
  • https://github.com/jhon12764/nodaysidle-ndiflow
  • https://github.com/jhonatan3/recon_webui
  • https://github.com/Jhonatan75/svmkit
  • https://github.com/jhonatann286/agoramesh
  • https://github.com/Jhonaz02/DISA-STIG-Patch-Cycle-Analyzer
  • https://github.com/Jhonbeg/Particle-Gravity-Fun
  • https://github.com/JhoneCasali/llm-batch
  • https://github.com/JhonnyDoggii/DaME
  • https://github.com/Jhoselerodriguez/intelliread
  • https://github.com/jhosep123/playfair-cipher-python
  • https://github.com/Jidann26/gin-5zf
  • https://github.com/jigusp/urls-le
  • https://github.com/Jihadpolyvinylformaldehyde308/ai-creator-platform
  • https://github.com/Jillyparliamentary462/eoq-quantization
  • https://github.com/Jim0330/Whatsapp_Parser
  • https://github.com/Jim2213/LazyVim
  • https://github.com/Jimartskenya/ai-code-context
  • https://github.com/ji-mi-alice/reddit-universal-scraper
  • https://github.com/jimkim00/prodigy-tools
  • https://github.com/JimMorin/lazynet
  • https://github.com/jimmy536855/docker
  • https://github.com/jimmyner009/Krafter
  • https://github.com/jimnmji/silk-slip
  • https://github.com/jingtra123/website
  • https://github.com/jinnx93/mrgambling69.github.io
  • https://github.com/JINrielIDK/mdvi
  • https://github.com/Jiohn-Smart/trader-analyzer
  • https://github.com/jirhegg/ai-saas-starter-kit
  • https://github.com/Jiten-Budhiraja/FastClaw
  • https://github.com/jithinj5382/job-application-bot
  • https://github.com/JIYA-KAUSHIK/invoiceflow
  • https://github.com/jiyundx00/trustguide
  • https://github.com/Jjes6128/bullpen
  • https://github.com/JK10gming/mini-claw
  • https://github.com/jk545490/memory-shell-mcp
  • https://github.com/JKASle/Inspector
  • https://github.com/jkhdjkhd/Cloudflare-Accel
  • https://github.com/jlinefake/ai-orchestrator
  • https://github.com/jm7knz/CVE-2025-54253-Exploit-Demo
  • https://github.com/Jmolson7/data-engineer-mini-project
  • https://github.com/Jnacks845/ShowAniCursor
  • https://github.com/JNKEXPRESS/Retail-Sales-Analytics-Dashboard
  • https://github.com/joaneunclear762/skills
  • https://github.com/Joaniedegrading674/k8s-access-manager
  • https://github.com/joan-mideva/printRoute
  • https://github.com/Joannamanifest969/OpenFolio
  • https://github.com/joanncognizant380/pod-buildah
  • https://github.com/Joao1PNM/awesome-llm-training-inference
  • https://github.com/Joaobarro8827/OneResearchClaw
  • https://github.com/Joaolemos3/Foodify-Android-App
  • https://github.com/Joao-mds009/aspire-13-samples
  • https://github.com/JoaoOliveira1210677/ladefree
  • https://github.com/joaopedro12648/FAQC-light-TS
  • https://github.com/joaovit565/OpenTrader
  • https://github.com/joaquin-sarabia/001_VersionamentoTrilhando
  • https://github.com/Job11223/AI-NoteMaker
  • https://github.com/jobayer58/infra-stacks
  • https://github.com/Joberthings/ArbitrageBOT
  • https://github.com/Jobinaagerelated654/web-torzon-dark
  • https://github.com/jobopportunitiessa/pacs_bridge
  • https://github.com/JobValdez/django-ecommerce-app
  • https://github.com/Jocker-123/ChatQ
  • https://github.com/joeljj23/Expense-Tracker
  • https://github.com/joell5674/Redestil
  • https://github.com/JoeLoko/network-hardening-and-firewall-testing-Rt3
  • https://github.com/Joemijares/crypto-manager
  • https://github.com/Joenathanngantung/quant-pca-risk
  • https://github.com/joevr711/clawdbot-channel-linq
  • https://github.com/johaannorbert8/lockcheck
  • https://github.com/johanatanmartyn/Agentic-AI-and-GeN-AI-Cloud-Stack-AWS-GCP-Azure
  • https://github.com/Johandaonis1/OMG-Agent
  • https://github.com/johaneskohanes5-create/BrodBoost-C2
  • https://github.com/JohannFreddyLoayzaHuana/awesome-ai-coding-tools
  • https://github.com/Johanruiz2404/cline-rules-nextjs-template
  • https://github.com/Johansel0811/Locket-Gold
  • https://github.com/johhny868/solarpunk_utopia
  • https://github.com/Johnclinton95-coder/QuantHedgeFund
  • https://github.com/JohnCloudzone/ferrous-waves
  • https://github.com/Johncraz/vaulton
  • https://github.com/JohnDebbarma/Template-React-TailwindCSS
  • https://github.com/John-droid-coder/just_say_no
  • https://github.com/JohnJTK/crucible_train
  • https://github.com/Johnkellarte/wiki-semantic-crawler
  • https://github.com/JohnnySu2/WinSnap-Latest-Patch
  • https://github.com/johnpaul085/free-sora
  • https://github.com/JOHNVICTORY2/listen
  • https://github.com/johsuaforkwa-beep/openteam-studio-public
  • https://github.com/jointdirectattackmunitionnegotiatrix388/synergen-core
  • https://github.com/jojhoo46/montecarlo-engine
  • https://github.com/JOK3RELO4D/self-learning-skill
  • https://github.com/JokerOut2002/bookmark-sync-extension
  • https://github.com/Joldphysics/mcp-standards
  • https://github.com/jolieson/anemone-chorales
  • https://github.com/Jolobear1/zoominfo-data-scraping-email-finder-bot
  • https://github.com/Jomidunkstar/kaspa-trading-bot
  • https://github.com/Jon-256/IVT-BlueSoleil-Latest-Patch
  • https://github.com/jon58546/Lesspain-Kyno-Premium-Latest-Patch
  • https://github.com/JON-99/double-coin-dispatcher
  • https://github.com/Jonah0303/amanansdiahnid-10
  • https://github.com/jonascolditz3-dot/SSC-Database-Gen-Tool
  • https://github.com/Jonathan-cmfk/LanScan
  • https://github.com/jonathanmcarrillol/DeSCOPE
  • https://github.com/Jonathanmutu/recursive-containment-framework
  • https://github.com/jonathoncrossbanded75/Spatial-TTT
  • https://github.com/JonD110/Texas-Hold-em-Game-Lobby
  • https://github.com/JonellJohn/easyvisa-approval-prediction
  • https://github.com/Jonjamie02/Insta-Noter
  • https://github.com/jonnyjonne/cubepath-bun-api
  • https://github.com/Jonnyunimpeachable9417/skill-tongjincheng
  • https://github.com/Jon-Sina/Benchmark_Embedding_Models
  • https://github.com/Jony-tech-lab/edgedb-ubt
  • https://github.com/jordan-Damian/blackcat-kernel-contracts
  • https://github.com/Jorieunsafe420/Parasol-Sentinel
  • https://github.com/Jose2809-commits/groovy-eim
  • https://github.com/josebonilla123/ethereal-insights
  • https://github.com/josechg/mental-health-digital-behavior-ML-Classification
  • https://github.com/JoseEspain/blog-cloudflare-deno_deploy
  • https://github.com/joseito1711/Synapsers.Oauth.Matterport
  • https://github.com/josejj2143/Cook-Levin-Lean
  • https://github.com/Joseluizsiqueiracorrea/adaptive-tests
  • https://github.com/JosepaulJ/ram-hog
  • https://github.com/Josephemersonworcesterdichromat8190/llm-as-a-verifier
  • https://github.com/Josephhookervirginiacrownbeard808/MetaMask-Desktop
  • https://github.com/Josephmcblackout/classcard_hack
  • https://github.com/JosephRayudu/SoftPrompt-IR
  • https://github.com/josetova/instagram-style-social-app
  • https://github.com/Joshcryyp/closet-rental
  • https://github.com/Joshdabestlol/CineVision
  • https://github.com/Joshua3163/Kindle-to-PC-Wireless-Connection-as-SecondScreen
  • https://github.com/joshua7523/agentcache
  • https://github.com/Joshvareba11/model-memory-calculator
  • https://github.com/Josiahxix957/1.0claude-kimi-cloud-workspace
  • https://github.com/Josiunforeseeable380/opensessions
  • https://github.com/josoe73/gemini_icpc2025
  • https://github.com/JoudiKarim/semana-devops-2026
  • https://github.com/joupoes123/Cops-and-Robbers
  • https://github.com/Jovanbeats/awesome-openclaw-Skills
  • https://github.com/Jovanka09/go-cloudip
  • https://github.com/Jovemgab/MedeX
  • https://github.com/Joyaji/reproducible-mortality-prediction
  • https://github.com/Joyeastronautic923/portmap-HDL
  • https://github.com/Jozithe3019/ai-act-guardian
  • https://github.com/jp1689/CharmingKitten
  • https://github.com/jp8752507/EasyAppDev.Blazor.PageCache
  • https://github.com/jqvashgdz/blas-ext-base-glinspace
  • https://github.com/jrleon30/awesome-openclaw-usecases-zh
  • https://github.com/JRTODD2/buffett-perspective
  • https://github.com/JSAB09/ValoExv1
  • https://github.com/JSANCHEZMOLANO/terraform-aws-ec2-demo-part3
  • https://github.com/Jstalkskibiditoiletuserhie201982/SysPilot
  • https://github.com/Jtechzone/weixin_claude_code
  • https://github.com/Jtkoroma-2526/claude-enterprise-openclaw-trading
  • https://github.com/juampixd-lol/holiday-narrative-parser
  • https://github.com/Juan106720/Aimmy
  • https://github.com/juana267/agent-starter-pack
  • https://github.com/JUANCACHARA/kubeboard
  • https://github.com/JuanCombriza/crypto-trading-arena
  • https://github.com/juandavidru9953/nowoczesny-dom-firebird-sql
  • https://github.com/Juanded7244/Diyanet-Offline-Namaz-Vakitleri-Hesaplama
  • https://github.com/juanignaruiz05-creator/webintents-web
  • https://github.com/JuaninJJ/Chaotic-Time-Tracker
  • https://github.com/juanito033kk/Binance-MCP
  • https://github.com/juanjoSD/enrollix
  • https://github.com/JuanKDEV1004/amanansdiahnid-4
  • https://github.com/JuanquiFortuny/prospector-mcp-email-finder
  • https://github.com/juansalnac/API-mega-list
  • https://github.com/JuanSerrano44/flowprompt
  • https://github.com/JuDans/open-quantum-secure
  • https://github.com/judecopernican221/LoanSphere_
  • https://github.com/Judeike-web/App-Grocery
  • https://github.com/Judge-97/dorkgen
  • https://github.com/Judha-Benhur/aihca_screens
  • https://github.com/JULES546/kbox
  • https://github.com/JulesJujuu/wpaudit
  • https://github.com/juli1223/opencv-blob-tracking
  • https://github.com/Julia2806/stock-watch
  • https://github.com/JuliaChoirunnisaKinantiPutri/Firetrust-MailWasher-Pro-Activated
  • https://github.com/Juliebon893/faceguard
  • https://github.com/JulietaLeivaa/ScraperSage
  • https://github.com/Juliettethicketforming60/NanoBanana-AI-Client-2026
  • https://github.com/julio20229gamer/exo
  • https://github.com/julio859/slot-jsx-pragma
  • https://github.com/juliocesarmara/emojico
  • https://github.com/Julius1830/pyhdb-rs
  • https://github.com/Julius2247/q-arm-rtos
  • https://github.com/julixxcode/subm
  • https://github.com/jul-mokel/debug-effort-estimator
  • https://github.com/Jumpthereness578/CVE-2026-2991
  • https://github.com/jun012519/FMCW-Radar-ML-Classification
  • https://github.com/junaid3215/crucible-community
  • https://github.com/JunaidFarooq29/AI-text-Summarizer
  • https://github.com/junaidprmmj/powersub-demo-2911
  • https://github.com/juneaboveground534/astro-theme-aither
  • https://github.com/JUNGMA0329/open-pace
  • https://github.com/Junior24844/AI-VFX
  • https://github.com/junior99wa/RAG-Anything
  • https://github.com/junior-blephiliahirsuta7208/LiteAgent
  • https://github.com/JuniorEA/food-panda-Fully-functionality-Order-Placement-
  • https://github.com/JuniRian/unicodeescape-api
  • https://github.com/JunkiesEASY/melodine
  • https://github.com/junoching18/Marvel-Rivals-Menu
  • https://github.com/Jurqdo/ethereum-wallet-toolkit
  • https://github.com/jurymastrepeater420/ai-presentations-gamma-tome
  • https://github.com/jusephi-aaron/Image-Quality-Enhancher
  • https://github.com/justely4/typelense
  • https://github.com/JustFerdy/T20-World-Cup-Analytics
  • https://github.com/justin3328/OpenGOAT
  • https://github.com/justinabarquez/omen
  • https://github.com/justindumaniel/Jsoft_express_cabinet
  • https://github.com/Justinsobased/rem-community
  • https://github.com/JustinTLT/Aranet4MenuBar
  • https://github.com/Just-M-Code/RackStack
  • https://github.com/juvan2540/mcp
  • https://github.com/juwad65/npm-malware-scanner
  • https://github.com/Jwjssdfff/awesome-video-generation
  • https://github.com/jxss001/acoes-treemap-b3
  • https://github.com/jxyy2dxstined/icmp9.com
  • https://github.com/JYMOH001/Puzzle-Book-Generator
  • https://github.com/jyng2002/cracked-enhancer-for-trello-extension
  • https://github.com/jyothiswaroop1998/fogo_doom
  • https://github.com/Jyotilohar18/cass_memory_system
  • https://github.com/jyotivaid287-prog/Data_Poisoning_and_Supply_Chain_Hacks
  • https://github.com/K0n0e/piFlow
  • https://github.com/K1Mo0/Sales_forecasting_m5
  • https://github.com/K-687/AI-Restaurant-Name-Generator
  • https://github.com/K7x2/Microservice1
  • https://github.com/k9011/LOCAVO
  • https://github.com/kaalebunna123/gcli-nexus
  • https://github.com/Kaan7710/jelly-slider
  • https://github.com/kaanxcxxc222/MoF
  • https://github.com/Kabelt5373/polyseed-monero
  • https://github.com/kabsema/MoviesAnywhere-dl
  • https://github.com/KABUSsport/NextAuth-Demo
  • https://github.com/Kacper201/gtaimg
  • https://github.com/Kacper-ctrl-wq/AI-Tracker
  • https://github.com/kaczorski02/page-speed-hooks
  • https://github.com/Kadantte/Batch-File-Renamer
  • https://github.com/Kadirbaba4916/Merge-Two-Sorted-list
  • https://github.com/Kaell244/AladdinChat
  • https://github.com/kaifmansoori12/rust-helper-raid-rep
  • https://github.com/KAIHARA070/ai-agents-far-beyond
  • https://github.com/kaihsu0327/ai-image-upscaler
  • https://github.com/KaiiiMonroe/Edraw-Max-Latest-Patch
  • https://github.com/kaijuleveling/pi-rs
  • https://github.com/kaiojoceli51/ShieldOps
  • https://github.com/Kairoproto/cnb-exchange-rate-vi
  • https://github.com/Kaisanya/NanoTabVLM
  • https://github.com/kaisen-bot/pwnkit-helper
  • https://github.com/Kaiser9411/microservicios-base-nestjs
  • https://github.com/KaiTheK1d/Preference
  • https://github.com/kaithompson472/denvermc
  • https://github.com/kajalj2389/DTP
  • https://github.com/KAJDY2012tvyt/telegram-bot-dev-resources
  • https://github.com/kakashi131221/exahia
  • https://github.com/Kakuen9201/rokola_ia
  • https://github.com/KakuraXXL/volqan
  • https://github.com/kal21k/HWBP-DEP-Bypass
  • https://github.com/kal6987/henren333
  • https://github.com/kalalafafaf/mindvideo-2api
  • https://github.com/Kalambuka/iOS-Real-Time-Communication-Framework
  • https://github.com/Kalasoulful678/mem0-dspy
  • https://github.com/kalee333/node-utils-1771916155-5
  • https://github.com/kali32421/ModernWeb-Portfolio-
  • https://github.com/KaliBellion/qaskills
  • https://github.com/KaliCharanP/local-ai-devenv
  • https://github.com/kalucharandakua/couchdb-s6s
  • https://github.com/Kalulukj/TimeIsMoney
  • https://github.com/Kalyanikhandare29/Agent-Skills-for-Context-Engineering
  • https://github.com/Kamal7734/changedetection-stack
  • https://github.com/kamalramavat/Pinterest-Downloader
  • https://github.com/KamenaV/Knapsack-Visualizer
  • https://github.com/KamgabsofBG/antigravity-superpowers
  • https://github.com/kami-beep/kb-contracts
  • https://github.com/KamilySantos01/ContextHound
  • https://github.com/Kamixon131/claude-config
  • https://github.com/kamley/cybersec_project_2
  • https://github.com/kamran1232/omen
  • https://github.com/kamranklink/AGF
  • https://github.com/Kams318/DEXScreener-Reactions
  • https://github.com/Kanak03-star/mcp-safe-run
  • https://github.com/kanawhariverlinesman869/ipougrs
  • https://github.com/Kanchipamu-Teja/polymarket-copy-trading-bot
  • https://github.com/KandyBoi1/enkokilish_bench
  • https://github.com/kanetoo/ca-bar-study-guide
  • https://github.com/kangmantra/FastNeuTTS
  • https://github.com/Kanha112/logger
  • https://github.com/Kanhaiya-rajbhar/MusicMash-Player
  • https://github.com/kannanvk1997/TgMongoBot
  • https://github.com/KANOMTECH/youtube-audio-mp3-downloader
  • https://github.com/Kanyanat161/raspberry-pi-rtsp-monitor
  • https://github.com/kappaladin/seedance2-api
  • https://github.com/kapri10/seovalidator-api
  • https://github.com/Kaptaan17/ai-anesthesiology-safety-framework
  • https://github.com/karamabbasi05/Osint-Sync
  • https://github.com/karamasus/mega_blog_app
  • https://github.com/Karan-143/exploitation-validator
  • https://github.com/Karan211/Quantifying-how-close-is-a-coding-AI-to-AGI
  • https://github.com/karanchowhan13-ai/facebook-no-reload
  • https://github.com/KaranDobal/playwright-kit
  • https://github.com/Karan-singh1/InternHumanoid
  • https://github.com/karanveersi1853/EchoTrans
  • https://github.com/Karasuoo/SliceCloud
  • https://github.com/kardel17/s3-fit
  • https://github.com/karebeauti/Agent-Reach
  • https://github.com/KariithiAndre/exoplanet-spectrum-recovery-ml
  • https://github.com/Karilynnrecumbent517/ZavetSec-Vault
  • https://github.com/karim09s/webterm
  • https://github.com/karim10062009/oidc4vc-static-resol
  • https://github.com/Karim123495/solar-image-recognition
  • https://github.com/karim969/nhtsa-consumer-vehicle-risk-dashboard
  • https://github.com/KarimDaBoss/Predicting-Pneumonic-Plague-Dynamics-with-Google-Search-Trends
  • https://github.com/Karitk123/focus-cursor
  • https://github.com/karkajoi/doubao-ime-win
  • https://github.com/karlydisobedient397/autoencoder-from-scratch
  • https://github.com/Karn-AK/citysense
  • https://github.com/karolaapiarian589/browser-mcp-lite
  • https://github.com/karolekk001/Bypass-Bot-Api
  • https://github.com/Kartheeswaran-hub/citylife-admin
  • https://github.com/Karthick2117/nestjs_template
  • https://github.com/karthik14478/clawwatch
  • https://github.com/Karthik61958/mcp-server-bluesky-py
  • https://github.com/karthikeyan230105/better-next-actions
  • https://github.com/karthikeyan86100/retilab
  • https://github.com/Karthik-Kandi/reddit-pixel-shopify-server-side-tracking
  • https://github.com/Karthik-reddy6/aegistrace-threat-intelligence
  • https://github.com/kartik944/relizy
  • https://github.com/kartkinadziendobry/TSP-A_star
  • https://github.com/Karugi10/crystalline-language
  • https://github.com/karuizawa0/Advanced-System-Optimizer-Activated
  • https://github.com/karunun4659/spawnverse
  • https://github.com/KarynXicara/Mockerfile_Website
  • https://github.com/Kaseywellgroomed945/langchain-textual
  • https://github.com/kashifinayat006/vessel
  • https://github.com/KashifInayat66/QuickBites
  • https://github.com/kashifkhan7/Cleaning-Analysis_CLI
  • https://github.com/Kashishgithib/awesome-ai-tools
  • https://github.com/KASHISH-Naik/Complete-WebDev-Cheatsheet
  • https://github.com/Kasianand25/SA-resume-pdf-generator
  • https://github.com/Kasim200429/GoBypass403
  • https://github.com/Kasim-cy/ExitPatcher
  • https://github.com/kasime11209/azure-transaction-processing-platform
  • https://github.com/kasiryemahad/ChronoPulse
  • https://github.com/kasper13132/rails-query-tracer
  • https://github.com/kastiglia/raptor
  • https://github.com/Kasumiya0108/rachoon
  • https://github.com/Katherin567/curator-bookmarks
  • https://github.com/Kathiravanbaskaran/YouTube_Clone
  • https://github.com/kathrinechurrigueresque832/nebula-kb
  • https://github.com/Kathrynunacceptable870/workmate-ai
  • https://github.com/Katiepainful8561/phantom-bot
  • https://github.com/Katnonymous/game-theory-model
  • https://github.com/katybest8317/Spectremind_AI
  • https://github.com/kaua433/maestro-skill
  • https://github.com/kauberkli/wrapster
  • https://github.com/Kaursim4415/Yuzu-Emulator-Nintendo-Switch
  • https://github.com/Kaus-777/taskmaster
  • https://github.com/Kaushallx0/seatxray
  • https://github.com/Kaushal-panchal-108/Avid-Media-Composer-No-Trial
  • https://github.com/kaushalyadilshani/DialogSafe
  • https://github.com/Kaushikkumar10/otherside
  • https://github.com/kaustubh1234/One-click-cleaning-of-C-drive
  • https://github.com/Kavinku8787/csv-enhance
  • https://github.com/kavinzidqi/D1-Mini-esp8266-clock
  • https://github.com/KaviSaliya/django-hawkeye
  • https://github.com/Kaxaber12/Youtube-Automation-Suite
  • https://github.com/Kayds07/SwiftUICarousel
  • https://github.com/kayneai/code-auditor
  • https://github.com/KayseanWasHereOnce/mnemosyneManohar
  • https://github.com/Kayus54/MPESA-APP
  • https://github.com/KayZof/personalwebsite1
  • https://github.com/Kayzucker/waste-product-classification
  • https://github.com/Kazygocrazy/xsukax-ntfy-Sender
  • https://github.com/kbpro1001/bitplay
  • https://github.com/KC23br/n8n-ai-calendar-agent-chat
  • https://github.com/KChand1/covid19-data-engineering
  • https://github.com/Kcorp7/ai-trader-for-mt4
  • https://github.com/kdeterminado/ASSMAN
  • https://github.com/keboka07/agentic-workflow
  • https://github.com/Keeled-excitement273/jd-assistent
  • https://github.com/Keenkunal95/opencore-restore
  • https://github.com/keeptogithub/meta-st-thingscore
  • https://github.com/Keeterete513/llm-model-search-recommendation
  • https://github.com/kehlawicode/audiblez
  • https://github.com/Kei1999/adaptive-white-noise
  • https://github.com/Keiji67/Autodesk-Vehicle-Tracking-Latest-Patch
  • https://github.com/KeilaSouza1/Navbar-planetas
  • https://github.com/Keilunstimulating454/obsidian-neural-presentation
  • https://github.com/keimer1425563hvt/Atomic-Wallet-API-Wallet-Storage-Web-Browser-Multi-Crypto-SDK-Multi-Coin-Storage
  • https://github.com/Kejlemmn/Gym
  • https://github.com/kekeczaba/neru
  • https://github.com/kel2s/tinyclaw
  • https://github.com/Kelana536/OS
  • https://github.com/Kelanbrig/CatalogoMVC
  • https://github.com/Kelciconnected164/energy-ai-education
  • https://github.com/Kelly-ok/nft-portfolio-boilerplate
  • https://github.com/keloo575/T3-Video
  • https://github.com/Kelsibenzoic800/sshtoolkit
  • https://github.com/Kelvin295/cloakpipe
  • https://github.com/Kelvin-genya/indexer
  • https://github.com/Kelvinlubuva/RiftAscent
  • https://github.com/Kelvinmusyoka/FlowForge-Local
  • https://github.com/Kelvinthedude/ccNexus
  • https://github.com/kelzangtshotsho/Early-Stage-Behavioral-Detection-Prevention-Of-Ransomware-Attacks-On-Devices-
  • https://github.com/kemalefee8/sral-framework
  • https://github.com/Kemalokko-sys/Fara-7B-GUI-Operator
  • https://github.com/kenall777/Analyze-Live-Video-Solution
  • https://github.com/Kendraspoken575/ai-engineer-singapore-2026-real-agent-workshop
  • https://github.com/kenfatys/CodeExportForAI
  • https://github.com/keng2247/SmartWatt
  • https://github.com/Kenji7425/c2-framework
  • https://github.com/KenshiBlaq/vaws
  • https://github.com/KenTechy101/Quran-Offline-Pc
  • https://github.com/kenya12345678/NostrGator
  • https://github.com/Kenyamonitor7157/SentiAvatar
  • https://github.com/kenzie123556/MoonTVPlus
  • https://github.com/KenzieGS/falsprite
  • https://github.com/Kenzie-Informatika/serde-more
  • https://github.com/KePinGimank/software-architecture_formation-course-luisdev-part-1_dotnet-8_csharp-12
  • https://github.com/Kerbie16/ai-voice-agent-claim-validation
  • https://github.com/kerem4-ctrl/django-rest-framework-starter-template
  • https://github.com/kerimrhm60/remote-shell-mcp
  • https://github.com/Kerlin-perozo/Simple-Whatsapp-API
  • https://github.com/kerln444/KeepaCountable
  • https://github.com/Kernos12345/rice-rail
  • https://github.com/KeroAyman342/elakei-protocol
  • https://github.com/kesavenji/atlas.screensaver
  • https://github.com/keshavgorasiya/event-tracker
  • https://github.com/keval-codezee/CyberPrism
  • https://github.com/kevcav1980/CryptoPortfolioMCPServer
  • https://github.com/Kevin170405/My-Capture-Extension
  • https://github.com/Kevinfumo/terrashark
  • https://github.com/KevinH289/ForMyLove
  • https://github.com/kevinpokiya22/Crimson-Desert-Optiscaler-FSR-4-Desktop
  • https://github.com/Kevinunderdeveloped87/sepidar-api-docs
  • https://github.com/Kevinxe8249/LingXiLabs
  • https://github.com/KevRocha/cliamp
  • https://github.com/keyone3100/scalable-kafka-mqtt-couchbase
  • https://github.com/KEYS30/MetricsCollector
  • https://github.com/kforkayin/commitizen
  • https://github.com/kgeon1002/quant-fund
  • https://github.com/Kgpapito11/Monorepo
  • https://github.com/Kh4r0/Durg_Discovery_Agent_with_MCP_Integration
  • https://github.com/khadheejatheenaal/pencere
  • https://github.com/khael-kun-cmd/gemini-sre-agent
  • https://github.com/KhaiEr720/AI-Skills
  • https://github.com/Khaiseus/react-image-crop-pro
  • https://github.com/khaizz-coder/distributed-multi-agent-platform
  • https://github.com/khaled2772/leaktor
  • https://github.com/khaled878/lyscode-platform
  • https://github.com/Khaledcheikhkhalil/xCloud-Docker-Deploy-Skill
  • https://github.com/Khaledmsamh/pm2.5-ghostbuster
  • https://github.com/Khaled-Shawky/SNU_2D_ProgrammingTools_IDE_Cybil
  • https://github.com/Khalidelommali/Foundation-Model-Tutorial
  • https://github.com/khalidSolangi/Crypto-Price-Equilibrium-Simulator
  • https://github.com/Khalileg9846/Smart-support-analytics-dashboard
  • https://github.com/khalilkara/CF-Worker-BestIP-collector-UI
  • https://github.com/khalillaabididev/smart-plugins
  • https://github.com/khalipha381/OpenSpace
  • https://github.com/Khanafr7286/Cortivex
  • https://github.com/khang12345k/ai-chat-app-with-agents-getstream
  • https://github.com/khang2916102006/mcpx-cli
  • https://github.com/Khanhheh/BlogAgent
  • https://github.com/KhanhHoang500/KritaToXDTS
  • https://github.com/khanhmuonhoclamhaker/ScriptStore
  • https://github.com/Khanhshuyen/cursor-n8n-builder
  • https://github.com/khanjan112233/clipstash
  • https://github.com/khansavaleria/likelihoodlum
  • https://github.com/khantzinhein007/ITSD-Reminder
  • https://github.com/khanzaman8/hypersql-lsb
  • https://github.com/Kharus7179/rally-agent
  • https://github.com/KHATER1980/outline-ai
  • https://github.com/khelseygrace/dotnet-data-ingestion-local-rag
  • https://github.com/khem313/trad-zh-search
  • https://github.com/KhemSopheananSmos/crawl-topcv-jobs
  • https://github.com/Khensou4728/discovery-md
  • https://github.com/KhineMyaeHtet/Farlight84-Menu
  • https://github.com/Khisan4493/WinTweaks
  • https://github.com/Khistotg8087/draft2final
  • https://github.com/khnifee/RAG-Based-Knowledge-Assistant
  • https://github.com/khoa-1806/foundationdb-dsw
  • https://github.com/khoadz0112/HappyHorse-1.0
  • https://github.com/Khoascript14/google-9bqro
  • https://github.com/KHOBIB/phased-array-systems
  • https://github.com/Khoi7323/slowrun
  • https://github.com/Khoidoan10/ASL-Sign-Recognition
  • https://github.com/khoile852009-lab/panos-user-manager
  • https://github.com/Khoiril2598/yhop
  • https://github.com/khuninani/QuickLayout
  • https://github.com/khushichauhan009/SolSplit
  • https://github.com/kialongacting968/botwallet
  • https://github.com/Kian377/buttercut
  • https://github.com/kibergb/weekly
  • https://github.com/kicknogod/Helicon-Focus-Pro-Download
  • https://github.com/kiddo0001/ComfyUI-PainterAI2V
  • https://github.com/kIESSE201333/Natural-Language-Processing
  • https://github.com/kiethma/data-convertible
  • https://github.com/kifell55/Mass-Spring-Damper-Simulation-Euler-vs-Heun-vs-odeint-
  • https://github.com/Kigepuk/Qwen3Guard
  • https://github.com/kiki2555/demosmith-mcp
  • https://github.com/Kiko211231/Kaggle-Competitions
  • https://github.com/KIKOMEMO/Free-Arbitrage
  • https://github.com/Kil2ua/couchdb-w7s
  • https://github.com/Killbot4/TweenFX
  • https://github.com/killboy7/rag-pdf-qa
  • https://github.com/Killer2OO0/CarePlanner.AI
  • https://github.com/killer6136/ai-image-gen
  • https://github.com/killersans99/password-checker
  • https://github.com/killler17/SpacetimeDB
  • https://github.com/kilogramme/nerdpudding
  • https://github.com/kimdongjune/Real-Time-Object-Detection-Face-Recognition-System
  • https://github.com/kimjunhee112233/powersub-demo-5983
  • https://github.com/kimjutu1996/n8n-Generate-weekly-energy-consumption-reports-with-EnergiDataService-email-and-Google-Drive
  • https://github.com/kimk2014/bitrix-b2b-shop
  • https://github.com/kimmmmyy223/llm-batch
  • https://github.com/Kimoahmed918/cursor-crm
  • https://github.com/Kimtheng1517/webauthn-secure-portal-vuejs
  • https://github.com/KimYat144/navire
  • https://github.com/KindMan0011/squiggleconf-2025
  • https://github.com/Kineki07/tuicr
  • https://github.com/King123s1/Ansib-eL
  • https://github.com/KingAnur13/amanansdiahnid-17
  • https://github.com/kinger12345/Wallpapers-HD-4K-Backgrounds-Latest-Patch
  • https://github.com/KingFahmee12/AIND-Workshops
  • https://github.com/kinghoney02/java-nodejs-performance
  • https://github.com/Kinghtking2719/mangapill-downloader
  • https://github.com/Kinglyconcept/iFix-parse
  • https://github.com/kingmamadyt/CodeSage
  • https://github.com/KingOfBread-miner/omniviv
  • https://github.com/Kingoga11/HAND_MOVEMENT_DETECTOR_USING_EMG_WITH_TRANSFORMER_MODEL_AND_EMD-CCT_FEATURE-_EXTRACTION
  • https://github.com/KingShabow/Underune_Maker_Website
  • https://github.com/kingsleypocorni6-droid/ICLR26_Paper_Finder
  • https://github.com/Kingstonl2004/tokensa
  • https://github.com/kingstreet637/godscanner
  • https://github.com/Kinose12/OceanofPDFs_Tag_Remover
  • https://github.com/KiokoM-alt/Scansphere-Application---Flutter
  • https://github.com/Kippyprocessed215/bababa666
  • https://github.com/kipruto2002/recipe-book
  • https://github.com/Kiraaguilarcantillo/salesforce-dev-core-portfolio
  • https://github.com/kiran03-jagadeesh/weissmann-ai-phone-assistant
  • https://github.com/KiranMallik/Sales-vs-Customer-Ratings-Analysis-in-Power-BI
  • https://github.com/KIRANSK2404/Youva.com
  • https://github.com/Kirbyclash01202/aiohttp-web-scraping
  • https://github.com/kireza-ai/AnkiThemeTwin
  • https://github.com/Kirifuda5/personal-notes-app-with-api
  • https://github.com/kirill08463f/openclaw-sidex-kit
  • https://github.com/kiritoghoul12/SofaScore-Live-Scores-Activated
  • https://github.com/Kiritosscz/matlock
  • https://github.com/Kirrito9929/wp-hook
  • https://github.com/Kirtan5510/JwtAnalyzer
  • https://github.com/kirtanesahil2005/universal-tbxi-patchset
  • https://github.com/kirti-bagul/Bot-Service-Library
  • https://github.com/kirtim8895/awesome-privacy-tools
  • https://github.com/kirucollo/BookRider-Web-App
  • https://github.com/Kishan9993/EmpathAI-Your-Emotional-Well-being-Companion
  • https://github.com/KISHANZEUS/Computer-Vision
  • https://github.com/Kishoore-KING/phone-home
  • https://github.com/Kisseeterrible166/bluebuild-laptop
  • https://github.com/kissmyogmako/uOffice_LIBrary_DOC
  • https://github.com/KITcn17/stats-array-nanmskrange
  • https://github.com/kitdog109/MAITRI-AI
  • https://github.com/Kitti1337/passepartoutkit
  • https://github.com/kittisak08/asciidoc-to-html-convert
  • https://github.com/Kittisakbun/omarchy-bauhaus-theme
  • https://github.com/kitty4luci/DataKitsune
  • https://github.com/Kiven-C18/subconvernet
  • https://github.com/kiwi018/engram
  • https://github.com/KiwiTech-pixel/personal-projects-challenges_course-luisdev-career-part-7_dotnet-8_csharp-12
  • https://github.com/kixxlyalol/amitystack
  • https://github.com/kiy0xn/Iterative-Multistep-Forecast-Training-For-TimeSeries
  • https://github.com/KiyomisSimp/AAEQ
  • https://github.com/Kizzcss/Finite-Element-Model-Based-Neural-Twin-for-Structural-Dynamics-and-SHM
  • https://github.com/kizzieallergenic635/skill-engineering-hub
  • https://github.com/kjihanr/mines_predictor
  • https://github.com/KJJJVV/gml2step
  • https://github.com/KKaBarsuk/eDEX-dot
  • https://github.com/KKfeh/Machine-Learning
  • https://github.com/kkgamer26/zustand-sync
  • https://github.com/kkkoala82/DirectDemocracyOS
  • https://github.com/kkksala/minikube-express-configmap-secret
  • https://github.com/Kkktadeo/gm-stats-tracker-v2
  • https://github.com/kkrish02/rvm
  • https://github.com/kksharma17/shellward
  • https://github.com/Klakygaming/project-parasite
  • https://github.com/klaokl/go-movies-crud
  • https://github.com/Klaus998851/GitHub-Achievements
  • https://github.com/KlausC1/bootcamp-2026
  • https://github.com/KlenLucas/ai-test-generator
  • https://github.com/klentr7196/windows-hardening
  • https://github.com/Klikton/GIScriptEditor
  • https://github.com/KlivDev/claude-code-third-party-plugins
  • https://github.com/klkhlt/tekmetric-mcp
  • https://github.com/klltheasuna/Connectivity-Services-and-Platform-Technology
  • https://github.com/KLN77350/lexwiki
  • https://github.com/KLND1998/pip-with-proxy
  • https://github.com/KMARTYY/CloudSync-Financial-Variance-Analysis-2025
  • https://github.com/kmj820/fraud-detection-hybrid-system
  • https://github.com/kmvainqueur/powersub-demo-9018
  • https://github.com/Knani11/Mini-Rest-Api
  • https://github.com/knc123/Envi-Rover
  • https://github.com/Kngx5/SNU_2D_ProgrammingTools_IDE_Bosque
  • https://github.com/Knifemagnoliiddicotgenus870/insta-react-app
  • https://github.com/KnightLordHUN/private-ai-setup-dream-guide
  • https://github.com/kninepro09/intelligent-document-understanding
  • https://github.com/knortzwellez/shellguard
  • https://github.com/knsm2m/OmniCodec
  • https://github.com/KnVark/dojutsu-for-ai
  • https://github.com/koaung8629/mcp-browser
  • https://github.com/kobby007-stack/yippee
  • https://github.com/kobedacs2003/Palimpsest_bot
  • https://github.com/Kobolden/angular-skills
  • https://github.com/kockom/Facebook-Checker-APIV3
  • https://github.com/KoDiit/llm-cerebroscope
  • https://github.com/kodok13/Label-Free-RLVR
  • https://github.com/Koji76w/ensight-extension
  • https://github.com/kokey1234/Fantasy-Cricket-Team-Builder
  • https://github.com/Kokxis1630/AgentVerse
  • https://github.com/kolanutporkandvealgoulash625/wp-ai-schema-generator
  • https://github.com/Kolja69/unpaker
  • https://github.com/KOLP55/dep-health-dashboard
  • https://github.com/komaxdj/Authentik-Enum
  • https://github.com/komechan0602/LAB10
  • https://github.com/Komulo2004/butterfly
  • https://github.com/konnehab/HuggingClaw
  • https://github.com/KontolKambings/ai-inference-resources
  • https://github.com/kooperchap/zhiwei-ecommerce-cs-agent
  • https://github.com/Korenopen145/cdn-ip-finder
  • https://github.com/kornelG8/picostrap5
  • https://github.com/koroushbadi/Geekbench-Pro-Latest-Patch
  • https://github.com/korro-lona/blockchain-ledger
  • https://github.com/kosagui/Glitch-Casino
  • https://github.com/Kostya123123-cloud/GurionSLAM
  • https://github.com/kotafuego747/SmartNavigation
  • https://github.com/kouakoupatrickeunox/Passive-Bot
  • https://github.com/kowrish/Xiaohongshu-Shield-Algorithm
  • https://github.com/Kral6363sa/Gurgle_Docs
  • https://github.com/kraltug/tSQLoader
  • https://github.com/kramixx/ip-sending-script-with-webhook-python
  • https://github.com/KreGR/linkedin-badge-renderer
  • https://github.com/Kreioz/hagyustic-frontend
  • https://github.com/Krem4an/UrbanEye_Location-Finder
  • https://github.com/KRGOGI/My-own-photoshop-webapp-in-7-days
  • https://github.com/KrinithG/giftparcelstruct
  • https://github.com/krishan1234123/reporting-system
  • https://github.com/krishinternational5/HackDeadLock-Detector
  • https://github.com/krishKalKal/wallet-seed-phrase-recover
  • https://github.com/krishnakhedkar15-gif/f95-game-updater
  • https://github.com/Krishnasomani29/r.mdb
  • https://github.com/krishq/archive.zig
  • https://github.com/krishshahhh/awesome-word2vec
  • https://github.com/krisnaaaaaaaaaaaa/Documentations
  • https://github.com/KrisnaEvan/legend-of-elya-n64
  • https://github.com/Krisparenthetic284/osint-mcp-server
  • https://github.com/Kristianunfastened991/VibeMotion
  • https://github.com/krompirko50999/mol-meltingpoint-portfolio
  • https://github.com/Krushna109/underground-denko-wizard
  • https://github.com/krxlpz/nuggets
  • https://github.com/Krynbird/Polymarket-trading-bot
  • https://github.com/KRYSPRODUCER/n8n-automation-youtube-transcription
  • https://github.com/ksa18880/buildstash-plugin
  • https://github.com/Ksalazar29/deepseek-claw
  • https://github.com/Kshiteej006/system-prompts-and-models-of-ai-tools
  • https://github.com/KSTAR12163/lqg-macroscopic-coherence
  • https://github.com/ksyotubecom-bit/slides-grab
  • https://github.com/kuba82Berlin/Provably-Fair
  • https://github.com/kubaMc111231/ralph-wiggum
  • https://github.com/kubulek2/flixbus-scraper
  • https://github.com/kucink21/DeskAI
  • https://github.com/kuksindo/GenoViewPython-MotionMatching
  • https://github.com/kuldeep8740/Claude-Desktop-Pro-Client
  • https://github.com/Kuldeepmorya/LLM-TradeBot
  • https://github.com/kuldeepraj4514/Historical_News_Question_Answering
  • https://github.com/Kumarpankaj69/team-teso
  • https://github.com/kumarrv/custom-native-mvc
  • https://github.com/kumixxx6/foresight
  • https://github.com/kunalrawat6085/Feature-Base-Jump-Encoding-for-Convolutional-Matrices
  • https://github.com/kunashee/AnyToolCall
  • https://github.com/kurbemon123/runner-images
  • https://github.com/KuroKakushi/WinUtil_CN
  • https://github.com/KuroLogical/crm-lead-management-app-react-native
  • https://github.com/kuromiiLovee/bundi-chat
  • https://github.com/Kurt841/Feriekomp
  • https://github.com/kushagra1511/IOT_PROJECT_Saeed_Angiz
  • https://github.com/kushal0707-vs/ai-driven-hub
  • https://github.com/kushanpatel01/AllFeeds
  • https://github.com/kusumara/stallTCP1.3V1
  • https://github.com/kuysrerey/skill-based-architecture
  • https://github.com/kvn-ono/ArkenfoxBulkUpdater
  • https://github.com/KwabynaTheAnalyst/trivy-image-scan-pipeline
  • https://github.com/Kwanchai241/Mark-Zytros
  • https://github.com/Kwanele0638/anti-oom-processor
  • https://github.com/Kwar-oss/Unit-Conversion
  • https://github.com/kweccyplus-wq/ps5-self-pager
  • https://github.com/kwel1x/Auto_aim
  • https://github.com/kyaw287/JobbyWebApp
  • https://github.com/kyawshinethu/ClaudeSkills
  • https://github.com/kycvcam-commits/memory
  • https://github.com/Kydev17/projects
  • https://github.com/kyisoe101/Varon-AI
  • https://github.com/kykythebe3399/cosmodrome
  • https://github.com/kylamarie9379/awesome-ai-video-ads-prompts
  • https://github.com/kylenbhana/openclaw-runbook
  • https://github.com/kylenunromantic387/ai-career-transition-roadmap
  • https://github.com/Kyleprogrammer334/Phishing-Mails
  • https://github.com/kyltro/SNU_2D_ProgrammingTools_IDE_Little-Implementation-Language-_LIL_
  • https://github.com/Kyocrodairu/SkillStake
  • https://github.com/KYOUKA233/rime-gninpou-saonphin
  • https://github.com/kyowaza/JAEGIS-AI-Web-OS
  • https://github.com/KYYFEM/chatgpt-codex-proxy
  • https://github.com/KzQumyz/keep-up-daily
  • https://github.com/KzQumyznik/farfield
  • https://github.com/l1000producoes/Hide-IP-Easy-Latest-Patch
  • https://github.com/l1e2o2n/snake-arena
  • https://github.com/L1en2407/wechat-decrypt
  • https://github.com/l1kl/openclaw-pm
  • https://github.com/labbaikc8661/LeadSniper
  • https://github.com/Labial-artemisia983/expo-phone-number-hint
  • https://github.com/labkomputerinformatika/HISSI-Policy-Concept
  • https://github.com/laborpartyplanter436/drk-ui-components
  • https://github.com/Labyrinthine-saltiness744/turboquant-mlx
  • https://github.com/LACUCARACHA21/timelang
  • https://github.com/ladiagona1028/deepseek-v4-mini-pytorch
  • https://github.com/Ladita23/the-ai-strategist
  • https://github.com/ladmvh/auto_cythonizer
  • https://github.com/Laetitiaruined304/awake
  • https://github.com/lafetty/react-color-pick
  • https://github.com/lagofrrr/mcp-server
  • https://github.com/laicheekeen/marketing-data-aggregator
  • https://github.com/Lainjah/goexec
  • https://github.com/laizu58340/javascript-dsa-playground
  • https://github.com/Lakecanandaiguamegaton75/Multi-Fragmented-ZipFile-Extractor
  • https://github.com/Lakshayjunomoneta/eve-o-preview-linux
  • https://github.com/lalaojimhasinasamuel/micro-pushd-plugin
  • https://github.com/lalskomputer/sameshi
  • https://github.com/Lalu46/fastpve
  • https://github.com/lambertinterdisciplinary55/Emergency-Power-Cut-Detection-with-Automatic-Nearest-Floor-Rescue
  • https://github.com/Lambertminor843/Auditeo-AI
  • https://github.com/Lamecknshimbi/MalNotch_Website
  • https://github.com/lamuasah/oss-pulse
  • https://github.com/Lande-il/Root-Dungeon
  • https://github.com/landen2rich/powersub-demo-3129
  • https://github.com/landladycreatin942/promptvault
  • https://github.com/LandonLeasure2013/dioxus
  • https://github.com/Laneglobal721/lopa
  • https://github.com/Lank-michael254/skill.color-expert
  • https://github.com/laouamtaha/laravel-chat-engine
  • https://github.com/laperdida23/go-playing-agent
  • https://github.com/Laramys/zero-water-ai-dc
  • https://github.com/largescale-cyanide38/sysclock_gui
  • https://github.com/Largescale-dropbiscuit118/tramit-app
  • https://github.com/Larghissimo-conflictofinterest489/evolve-b
  • https://github.com/larimeeting5666/project-architect
  • https://github.com/Larineflagging386/Beta-Claw
  • https://github.com/LarissaTchomgang/miniGPT
  • https://github.com/larryVoi/go-billion-rows
  • https://github.com/LasisiSegun/php-attribute-reader
  • https://github.com/Lasrijan3105/hangman-python
  • https://github.com/LasWannn/modern-exploit-development
  • https://github.com/Laticiferstrap729/markdown-lens
  • https://github.com/latifah-001/EBook-Web
  • https://github.com/latinescegreatleavedmacrophylla871/A082700
  • https://github.com/latrenaauburn471/sumak
  • https://github.com/lau4318/Identicraft
  • https://github.com/lauragiron/WinIsland
  • https://github.com/LauraZaportaPoblet/flight-reservation-system
  • https://github.com/Lauriedualistic938/terraformic
  • https://github.com/laurier250/execplan-skill
  • https://github.com/LauroRochaJr/Template-React-TailwindCSS
  • https://github.com/laurynlesser675/use-dynamic-viewport
  • https://github.com/lav2598/free-subdomains
  • https://github.com/LAVOSH/fizzy-cli
  • https://github.com/Lawbringer90/nav-dashboard
  • https://github.com/lawker16/ArchMintCinnamonInstaller
  • https://github.com/laxminetwork/lab.abvx
  • https://github.com/Laxya007/vitepress-plugin-og
  • https://github.com/laygonexe/llmrmgcore
  • https://github.com/lazymuffin808/distributed-system-algorithms
  • https://github.com/lazzydave/cracked-webpage-snapshot-extension
  • https://github.com/Lburit3583/ratchet-review
  • https://github.com/lczll/sql-study
  • https://github.com/LDyaoshengchen/jobrunner-weekly-market-analysis
  • https://github.com/leadedpetrolrad60/Airbnb-Custom-Pricing-Bot
  • https://github.com/leadershop/marksheet-information-extraction-api
  • https://github.com/leanezeqhub/autocad-tools
  • https://github.com/lebozban2350/ChronoArchiver
  • https://github.com/lebronsvienyahhdih/strands-mlx
  • https://github.com/leechri2847/cbt-assistant
  • https://github.com/leelesh19/Complete_python-tutorial
  • https://github.com/leelisten66/TryGitRDP
  • https://github.com/Leering-deliberatedefense36/snapora
  • https://github.com/LegendarySomeOne/Orbital-Economics-
  • https://github.com/legendtalal/stats-incr-nanhmean
  • https://github.com/legitimate-jansenist817/Real-Time-Ride-Matching-Platform-
  • https://github.com/leiaconstitutional3044/project-namma-ration
  • https://github.com/leila-bo/myrtckit
  • https://github.com/Lekha3799/sovereign-mcp
  • https://github.com/lelixgoicochea24/oai-skills
  • https://github.com/lem2605/m3-shell-config
  • https://github.com/lemoal-t/oriongraphdb
  • https://github.com/LemonadeMaster/Neural-Networks
  • https://github.com/lendvhilario/RickAndMorty
  • https://github.com/LENGENDARYGOAT/local-llama-rag
  • https://github.com/Lennonxlz/react2shell-ultimate
  • https://github.com/lennor-tan/openrouter-free-model
  • https://github.com/lentesdaana2021/mlx-trm
  • https://github.com/lento-inversion286/image-to-3d
  • https://github.com/leo12314234/Strategic-Budget-vs.-Actual-BvA-Strategic-Dashboard
  • https://github.com/leolinehighinterest961/claude-better
  • https://github.com/leonardo2462/org-as-code
  • https://github.com/leondrade/us-lululemon-scraper
  • https://github.com/LeonFH2005/wireguard
  • https://github.com/Leonleol/famous-roblox-users-finder
  • https://github.com/leook13/gean
  • https://github.com/Leos573/node-curl-impersonate
  • https://github.com/lephuoc5054/NeoCore-Vo2-Public
  • https://github.com/Lepidochelyscleavage180/alchemy-infra
  • https://github.com/leraajr-afk/IObit-Uninstaller-Pro-Free
  • https://github.com/leskejs/math-noteworthy
  • https://github.com/lethargic-meconopsis543/icarus-daedalus
  • https://github.com/leudso983/Crimson-Desert-Input-Lag-Remover-Desktop
  • https://github.com/levihuluna/VScrollView
  • https://github.com/levinoska/inventory-bin-count-classifier-aws-sagemaker
  • https://github.com/LevPC/LLM-Setup-Kit-for-Mac
  • https://github.com/lewfyt/SimTradeDesk
  • https://github.com/lewi522/MT4-MT5-Trade-Copier-Backend
  • https://github.com/lexstyles/text-structura
  • https://github.com/Lexuga21/t-0-spec-kit-ralph
  • https://github.com/LFBaptista/IAmAntimalware
  • https://github.com/LgzmExoD/fastapi_template
  • https://github.com/li13522487713-commits/browzy.ai
  • https://github.com/Liaabnormal676/find-cve-agent
  • https://github.com/liangyu-ma/CourtCounter-basketball-android-app
  • https://github.com/libra33a/retinopathy-ai
  • https://github.com/licosdada/javascript-nzk
  • https://github.com/lidiama9513/goated
  • https://github.com/Lightdietelectromagneticinteraction591/shieldblock
  • https://github.com/Lighthearted-kludge586/magic-memory
  • https://github.com/likely-craftsman573/locate-anything
  • https://github.com/lilbusa332/calculador_de_beneficios
  • https://github.com/lilman218/mboxshell
  • https://github.com/lilmandrake-hub/FirebaseMicrocontroller
  • https://github.com/lilolois/isfahanam.github.io
  • https://github.com/limacoid-genusantennaria705/gno-infra
  • https://github.com/limon8647/MaaNTE
  • https://github.com/lindytextual955/Anti-Detect-C-Sharp
  • https://github.com/linearalgebragenusblatta897/vhdl-gkr
  • https://github.com/linemink/Microphone-M5Stick
  • https://github.com/lingamvenkatcharan-tech/Rush_Hz_Plus
  • https://github.com/linhkat3057/Valthrun
  • https://github.com/linmi9007/sentiments-api-project
  • https://github.com/Linneaincorrect877/tempstream
  • https://github.com/linnhokdepzai/Agentic-RAG-Notebooks
  • https://github.com/linyu413/cap-worker
  • https://github.com/lionfishuncongeniality396/turboquant_plus
  • https://github.com/lionj1696/NASA_exoplanet_detection_using_CNN_transfromer
  • https://github.com/Liquidnitrogenmaenad512/micro-skills
  • https://github.com/lisboael/object-oriented-programming_course-luisdev-essential-beginner-part-5_dotnet-8_csharp-12
  • https://github.com/litzquaz/marshall-extensions
  • https://github.com/liuhong8911/mica-plugin
  • https://github.com/lizxyyyc/sc-reentrancy-attack
  • https://github.com/ljx18063379802-arch/code-ark
  • https://github.com/lk7597368/OpenClaw-Admin
  • https://github.com/lkjhygtgvbhnjk/jquery-image-slider
  • https://github.com/ll-yShaDow-il/New-2025-Staker-V3
  • https://github.com/lmaogmora-source/ApexQuant
  • https://github.com/Lmo04680/Pilot
  • https://github.com/loaded-hook730/balaka
  • https://github.com/loaded-napierianlogarithm458/awesome-openclaw-skills-zh
  • https://github.com/loagraphic/Sales-Analysis
  • https://github.com/loaiasd/redspecter-ai-usage-watchdog
  • https://github.com/localareanetworkaceofspades414/SIMP
  • https://github.com/lockjawAmerican/gsjbzs
  • https://github.com/Lockwoodepigastric15/flashq
  • https://github.com/log40/spring-cloud-course-udemy
  • https://github.com/logesh156/trakt-tv-backup
  • https://github.com/logicelementgenusdigitaria544/yearofthesingularity
  • https://github.com/loikoman/cloudflare-dns-toggle
  • https://github.com/Lokesh-Bathala/mcp-app-with-hono
  • https://github.com/lokijygtcb/scrapfly-scrapers-scrappey-wrapper
  • https://github.com/LokoJose03/ecommerce-website
  • https://github.com/lol2kiscom-oss/leceipts
  • https://github.com/lolandegrenadian150/IntelliHybrid
  • https://github.com/lolist3426/claude-subconscious
  • https://github.com/LolLiamDev/fracturedjson-rs
  • https://github.com/Lollycolourless294/reconnecta
  • https://github.com/lololol321/MediBang-Paint-Pro-Latest-Patch
  • https://github.com/lolzzzzzz120/Networking-101
  • https://github.com/lommyt610-eng/qingmo
  • https://github.com/longlinercap/BriefBuletin-Update-Version
  • https://github.com/longtrh/s3-fhd
  • https://github.com/lonley98/conveyor-automation-system
  • https://github.com/LoopWashere/git-semantic-bun
  • https://github.com/Loralyncomparative652/Local-Chat
  • https://github.com/lord010/DINO-Tok
  • https://github.com/lordi2809/agent-infra-security
  • https://github.com/Lorean44/DataTypical
  • https://github.com/lorenzo2301/bnb-chain-dapp-guides
  • https://github.com/loriademented717/MadLibby_Website
  • https://github.com/lornetiddly371/sandpanel
  • https://github.com/loserbygod/frontend-engineering-angular
  • https://github.com/louayham6956/last30days-skill
  • https://github.com/Loudmouthed-tenniscamp3375/temper-domains
  • https://github.com/louiecoolio247-cyber/erp-web
  • https://github.com/louismaximo/myip-examples
  • https://github.com/LouisPROgramm/ECU-Bypass-Framework-XRS9000
  • https://github.com/loup-cpu/summarix
  • https://github.com/Lourdesad1527/Portfolio
  • https://github.com/lovelythomas/Auto-reel-Scroller
  • https://github.com/lovemysaturn/excel-starter-kit-v2
  • https://github.com/lozanourel25/radiocafe-web
  • https://github.com/lquinalha/seismic-linter
  • https://github.com/Ltelitas/awesome-agentic-workflows
  • https://github.com/lucas20516/NES-Emulator-Written-By-Gemini-3-Pro-With-Antigravity
  • https://github.com/lucascubing10/ClimateReady
  • https://github.com/Lucas-Goomes/pulse-advertising-app
  • https://github.com/LucashRB/cartino
  • https://github.com/lucianduyos/Qwen-3.5-HF-Demo
  • https://github.com/lucianoo03/polymarket-abitrage-bot-current
  • https://github.com/luciapelleg/element
  • https://github.com/luciITby/OpenLabLM
  • https://github.com/lucky144-max/WinWalla_Website
  • https://github.com/luckyfunctioning480/hivebox
  • https://github.com/luckymeow2586147/flutter-pizza-packing-animation
  • https://github.com/luisgamer05/fraud-detection-system
  • https://github.com/luismmtss/Watchman
  • https://github.com/LuisNiNjA99/Trayko
  • https://github.com/luisslopezz/Kharon-Agent
  • https://github.com/luiz1322/thonmaker
  • https://github.com/luiz1909/esp32Marauder_cli
  • https://github.com/luizeduardo279/3d-earth-globe
  • https://github.com/luizgabrielfleijsman-create/WestOdyssey
  • https://github.com/Lukacyber/leashed
  • https://github.com/lukasolas/loanriskaml
  • https://github.com/lukauux/offline-rag-system
  • https://github.com/luke-03-11/jvm-pybind
  • https://github.com/lukenixon8/CryptInject
  • https://github.com/lukhanteanini21-glitch/code-audit
  • https://github.com/lukiperrone/aster-skills-hub
  • https://github.com/lulleboi/cc-copilot-bridge
  • https://github.com/luluchu88/gdurls-clone
  • https://github.com/luludololo/Cafe-Demand-Forecasting-Reorder-Simulator
  • https://github.com/lulutbudiman/blockchain-rewards-tv
  • https://github.com/Lunadetofu/how-to-fix-file-uploads-with-put-patch-in-laravel-api
  • https://github.com/LunarRU/awesome-uptime-monitoring
  • https://github.com/luniimaru-hue/ai-governance-knowledge
  • https://github.com/luoyinhu/MetaViewer
  • https://github.com/luq12-growagarden/Adversarial-Detection-Engineering-Framework
  • https://github.com/Luqe087/youtube-channel-user-scraper-pay-per-result
  • https://github.com/lurito3/NetShark
  • https://github.com/lus02837/skill
  • https://github.com/luvas2-sketch/FastGS
  • https://github.com/luwawu18/twitter-sniper-token-buyer-bot
  • https://github.com/luxus180/LLaVA-OneVision-1.5
  • https://github.com/lvargasd11/MGNREGA-Data-Analysis-PowerBI
  • https://github.com/lworachat999/HEARTGUARD-AI-for-your-heart
  • https://github.com/lx2337037168/ai-project-rules-generator
  • https://github.com/lxbkid/awesome-data-science
  • https://github.com/lx-relation4257/MythosForge
  • https://github.com/lyam35230-svg/facebook-political-ad-analytics
  • https://github.com/lydzai000/lodois-de-martin-du-tyrac-de-marcellus
  • https://github.com/lyesaissa33-cmd/aznet
  • https://github.com/lyhuynh170285-cmyk/trading-bot-platform
  • https://github.com/lynch1408/Wise-Folder-Hider-Pro-Latest-Patch
  • https://github.com/lzz770/Umbrella-Private-Expansion-2025
  • https://github.com/lzzfiel77/link-video-downloader
  • https://github.com/m11nyan/learn-spring-boot
  • https://github.com/M9rth/heretic
  • https://github.com/ma591/aurl
  • https://github.com/macald8935/POLARIS
  • https://github.com/Macalpha123/ai-native-engineering-persian
  • https://github.com/Macaronic-tvannouncer513/resiliencemap
  • https://github.com/macaxerrras/Kiro
  • https://github.com/maccRBX/nextjs_ecommerce_website
  • https://github.com/macdm88/CryptoBar
  • https://github.com/Macdrnarci/ai-global
  • https://github.com/MachineVsCat/oslc-sync-adapter
  • https://github.com/Mackerelscadpica752/claude-skill-gpt-pro
  • https://github.com/Macptoo/pasteguard
  • https://github.com/macqgoye/NRelay
  • https://github.com/macthreecornered172/cortex
  • https://github.com/mad011408/IndexCache
  • https://github.com/madal1nn/PascalCTF-2026
  • https://github.com/madarauchiha45/Nmap-Security-Scanner-2025
  • https://github.com/madderangelfoodcake950/OpenMOSS
  • https://github.com/maddieunlawful958/gitnexus-stable-ops
  • https://github.com/maddywarm751/openstitch
  • https://github.com/Madelainereefy490/interview-simulator
  • https://github.com/Madelainetympanic168/open-agent-sdk-typescript
  • https://github.com/Madelenaphagocytic771/Jobtracker-Pro
  • https://github.com/Mado2929/sugarstitch
  • https://github.com/madrugada27/elixir-architect
  • https://github.com/madung6797/AzuDL-GC2GD
  • https://github.com/Maeganuncurbed317/Pixet
  • https://github.com/MagBone0/worldmonitor-macos-backup
  • https://github.com/Magdalenaunsoldierly781/ClawGears
  • https://github.com/maged23ww/Cyber-Lobster-Soul
  • https://github.com/maggo0499/django_base
  • https://github.com/Magnusgiakis/file-clerk
  • https://github.com/maguedal/brewventy
  • https://github.com/mahadevan77/FPC-UserAgentAuto-Rotate-Generate
  • https://github.com/mahalakshmiagency/sora-2-sweeta-pro
  • https://github.com/mahan69999/Stego-App-v1.0
  • https://github.com/mahdikarimi5509/obsidian-aubade
  • https://github.com/Mahdivu1/expert-system-medical-diagnosis
  • https://github.com/mahe47/Wednesday
  • https://github.com/maheshmahikk07/CyberDudeBivash-Digital-Arrest-Triage
  • https://github.com/Maheshshar578/poke-gate
  • https://github.com/mahim5314/AKO4ALL
  • https://github.com/mahmoud7876/ctx-zip
  • https://github.com/MahmoudAl-Saeed/SlurmEasyDeploy
  • https://github.com/mahmoudbalal784-create/Logistic-Regression
  • https://github.com/mahmoudsofy999/Operating-system-
  • https://github.com/mahmudzur/Sylenth1-Repack
  • https://github.com/mahmut433/awesome-ai-gtm
  • https://github.com/mahnoora46/earth-telemetry
  • https://github.com/mahrabisnoob/flowk
  • https://github.com/Maicaogamerx/VulnDraft
  • https://github.com/maikadee/AggTradesTool
  • https://github.com/MaikCai9731/SNU_2D_ProgrammingTools_IDE_ASL
  • https://github.com/mailtodk/automated-architecture-discovery
  • https://github.com/Maimoss/Avatax
  • https://github.com/Mainspringpluralist318/fcm-cli
  • https://github.com/maiseysquare323/openstates-mcp-server
  • https://github.com/maitrei9/commit-coach
  • https://github.com/majasinitna6210/taskerslabgen
  • https://github.com/majdhamad95/naruto-shadow-clone-jutsu
  • https://github.com/majdwa515/agentic-design-patterns-cn
  • https://github.com/majedyop0/text2geo
  • https://github.com/maji7652/fedora-bootstrap-suite
  • https://github.com/majormkisii/nexus_v4
  • https://github.com/makaihhunt1234-debug/Course-MiniAPP
  • https://github.com/makibros/ui-feedback-parser
  • https://github.com/makland/Captcha-microservice
  • https://github.com/maksystem2025/GenAI-Course-Repo
  • https://github.com/Makuro2202/Tool2Go
  • https://github.com/Malbara/cryptoquant-key-gen
  • https://github.com/maleckf/skills
  • https://github.com/Maleens/ProteinView
  • https://github.com/malik11993/whichemail
  • https://github.com/malikabass1656/Awesome-LLM-based-Text2SQL
  • https://github.com/malikhar1945/BugOps
  • https://github.com/malikography/multi-layer-shadow-text-designer
  • https://github.com/malizmenezes/Kianoland-Group-ChattBot-AI
  • https://github.com/malkahenthusiastic993/gfdwer
  • https://github.com/mallahashok9239/Red-Team-Scaner-V2
  • https://github.com/MalluGamingYT/Arclab-Watermark-Studio-Activated
  • https://github.com/MalongaFructueux/tracker-velib-paris
  • https://github.com/Maltesecrosssuperfund776/viki-code
  • https://github.com/Maltese-stbruno491/Autonomous-Fraud-Detection-Response-Network
  • https://github.com/Malumbo1/ai-stock-analyzer
  • https://github.com/mamaamacrivi/docker-mcp-tutorial
  • https://github.com/Mamalam/context-field
  • https://github.com/mamcaac/FinTrack-AI
  • https://github.com/mamostemamba/ThesisViz
  • https://github.com/mamoun78444/llm-json
  • https://github.com/Mamun267123/SNU_2D_ProgrammingTools_IDE_LISA
  • https://github.com/manab906/TunePat-Spotify-Converter-No-Trial
  • https://github.com/manahil852/tsints
  • https://github.com/manbilly/article-categorization-ml
  • https://github.com/Mandaeancorrespondencecourse450/contextd
  • https://github.com/mandalif-cmd/MichaelRogerss
  • https://github.com/mandiedural205/ai-traffic-signal-optimization
  • https://github.com/Mandychitinous459/openclaw-lark-stream
  • https://github.com/Manglatice/ptt-system
  • https://github.com/mangogamer162/ai-agent-tools
  • https://github.com/mangotwoo/ms-courier-order
  • https://github.com/Manhal4321/soenneker.atomics.bools
  • https://github.com/manhoza98/AqlliTozalash
  • https://github.com/manhvn135/wah
  • https://github.com/Manibharath5486/DualSenseX-Steam-PC-Controller
  • https://github.com/Manikantabotta/timescaledb-5ce
  • https://github.com/manikanthManepalli/unipm
  • https://github.com/manikarf/sketchup-tools
  • https://github.com/manikas72/amazon-csfzy
  • https://github.com/manishanis/eye-training
  • https://github.com/Manishgiribokaro/nodejs-secure-file-sharing
  • https://github.com/manjeet3219/kaomojiNFT
  • https://github.com/manku-max/MoltBrain
  • https://github.com/manmanyou/js-ui-components-hub
  • https://github.com/Mannujangid/3x-ui-auto-installer
  • https://github.com/mano9101/Regularization-Continual-Learning-PyTorch
  • https://github.com/Manoj00069/Natural-Language-OS
  • https://github.com/Manoj00712025/WNN
  • https://github.com/manoj2024ai/ABRASAX-AGI
  • https://github.com/Manoj5k/spfvalidator-api
  • https://github.com/Manosg4025/cookie-clicker-game
  • https://github.com/mansbodycrashbarrier83/go-eventra
  • https://github.com/MansiTilekar-28/VAT-VIES-Validator-Batch-EU-Excel-File
  • https://github.com/manuelacosta407/LLMChat
  • https://github.com/manuelalba1021/weather-mcp-a2a
  • https://github.com/ManuelBulla23/POS-system-for-Gargi-Garage
  • https://github.com/Manueli96/Hospital_Readmission_Analytics
  • https://github.com/ManuelMydis/MikroTik-Auto-Backup-Tool
  • https://github.com/ManuGits99/iplookup.rs
  • https://github.com/ManuMTL2008/Stealth-Game
  • https://github.com/Manuvera14/kage
  • https://github.com/manuxing/cloudflare-dns-swarm
  • https://github.com/Manvendra171006/servicedeskkitv4
  • https://github.com/MaoMao0903/Arbitrage-Ethereum-Bot
  • https://github.com/maoooooooo123/MeterSense-Smart-Meter-Analytics-Database
  • https://github.com/MaouNakano/youtube_timecodes_generator
  • https://github.com/Mapezxczxc/AudioNoise
  • https://github.com/Maplecoder18/Qwen3-VL-Embedding
  • https://github.com/Mapu909/InventoryApp-MVC
  • https://github.com/Marc067/Configuring-and-Programming-the-Timers-of-8051-Tutorial
  • https://github.com/Marcelleedit7272/genai-tokenizer
  • https://github.com/Marcelo34482/xsukax-File-Base64-Converter
  • https://github.com/marco1900445/genera
  • https://github.com/marcu1212/companion
  • https://github.com/marcus9martinek-sudo/htmx-devtools
  • https://github.com/mardoch5940/nthn
  • https://github.com/mareahtinseled773/AppAbsensiSDN1Bintaro
  • https://github.com/margaretaroselilac100/awesome-world-law-agent
  • https://github.com/Margaretsangerbowlinggreen412/filevanish-oss
  • https://github.com/MarGo-20/isaaclab-anymal-locomotion
  • https://github.com/Margothermoplastic365/waterwall-api-gateway
  • https://github.com/Margwe19/capcheck-architecture
  • https://github.com/marhamafzaal/nexus-flow-enterprise-order-processor
  • https://github.com/marhsjbdn/opencode
  • https://github.com/mariananakata/sumantapani23.github.io
  • https://github.com/Marianelaperez00/ZarcoCaptcha
  • https://github.com/Marian-lemma264/dapp-ui-core
  • https://github.com/Marieannready800/POKRION-Speed-Drone
  • https://github.com/Marik201517/Roblox-Death-Ball-Script
  • https://github.com/MarineBoy368/aurora-bzu
  • https://github.com/Mario82del/LinkSwift
  • https://github.com/Marisnaive21/bb-agent
  • https://github.com/Marixartes/crypto-dash
  • https://github.com/Mariyam-Hanan-Javid/ansible-curated-roles
  • https://github.com/Marjysynchronous312/foodverse-premium
  • https://github.com/Mark233D/MailEnable-AI-Spam-Filter
  • https://github.com/Markapfler01/zipora
  • https://github.com/MarketMind2207/azure-data-engineering
  • https://github.com/MarkhorCodex/nullsec-desktop
  • https://github.com/markinsensitive738/ufw-cf
  • https://github.com/MarkJemuelMenguito/MinervaJS.Audit-Logs
  • https://github.com/markoswire/remember-me.ai
  • https://github.com/Markovian-tko592/tuitter
  • https://github.com/Markp02/FaraIdeh
  • https://github.com/markuninflected543/pinokio-ai-app-installer
  • https://github.com/Markusdarkus1/Autoscaler_Interattivo_Plugin_Devstack
  • https://github.com/Markusino488/cve-2025-8088
  • https://github.com/marloendothermal406/spotify-ytmusic-tools
  • https://github.com/MarnuDeWet/paru
  • https://github.com/marrakechinmorocco/sktk
  • https://github.com/Marrileedoublebass342/InfraDash
  • https://github.com/Marselinofransischo/ai-image-wildfire-detection
  • https://github.com/marshyisbest66gmailcom/api-proxy
  • https://github.com/MarsLee1870/Street-Aroma-Vending
  • https://github.com/marta3718/saturnix-camera
  • https://github.com/martainntwiglike586/tinyforge
  • https://github.com/Martialdepaul/fsst-rs
  • https://github.com/marticalike840/PrismML-Bonsai-vs-Qwen3.5-Benchmark
  • https://github.com/MartinaMagdyYakoup/Les-Chaises
  • https://github.com/martinbeakless346/neutron
  • https://github.com/martinez1120/drex
  • https://github.com/Martinjustinus/mtx-toolkit
  • https://github.com/martins00243/yaak
  • https://github.com/Martinskings/EntraGoat
  • https://github.com/Martinvokmore/powersub-demo-1530
  • https://github.com/martmain/teamtalk
  • https://github.com/Martvixtor/APDS9960
  • https://github.com/maruf0602/zolara-chat-platform
  • https://github.com/MarxDeFaust/evolutionkitv5
  • https://github.com/MaryCity05/powersub-demo-3424
  • https://github.com/Maryfall/awesome-mistral
  • https://github.com/Maryflanneryoconnorrosewood498/skills
  • https://github.com/marylindaunpleasing8037/clawreel
  • https://github.com/mascenedavi2004-dotcom/superGPT
  • https://github.com/Masculine-genusdigitalis738/f1streamer
  • https://github.com/Masha54/core
  • https://github.com/MashierMagid/Freemake-Video-Converter-No-Trial
  • https://github.com/Masked-stimulant628/helixent
  • https://github.com/Maskhoirulanam/zenodo_dl
  • https://github.com/Maskiabdo97/cartpole-ts
  • https://github.com/Maslany1/BloodConnect-Client
  • https://github.com/MasonSpringett/powersub-demo-9377
  • https://github.com/Masscultureophioglossaceae187/walletsuite-tx-compiler-ts
  • https://github.com/Massimo-Hachem/event-driven-order-app
  • https://github.com/massproduced-superstrate104/Pixel-CS2-Internal
  • https://github.com/MasterHasanm/how-to-data-science
  • https://github.com/Mastermaie/hidetik
  • https://github.com/masterprod1/tiktok-media-and-metadata-retriever
  • https://github.com/MastersCarlos/MacroStasis
  • https://github.com/mataquila/redundant-fullname-state
  • https://github.com/Mateen00120/dartconnect-visit-scoring-scraper
  • https://github.com/Mateoisochronal555/apuestas-bot
  • https://github.com/mateooo24/timework-skill
  • https://github.com/Mateopecausa/whatsapp-chat-transcriber
  • https://github.com/Mateo-Romeroo/claude-code-handbook
  • https://github.com/Matephone/AI-Business-Command-Center-Dashboard
  • https://github.com/Materialwitnessmauritianmonetaryunit241/rhino-mcp
  • https://github.com/maternalistic-hairnet21/picasso
  • https://github.com/mathegauss/velxio
  • https://github.com/MatheuSenior/Binance-US-MCP
  • https://github.com/Matheusmiura/zigbee-floorplan-card
  • https://github.com/MatheusWinkler/knowledge-pipeline
  • https://github.com/Mathisle6714/awesome-lightpanda
  • https://github.com/MathisTS9/Abaqus-Aluminum-Bending-Ductile-Damage-3D
  • https://github.com/MathisWONG/env-diff
  • https://github.com/Mati2728/MoldGuard-AI-Intelligent-Humidity-Management
  • https://github.com/matiascardboard261/codex-loop
  • https://github.com/matiassppeed-stack/gemini-watermark-remover-editghost
  • https://github.com/matixblocks/prompts-dev
  • https://github.com/matsasasda11/WU-Killer
  • https://github.com/matsuri0322/KismenYapayZekaDestekli-AcilAfetYardimSistemi
  • https://github.com/Matt201306/buildinpublic-bot
  • https://github.com/matt31313131/torch-einops-utils
  • https://github.com/Matteoexogenic5081/API-Drift-Sentinel
  • https://github.com/Matthewcoxall120986/go-kcl
  • https://github.com/Matty1234321/funda-property-search-scraper
  • https://github.com/Matviy-bit/NetworkConfigPro
  • https://github.com/Maufsa/WinUI3_SwapChainPanel_WebView2
  • https://github.com/MauriGonzalez22/top-solana-token-creator-tools
  • https://github.com/Mauritiusllewelynpowys919/codex-review
  • https://github.com/Mauromolina68/Rust-External-V3-2026
  • https://github.com/Mavin9300/web-hackathon
  • https://github.com/Mavurabee/dashflow-2025-1
  • https://github.com/Mawucojnr/colorls.cr
  • https://github.com/Max9547/x-fetcher
  • https://github.com/Maxdepai1212/zotero-mcp-server
  • https://github.com/maxiairborne8831/CS2-Skin-Changer-Tool-2026-All-Items
  • https://github.com/Maxierepresentational96/YaCV
  • https://github.com/Maxiflorent/YouTuVim
  • https://github.com/Maxing16/cursor-ide-setup
  • https://github.com/MaxPaez/fairness-analysis-pima
  • https://github.com/Maxwellrightminded802/ZigZag-Cipher
  • https://github.com/MaxyExpert/frontend-design-pro-demo
  • https://github.com/mayadigi/seeds
  • https://github.com/Mayank05GH/sistema-educativo-aleman
  • https://github.com/Mayanotsurprised5840/magika-gui-portable
  • https://github.com/Mayil6930/Emad-Afandi
  • https://github.com/Mazar77/helpdeskkitv4
  • https://github.com/mazebrr/language-tokenizer
  • https://github.com/Mazen2026/ultralytics
  • https://github.com/Mazen7071/imece
  • https://github.com/mazeneldayash/Retail-sales-analyze-project
  • https://github.com/MazuJavaDwenda/Directory-Monitor-Pro-Repack
  • https://github.com/Mazy-gravidation9625/dbeaver-gcloud-free
  • https://github.com/Mbeeee111/tokenizer.cpp
  • https://github.com/Mclovensn/Bin-Buddy
  • https://github.com/MCRLY/KREASYS
  • https://github.com/mcseali/Network-Manager
  • https://github.com/Mct6612/policy-gate
  • https://github.com/Md0bR/claude-config
  • https://github.com/Mdalaman12/wybthon
  • https://github.com/mdanbn/Admin-Panel-User-Employee-Managment-Dashboard--React-Frontend
  • https://github.com/Mdirman/Notion-AI-CRM-Agents
  • https://github.com/Mdraken66/stackinit
  • https://github.com/mdrmdmau/datasets
  • https://github.com/MDS129/Xyn-Compiler
  • https://github.com/Meaddrab933/muse
  • https://github.com/Meaghanpianissimoassai867/heirloom-showcase
  • https://github.com/Mealy-gamma925/winproc-tui
  • https://github.com/mechanic0309/nasiko
  • https://github.com/MED4897016/thermodynamic-cognitive-homeostasis
  • https://github.com/medazizsaaadallah/Knowledge-Infused-Multimodal-Retrieval-A-RAG-Based-Approach-for-Context-Aware-Image-Understanding
  • https://github.com/median-flowerbed220/cs2-overlay-tool
  • https://github.com/Mediapen6443/Tabular-Benchmark-MLOps
  • https://github.com/medicendash/Hacktoberfest
  • https://github.com/medkadouari/academic-homepage-templates
  • https://github.com/Medlaichi3322/Benvista-PhotoZoom-Pro-Free
  • https://github.com/medoahlawy/annonce-legal-figaro-scraper
  • https://github.com/Meekay888/zxc24213bobickkkk
  • https://github.com/Megha9944/autocad-lisp-toolkit
  • https://github.com/Meharees123/hks-rover-arduino
  • https://github.com/meharizua/gsm-fusion-validated
  • https://github.com/Mehdi1349/open-affinity-patcher
  • https://github.com/Mehdidu9345556/Roblox-Fisch-Script
  • https://github.com/MehdiiQ/creative-agency-website
  • https://github.com/mehdike2b/cloud-sdk-1771916758-5
  • https://github.com/Mehmehamza/TideScope
  • https://github.com/Mehmetfitness/RSA-Playground
  • https://github.com/mehranpr12/agent-commerce-demo
  • https://github.com/Mehtab00007/Country-Explorer
  • https://github.com/MeikHub3/keyinfostruct
  • https://github.com/meislul/poolswap
  • https://github.com/meissnersmarta221/JackProAi-claudecode3.1
  • https://github.com/Meizhen29/aws-rcp-s3-require-intelligent-tiering
  • https://github.com/Mekansmm/forum-guard
  • https://github.com/meki19932/File-Rename-Bot
  • https://github.com/mel751/tagix-docs
  • https://github.com/Melanietransmissible581/utils-python-scripts
  • https://github.com/melisentdisreputable941/knowledge-graph
  • https://github.com/Melloneyspotty167/agentic-malware-analysis
  • https://github.com/Mellow-fantasy339/ramaguru-calendar
  • https://github.com/Melodie8889/Synthesis_project
  • https://github.com/Melodyshadow/Discord-Role-Play-Bot
  • https://github.com/melolixodocaralho/mercury-framework
  • https://github.com/Melon4Program/ai-skills
  • https://github.com/Melontourer315/X-Ray-Triage-In-LMIC
  • https://github.com/meltdowncomingattraction207/RiverSentinel
  • https://github.com/Melui23/GraphGPU
  • https://github.com/Melvynlong873/vimyt
  • https://github.com/Men5738/AI-Compliance-Failure-Patterns
  • https://github.com/mendelian-scarletrunnerbean596/climb-the-tall-building-0
  • https://github.com/mendessxs/STM32_MultiSensor_MicroSD_Datalogger
  • https://github.com/Meneses626/Guess-The-Number
  • https://github.com/Meng-dev001/Codex-JetBrains
  • https://github.com/mengnemojohan/numina-lean-agent
  • https://github.com/Menna-Awad11/polymarket-trading-bot
  • https://github.com/mennaosa9029/PWNNET
  • https://github.com/mennaosa9029/skiff
  • https://github.com/Menor1111/iSCSI-Setup-Tutorial-on-Linux-Mint
  • https://github.com/Menorah/codemoot
  • https://github.com/menorahrattrap533/SimpleHub
  • https://github.com/menukap999/js-visualizer
  • https://github.com/Meobii0301/go-resilience-mock
  • https://github.com/merckxfloatation648/finsight
  • https://github.com/mercyfpf/monorepo-boilerplate
  • https://github.com/meridelfuture9082/euprovguard
  • https://github.com/Merieltrue137/Polymarket-Trading-Bot
  • https://github.com/MerkouriadisPanayiotis/neuron-bci
  • https://github.com/merobabo/vehicle-health-agent
  • https://github.com/merolawhipping644/Auto-Filter-Bot
  • https://github.com/Merovingian-valency417/agent-cost-mcp
  • https://github.com/Merrielleimpermissible358/Naaz-CRM
  • https://github.com/Merta482/Spotify-Collaborative-Playlist-Voting-Bot
  • https://github.com/MertOmerO123/90DaysOfDSA
  • https://github.com/Meryem-Code2/Python_Panel
  • https://github.com/meshed-potato911/lark-channel
  • https://github.com/mesoalrubasi/nixos-config-tui
  • https://github.com/metaindistinct/go-test-suite
  • https://github.com/metalloid-campfollower472/Fraud-Detection-SQL-Supervised
  • https://github.com/Metasoftia/PortForwarder
  • https://github.com/metatarsusbilimbi609/ratrioshka
  • https://github.com/meteorologycollectivisation203/qa-automation-sandbox
  • https://github.com/Methameth2/xap-protocol
  • https://github.com/Metromrx/wpr-reg-records
  • https://github.com/Mevaada6401/connect-byte-projects
  • https://github.com/mewayz8994/xg-vision
  • https://github.com/Meyerirregular488/Prompt_engineering_Patterns
  • https://github.com/Meysamshiralii/coruna_analysis
  • https://github.com/mfaeez/GitCommitInsight-
  • https://github.com/mfalmekevo/PAF-Week-05-Submission-Application
  • https://github.com/Mgalamela/teGATElx
  • https://github.com/MGALAXYM/Portfolio11
  • https://github.com/MhamedMath/zapret-discord-youtube-linux
  • https://github.com/mhdsawad/offline-it-project-manager-workspace
  • https://github.com/mhmdasmay7151/L2r
  • https://github.com/mhmdmnsor292003-arch/free-ai-tools
  • https://github.com/miaubonito/subsync
  • https://github.com/Michael336689/j-ie1
  • https://github.com/Michelinaunexcused812/mcp-bundle
  • https://github.com/Michigan5/oports
  • https://github.com/mickeygls2012/knn-cat-dog-demo
  • https://github.com/MicMJoh36YT/dockhand
  • https://github.com/middleeardeafnesssouthwesternlipfern411/gitdork
  • https://github.com/midoo12345/Kaspaweb
  • https://github.com/Midoshy/ironclaw
  • https://github.com/Midweekly-penn470/My-Knowledge-Base
  • https://github.com/miga1999/AirClaw
  • https://github.com/migmi111/persian-Bulletjournal
  • https://github.com/migue1859/lintropy
  • https://github.com/Miguelmine1/tigerstyle-chat
  • https://github.com/MihiranDev/patient-data-management
  • https://github.com/Mikaaz/AI-roadmap
  • https://github.com/Mikaelavec1k/xiaoyaosearch-dingding-export-md
  • https://github.com/MikahatMax/tulos_updated
  • https://github.com/MikailSonmez/mikailsonmez
  • https://github.com/Mikecomparative372/claude-code-2188
  • https://github.com/mikejtoolen/Custos_AI
  • https://github.com/mikel691/silkweb
  • https://github.com/mikel-web/moonlander-reverie
  • https://github.com/mikenasmatas01-ai/ai-code-trust-validator
  • https://github.com/miketsivgoulis/ai-audio-tools
  • https://github.com/Mikeydodo/patience-chatbot
  • https://github.com/Mikeynormal1422/MyCV
  • https://github.com/Mikoppa1994/smile-or-shock
  • https://github.com/MilaCodesIt/Bustalk-Uart
  • https://github.com/Miladpython/Character-Device-Driver
  • https://github.com/MilanMishutushkin/tailscale
  • https://github.com/Milan-Tmg/BOF_ExecuteAssembly
  • https://github.com/mildredcohen/vue-cinema-guide
  • https://github.com/Milissenttending818/AgentForge-AI
  • https://github.com/militarylawciconiiformes277/order-management-api
  • https://github.com/milkEden/azure-red-team-abuse-scenarios
  • https://github.com/Milkmikhailbaryshnikov347/art
  • https://github.com/miloo2/pi.nvim
  • https://github.com/Miltonantipodean429/gd32e50x-cmake-vscode
  • https://github.com/Mimil5143/aipointer
  • https://github.com/Mimis7526/Smart-tourism
  • https://github.com/Mimo112/git-repo-analyzer
  • https://github.com/Minato981/pminimal
  • https://github.com/mindmintza/Seed-1.8
  • https://github.com/mindofjes/serverless-nodriver
  • https://github.com/minecommando26/china_airlines_comparative_financial_analysis
  • https://github.com/minecraftmaker123/Contexto-AI
  • https://github.com/Mine-Fire-Bro/llm-diagnostic-reasoning
  • https://github.com/minhaj-mohammeth/legal-and-policy
  • https://github.com/minhbaol747-lab/crypto-market-simulator
  • https://github.com/minhhai806/credentials-manager
  • https://github.com/MinhQuanNgo/ML-Models-For-Course-Training-Tracking-And-Predictions
  • https://github.com/minoxer/springboot-template
  • https://github.com/Mint-lslowry12/nano-banana-prompts
  • https://github.com/mintsssddd/LPLB
  • https://github.com/MinWannn/Members-Management-App
  • https://github.com/Miousik974/LeLamp
  • https://github.com/mipileupiki/Haven-Desktop
  • https://github.com/mira2480/CLI-WeChat-Bridge
  • https://github.com/mirghhassan1234-del/datagouv-mcp
  • https://github.com/MirosisSA/Bad-Code-Collection_Website
  • https://github.com/MISAL44/goldsvet-6-5-casino-script-php-html5-games-open-source
  • https://github.com/Misanthropic-jussanguinis606/rust-survival-assistant
  • https://github.com/MiseryVoid/ldc-shop
  • https://github.com/mishelabd/html-css-javascript-frontend_course-luisdev_part-3_html-5_css-3_js-es2023
  • https://github.com/misslesnake2/Chat-Room-Mern
  • https://github.com/MisterBlake123/inference-hub
  • https://github.com/misterJK2022/wechat-claude-code
  • https://github.com/mistletoethrushreject612/lintree
  • https://github.com/mistrakoss/SVGAPlayer-Lite
  • https://github.com/mithun644/go-chanstreaming
  • https://github.com/mitra041182/earningsfeed-cli
  • https://github.com/Mitrewortavo5426/Vibecode-Cleaner-Fartrun
  • https://github.com/MITRVARUN/Kernel-Panic-Simulator_Docs
  • https://github.com/mittenephemeral420/npm-tsconfig
  • https://github.com/Mitul-Singh/pve-notebuddy
  • https://github.com/Mixwith3802/soak-my-bed
  • https://github.com/Miyamura-sudo/product-builder-starter
  • https://github.com/Miyu-Tamut10/AI-Interview-Intelligence
  • https://github.com/miz12688/arc-timer
  • https://github.com/Mizenmasthypocellularity917/Collect-Feedback-Without-a-Backend
  • https://github.com/mjanegamale/formation-fondamentaux-web-modernes
  • https://github.com/mjhaycuribs/pinq
  • https://github.com/mkai80/DocMeld
  • https://github.com/Mkombozi-59/ai-kpi-dashboard-generator
  • https://github.com/MLairac/git-control
  • https://github.com/mlekaili/Magic-DVD-Ripper-Activated
  • https://github.com/mmeethani/MacScp
  • https://github.com/Mmoch9093/cherrypicker
  • https://github.com/mmrgkkgsjk/fuzzy-pacman
  • https://github.com/mnhju/sprig
  • https://github.com/mo0ody88/NYC-Taxi-Fare-Analysis
  • https://github.com/mo880/PizzaShop
  • https://github.com/Moaazahmed65/slim
  • https://github.com/moalfati7/pc-toolkit-pro
  • https://github.com/MoaMp3/habit-tracker
  • https://github.com/Mochtaufiqqq/aws-cdk-self-hosted-n8n-infra
  • https://github.com/Moditeam89/WeChat-tweets-counterattacker
  • https://github.com/moemoe1230/claude-code-my-workflow
  • https://github.com/MoeNekoChan/Distributed-Room-Ecosystem
  • https://github.com/mogpt15/reverse-geocoding-api
  • https://github.com/moh0001/imagician
  • https://github.com/moha123wad/airflow-etl-ml-monitoring-pipeline
  • https://github.com/Moha346-coder/mace-osaka26
  • https://github.com/moham94/mini-sglang
  • https://github.com/mohamed007g/proxmox-terraform-framework
  • https://github.com/MohaMeD10-web/Claude-to-IM-skill
  • https://github.com/mohamed1420/NimbleMock
  • https://github.com/MoHaMeD28633/AMS-Software-PhotoWorks-Free
  • https://github.com/mohamed5442/rug-pull-detector
  • https://github.com/MohamedAdamA/networkping
  • https://github.com/mohamedalilashen/DAWN-Bot
  • https://github.com/MohamedArafa97/code-review-agent
  • https://github.com/mohamedbelasy/LfsProxy
  • https://github.com/Mohamedch1793/Data-Fusion-public-solution-
  • https://github.com/mohamedhafididb-a11y/maxogram
  • https://github.com/mohamedhussein2025/zigx
  • https://github.com/mohamed-magdy-1/CodexBar
  • https://github.com/mohamedmanzo/workforest.space
  • https://github.com/MohamedSamiAG/markdown-to-zundamon
  • https://github.com/MohamedSamiHdj/realtime-data-pipeline
  • https://github.com/mohamedsayed123m/latex-answer-key-generator
  • https://github.com/MohammadFarrah21/Baikal-Handwired-Split-Corne-Keyboard
  • https://github.com/Mohammadibrahim55/agents
  • https://github.com/Mohammed2993/devhenrico_portfolio
  • https://github.com/Mohammeda6233/BlogPilot-Open-Source-AI-SEO-Content-Studio
  • https://github.com/mohammedalqrini/amm-challenge-yq
  • https://github.com/MohammedAsif007/Haven
  • https://github.com/mohammedwritten616/Integrated-Subsea-ROV-and-AUV-Visualization-3D
  • https://github.com/MohanadSr/ai-efficiency-handbooks
  • https://github.com/MohdIkhwanIdrus/Solana-Visibilit--des-fonctions
  • https://github.com/Mohit1251/Reno_Bomber
  • https://github.com/Mohit904524242324242/nextwork-rag-api
  • https://github.com/mohitsem13/Verdict
  • https://github.com/Mohsinmjr/roubao
  • https://github.com/Mohtdyyyykhaled/modular-cms
  • https://github.com/MoHussein197/dgx-spark-finetune-llm
  • https://github.com/Mokabil89/Axios-with-proxies
  • https://github.com/mokalachristian/Roblox-Fisch-Script
  • https://github.com/mokarram-PU/claude-skill-railway
  • https://github.com/mokrom1234/product-planning-skill
  • https://github.com/momenh2004/openai_agents_sdk_full_course
  • https://github.com/Momenm3419/chatgpt_register_v2_by_AI
  • https://github.com/momotas701/swift-tar
  • https://github.com/MomRedPhone21/latamai
  • https://github.com/monee44/vmp_demo
  • https://github.com/mongoloid-closedsession617/claude-code-reverse
  • https://github.com/Mongoloid-genussynercus114/RNCopilot
  • https://github.com/monic1001/forestwatch-tg
  • https://github.com/monish6666/avro-phonetic-go
  • https://github.com/Monkey-D-Swapnil/Emojify---AI-Emoji-Generator
  • https://github.com/monkeys12341/nanobot
  • https://github.com/Monkish-jewishryebread665/NodeMind
  • https://github.com/MonOtaku1122/GenBI-Canadian-Bond-Market
  • https://github.com/montage-tecg/openmemory-plus
  • https://github.com/Montan8629/ai-squad-architect
  • https://github.com/monte250810/StreamingQuotes-gRPC
  • https://github.com/monthisis131/authentication-verification-system
  • https://github.com/Monu0506577/triage
  • https://github.com/MooNyeu/granitepi-4-nano
  • https://github.com/moora291/credit-scoring-mlflow
  • https://github.com/moosatae123/Data-Analysis-Excel-Power-Query-DAX-Power-Pivot-Coffee-Shop
  • https://github.com/Moot-mammea757/kirari
  • https://github.com/Mora2025/setup-salesforce-action
  • https://github.com/Moramo5213/edgeglyph
  • https://github.com/More-controlrod669/Ka1zen
  • https://github.com/More-testosterone651/ai-scientific-image-generation
  • https://github.com/morgancertifiable319/china-ai-compliance
  • https://github.com/Morleyobligated245/agent-platform
  • https://github.com/morlysemicircular730/vorq
  • https://github.com/morphineprotectorship831/All-the-Mods-11-Minecraft
  • https://github.com/Mortcragfast892/gatus-config-generator
  • https://github.com/Mosaicgoldjerusalemartichoke682/shaprai
  • https://github.com/moses26222/cat-paywalls-kmp
  • https://github.com/MosesI0/selfware.md
  • https://github.com/Mosesmordacious897/claw_code
  • https://github.com/Moshe236/VanishMail
  • https://github.com/Motieju5716/style-guide.vue
  • https://github.com/mouneshbtc/FastChat
  • https://github.com/mounika1404/jquery-context-menu
  • https://github.com/mouradu/CypherX-Ultra
  • https://github.com/mourya11/honghongcf-workers-vlesspanel-d1
  • https://github.com/Mousebuttoncankerworm387/bee-write-back
  • https://github.com/mpugazh54-cyber/nl2sql-agent-evaluator
  • https://github.com/Mr98R/drift-python-demo
  • https://github.com/mralaei/taskan
  • https://github.com/mrbadr1243/variational-learning-playground
  • https://github.com/MrBeert/xray-ru-en
  • https://github.com/mrcrazybroinsaine/go4give-donation-platform
  • https://github.com/mrdoff1604/terminal
  • https://github.com/Mre5360/openclaw-qqbot
  • https://github.com/Mrgamerp/memoryguard
  • https://github.com/MRISOON/instagram-comments-replies-and-subscribers-scraper-no-cookie
  • https://github.com/mrlabmate/git-account-manager
  • https://github.com/Mrli7906/yupi-skill
  • https://github.com/MR-LKB/minitool-partition-wizard-tools
  • https://github.com/MRMSW3/A-Python-web-development-methodology-for-complex-business-scenarios
  • https://github.com/mrnhat49/Hasta-Takibi-Sistemi
  • https://github.com/MrNiceGuy14/clui-cc
  • https://github.com/MrRay-101/lofi.nvim
  • https://github.com/Mrrishuyt/Phantom-Signature-Attack
  • https://github.com/mrrizzs/HTML-to-UGUI-Baker
  • https://github.com/mrsaad07/PropChain
  • https://github.com/MrTScripts/cursor-spend-tracker
  • https://github.com/mrvaibhavgithub/awsui
  • https://github.com/mryogi229/latex-to-code-ai-tutorial
  • https://github.com/mryotu/sports-casino-bets
  • https://github.com/MS8X00/relationship-consultation-system
  • https://github.com/msa46118/FL-Production-25.2.5-DAW
  • https://github.com/mshobari/local_ollama_project
  • https://github.com/Mtfe958/Smart-Map-AI-assistant
  • https://github.com/mtsoliveira017-spec/obsidian-networks
  • https://github.com/muabanhangtiki/ripwc
  • https://github.com/Muayhannya/dna-memory
  • https://github.com/muba99-bit/Awesome-Crypto-Tools
  • https://github.com/mubeenm5026/crypto-mcp
  • https://github.com/Mucinous-freelance33/feishu-lark-agent
  • https://github.com/Mucose-genusalepisaurus901/CTF-blog-downloader
  • https://github.com/mudam3909/lf2025
  • https://github.com/muhaewfwefe/atonomics
  • https://github.com/Muhamm1580/claude-banana
  • https://github.com/Muhammad1021/mb2docx
  • https://github.com/muhammadabdullahgujjar786/zkprof
  • https://github.com/MuhammadFachruddin/BitSorter-integration-AI
  • https://github.com/MuhammadIbrarKalwar/GitAttributes-Collection_Website
  • https://github.com/muhammadshehata0/legion
  • https://github.com/MuhammadSufyanSikander/emacs-tramp-rpc
  • https://github.com/MuhammadUnaiz/export-followers-instagram
  • https://github.com/muhannadX7/reddit-scraper-lite
  • https://github.com/muhdshahn/CosmoRisk
  • https://github.com/muhengastationary-blip/easy-subtitle
  • https://github.com/muhilham21/code-beautifier
  • https://github.com/Muiz20/macula
  • https://github.com/Mukeem77/soenneker.quark.suite
  • https://github.com/Mukosem/Rasple_Website
  • https://github.com/Multiplexoperationoratory685/vnstock-agent
  • https://github.com/mumlTARQ05/kanuni-cli
  • https://github.com/mun0r/captcha-service
  • https://github.com/muneem21093/SplitR
  • https://github.com/Munificent-grapejelly556/free-claude-code-ai-desktop-app
  • https://github.com/munshiasad/MaiMaiBot
  • https://github.com/murad63/StarWhore
  • https://github.com/murad-bakirov/BugHunter-AI
  • https://github.com/Muriellecomputerreadable868/coderlegion-mcp
  • https://github.com/murrayartistic325/Aethel
  • https://github.com/Mursaleen-khan1/Easy-agentic-memory-system-easy-memory-
  • https://github.com/mushkilali/certifiable-bench
  • https://github.com/musiciangenuscalocarpum278/AudioBookKJ-v2.1
  • https://github.com/muskan18113/Once-Human-Menu
  • https://github.com/mussmdst/timezone-date-normalization-api
  • https://github.com/Mussy-chickenliver66/ChatBot
  • https://github.com/mustafajaber-123/GitHub-Release-Searcher
  • https://github.com/mustafame-s/hugo-neso
  • https://github.com/Mustaqeem159/tarn
  • https://github.com/Mustii2009/NeuroRag
  • https://github.com/musuroi/NXmind
  • https://github.com/Mutant-cordon478/EasyEDA2Kicad-GUI
  • https://github.com/Mutoo31/ArithmeticCoding
  • https://github.com/muttannasp/Dynamic-Landmine-Risk-Intelligence-System
  • https://github.com/muurder/Talos-II
  • https://github.com/muzacopack1/StegoSafe
  • https://github.com/Muzv12/claude-memory-compiler
  • https://github.com/MV1-him/agent-audit-kit
  • https://github.com/mwaila/gymcoin-dapp
  • https://github.com/mwalz365/prolog-kne
  • https://github.com/Mwamwaaaa/opentypeless
  • https://github.com/mwauramuigai/PhantomTrending
  • https://github.com/MXCK22/BNB-Volume-Bot
  • https://github.com/Mxxke2936/Learn-Swift
  • https://github.com/mxxthxs/TeleGuard
  • https://github.com/mybengui/SnapStream
  • https://github.com/mycaptainone/linkscope-bpu-uart-analyzer
  • https://github.com/Mycenaean-goodegg670/Prismofy
  • https://github.com/Mycenaean-grievance118/NC-Claw-Web
  • https://github.com/Myc-trulo/apple-health-to-obsidian
  • https://github.com/Myelogramexcellency969/seedex
  • https://github.com/myidchristy/llm-wiki-kit
  • https://github.com/Myintth4187/agentClaw
  • https://github.com/Mylantaprotiumguianense372/openclaw-cross-market-arbitrage-agent
  • https://github.com/mymine9192/project_directory_structure_for_php_application
  • https://github.com/mynameisjabali/reddit-thread-comment-scraper
  • https://github.com/Myrtieplagioclastic550/tailscale-cli
  • https://github.com/mysadt/pixelmuse-cli
  • https://github.com/myshu1/train-100-unigram-animals
  • https://github.com/mysterious1044/adabraka-ui
  • https://github.com/Mystery25-source-network/guauai
  • https://github.com/mzdssunlock/auth-bff-sms-pin-template
  • https://github.com/mzoryy/hwpxskill
  • https://github.com/n1405732043/pi-token-burden
  • https://github.com/n840229/hung-yi-lee-skill
  • https://github.com/na7202423-bot/django-devsecops-pipeline
  • https://github.com/naayaarunutheriyuma/domselect
  • https://github.com/naaz33/Cognitional-Mechanics-CM-Non-Commutative-Demo
  • https://github.com/Nabhyanirmal2709/agent-inbox
  • https://github.com/naciari/samsne
  • https://github.com/Nadac108/howcryptoworksbook-kr
  • https://github.com/nadeem001254/specgen-ai
  • https://github.com/nadipcandra/koyebne
  • https://github.com/NaealApp/FDM-Labs
  • https://github.com/Naendra/npmx.dev
  • https://github.com/nagafear/FTTX-PROJECT
  • https://github.com/nagaraj9s/mistral-vibe
  • https://github.com/Nagaraju9550/CloudSEK-CTF-Writeup-2025
  • https://github.com/nagasalto899/churn_and_revenue_forecasting
  • https://github.com/Nagiiseishi/gemini-readme-translator
  • https://github.com/nagisa3224/piml.js
  • https://github.com/nahhhnateownu/containerized-proxmox
  • https://github.com/Nahil9225/stream-transcoder-microservice
  • https://github.com/naidujeffery9-glitch/iot-transformer-health-monitoring
  • https://github.com/nailahph127-blip/ClawedBack
  • https://github.com/Naimat922/literature-harvest
  • https://github.com/nainPVPlol/Yomix
  • https://github.com/najeebasad89/Wikipedia-Donation-Destroyer
  • https://github.com/NajiNut/aether
  • https://github.com/najiru/charognard
  • https://github.com/naka11107/YTPro
  • https://github.com/Nakedtailed-kangaroorat872/curated-ai-automation
  • https://github.com/NakibIsHere/error-style
  • https://github.com/nalcapital/ComfyUI_RH_Univideo
  • https://github.com/Nalced143/the-hotel-loop-generative-video
  • https://github.com/naman1902/config-builder
  • https://github.com/Namandla0101/PromClick
  • https://github.com/namanmalik04/whmcs-stripe-zero-order-validation
  • https://github.com/NAMEAMITSONI/authopsy
  • https://github.com/namelesshue/my-bluefin
  • https://github.com/NamHwang/impact-parser
  • https://github.com/Namits5632/antflow
  • https://github.com/nammadturkestandesert942/minio-builds
  • https://github.com/namovies/U-Type-002-GPT-Structural-Command-Interface
  • https://github.com/Nanaadu1/Moderation
  • https://github.com/nanaata/gentle-pulse-281
  • https://github.com/Nanadada0731/Prediction-Fails-When-Systems-Move
  • https://github.com/nanasplace-dev/MIND-News-RecSys
  • https://github.com/nandabagusyulianto/cilantro
  • https://github.com/Nandhagopal200/Mid-Side-Transform-Module-FPGA
  • https://github.com/Nando062/gexter
  • https://github.com/Nandu3187/UTDTB-v5
  • https://github.com/nans28/eywa
  • https://github.com/Naomiservile373/React-Phone
  • https://github.com/narahir/RetroDiffusionApp
  • https://github.com/narak111/mentra-ai-tutor
  • https://github.com/narcoskwt/AuthCore-Service
  • https://github.com/Narutoxdd6/Nyro
  • https://github.com/NASAAAAAAA/Portfolio
  • https://github.com/nashirnm09/expense_tracker
  • https://github.com/Nashonkiago/DiamondDashBot
  • https://github.com/Nasir4upk07/system_design
  • https://github.com/Nasserfinancecommittee444/awesome-rwa-tokenization
  • https://github.com/Nassgaming/wayback-archiver
  • https://github.com/nassidev11/public-opinion-api
  • https://github.com/nasudee/icon-nyi
  • https://github.com/Natalieperitoneal511/anima
  • https://github.com/Natalyarevenant458/Goainglys
  • https://github.com/natan89/awesome-openclaw-skills
  • https://github.com/natasuperposable555/ai-video-generation-sora-runway-kling
  • https://github.com/Natchapol24642/poolsuite-cli
  • https://github.com/nathan29584/svg2fbf
  • https://github.com/nathanial099/Pretty-mermaid-skills
  • https://github.com/Nathanielbifilar547/Ai-Summarizer
  • https://github.com/Nathaniscool123/ai-crypto-bot
  • https://github.com/NathanNgoli/z4
  • https://github.com/nathnta/Apeaksoft-Android-Toolkit-No-Trial
  • https://github.com/NatsuDownBad/ctxpack
  • https://github.com/natta43/Freight_Optimization
  • https://github.com/naturesblackseed/organizational-value-alignment-diagnostic
  • https://github.com/naufalrafifr01/claudecodeusage
  • https://github.com/nauman-khaan/Awesome-Bruno-Alternatives
  • https://github.com/nauraamora/Vibe-Coder
  • https://github.com/navd-ctrl/facebook-marketplace-scraper
  • https://github.com/navilshah291-wq/pythonmate-7-minute-integrity-scan
  • https://github.com/navraham/payroll-management-sql
  • https://github.com/Nawrassssssssss/SROS-Self-Compiler-Chat-OSS
  • https://github.com/naxdac/greeklexiconrejuvenator
  • https://github.com/Naxh156/claude-agent-sdk-python
  • https://github.com/Nayan479/smart--dustbin--project
  • https://github.com/naynormanda/youtube-niche-analyzer
  • https://github.com/Nayzs01/terragrunt-skill
  • https://github.com/Naz533/synaptic
  • https://github.com/Nazab4/Mac-Monitor
  • https://github.com/nbgdigital/LEETCODE.
  • https://github.com/Nbofs8398/claudes-ai-buddies
  • https://github.com/ndiaz173/python-intro-students
  • https://github.com/Ndrews1813/ThinkFlowAI
  • https://github.com/nebilcan/SmartML
  • https://github.com/nechurvan12/WebBaseline-Pro
  • https://github.com/Neckless-khat431/beaglex-mac
  • https://github.com/nederriv/Screen-Naping
  • https://github.com/nedilunar890/ai-agency-agents
  • https://github.com/needled-caruncula155/AI-passage-generator
  • https://github.com/Neekyflora/passbyRefernceMastraSDK
  • https://github.com/NeelPadiya/react-docsie-sample
  • https://github.com/Negusyellowfever875/autoresearch-mlx
  • https://github.com/NehanTharush/code_wishes
  • https://github.com/Nehs6xy3hgdguzjs/Awesome-Video-Reasoning
  • https://github.com/neiljrunde/AI-Face-Changer-Real-Time
  • https://github.com/neilleffendy/genzplyr
  • https://github.com/nejidxb/Quick-Texture-Baker
  • https://github.com/NekkiPUO/Project-Touch-Grass
  • https://github.com/neoclassicistic-patrisib966/claude-code
  • https://github.com/Neocortical-genusplectania100/joomla-iwsby-google-analytics
  • https://github.com/neoiwr/WS-Proxy-Server
  • https://github.com/Nep-Cheat/Clawdbot-Security-Check
  • https://github.com/nephrotoxic-haley82/llm-vision-basics
  • https://github.com/Nephthys198/bw-datatable
  • https://github.com/nerdzinha/agents
  • https://github.com/nerimar2312/expo-pull-refresh
  • https://github.com/nerk1456/research-skills
  • https://github.com/neromerob/safe-solana-builder
  • https://github.com/Nerveussazns/cc-skills-vc-fundraising
  • https://github.com/nervous-cairina435/iPSX2
  • https://github.com/nervusabducensconjunctivitisarida931/CCMeter
  • https://github.com/nestiva5731/Factor-based-Portfolio-Optimizer---Streamlit
  • https://github.com/netanel1q-creator/auth-bff-oidc-template
  • https://github.com/nettigreenside820/Civilization-VI-Optimization
  • https://github.com/Nettleundetected613/Fashion-eCommerce-Shop-in-React
  • https://github.com/NETZ38/luajit_sdl
  • https://github.com/Neurave9751/mcp-guard
  • https://github.com/neurocon1/nodejs-express-crud-api
  • https://github.com/Neuromuscular-poler387/erectus
  • https://github.com/nevincritical387/nexus
  • https://github.com/Nevixi/nodejs-express-typescript-starter-project-with-prisma-postgresql-and-copilot-ai-setup
  • https://github.com/new3489/Customer_Retention_Analytics
  • https://github.com/newbieyan13/pomodoro.nvim
  • https://github.com/NewNameXD/github-analyzer
  • https://github.com/newperiod/loki-mode
  • https://github.com/newsprung-excrescence697/cli-history-hub
  • https://github.com/Newzealandbeechtuck264/freeport
  • https://github.com/nexgen202/tanstack-authed
  • https://github.com/nexus66666/Augur-Runtime-Debugging-Agent
  • https://github.com/Nexxt7/Liam-the-Healthcare-Chatbot
  • https://github.com/neyof03/linear-algebra-3blue1brown-notes
  • https://github.com/Neyrees1337/mcp-sonarqube
  • https://github.com/Neyzjr/BedrockIfy
  • https://github.com/Nflba4888/ADFT
  • https://github.com/ngabolouismaxime/soundwavesurfer
  • https://github.com/ngdwviet/probrain-grimorio-backend-devops
  • https://github.com/ngiuiemm/my-sk
  • https://github.com/ngoducanh123/NexPay
  • https://github.com/Ngokngok08791/agentic-ai-apis
  • https://github.com/Ngoma1713/rushirb2001
  • https://github.com/Nguyen124-star/tauri_webview
  • https://github.com/Nguyendu9096/langcore-api
  • https://github.com/nguyenkhuonghung/moonshot-bundler-bot
  • https://github.com/Nguyenl2650/Notes-Of-Fruit
  • https://github.com/nguyenlanhguru/free-stack
  • https://github.com/nguyenleduydev/x402
  • https://github.com/nguyenlehongphuc0106/PureMac
  • https://github.com/nguyentientu90/JellyfinTV
  • https://github.com/nguyenvuq9868/openclaw-easy-deploy
  • https://github.com/NH7Q/expo-ios-popover-tip
  • https://github.com/nhatm6586/ScreenDiffusion
  • https://github.com/NhatThanh009/ignis
  • https://github.com/NhiiAdjetey/ipaauditor
  • https://github.com/niallcovert953/supplyverify
  • https://github.com/NIBRAJvai/newtarr
  • https://github.com/nicatnesibli/pingoo
  • https://github.com/Niccolounmolested73/chrome-mcp-windows-survival-guide
  • https://github.com/Nice-generalization102/TGS-2024049211-CySAPlus
  • https://github.com/nicholsscruffy342/fijahu-15
  • https://github.com/Nick05Sell/UNUS-SED-LEO-miner
  • https://github.com/Nick23hg/jarvis-v3
  • https://github.com/Nickelironbatteryvesicle763/kalaiarasan-weather-app
  • https://github.com/NickG1978/awesome-web-crawler
  • https://github.com/Nickha124/autumn-mcp
  • https://github.com/nicknears/Brain-Disorder-Detection-Through-Eye-Movement
  • https://github.com/Nicknearsss/devtools-cli
  • https://github.com/nickoder635-ai/All-in-One
  • https://github.com/nicksrawat9389/Emilys-Portfolio
  • https://github.com/NickyKumar/discord-voice-ai-bot
  • https://github.com/NickYt0909/Skills
  • https://github.com/nico3027/Verity
  • https://github.com/Nicofurix/LC-OS-Project
  • https://github.com/NicoKurtPro1/powersub-demo-7453
  • https://github.com/nicolas686/nextjs-portfolio-website-template
  • https://github.com/NicolasSalgadoa/compositing-and-matting-PYTHON-EDITION-
  • https://github.com/nicoleravenous266/pyoctomapRT
  • https://github.com/Nicolinepaying961/SecOps-Lab-Network-Security-Operations-Simulator
  • https://github.com/Nicollas638/advancedkillfeed-platform
  • https://github.com/Nicoman501/Novel-OS
  • https://github.com/Nicooli19/codex-signal-field-abm
  • https://github.com/Nicosolu/ImageFormatLab
  • https://github.com/nicosplit/zks
  • https://github.com/Nidurshan/ai-clips-maker
  • https://github.com/Nieddottix/Python-MQTT-Data-Logger-GUI
  • https://github.com/Niekeisha/business-gemini-pool
  • https://github.com/nielsmi7704/silent-challenge
  • https://github.com/nielsolehald/s3-nqg
  • https://github.com/NightFury02/ClawTeam
  • https://github.com/Night-ice-cube69/vite-react-typescript-tailwind-starter
  • https://github.com/Nightking002/cyber-os-flutter
  • https://github.com/Nightm999/derails
  • https://github.com/nightmare189/angular-frontend-webdev_course-luisdev_part-28_angular-17_typescript-5
  • https://github.com/nightowl620/EliteEditor
  • https://github.com/Nihad1452/url-extras
  • https://github.com/Nihal1205/weather-app
  • https://github.com/Nihtmer/STM32-16x2-LCD-Interfacing-HAL-Coding-Method
  • https://github.com/niimoli/RunReactLocally
  • https://github.com/niirokun/enterprise-eks-multi-az-cluster
  • https://github.com/nijaraymonb/vyuh_node_flow
  • https://github.com/Nijas1108/anti-pd1-melanoma-replication
  • https://github.com/nik3097/payload-dub
  • https://github.com/Nik9o/azmi-bot
  • https://github.com/nikapikalove/Seir
  • https://github.com/NIKFLIX0409/rubiks-cube-color-detection-
  • https://github.com/Nikhi07-dev/stats-strided-mskmidrange
  • https://github.com/Nikhil27k/Projeto-java-EE-8
  • https://github.com/nikhilendra995-web/cinny
  • https://github.com/Nikhil-Sasikumar/QTCPCommWidget
  • https://github.com/nikk8488/Unbreaking-News-2.0-Hackathon
  • https://github.com/NikkkoPrime/zenith-image-generator
  • https://github.com/nikolozi93/verilog-3ai
  • https://github.com/Nikparmar2001/Flutter-Converter-App
  • https://github.com/niks060504/RFM-Customer-Segmentation-Analysis
  • https://github.com/nikunjevane/thesis
  • https://github.com/nikvaid1/wikihow-article-scraper
  • https://github.com/nikweb1/web-subtitle-renderer
  • https://github.com/nilavankavin/zayka
  • https://github.com/nilsou27/swift-hcr
  • https://github.com/nilufrog/retell-voice-assistant
  • https://github.com/Nimi87sh-v/spotify-youtube-automation-mobile
  • https://github.com/Nimmy-Plays1234/Communication-Strategies
  • https://github.com/nininau/awesome-llm-services
  • https://github.com/ninitn100/Keyword-Researcher-Pro-Download
  • https://github.com/Ninja45-cell/android-volume-controller
  • https://github.com/ninja49384/V-index-Quantum-Resistant-Physical-TRNG
  • https://github.com/Ninja99990/Multi-Vendor-Micro-Delivery-System
  • https://github.com/ninjabeni3/AuthKit
  • https://github.com/niosh12/CSV-Analyzer-GUI
  • https://github.com/Nirad-Maharaj/Disable-Call-Recording-BookRestore-
  • https://github.com/Niranjan-008/Agentic-Decision-Cell
  • https://github.com/Niranjananu/chess-project
  • https://github.com/Niravgoyani7/copilot-router
  • https://github.com/nirdosh0990/mobile
  • https://github.com/Nirizo/snakify
  • https://github.com/NirmalLimbachiya/ignite
  • https://github.com/Nirvanazero/geneforge
  • https://github.com/Niserucine/vibe-testing
  • https://github.com/Nish16-py/Tmx-theme
  • https://github.com/Nishanthjpatil/webbol
  • https://github.com/Nishant-Roy1/soenneker.quark.enums.cursor
  • https://github.com/Nishit00/document-qa-rag-system
  • https://github.com/nitainfotechindia/swap
  • https://github.com/niteshkuril/variant-review-workbench
  • https://github.com/Nithinsanjeev/marketing
  • https://github.com/Nithish627/oceanmind
  • https://github.com/nitinkulal778-svg/agent-governance
  • https://github.com/nitinmishra515/HacktoberSentinel
  • https://github.com/Nitinnandurke/gorm-ctn
  • https://github.com/Nitirus8/chesai-ui
  • https://github.com/Nitosd1824/epstein-files
  • https://github.com/nitrogoat74/aacs
  • https://github.com/Niuel1099/sentiment_analysis_service
  • https://github.com/nivel-boop/code-health
  • https://github.com/nix914/awesome-security-pipeline
  • https://github.com/Niza46/SYNGAP1-Variant-Viewer
  • https://github.com/NizamuddinSameer/X11_Desktop_Mirror_LCD_ST7796_-_TOUCH_FT6336U_Pi4b-400
  • https://github.com/nizhan80-art/Swift-UIKit-Skill
  • https://github.com/nkduxitt/revised-simplex-report
  • https://github.com/nlecreamy/ai-embedded-chat-lvgl
  • https://github.com/nlgbeji/Actium
  • https://github.com/nlutf9579/context-guardian
  • https://github.com/nma12323/snip
  • https://github.com/nmlzz/CRUD-Python-Tkinter-SQLite-ProgPythonExpl
  • https://github.com/NMukesh25/docmole
  • https://github.com/Nn9987/mcp-docs-server
  • https://github.com/Nnanyelugo-1/vit-mini-explicit-content
  • https://github.com/nNavarretEAe/hono-status-monitor
  • https://github.com/noah907/vlash
  • https://github.com/Nobab007/vault-tar
  • https://github.com/Noble2718/dump-detective
  • https://github.com/Noddyoficial/MiniMeshT
  • https://github.com/nodexadev/kldy-sjk2025
  • https://github.com/NoeyONUMA307/magnus
  • https://github.com/Nolhan42789/AI-Studio
  • https://github.com/noloverkr/left_file_sharing
  • https://github.com/NoluckyVN/Quora-Engagement-Tracker
  • https://github.com/Noman9000/pdf-site-extractor
  • https://github.com/Nomi-MrNoob/ai-tech-task-solver-chrome-extension
  • https://github.com/nommichin7-a11y/CTC-PESU-IO-CourseResources
  • https://github.com/nonamebatbai/Anti_Phishing_Email_Detector_gui
  • https://github.com/NoNamedLoser/python-eda-projects
  • https://github.com/NoNameX-X/gameconcept-analyzer
  • https://github.com/Nonbuoyant-gulfofstlawrence880/LiveCTF-DEFCON34
  • https://github.com/nonexplosive-aversiveconditioning555/web-researcher-mcp
  • https://github.com/Nonfat-militaryacademy249/crontab-guru
  • https://github.com/Nonfinancial-panel444/ref-downloader
  • https://github.com/nongol7090/ci-cd-node-app
  • https://github.com/nonharmonic-lagbomer158/lumina-festival
  • https://github.com/nonliterate-stogy274/flow-render
  • https://github.com/NonoNoodle1/Bloodbank-management-system
  • https://github.com/nonopening-flipflop638/azure-openai-chatbot
  • https://github.com/nonoscillatory-dotard733/fx-report
  • https://github.com/nonspherical-malthusian675/worldsim-ai
  • https://github.com/nonstandard-reproduction263/planegraph-aviation-tracker
  • https://github.com/Nonsteroidevangel872/research-writing-skill
  • https://github.com/NonStopHitler/dynamophp-symfony
  • https://github.com/NoobBotlies/Discord-Pi-Eval
  • https://github.com/Nooraldeen8329/project-nodal
  • https://github.com/Noor-ali-web/AIML-Engineering-Mastery-Kit
  • https://github.com/Noor-khalid/Selena
  • https://github.com/noornts1/T2S-Bench
  • https://github.com/Noorullah47877/zerogravity
  • https://github.com/noorza7940/AI-News-Briefing
  • https://github.com/noosaaa/mockup-factory
  • https://github.com/Nopdapp/synapse
  • https://github.com/Nopekszz/mssh
  • https://github.com/noppol2817/MMDB-WatchTower
  • https://github.com/Noreenf929/NimbusPDF
  • https://github.com/Norio691/claude-conduit
  • https://github.com/Normanwillful908/palletizer
  • https://github.com/norris543/Login-multi-auth
  • https://github.com/northsideboys12/Portfolio-NMS
  • https://github.com/northskincap/Muse
  • https://github.com/Nortonweb/algorithm-challenges
  • https://github.com/NotAki1112/usulnet
  • https://github.com/Not-anybody-ever/tower-vib
  • https://github.com/notcoininu/grid
  • https://github.com/Nothingsgg/ElephantPoint
  • https://github.com/noticeplantscientist27/terminaltui
  • https://github.com/notkunaflik21/KasKelas
  • https://github.com/Notl3510/powersub-demo-7461
  • https://github.com/notmay666-code/opencode-rate-limit-retry
  • https://github.com/NotRiad/Telegram-Scrape-Channels-Groups
  • https://github.com/NotSen-Code/luckysheet-crdt
  • https://github.com/Notum88/DGA_Diagnostic
  • https://github.com/notyourmom28/breathing
  • https://github.com/noums-ui/codex
  • https://github.com/nounoumallem/sf-to-mf-migrator
  • https://github.com/NourEldeen122004/STM32-7-Segment-Interface-Display-Register-Coding-Method
  • https://github.com/nourmoka/ai-management-course-2025
  • https://github.com/NOUSERNAME191/Store_of_Coffee___Data_Analysis_Project.
  • https://github.com/Nousheen0329/daimones-community
  • https://github.com/novelseksi/263github_example
  • https://github.com/novemcodes/huanion2
  • https://github.com/Novialen7314/lm-studio
  • https://github.com/novonil74/cli-schema
  • https://github.com/NoxiousOdin1050/Secure-debian-mini-infra
  • https://github.com/nsakhranii/remoat
  • https://github.com/nsikaknkan001/Task_Management_With_AI
  • https://github.com/nspraveen91/advanced-csharp_training-course-luisdev-backend-part-2_dotnet-8_csharp-12
  • https://github.com/Ntubila/Joyoshare-HEIC-Converter-Activated
  • https://github.com/NTXGalaxy/Telegrambot
  • https://github.com/NUBNOTPRO/FaviCraft
  • https://github.com/nug31/Freely
  • https://github.com/nuhu-999/toml-config-manager
  • https://github.com/NullCaster2001/Frost-Framework-V9.1
  • https://github.com/numerousenletras/Macbook-controller
  • https://github.com/numidian-christmaspudding240/vanityh
  • https://github.com/nunaszek/mcp-streamable-http-server
  • https://github.com/Nunoo11/vt-scanner-cli
  • https://github.com/nunuphoria/awesome-micro-saas
  • https://github.com/nuqen/verdantwatch-monitoring
  • https://github.com/Nuralom32/custom-compiler-c
  • https://github.com/nurikbystik/deadbolt
  • https://github.com/Nurrachm6921/agent-kernel
  • https://github.com/Nur-syafira/ai-agent-tts
  • https://github.com/Nurulkarim/qa-automation-exercise
  • https://github.com/NutcrackerLive/photo-selector-app
  • https://github.com/NuubDMT/Intial_Opensource_contribution
  • https://github.com/NV0002/VTC-Bench
  • https://github.com/nvh209/machine-learning-for-spam-sms
  • https://github.com/NXSkara/GenerateAgents.md
  • https://github.com/Nxssrrr/Storage-redirection-X-Public
  • https://github.com/NxxNrz/AI_Email_Crafter
  • https://github.com/nyanlintun2481/Talent-Hub
  • https://github.com/Nyas1996/a-stock-data
  • https://github.com/Nyazire/ai-craft
  • https://github.com/Nyctanassabillingsgate832/ionic-capacitor-skills
  • https://github.com/NymzeyX/Master-PDF-Editor-Latest-Patch
  • https://github.com/nynlaqified/en-iyi-yazilimcilar-arasinda-gosterilenler-list
  • https://github.com/nyt213/police-chat-bot
  • https://github.com/NyTrozE/ant-design-wpf
  • https://github.com/Nyxo317/OpenGestureXR
  • https://github.com/NyxusTSK/Vendor-Performance-Analysis
  • https://github.com/O3asy/twiMonBot
  • https://github.com/oas-is/frigate-nvr-guide
  • https://github.com/ObadahAljammal/crypto-prediction-bot
  • https://github.com/Obaydur-Rahman/ai-image-generator-api
  • https://github.com/Obedbrako/in-memory-pubsub
  • https://github.com/obedmokua0/sample-digital-wallet-platform
  • https://github.com/obeid999/TOLARENAI-Antenna-02
  • https://github.com/Obelionbar894/ai-customer-support-intercom-ai-zendesk-ai-tidio
  • https://github.com/Obgeor2696/SwiftData-Agent-Skill
  • https://github.com/obi090/python-des-implementation
  • https://github.com/Obstructed-bit260/notion-to-medium
  • https://github.com/occho5684/favgrab
  • https://github.com/ocha2222/AppleMacSoft-Easy-M4P-Converter-Activated
  • https://github.com/Ochieng20/biotessera
  • https://github.com/O-cniel/Sovereign-Land-record-Norway
  • https://github.com/octagram9/Problix
  • https://github.com/Oculusnoob/vesper-memory
  • https://github.com/odeilsondev/tool-image-to-svg
  • https://github.com/Odelin1995/open-blog
  • https://github.com/OdeMotion/Retail-Calendar-Pattern-Finder
  • https://github.com/odi2112/biogenerative-architecture
  • https://github.com/odinn1cyber/ci-curation
  • https://github.com/odysseusunivalve448/Queuectl
  • https://github.com/Oelshafei1/skills
  • https://github.com/offhisguard-lightness469/streaminfer
  • https://github.com/OfficialLilBrendan90018002/tfintr
  • https://github.com/offputting-headfish447/node-example
  • https://github.com/ofir84624/DODRocketsRaylib
  • https://github.com/OG-Caleb/2025_f1_predictions
  • https://github.com/OGD7M/ThreadCPUAssignment_POC
  • https://github.com/Ogey2300/SNU_2D_ProgrammingTools_IDE_SYBYL-Line-Notation
  • https://github.com/OGPeterFile/pymlb_statsapi
  • https://github.com/ogurasek123/6t-sram-cell-cmos-design-electric-vlsi-tool
  • https://github.com/oguwef/Ga-Audio-Harvester
  • https://github.com/Ohayo18/NekoBoxForAndroid
  • https://github.com/ohior8392/LingtiStudio
  • https://github.com/OhioTrolller/ai-chatbot-svelte
  • https://github.com/Ohjay20/EncryptionX
  • https://github.com/ohrohitsingh/english-note
  • https://github.com/OHSHI9/email-service-1771918823-1
  • https://github.com/oilpipelinebuber960/python
  • https://github.com/oioioioioioioi123/app
  • https://github.com/ojaswa1002/MinecraftConsolas
  • https://github.com/OJB2017/VectorFusion
  • https://github.com/okan54/Roxio-MyDVD-No-Trial
  • https://github.com/okoid721/chloroDAG
  • https://github.com/OKSH-sudo/stats-min
  • https://github.com/Oktadeveloper31/geotechnical-report-extractor
  • https://github.com/Oktawian1221/Universal-Gas-Framework-Whitepaper
  • https://github.com/Olasdinos/glass-ripple
  • https://github.com/Olatech-Graphics/LegalAssistant
  • https://github.com/Oldmancockateel284/rvkit
  • https://github.com/OldMinecraftAge/book-catalog-service
  • https://github.com/oleophilic-artiste710/claude-channel-line
  • https://github.com/Oleossssiii/LINE-Seed-TW-Reader
  • https://github.com/oliv3561/hormuz-tracker
  • https://github.com/Oliveira3d/free-ip-stresser-booter
  • https://github.com/Oliveleopardbane734/claude-code-source
  • https://github.com/OliverPiano/extrateto
  • https://github.com/Oliversbruno/ANB-RenameBatch
  • https://github.com/olivetteaquatic164/shellcode-generator
  • https://github.com/Oliysolidstate9871/graker-release
  • https://github.com/olliedwarfish262/mendix-doom
  • https://github.com/Oluwaferanmi3/tooner
  • https://github.com/Olympiaaurous414/Claude-Buddy-Changer
  • https://github.com/Olympian-atomicenergy52/bosectl
  • https://github.com/olznra/system-prompts-and-models-of-ai-tools
  • https://github.com/om81/bumert
  • https://github.com/Omar230406/App-backpack_Website
  • https://github.com/omaraljafree/oxc-webpack-loader
  • https://github.com/omarcitoleyva11/Customer_segmentation_analysis
  • https://github.com/OmarNoureldin1/customer-churn-analytics
  • https://github.com/omarrsalif594/sibyl
  • https://github.com/OmArt92/mapdraw
  • https://github.com/omas231/map1
  • https://github.com/omegaites/tenant_plug
  • https://github.com/OmerLicina/kljjjj
  • https://github.com/OmerVs/austin-housing-price-prediction
  • https://github.com/Omgrjevvd/vis-05
  • https://github.com/oMindVisionary/Homoglyph-hunter-cli
  • https://github.com/omjisingh99/veryterm
  • https://github.com/Omkar931/YouTube-Comment-Sentiment-Tracker
  • https://github.com/Omolex/agent-context
  • https://github.com/Ompawar1522/OpenGameStream
  • https://github.com/onaje83u5219732781735/big4-audit-compliance-anomaly-detection-azure-databricks
  • https://github.com/Oncoming-italy851/snap-clean-ios
  • https://github.com/Onealvinoti/Lisp-in-2025
  • https://github.com/OnePieceOn/universal-crypto-mcp
  • https://github.com/Oneshotviper24/G-n-rateur-de-robots.txt-et-sitemap.xml
  • https://github.com/Onestep1799/casio-dashboard
  • https://github.com/Ongani-tembo19/linkedin-auto-reposter-automation
  • https://github.com/Ongbinlong/StarGate
  • https://github.com/oni-chan69/kimi-code-mcp
  • https://github.com/OnKrack/viva_math
  • https://github.com/OnlyinOhio234/MemoryRaven
  • https://github.com/Onycito/Flash-Lidar-Vehicle-Detection
  • https://github.com/oomprakash99/FusionDL
  • https://github.com/Op1rus/busca-cep-e-corretores
  • https://github.com/Opaque-brie624/NulPhix-Tools
  • https://github.com/openplan-roulade536/nestjs-hexagonal
  • https://github.com/Open-priority231/rhizome
  • https://github.com/Open-romanal568/binance
  • https://github.com/Operculate-reductioadabsurdum58/UDL-3
  • https://github.com/Opheliaafflicted334/fix-ndk-cxx-std-modules
  • https://github.com/oppppppppop/megabetarena-casino-game
  • https://github.com/Opsn5528/vibe-coding-claude-md
  • https://github.com/opticalmaserpreachment710/agents-evolution
  • https://github.com/Optimalko/claude-blocker
  • https://github.com/Opurbo2021/solaris
  • https://github.com/or0ji/Association-Website-Template
  • https://github.com/Oraliabionic211/claude-code-working
  • https://github.com/orangeok77/chrysalis-ioc-triage
  • https://github.com/Oratoriogenuscacicus976/cyrax_AI_oss
  • https://github.com/Orbadiahright862/JWTLens
  • https://github.com/Orderchlorococcalesdresswhites76/bb-bash
  • https://github.com/Ordermyaceaeaorta658/shield-cli
  • https://github.com/Orderpectinibranchiasturdiness81/angular-dotnet9-clinic-scheduling
  • https://github.com/ordinary3oy/splunk-mcp
  • https://github.com/Ordnael13/lumina-gl
  • https://github.com/Orelieindigestible768/production_rag_pipeline
  • https://github.com/Oren-Bartuv/OpenUtauMobile
  • https://github.com/OrionPax811/PokeMobBot
  • https://github.com/Orlinhdtk/showcase
  • https://github.com/Ornateill/nightmare-exploit-roadmap
  • https://github.com/oRyyu2703/Autocurator-Synthetic-Data-Benchmark
  • https://github.com/Orzeszek091/lighter-trader
  • https://github.com/Osaere9/MiniBitconPy
  • https://github.com/osamatiger/Doctor-Appointment-Web-Application
  • https://github.com/OscarHernandezMartinez2/gpui-nav
  • https://github.com/OscarPal/symbolic_regression.rs
  • https://github.com/OSCR1111/ai-content-authenticity-detector-using-metadata
  • https://github.com/Osgaa444/seedance-2.0
  • https://github.com/Oskar12953/plantvillage-disease-classifier
  • https://github.com/osoadsd/Feature-Engineering-Framework-For-Traffic-Accident-Prediction-using-XAI
  • https://github.com/OSTexe/SNU_2D_ProgrammingTools_IDE_OpenSMILES
  • https://github.com/osvaldas4602/hackingChef-page
  • https://github.com/otavro444/TWO-FACTOR-AUTHENTICATION-SECURITY-SUITE
  • https://github.com/otf22gz/brainmaxxing
  • https://github.com/OthmaneElb/techsummly
  • https://github.com/ottawalovefeast156/ultimate-selfhosted-homelab
  • https://github.com/ottoman-genusamanita272/ad-copy-skill-pack
  • https://github.com/Ottplatf6473/context-constitution
  • https://github.com/ou2121/generate-project-context
  • https://github.com/OuryDEV224/mecanismoescreveai
  • https://github.com/outaouaisisaiah753/Polymarket-Crypto-Market-Bot
  • https://github.com/Outofplace-tobacconist674/deeplens
  • https://github.com/Outofreach-ethnocentrism934/go-repo-orchestrator
  • https://github.com/outspokennesscamellia722/vector-embedded-finder
  • https://github.com/OviFrn/llmverify-npm
  • https://github.com/Owb523/extract-getnote-articles
  • https://github.com/OXHILALI1/Semantic-Keyword-Builder
  • https://github.com/oxidizable-genusmola94/std-semver
  • https://github.com/Oxxizy/Email-Spam-Detection-Project
  • https://github.com/OzoneAnim/employee-api
  • https://github.com/Ozymandias00/testhub_platform
  • https://github.com/P4blo0o0/neurostiv-framework
  • https://github.com/P-5122/dependabot-secure-flow
  • https://github.com/Paaxy/mcp-security-scanner
  • https://github.com/Pablitocalvi/OpenSandbox
  • https://github.com/pablo-batalla/Annual-Avocado-Price-Forecasting-Using-Regression-Models-Deployment-with-Streamlit
  • https://github.com/PABLOCODEROOM/Steganography-Online-Codec-Python
  • https://github.com/Pablo-deeps/visioncore
  • https://github.com/PabloMasarati/xmb-fm
  • https://github.com/PabloVitt/acis-python-sdk
  • https://github.com/pachipalabharath/bb-applescript-mcp-server
  • https://github.com/Pacjay/FireRedVAD
  • https://github.com/Packtean/gtaweb
  • https://github.com/Paco120/RecAI
  • https://github.com/PacoElTaco092/ticket-purchase
  • https://github.com/PadduPadora/My-Portfolio
  • https://github.com/pafmee/Gersinia
  • https://github.com/Pahcccccc/yctl-cli
  • https://github.com/PaidXSmall/RAG-QA-demo
  • https://github.com/Paintingcontinence357/Holiday-Package-Prediction-Randomforest
  • https://github.com/PajilayaMuchacha/tg_exec
  • https://github.com/Pakgamessss/River_Discharge_Regression
  • https://github.com/Paki966/piano
  • https://github.com/pakolee867/vllm-production-stack-terraform
  • https://github.com/Palaeoclimatologygurnard179/SAGE-GRPO
  • https://github.com/paleoanthropological-josephpulitzer674/awesome-sns
  • https://github.com/Palioboro/Argus
  • https://github.com/Pallasitemoneymaking325/flame
  • https://github.com/Palmate-dwarfwillow375/VibeBridge
  • https://github.com/Palorand/security-operating-model
  • https://github.com/Panal123456/CameraCalibrationKit_Chessboard
  • https://github.com/Panca2341/polymarket-trading-bot
  • https://github.com/Panda016156/keep-going
  • https://github.com/panelmaker86-ops/cryto-trading-ai-assistant
  • https://github.com/panfiloyosi/publicschema.org
  • https://github.com/Pango470/ARK-index
  • https://github.com/Panopan09/pq
  • https://github.com/Panoramar8046/hermes-agent-metaharness
  • https://github.com/PanseBossuSmecheru/notes-mcp
  • https://github.com/pantriq/Github-Profile-Finder
  • https://github.com/panukoss/markdown-editor
  • https://github.com/panupo6284/expert-skills
  • https://github.com/paoloincommensurable537/PixelPilot
  • https://github.com/Paolook/Solid-Converter-PDF-Latest-Patch
  • https://github.com/Papahg6434/iterm2-karma
  • https://github.com/paparedes/n01d-book-reader
  • https://github.com/papclass/soenneker.enums.notificationchannels
  • https://github.com/PaperStSoapCo/Animated-AM-PM-Toggle
  • https://github.com/Paperthin-rabbitpunch174/genesis-phase
  • https://github.com/papinoyt15/short-drama
  • https://github.com/papirampage/bring-shopping-card
  • https://github.com/papuan-friesland169/TokenizerBench
  • https://github.com/Papudas420/vectis
  • https://github.com/Parabellum768/Food-Freshness-Analyzer
  • https://github.com/parapsychologistbullace767/docker-talkies
  • https://github.com/Parasailgroundglass655/Paper2Demo
  • https://github.com/Pareekshithmk/Anti-Sandbox
  • https://github.com/Parheliacal-rallying26/gorm-jm6
  • https://github.com/Pari0513/STAN
  • https://github.com/Parijaat-Here/promethee
  • https://github.com/Parmsa90/fontcull
  • https://github.com/Parrajo41/train-200-bigram-animals
  • https://github.com/parrkoo/media-search-app
  • https://github.com/Parth-1436/ele-engine
  • https://github.com/parvShah22/Rag_free_cources_assisstant
  • https://github.com/Pascalfrostbitten7015/ip-blacklist-remover
  • https://github.com/patacone/task-client-task-manager
  • https://github.com/patas-cmsp/ComfyUI-LG_SamplingUtils
  • https://github.com/pateljig4545/prompt-engineer-skill
  • https://github.com/paterny/ralph-desktop
  • https://github.com/patilom342/poc-stake
  • https://github.com/patitapro19/docker-whisper-live
  • https://github.com/Patliquifiable474/claudcodesrc-ponponon
  • https://github.com/patodonald007/solana-starter-kit
  • https://github.com/PatoGGs/Danbing-Natural-Language-Driven-AI-Protocol-System-Public-Release
  • https://github.com/PatoRigMV/trading-buddy
  • https://github.com/PatoSovietico676/devops-project-3-eks-cicd-ecommerce
  • https://github.com/Patricarpp99/smart-session-dapp
  • https://github.com/Patricio42/arm-cortex-mx-core-tests
  • https://github.com/patrickbatem5194/mcp-security-checklist
  • https://github.com/Patternvoice164/Acrobat-Editor-2026
  • https://github.com/Pattycogitative387/awesome-baby-skills
  • https://github.com/Paul236/node-utils-1771917038-1
  • https://github.com/paulaldri/prompt-eng-interactive-tutorial
  • https://github.com/pauliextragalactic966/rubui
  • https://github.com/paulinh8842/35000x-faster-subset-sum-algorithm-n70
  • https://github.com/paulitaquack204/gstack-game
  • https://github.com/pauloSergio11624/Auslogics-Registry-Cleaner-Pro-No-Trial
  • https://github.com/Paulusrihi/crushable-wingman-skill
  • https://github.com/Pautuong/guia-entrevistas-de-programacion
  • https://github.com/Pavanakumar777/calculator-project
  • https://github.com/Pavithravasan45/Zeta-Obfuscator
  • https://github.com/pawanvc123/cmu-database-group-videos-index
  • https://github.com/Payton2cool4/LLMs-local
  • https://github.com/pazdan12385/uix-ai-agent
  • https://github.com/PB011/ferrite-json
  • https://github.com/PCoders29/SignalKit
  • https://github.com/PCSddddddddddddd/graphql-backend-starter
  • https://github.com/pcwill068-cloud/vm0
  • https://github.com/Peachpitbrokerage681/db-connect
  • https://github.com/Peaghan/n8n-ai-calendar-agent-webhook
  • https://github.com/Pearlroasted135/Talk2Translate
  • https://github.com/Pearlssx/FireRedTTS2
  • https://github.com/pecharesjoselito/chuck.optimizer
  • https://github.com/Pectic-godspeed506/ultimate-seo-geo
  • https://github.com/peculiar-barrowboy822/AIEngineer2027
  • https://github.com/pedestalmartyr429/Eric_Composer_Studio
  • https://github.com/pedrinkjkk/android-device-farm-automation-bot
  • https://github.com/Pedro-a1/Sidecodes_com
  • https://github.com/PedroCalifortaleza/static-hugo-comments
  • https://github.com/PedroVecs/PSFree
  • https://github.com/Pedro-Verissimo/Multiple_Disease_Prediction_Model
  • https://github.com/pedrsxrh/SiteScout
  • https://github.com/Peeperportraitcamera894/formal-engine-open
  • https://github.com/PeetHouby/npm-ts-start
  • https://github.com/Pegparticularised945/prompt-optimizer-studio
  • https://github.com/pegregenerate417/claude-rules
  • https://github.com/PEKIIIPY/credit-card-fraud-detection
  • https://github.com/PeleFS62/Accessibility-MCP-Scraper
  • https://github.com/peleg23/OfflineLLM
  • https://github.com/pencaudal526/system-design-bible
  • https://github.com/Penguin078/focusOS
  • https://github.com/penicillinresistant-commonfacialvein79/silentwolf
  • https://github.com/Penncrotchety9456/go-bt
  • https://github.com/Penniecytoplasmatic703/erblore
  • https://github.com/penpoen/llm-SugarScape
  • https://github.com/Pentasyllabic-uropsilussoricipes715/super-ai-agency-framework
  • https://github.com/pepintheshortbib326/SchoolOS-backend
  • https://github.com/Pepitoelpro4000/yarr-stremio
  • https://github.com/Pepitoprac/You-Have-Lived-5-Lives
  • https://github.com/Peppercornrentbigsur534/LimeWire
  • https://github.com/peppernutmeghickory336/CallMe
  • https://github.com/pepperonipizzapossibility322/telegram-transcription-bot
  • https://github.com/Peppery-massenet954/kroki-diagrams
  • https://github.com/peptang12/pingap-docker-provider
  • https://github.com/Perceu91/rustle
  • https://github.com/Performingartsdredger454/Claude-code-open-explain
  • https://github.com/pergamumposthole839/soundpad-download-plus-subscription
  • https://github.com/perineumprotestant613/passkey-secret-demo
  • https://github.com/Perky-orderoleales717/diff2test-android
  • https://github.com/PerlitaSmith/crm-ai-agent
  • https://github.com/persiflagesolarflare183/perso-ai-devrel
  • https://github.com/Persona-Jerry/Firefox-version-number-fix_Website
  • https://github.com/Personal-Assistant521/ARL-Arena
  • https://github.com/petermhyung/keycontrol
  • https://github.com/Peter-oriade/biblioApp
  • https://github.com/petrosv-dev/novel-site
  • https://github.com/pettapunya/dev_container_cpp
  • https://github.com/Petticoated-keelarch984/hemb
  • https://github.com/PGabrielP/Learning-assistant-adk
  • https://github.com/pgarchomp/Stock-Price-Volatility-Forecasting-LSTM-Sentiment-Analysis
  • https://github.com/phalek/reactions-app
  • https://github.com/PhamBaYeah/fnuidesktop-VR
  • https://github.com/Pham-Hong-Phong-25-10-2000/reactive-switcher
  • https://github.com/phamminhquang190515-ship-it/webp-converter
  • https://github.com/Phanb5166/sentinel-ai
  • https://github.com/Phantom9888/RetailETL-Store-Data-Pipeline
  • https://github.com/Phantomplayeah/wayland-cedilla-fix
  • https://github.com/Phantriy4065/ai-cost-optimizer
  • https://github.com/PhasmoCrazer/streamify
  • https://github.com/Phatqq/maikers-mainframe-sdk
  • https://github.com/PHEONIXINFINITUS/MinesWeper
  • https://github.com/philberthandson333/codex-skill-ai-agent-workflow
  • https://github.com/Philipcocu1/dice-roll
  • https://github.com/Philiplaurence123/Brilliant-Crypto-Bot-Crypto-Game-Auto-Farm-Clicker-Cheat-Token-Hack-Api
  • https://github.com/Philippinegreatyellowgentian737/gpu-doctor
  • https://github.com/Philippinesemisynthetic6617/localcaption
  • https://github.com/Philippum/ChatGPT-desktop-2026
  • https://github.com/philipwainaina84/web-scraping-with-lxml
  • https://github.com/Philiszszsss/kuudere-api
  • https://github.com/philjen18/zurich-opendata-mcp
  • https://github.com/Phillippcarboniferous312/My-Brain-Is-Full-Crew
  • https://github.com/philosophersstonekoine639/ClaudeCode-Learning
  • https://github.com/Philsober337/Todo-Tree-Next
  • https://github.com/Phinchanbora/llm-evaluation
  • https://github.com/phitran2979gmailcom/library-management-system
  • https://github.com/Pholidaegenusonychium407/BambooMobile
  • https://github.com/Phonezaw901/n8n-Validate-mobile-app-deep-links-in-GitHub-PRs-with-automated-testing
  • https://github.com/phong232323/Oracle-SnowFlake-Migration-DBt
  • https://github.com/phongdz-123/mouse-emu
  • https://github.com/phongff247/drilling-machine-automation
  • https://github.com/Phongnguy3630/ip.api.airat.top
  • https://github.com/Phonkich/gesture-mouse
  • https://github.com/phornnato/CVE-2025-55182
  • https://github.com/PhornSeavmeng/efanew-showcase
  • https://github.com/phorro/nextjs-posthook-ai-review
  • https://github.com/photoconductive-bhaga880/AutoHarness
  • https://github.com/Photogravureradiator935/ReadmeForge
  • https://github.com/PhucDo1305/task-manager-api
  • https://github.com/PhucNguyen050296/FitnessCoach-Dashboard
  • https://github.com/Phylliumtea941/ai-meeting-assistant
  • https://github.com/phylloporussanies126/first-principles-decision-framework
  • https://github.com/physical-cardiogenicshock212/Awesome-OpenClaw-RL
  • https://github.com/Phzx-1/actions-latest
  • https://github.com/Pianibad/docusa
  • https://github.com/Pichulera/Siliconflow-API-Management
  • https://github.com/PICKAXED-U/universal-doc-downloader
  • https://github.com/Pickle1432/Military-Aircraft-Detection
  • https://github.com/Pienihullu/web-psqc-profile
  • https://github.com/pierox2846/physical-ai-aws-docs
  • https://github.com/Pikeln/AI-object-detection-app
  • https://github.com/Pilaterecluse659/code-city
  • https://github.com/pilulariatwo764/polymarket-copy-trading-bot
  • https://github.com/pinched-detectivenovel419/cli-for-android
  • https://github.com/PINEKKO/rag-document-assistant
  • https://github.com/PINGySHITBOX/claude-code-showcase
  • https://github.com/Pinheirom2518/sportguard-ai
  • https://github.com/Pinik3093/CanvasChat
  • https://github.com/pinkcollar-selfpropelledvehicle626/gemini-antigravity-cli
  • https://github.com/pinkelephantsskylab391/hasdata-cli
  • https://github.com/pinkikaner/ai-coding-lang-bench
  • https://github.com/pio1298/claude-code-statusline
  • https://github.com/pipiskabobrabrbrbr/swarm_factory
  • https://github.com/piqueriastrongbreeze520/claude-and-codex-website
  • https://github.com/Pirate-Pipi/joycode-agent
  • https://github.com/Piscatorial-urethra613/codexmaster
  • https://github.com/Pitchforkanabaptist661/Claude-Code
  • https://github.com/pitchpinesaba488/claude-history-manager
  • https://github.com/pito699/Gold-options-terminal
  • https://github.com/pitthawat7/openclaw-win
  • https://github.com/Pix3l79/Advertising-budget-optimizer
  • https://github.com/Pixelcl8810/shotx
  • https://github.com/pixels999/csharpsdk
  • https://github.com/Piyush20112003/html2web
  • https://github.com/Piyus-js/SeansLifeArchive_Extras_SeanPatrickMyrick-Travel-Log_Y2027
  • https://github.com/PJBala/quackeccak
  • https://github.com/Pla1er1/jules-companion
  • https://github.com/placeofterror/pinterest-search-scraper
  • https://github.com/pladon112/win_cloudimage_builder
  • https://github.com/plai-informatika/kiro-account-manager
  • https://github.com/plain-ketose85/MediConnect
  • https://github.com/planarresterhook42/pi-serini
  • https://github.com/PlanCSpace/clnode
  • https://github.com/PlanetHamza/Mobile-Sale-Report
  • https://github.com/planninginset507/JuniorOmega
  • https://github.com/planterwoolgatherer80/Scriptly
  • https://github.com/Plantingsqueaker926/opencrane
  • https://github.com/plast555/JSON-formatter
  • https://github.com/Plastic-mechanicaldrawing282/RAG-Based-ChatBot
  • https://github.com/Playcoco/vive-md
  • https://github.com/Playerbs1/substack-publisher-mcp
  • https://github.com/Ploscha/Awesome-Audio-Generation
  • https://github.com/Plumaged-dancing835/litellm_1.82.8_payload
  • https://github.com/plundering-jackass936/relay
  • https://github.com/PMatahari/ArweavePerm
  • https://github.com/Pocketedbattownsendia6188/auto-crm
  • https://github.com/pofaced-unattractiveness6700/llm-production-toolkit
  • https://github.com/PogingCyber/aj_rag
  • https://github.com/poizzytech/OpenScientist
  • https://github.com/pokemonj8761/omnivoice-thai-api
  • https://github.com/pokey-zerothlawofthermodynamics222/Jewellens-AI-Platform
  • https://github.com/Poldomer/brepl
  • https://github.com/PoliticIoan/Qwen-Image-Edit-2511-LoRAs-Fast-Multi-Image-Rerun
  • https://github.com/pollexpitchshot449/am-agi
  • https://github.com/PolloCampero58/LocalVault
  • https://github.com/Pollokenedy/june-2025-coding-agent-report
  • https://github.com/polo0919/Zk-VM
  • https://github.com/Polymath247/heda-health-data-dashboard
  • https://github.com/Polyoestrous-meditation788/translation-bureau
  • https://github.com/Pomatomussaltatrixsubscriptionright298/StyleSense-AI
  • https://github.com/PONSHAKR/proxmox-lxc-docker-fix
  • https://github.com/ponyclassconiferopsida897/quickimage-everything-search
  • https://github.com/Pooja99627/CameraLandingPage
  • https://github.com/Pookerf2259/dan-binary-releases
  • https://github.com/Popdeoep/pdf-to-markdown
  • https://github.com/Popeye46/pwp-plugin
  • https://github.com/popshhsx5556/agenda4j
  • https://github.com/portahepatisninib559/Steam-Quantum-Trader-2026
  • https://github.com/Positive-sagitta8171/codex-oauth-automation-extension
  • https://github.com/possessed-shoemaker78/pip
  • https://github.com/Possessionfleece848/revolut-pulse-mcp.v2
  • https://github.com/Posterior-sphericaltriangle24/character
  • https://github.com/postglacial-bludgeoner991/Image-editor-online
  • https://github.com/postpartum-spartiumjunceum193/Cloud-Phone
  • https://github.com/Pouteriacampechiananervosachurchkey758/linux-wallpaperengine-TUI
  • https://github.com/Pouuuu2012/llm-interview-coach
  • https://github.com/PowerlessCH/rv-there-yet-valley-hub-rep
  • https://github.com/powerofzeus123/data-engineering-wf-internship-case-study
  • https://github.com/pq1234s/react-iran-maps
  • https://github.com/prabhulkarraj05/python-skills
  • https://github.com/PrabhuTank/OpenTriviaDB-Analytics
  • https://github.com/Pradeepkapoor42/atauth
  • https://github.com/Praful7115/PSEBuilder
  • https://github.com/PrakashRaja0723/SecureFlow
  • https://github.com/Pramud1672/nopeek-android
  • https://github.com/Pranavbarskar/pluralsight-aws-data-pipelines-orchestrating-automating
  • https://github.com/pranavvvvvvvvvvvvvv/mif-spec
  • https://github.com/praneykashid/Mockup
  • https://github.com/Prasadchelated435/windows-telegram-bot
  • https://github.com/PrasiddhaSingh/python-ai-ml-libraries
  • https://github.com/prasti8527/legal-ai-skills
  • https://github.com/prasunicecold140/test-pilot-loop
  • https://github.com/prathameshpj003/haanmetric-ai-index
  • https://github.com/Praveen1345/gpt-pro-mode
  • https://github.com/prayoon2540/blog-project
  • https://github.com/Precault47/sudo-chroot
  • https://github.com/precedented-musicaltheater843/fullstack-roadmap-2026
  • https://github.com/predictorvariabledeepcervicalvein703/llm-wiki-compiler
  • https://github.com/preetcse/vless-xtls-vision-installer
  • https://github.com/Preethamvarma007/privacy-first-network
  • https://github.com/preexistencebacteriagenus108/SpawnDev.WebTorrent
  • https://github.com/Premiumcompound7090/reverse-engineering-gcc-gpp-training
  • https://github.com/prensuworks40/new-activity
  • https://github.com/Preoperative-briton303/evoframework.org
  • https://github.com/Prepucedendroicapetechia80/nftmarc
  • https://github.com/Preschoolercopyhold218/Squad-IRL
  • https://github.com/Priesy/Self-healing-code
  • https://github.com/primaryamenorrheabigamist321/genqr-ai
  • https://github.com/prime657/nvm
  • https://github.com/PrimeOla/seer-skill
  • https://github.com/Prince000-hue/esp32-bruce-wireless-pentest-deck
  • https://github.com/Prince1186/Tyran-DualMode-Robot
  • https://github.com/Prince2x/CuaOS
  • https://github.com/princebetal/nanobanana-trending-prompts
  • https://github.com/PrinceJha26/logference
  • https://github.com/princeyohann/stoic-mcp
  • https://github.com/prissieanal455/pypacker
  • https://github.com/Prissieperoneal156/rig
  • https://github.com/pritishp4/target-tracking
  • https://github.com/PRIYANSHU649/freelance-api-starter
  • https://github.com/PRO00712/polymarket-trading-bot-alt
  • https://github.com/pro6692abou/llm-audio
  • https://github.com/Probable-discord118/ps5-exfat-builder
  • https://github.com/Problematic-paratroops563/16bits-audio-mcp
  • https://github.com/Proconsular-firkin500/polarscope
  • https://github.com/Proconsular-firkin500/web2flutter
  • https://github.com/productionwintergreen499/moyu
  • https://github.com/profkmn/Raksha-Setu
  • https://github.com/ProgamingZK/api-automation-assessment
  • https://github.com/Programando-con-Oswaldito/openwork
  • https://github.com/prohxxfiles121/country-generator
  • https://github.com/prokuitis/eda_ai_assist
  • https://github.com/prolonged-leontodonautumnalis247/forge
  • https://github.com/Prophylactic-reynard106/obsidian-html
  • https://github.com/prosper12/app-blueprint-generator
  • https://github.com/protective-didelphis804/web-content-fetcher
  • https://github.com/proustian-airalert2333/SMA
  • https://github.com/Proverbial-genicularvein571/prox-k8s-lab
  • https://github.com/ProxRick/easy-scaffold
  • https://github.com/prv1511/gesture-hardware-controller
  • https://github.com/Prycehot374/skills
  • https://github.com/przemo145235/radiology-report-triage-llm
  • https://github.com/PS4XD0205/Reactorcores-Revshare-System
  • https://github.com/PSASWAT07/xmrig-console
  • https://github.com/PsikaBRk/webcontainer-ide
  • https://github.com/PSTEzecool/git-tags-and-releases-guide
  • https://github.com/Psychical-mls439/claude-tmux-orchestration
  • https://github.com/Pthilina721/DeepSearch-FlashRAG
  • https://github.com/ptolemaic-mucoussecretion190/data-analytics-exercises
  • https://github.com/ptusb/Memory-Game
  • https://github.com/published-cecilfrankpowell94/SuperPowersWUI
  • https://github.com/PUCHO1998/ultracontext-python
  • https://github.com/pufferyabrogator957/OBR
  • https://github.com/PuggoDoggo/gpa-calculator
  • https://github.com/pugnoseindiana362/wsdot-mcp-server
  • https://github.com/Pullipalpu728/360chat2api
  • https://github.com/PUNCAKE-bot/mens-day-sale
  • https://github.com/Puppetrycompoundnumber338/ccbuddyy
  • https://github.com/Purabd/mfakitv5
  • https://github.com/Purifying-blucher813/zexo-studio
  • https://github.com/PurplixDaMeteor/buncord-hybrid-sharding
  • https://github.com/PurplixDaPurplMeteor/FOREX-TRADING-BOT
  • https://github.com/purseproud-caribbeanisland216/PreviewOps
  • https://github.com/purvadeepak/slotmachine-api
  • https://github.com/pushkarawat680/qwen-skills
  • https://github.com/Putnamconjunct7721/zeus
  • https://github.com/putnamwarlike130/UECortex
  • https://github.com/Putra213/claude-workflow-v2
  • https://github.com/pyaekyaw-dev/fattureincloud-mcp
  • https://github.com/py-death-tools-py/silicon-holo-design
  • https://github.com/Pydev77/Zomato-PowerBI-Project
  • https://github.com/Pyotrreverse409/devconnect-manage-kit
  • https://github.com/pyotrwoodsy93/agentic-flow
  • https://github.com/Pyrochemical-civilunion999/stack-sift
  • https://github.com/pythis695/selia
  • https://github.com/qamarahmad/rsvp-reading
  • https://github.com/QamarSE/pyfu
  • https://github.com/qanotbu/smart-backlink-generator
  • https://github.com/qasimkhan4811/MIDI4MiSTer
  • https://github.com/Qaxim-0/claude-rolling-context
  • https://github.com/qcmp34/quora-search-results-scraper-and-or-question-answers-scraper
  • https://github.com/QIN66AIDD/SoloLearn
  • https://github.com/qKasu/claude-pulse
  • https://github.com/qqkwae/Quantum-Gravity-Dynamics
  • https://github.com/qsolfahad/django-wagtail-blog
  • https://github.com/Quadragesimaaffairedhonneur809/hermes-soul-governance
  • https://github.com/quangdoan-1/mars.nvim
  • https://github.com/QuangMinhBingChilling/YT-AlwaysOnTop
  • https://github.com/quangtientcbp2/urdu-quran-hadith-islamic-content-database-api-hub
  • https://github.com/quant-chiggz/drawio-architecture-skill
  • https://github.com/Quantilytix-AI/Industry5.0-Workshop-IEEE-SB
  • https://github.com/QuentinyBTW/openclaw-webwatcher
  • https://github.com/Quesofps/developer-starter-pack-2026
  • https://github.com/Quick-apus296/ecom-product-knowledge-graph
  • https://github.com/Quicksandprotiumguianense974/pi-workstation
  • https://github.com/quinalhal/ddwrap
  • https://github.com/Quintanatorres529/auto-excitement
  • https://github.com/quintinigneous26/peerlink
  • https://github.com/Quintusimpolite910/win11-net-automator
  • https://github.com/quirksubdol/github_repository_statistics
  • https://github.com/quiveringcircularmeasure825/mattstrautmann.com
  • https://github.com/Quocton1/kali-linux-teaching-course-live
  • https://github.com/QWERTYUI456squiddy/smart-demand-forecasting
  • https://github.com/qwesmith/SketchDDD
  • https://github.com/R0zu/r-studio-tools
  • https://github.com/r3bzord123/vaadin-react-ts
  • https://github.com/r3lo343/GENAI_bug_fixing_assistant--project-
  • https://github.com/R3tr09/mibe
  • https://github.com/R9ivil0/br-acc
  • https://github.com/raaz25/AWS-BuildID-Auto-For-Ext
  • https://github.com/Raazi305/remotion-saas-showcase
  • https://github.com/rabihhajjhassan/Multichain-Wallet
  • https://github.com/RAB-NAWAZ498/HB_Zayfer
  • https://github.com/radhs1/godot-layer-namer
  • https://github.com/Radialply-bacteriophage992/vedang-swarm-prediction
  • https://github.com/Radif-Rahman/text-snippet-summarizer
  • https://github.com/Rafaaltaic651/dbx-lakeflow-psp-payment-system
  • https://github.com/RafaelaLuzz/semantic-metrics-modeling-assistant
  • https://github.com/Rafaeldibrat/facebook-group-message-sender
  • https://github.com/Rafiadnan20/AppleSEPKeyStore-UAF-Panic
  • https://github.com/rafiqqqq/Project_D_LAX_Airport_Growth_Prediction
  • https://github.com/RafitaG22/freecodecamp-js-no-one-asked
  • https://github.com/raflyz122/nodejs-express-typescript-starter-project-with-prisma-postgresql-and-copilot-ai-setup
  • https://github.com/RaghaM1/loci-chat
  • https://github.com/Raghasruthi/claude-reflect-system
  • https://github.com/Raghavvbaiju/gemini-3-pro-image-preview
  • https://github.com/raghu235445/Data-Science-Operations-Pipeline-Lab
  • https://github.com/Ragulrajtcestd/LSTM-Optuna
  • https://github.com/Rahad-sami/ecommerce-analytics-optimizer
  • https://github.com/rahiez9/coinmarketcap-php
  • https://github.com/rahim946/AI-trending-topic-research-automation
  • https://github.com/rahmadi69/ATS-Resume
  • https://github.com/rahmatelinks/screen-sound_console_course-alura-applying-orientation-to-objects_part-2_dotnet-6_csharp-10
  • https://github.com/rahmay3853/claude-code-companion
  • https://github.com/Rahul-123789/simon-says-memory-game
  • https://github.com/RAHUL-PRSATH/calwall
  • https://github.com/rahulredhanded829/WCABTestConfig
  • https://github.com/Rai213/charlie-cfo-skill
  • https://github.com/Raihan5036/kimi-cli
  • https://github.com/Rainaacatalectic524/bt-maas-endeksi
  • https://github.com/Rainb3177/ultimate-product-discovery-skill
  • https://github.com/RainMeriloo/cf-browser-cdp
  • https://github.com/rainwatershilling272/Fortnite-Premium-External
  • https://github.com/Rairy04/excel-cli
  • https://github.com/Raiseable-coffeecream520/OpenGL-3D-Solar-System
  • https://github.com/rajaanjan46/whoxa
  • https://github.com/rajabumercy/Neon-Portfolio
  • https://github.com/RajAyesha/ask4me
  • https://github.com/Rajbirari01/conty-design-system
  • https://github.com/Rajesh-Rey/Layerwyse
  • https://github.com/rajubd0777/PeerLink
  • https://github.com/Rakesh5443/nextstack-saas-starter
  • https://github.com/rakeshkas4168/Easy-Anime-Downloader-2026
  • https://github.com/Ralffotografo/BurpJSReconRadar
  • https://github.com/Raliane5544/Title-Editor---API-Automation-Associated-Scripts
  • https://github.com/ram-398/PutturBus
  • https://github.com/Ramabintang/ez-xbow-platform-mcp
  • https://github.com/RAMEY2/register
  • https://github.com/ramirezros/instruckt-laravel
  • https://github.com/RamiroChoque/apollo-compliant-data-extractor
  • https://github.com/Ramita1og/Reddit_Business_Idea_Validator
  • https://github.com/ramonwtf/inkognito10
  • https://github.com/Ramseydispensed499/ScholarAI-AI-Powered-Research-Assistant
  • https://github.com/ramTechDevloper/python
  • https://github.com/Ramtinsa4691/lateralus-lang
  • https://github.com/Ramzanwer/cc-caller
  • https://github.com/RAMZI0109/pwgen-pwa
  • https://github.com/Ranayudistira7804pRojEctT/youtube-comment-manager
  • https://github.com/ranchudaz/spectral-diffusion-stabilization
  • https://github.com/randallr5095/raw_real_world_data
  • https://github.com/RandallRO/axon
  • https://github.com/Randiepatient326/harness-editor
  • https://github.com/randieturkeysized781/smart-glass-assistive-vision
  • https://github.com/randomgdplayerlol/hagyustic-backend
  • https://github.com/ranetop/log-var-danmu-deployment-guide
  • https://github.com/rangga276/ocr-llm-agent
  • https://github.com/ranjeet1512/Runator
  • https://github.com/rankaisekasi/hyprland-dotfiles
  • https://github.com/rankcreator/PrivBot
  • https://github.com/ranman911/vulnerable.so
  • https://github.com/raphadsx/DOCKER_TRAEFIK_FULLSTACK_NEST_NEXT
  • https://github.com/raphael-el/jido
  • https://github.com/Rapid-dissolve862/zabbix-mcp-server
  • https://github.com/raptushemorrhagicusloft970/basira
  • https://github.com/rasbpkh/springboot-aws-github-actions-cicd
  • https://github.com/rashed0127/openpayflow
  • https://github.com/RASHID678/ccleaner-tools
  • https://github.com/rasiip/dart-cfy
  • https://github.com/RasyidFadh/file-trail
  • https://github.com/Ratatouillewords745/blender-mcp-addon
  • https://github.com/ratatyu1011/stocky_to_coast
  • https://github.com/Ratingleyo/Ai-Assistant
  • https://github.com/rationed-corokia221/DSA-KIT
  • https://github.com/Raul0822/vulners-cli
  • https://github.com/Raunak3210/DevSeniorCode-CursoFullStackReservas
  • https://github.com/Raunchy-oilconservation354/novel-cover-generator
  • https://github.com/rava102/Premshop
  • https://github.com/Ravaging-oilrefinery123/diffusers-rocm-parallel
  • https://github.com/RavenArcane/electricity-dg-billing-support-system
  • https://github.com/ravenjare9716/Full-Spread-Image-Splitter-For-Ebooks
  • https://github.com/ravikumar695/laravel-bastion
  • https://github.com/ravinderbal06/ZathenaVentures-Official-Website-Public
  • https://github.com/rayaneotaku/SpringAI-SQL-Assistant
  • https://github.com/rayanwatfee/rpgmtranslate-qt
  • https://github.com/raygtc90/Hookradar
  • https://github.com/Rayhan4430/AI-News-Newsletter-Assistant
  • https://github.com/Raymond1414/evil
  • https://github.com/raymondhendrickmt/dotnet-expert-start_here_course-luisdev-career_foundations_part-2_dotnet-8_csharp-12
  • https://github.com/rayshiva/Quillx
  • https://github.com/razethegame/yocto-sbom
  • https://github.com/razman14/ImmichSafe
  • https://github.com/razyylog/FLOSS-research-bibliography-collection
  • https://github.com/rbhasan2/startup-analysis-platform
  • https://github.com/Rb-Mikky/MEEngine
  • https://github.com/RCP1932/federated-learning-with-cryptographic-audit
  • https://github.com/Rdaniyaal/easyco-il-data-extraction-scraper
  • https://github.com/RDGZEGZE/Student-Management-System
  • https://github.com/Re5machine/ModioDirect
  • https://github.com/Rearjewishnewyear885/arch-bootc-hetzner
  • https://github.com/Rebecca-Nafula/Restaurant-App-Cross-Platform-Development
  • https://github.com/Rebekacompetent445/fingers
  • https://github.com/Reboundmilk402/AI-Conversational-Application-Service-Platform
  • https://github.com/Receptiongenusgracula905/video-production-workflow
  • https://github.com/Recluse-burmesecat985/MegaCloudFix
  • https://github.com/Reclusive-frazzle473/NeuralScraper
  • https://github.com/Recorded-kinkajou189/quest-ue4-modloader
  • https://github.com/Redbalistic/arbeitsagentur-germany-job-details-scraper
  • https://github.com/RedBFA/displayfusion-tools
  • https://github.com/Reddomgt/PythonSeleniumTestFrameWork
  • https://github.com/Redmi175/polymarket-copy-bot
  • https://github.com/Rednecknabob448/npm-kairos
  • https://github.com/ReedBaron/Yaketyyak
  • https://github.com/ReficulDev/facebook-ads-scraper-pro
  • https://github.com/Regenselfreliant114/sotto
  • https://github.com/Reggykbh/MoodSense-
  • https://github.com/Registered-wakashan448/solecraft
  • https://github.com/Regulone0328/claude-code-starter-kit
  • https://github.com/Rehabilitative-asthmatic90/chimere-odo
  • https://github.com/Reizasanova24/papers-on-compiler-optimizations
  • https://github.com/RELIAX1212221/RedTeam-MCP
  • https://github.com/Religiousnessmuster405/silentwolf
  • https://github.com/Remus45/flight-deals-notifier
  • https://github.com/RenanBF2/Email-Validator
  • https://github.com/Renaunpaid914/saas-revenue-intelligence
  • https://github.com/Renchinnyam11/soc-detection-threat-intel-lab
  • https://github.com/Renenew478/ecchi-fanservice-anime-list-data
  • https://github.com/Renixmehra/checkout
  • https://github.com/RenSeiji27/vap-media-skill
  • https://github.com/Renylson07/html-css-javascript-frontend_course-luisdev_part-30_html-5_css-3_js-es2023
  • https://github.com/ReparacionesPhone/flux2
  • https://github.com/Repetitious-opticaltelescope762/Typora_Claude-Like_Theme
  • https://github.com/Resentful-flightsurgeon179/cookielab
  • https://github.com/Respectful-judasiscariot925/autocli-skill
  • https://github.com/Retkun/Hotel_Iq
  • https://github.com/ReturnofNoor/airdropkit
  • https://github.com/Revised-odontaspis309/trading-skills
  • https://github.com/RevoRaine/Her-birthday-surprise
  • https://github.com/Rexitfy/miraya-vite-react-starter
  • https://github.com/REXzYa/BotWhatsIA
  • https://github.com/Rhamnuscalifornicuscomprehension300/morph-studio-pixverse-haiper-pro-free
  • https://github.com/Rhizotomymunichbeer395/my_cava_dotfiles
  • https://github.com/Rhodawagnerian446/docker-wireguard
  • https://github.com/Rianbajukendari/mini-infer
  • https://github.com/RianCole001/SmartGallery
  • https://github.com/RicardoQWERTY/youtube-downloader
  • https://github.com/Riccardocorrosionresistant230/deep-dive-claude-code
  • https://github.com/Riccasporting805/CMS-Peptides-template
  • https://github.com/Riccjamez214/wordplay
  • https://github.com/RichyMunalula/Smart-Money-Concepts-indicator-MT5
  • https://github.com/Rickaa404/reddit-automation-reliability-compliance-tool
  • https://github.com/Rickardserrulate236/portfolio-dumper
  • https://github.com/RickAsli/IME_Indicator
  • https://github.com/Ricoactadvice690/osv-advisory-mcp-server
  • https://github.com/Riddick1985/MuscleMap
  • https://github.com/Ridgetz/args.zig
  • https://github.com/Ridwan-web3/chinese-ludo
  • https://github.com/RifjUCK/igbo-asr-tonal-evaluation
  • https://github.com/Rijul-Shrestha-05/sui-dotnet-sdk
  • https://github.com/Riltonbn/chartjs-expert
  • https://github.com/Rimaglottidisspacewalk319/claude-meter
  • https://github.com/Riograndekalansuwa2670/acp-sdk-zig
  • https://github.com/Rippez/WordKeeper
  • https://github.com/Rislinstiligo23/sss
  • https://github.com/Ritasenior406/ai-business-blueprint
  • https://github.com/Riteshgiri0710/riseonly-mobile
  • https://github.com/RiturajMitra/claude-security-audit
  • https://github.com/RitwikShah22/compiler-design-assignment
  • https://github.com/Riviunexchangeable4244/disentangling_cpt
  • https://github.com/Rizky305/QuantV-SP-FiveM-RageMP-altV
  • https://github.com/RizzKyCoas/IDEA.md
  • https://github.com/RobelAdugna/data-science-notebooks
  • https://github.com/Robertmorrissteelproduction437/turboquant
  • https://github.com/Roberto7771/sso-ui-cdn
  • https://github.com/Robertrankegravesraphia467/riff
  • https://github.com/Robin-jetusu/trajan
  • https://github.com/RobinRautela/Sugar_Shop_Website
  • https://github.com/Robmaker/Webpack_extract
  • https://github.com/Rockaphilia/open-pajak
  • https://github.com/Rodrigoloud2007/dashboard-1771929889-2
  • https://github.com/RohanKanungo7557/MiYouStandalone
  • https://github.com/Romany-splay794/RepoMap-AI
  • https://github.com/RoMelgar/o2ring-s-protocol
  • https://github.com/RomeoHPT/express-ts-login-register
  • https://github.com/Ronakagrwal000/vector-cache-optimizer
  • https://github.com/RonankiDinesh/optimizationproblems
  • https://github.com/Rondastartling852/cupid-music-player
  • https://github.com/Ronica030402/submicro-execution-engine
  • https://github.com/Ronniegymnosophical586/claude-code-chat-viewer
  • https://github.com/Rony-Soc/TemplatesFastAPI
  • https://github.com/RooaDe/avblocks-plus
  • https://github.com/Roofman12/Bubuverse-BOT
  • https://github.com/Roony27/Supermarket_sales_data_analysis
  • https://github.com/RORONAOzoro456/Rag_document_project
  • https://github.com/RoronoaZoro772/laravel-v12
  • https://github.com/Rosaceous-abwatt605/grosz
  • https://github.com/Roseannantipollution367/claude-code-complete-guide_v2
  • https://github.com/Roseannemedian933/claude-code-hardened
  • https://github.com/RoseanneReichenbach/TGM-Gaming-Macro
  • https://github.com/Rosemariepopular249/PaceNote
  • https://github.com/RoshanBetediya/minecraft-account-checker
  • https://github.com/Roswellbraising296/phasora
  • https://github.com/Rottos54/yescrypt_crack
  • https://github.com/Roughim/polymarket-trading-agent
  • https://github.com/RowanSami-01/Guy-Lay
  • https://github.com/RoxasTV/GEMA
  • https://github.com/RoXTeam0/execbox
  • https://github.com/RoyantC1T0/personalfinance
  • https://github.com/RpeyH/things-agent
  • https://github.com/Rr5du/flowpilot
  • https://github.com/Rrox8272/backup-openclaw
  • https://github.com/RSaliko/net-microservice-template
  • https://github.com/RSanzzzzz/programmatic-tool-calling-ai-sdk
  • https://github.com/RS-bot493/php-shopping-cart
  • https://github.com/RTLSfaithsz/DPI-Engine-Deep-Packet-Inspection-System
  • https://github.com/RUANZITO1111/OGT-Cyber-Game
  • https://github.com/Ruby1177/awesome-llm-agent-privacy
  • https://github.com/Ruchita2109/Discord-Invite-Only-Bot
  • https://github.com/Rudderlike-obstructiveshock914/litert-lm-cookbook
  • https://github.com/Rudra-2-18/github-repo-fetcher
  • https://github.com/Rudrajit033Behera/nautilus-extensions
  • https://github.com/Rudrameta/NettySmartRouter
  • https://github.com/Ruelsalvo/BusLoggingSystem
  • https://github.com/RuiONE360/openclaw-viewer
  • https://github.com/Rukanitok/celebrity-studio-for-anything
  • https://github.com/Ruleofevidencespottedseatrout257/teletunnel
  • https://github.com/Rumanian-alveolarbed219/metro-mcp
  • https://github.com/Rupams1234/Code-distancing_Website
  • https://github.com/RushiA2005/video-testing-tool
  • https://github.com/Rushikesh321/adder
  • https://github.com/Rushit-Mehta/kuyan
  • https://github.com/RuslinHamid/secure-vigil
  • https://github.com/Ruy-juice/dht-spider
  • https://github.com/Rwiddhi03/neuropilot
  • https://github.com/Ryan965-star/ai-in-japan
  • https://github.com/Ryanzinnks/bilgisayar-mimarisi
  • https://github.com/Ryccaspacious922/Top-SaaS-AI-Tools
  • https://github.com/Ryuukiiiii/WearePEN7EST
  • https://github.com/RyZe-Fox/trust-fake-balance
  • https://github.com/RZR-sp23-1911/COVID-Pneumonia-Detection
  • https://github.com/S33XiterGD/polyvoice
  • https://github.com/S4X4N4/BitPay-Crypto-Signal-Trading-Bot-Analysis-Signal-Masters-Trading-Crypto-xv
  • https://github.com/S7S-gif/iot
  • https://github.com/Saadchh/Stock-Price-Prediction
  • https://github.com/SaadmahmudCSE/LFX-AI-Assisted-Extraction-of-Architectural-Parameters-from-RIS
  • https://github.com/Saaidharshu/PicPick-No-Trial
  • https://github.com/Saathviksb/1c-ai-development-kit
  • https://github.com/sabalearning01/OpenClaw-RL
  • https://github.com/Sabamughal123/tvbox
  • https://github.com/SabaT2580/csync
  • https://github.com/Sabbam/Fundamentals_of_Machine_Learning
  • https://github.com/Sabbatarian-discomposure973/cursorclaw
  • https://github.com/sabenbot/data-science-portfolio
  • https://github.com/saber007104/awesome-seedance-prompts
  • https://github.com/Sabrina-Nayem/bontree
  • https://github.com/Sachacalycular313/zapret-turkey
  • https://github.com/Sachin5464/reasonkit-mem
  • https://github.com/Sachin630730/VIREX-Protocol
  • https://github.com/sacid446/unclaw
  • https://github.com/sackerx11/ShareBoxLIBrary_Website
  • https://github.com/sacramental-familycourt935/Yoshi-pc
  • https://github.com/sadaf872/Student-Result-Management-System
  • https://github.com/sadafqureshia/Playerr
  • https://github.com/sadasdadsad/custom-seewo-splash-screen
  • https://github.com/Sadatero/Streamlit-Bank_interface
  • https://github.com/Sadayara/fi_thnity
  • https://github.com/sadboyyi/terraform-multicloud-db-modules
  • https://github.com/sadia-haque207/opfs-explorer
  • https://github.com/sadmanfardinprottoy1212-png/claude-context-optimizer
  • https://github.com/sads223/IIoT-Edge-Gateway
  • https://github.com/Saduuu12345/ampy-config
  • https://github.com/Sae3M/PrepGenius
  • https://github.com/SaeaaN3/startupbench
  • https://github.com/Saeeda9450/wgetGUI
  • https://github.com/safarazabimanyu/solidjs-threejs-gsap-dimensional-glass-landing
  • https://github.com/Safen99/opencode-cowork-plugins
  • https://github.com/saffann/iris-species-classification-app
  • https://github.com/Safim6950/cslol-manager
  • https://github.com/safkaneo/student-score-predictor
  • https://github.com/safnjnf/Bates-Labeler
  • https://github.com/SafwanSaleem/Subdomain-port-scanner-passive
  • https://github.com/SagarKumar96/Inscribe
  • https://github.com/sagarr3108/Academic-Extraction-GenAI-Pipeline
  • https://github.com/Sage212/KaijuTranslator
  • https://github.com/SahanGhising55/seline
  • https://github.com/sahil007-oss/kabuild
  • https://github.com/Sahil56899/polymarket-trading-bot
  • https://github.com/sahilyadav0017/u3a
  • https://github.com/Sahir5Abdul/Flip-PDF-Corporate-Edition-2.4.11.5-License-Key-2025-07
  • https://github.com/sahius1/SocialVideoUtility
  • https://github.com/sahni132/samba-web-manager
  • https://github.com/sai0742/ShopPilot-Backend
  • https://github.com/saicharanbugatha/MiroFish
  • https://github.com/saicomp1/projeto-blockchain-jarvis
  • https://github.com/SAICXx/fortran-b0x
  • https://github.com/saidghorab/disperdicio-alimentos-api
  • https://github.com/saidmlonji/rnaseq_pipeline
  • https://github.com/saif1997/pulse-pixel-font
  • https://github.com/saif99j/GAIL
  • https://github.com/saifeddine099/github-to-mcp
  • https://github.com/saifkhan896767/talktype
  • https://github.com/Saiko-sai/KohakuPaper
  • https://github.com/Sailingliu2000/LeetCode-Submissions
  • https://github.com/Saimon9797/BitPay-Crypto-Signal-Trading-Bot-Analysis-Signal-Masters-Trading-Crypto-id
  • https://github.com/SaiNikhileswar/PassFab-for-RAR-Download
  • https://github.com/Saintanthonysfireorderdiscocephali940/student-leadership-toolkit
  • https://github.com/saiprashanth2410/react-native-expo-app
  • https://github.com/Sairam2364/Crypto-Prediction-Tool
  • https://github.com/Saisumanthklv/weapp-starter-template
  • https://github.com/SajadAlRoubiey/langgraph-notebooks
  • https://github.com/Sajal2702/agentbench
  • https://github.com/SajanLamichhane/chunkflow
  • https://github.com/sajedul-12/rpgmdec
  • https://github.com/Sajith171111/whisper
  • https://github.com/Sajjadul-Akondo/BBFM
  • https://github.com/sajkan81/ecommerce-template
  • https://github.com/Saka2e/AzadiHub
  • https://github.com/sakerdecimox/THE-NETWORK-GODFATHER-Autonomous-Resource-Liberation-Global-Pooling-Engine
  • https://github.com/sakhama/memfuse
  • https://github.com/sakibur1rahman/stats-base-ndarray-stdevch
  • https://github.com/sakkkysaka/mcp-openfoodtox
  • https://github.com/saksham472/FuseAppOnboarding
  • https://github.com/Saksham7876/CodeForge-UI
  • https://github.com/Sakshms/Architecture_Diagrams_Python_AI
  • https://github.com/Sakspro/contextcache
  • https://github.com/sakthimurugan-143/Gurgle_Slides
  • https://github.com/saku2003/invoice-management-system
  • https://github.com/saleembarakat4/viva_tensor
  • https://github.com/Salifadnan21/freegpt
  • https://github.com/Salihfurkan035/powersub-demo-1669
  • https://github.com/Salimsalim1997/cursor-auto-account
  • https://github.com/saliniarjun/EvilAP
  • https://github.com/SaliouOR/echo
  • https://github.com/salirashel/amanansdiahnid-15
  • https://github.com/salman5230/CVE-2025-59287
  • https://github.com/salman9874537683/java-observer
  • https://github.com/salmanairdrophunter/shell-tools-playwright
  • https://github.com/salmand2052008/imagefv-extractor
  • https://github.com/salmanelahikhan/Video-Thumbnails-Maker-Platinum-Free
  • https://github.com/SalmanRazzaq1410/azure-project-template
  • https://github.com/SalmanTheDeveloper/powersub-demo-8579
  • https://github.com/salmonbruh/claude-container
  • https://github.com/salomao-nunes/Golang-Terminal-AI-Chat
  • https://github.com/Salvador25371/next-ai-draw-io
  • https://github.com/Salvaperal/Clarity-Bot
  • https://github.com/salwa61079/open-wispr
  • https://github.com/salz41/MKTCare-Facebook-Automation-Tools
  • https://github.com/Sam10451/vidlytics
  • https://github.com/Sam67xsaad/WWW-5
  • https://github.com/samadour/TasteUp-SignalR
  • https://github.com/SamarthRapelli/julia-buj
  • https://github.com/Samdex1921/n8n-terry-guide
  • https://github.com/Sameer07A/x-follower-age-analyzer
  • https://github.com/sameersahoo/Cosmetic_Data_Analysis
  • https://github.com/sameterl/LojaVirtualAPI
  • https://github.com/Sami942/Hermes
  • https://github.com/Samiinasher/website
  • https://github.com/samiox60/-Car-Showroom-Sales-System-C-
  • https://github.com/Samirasis/Robo-Dopamine
  • https://github.com/Samirbh1204/cassandra-upq
  • https://github.com/Samirpandey-09/FlashDeBERTa
  • https://github.com/Samirxz00/Project-Analisis-Sentimen-Review-Film-Mata-Kuliah-Machine-Learning
  • https://github.com/SAMISED24/ai-parking-system
  • https://github.com/samloras/joomla-iwsby-metrica
  • https://github.com/sammakumbe/burp-idor
  • https://github.com/Sammyblear596/open-agent-sdk-go
  • https://github.com/sammyyyw/llm-interp-tau
  • https://github.com/Samndathe/BieniciScraper
  • https://github.com/Samo26/SQL-Change-Guard
  • https://github.com/Samo91/telegram-bot-api-vs-telebot
  • https://github.com/Samoxfordgray966/Public-FotMob-API
  • https://github.com/sam-pet-ux/dotfiles
  • https://github.com/Samr4ly/cat-game
  • https://github.com/SamruddhiS7/zasm
  • https://github.com/samschen/flutter-todo-app
  • https://github.com/samson9999/opencode-browser
  • https://github.com/Samu27/clickhouse-wtg
  • https://github.com/samub6/Servidor_api_agente_de_pdf
  • https://github.com/Samu-cdm/whereami
  • https://github.com/Samuel76844/tesla-swarm-integrity-protocol
  • https://github.com/Samuel-Anyer02/Linux-Fundamentals-
  • https://github.com/SamuelDJOSSOU/Telegram_Anti-harassment_two-way_chatbot
  • https://github.com/SamueleSalerno4/agentic-rag-for-dummies
  • https://github.com/Samuelitos123/neutrondev-guides
  • https://github.com/SamuelMartinez123/oceanhazard-detection
  • https://github.com/Samuelpoukkyy/depth-pro-docker
  • https://github.com/SamuelTaiw0/text-wrap-minor-words
  • https://github.com/samwizy/FURIA-Arena-Live
  • https://github.com/Samxomega13/ovis-image-docker
  • https://github.com/Sana16-arch/cchat
  • https://github.com/SanBryanDJ21/Nintendo
  • https://github.com/sancarloscyclist/WiFiHunter
  • https://github.com/sand0x0/gitmal
  • https://github.com/sandeepbhoir/TokenForge-ERC20
  • https://github.com/sandeepsowtani/STM32-OLED-I2C-Register-Coding-Method-
  • https://github.com/sandorsosa/snowflake-policy-pipeline
  • https://github.com/SandorSzabolcs/einjax
  • https://github.com/sandrosilveira28/klickbee-crm
  • https://github.com/Sandun1219/SFSymbols
  • https://github.com/Sandyconvincing900/lennys-podcast-newsletter
  • https://github.com/sandyemousy17/wireguard-hook
  • https://github.com/SandyGang/webgl-crt-shader
  • https://github.com/sandynroll/VLC-Media-Player-Latest-Patch
  • https://github.com/SandyWiraabdy/DivKids
  • https://github.com/Sanfin/jsoncrack.com
  • https://github.com/Sanga1032/fullstack-mcp-playground
  • https://github.com/sangamesh123052000/vue-mute-table
  • https://github.com/SangPham1508/dotNetPELoader
  • https://github.com/sangrampatil10/Automation-Testing-Windows_Linux
  • https://github.com/sang-sys/react-supabase-setup-crud-project
  • https://github.com/Sanika73/ai-research-platform
  • https://github.com/Sanjay0601-student/SK-Builder
  • https://github.com/sanjukava/powersub-demo-8000
  • https://github.com/sanjukolla/vergos1
  • https://github.com/sanket-006/meshtile
  • https://github.com/Sanket1202/video-chapter-splitter
  • https://github.com/Sanluispotosirosaspithamaea759/Legend-MarvelRivals-Undetected-2026
  • https://github.com/Sannderersej/12-factor-agentops
  • https://github.com/Sanskar01513/Heytea-Painter
  • https://github.com/Sant-23/warehouse-inbound-inventory-kpi-sqlserver
  • https://github.com/santi1602/AnyCam2Ros
  • https://github.com/Santiag975/zepher
  • https://github.com/Santiago9144/Iso-Entropy
  • https://github.com/santiagoasda/animejs-best-practices
  • https://github.com/SantiagoChM23/gis-immo
  • https://github.com/santiagosolerramos1/PixelPort
  • https://github.com/SANTIMZ-svg/learn-likecc
  • https://github.com/Santio6384/reclip-telegram-bot
  • https://github.com/santkill/ai-assistant
  • https://github.com/Santos6808/video-subtitles-generator
  • https://github.com/SantosaDev/AntiGravity-AutoAccept
  • https://github.com/SANTOSHPATIL2004/Telegram-Proxy
  • https://github.com/santu63/freephdlabor
  • https://github.com/santu-d-dotcom/youtube-growth-guide
  • https://github.com/Sanukadeshan/amanansdiahnid-21
  • https://github.com/sanvdl/Fisch-Script-Pro
  • https://github.com/sanzz12/google-ad-transparency-scraper
  • https://github.com/saoudkhalid/open-spec-correct
  • https://github.com/SaphirEduc/QueueMe
  • https://github.com/Sapphirabuiltup183/css-3d-cube-animation
  • https://github.com/Sapphirewakeful435/BSM_Weapon_Control
  • https://github.com/SapVertus/ethstorage-trusted-setup-ceremony
  • https://github.com/saqi9912/homelab-vpn-journey
  • https://github.com/saqibarslan/Exif-Pilot-Repack
  • https://github.com/SaqibUllah687/extract-inline-style
  • https://github.com/sarajanenonchristian388/consulting-gauntlet
  • https://github.com/Sarakimz/go-secrets-scanner
  • https://github.com/Saraothmann/echo-gao
  • https://github.com/Sarapakistan0/eShopLite
  • https://github.com/saravanamdu/x-bookmarks
  • https://github.com/Sardorbek2802/rn-remote-debugger
  • https://github.com/sareebubbly763/pmmsherpa-mcp
  • https://github.com/Saritaa2710/SurfSense
  • https://github.com/sarmadshakeel/fastscaff
  • https://github.com/sarmed34t3t/RealityBender
  • https://github.com/Sarokurd/claude-yolo
  • https://github.com/SAROOTH-B/InPixio-Photo-Editor-Free
  • https://github.com/sarthak2525/OpenAd-Specification_AdEngine_Text_Docs
  • https://github.com/Sarthakg445/ellucian-banner-browser-automation
  • https://github.com/Sarthaknagne17/laravel-ai-mapper
  • https://github.com/Sarvesh4433/TeraFetch
  • https://github.com/sarwagyakukreti/tech-flow
  • https://github.com/sasi5870/react-vertical-feed
  • https://github.com/Sasuke810/quran-researcher
  • https://github.com/SatanKlaus666/alt-cli
  • https://github.com/Satbhisha/port-watch
  • https://github.com/Satellite-vaudevilletheater933/build-your-own-agents-skill
  • https://github.com/SATHISATYA/NeutralSubstrate
  • https://github.com/sathishastin/prompt-cache
  • https://github.com/sathishj17/n-skills
  • https://github.com/Sati9091/coder-opencode-sandbox
  • https://github.com/Satisfactory-directive638/cardmarket-stock-exporter
  • https://github.com/SatoshiRenZ/sae-policy-guard
  • https://github.com/sattisq2/ida-comments-list
  • https://github.com/Sattycodes/telegram-chatgpt-promotional-segmentation-bot
  • https://github.com/satya2320/tableau-dashboards
  • https://github.com/SatyaPShukla/Weather-forecasting-webapp
  • https://github.com/satyooo/AI-Music-Composer
  • https://github.com/saubade32/product-management-skill
  • https://github.com/Saudiarabian-tachograph4331/claude-managed-agents-demo
  • https://github.com/Saudraspectrometric372/zepher
  • https://github.com/SaulAndrade31/hackernews-cn
  • https://github.com/saulinfectious906/Glass-Box
  • https://github.com/saumyabrata-gaunya/cloud-sdk-1771921903-5
  • https://github.com/Saundersgoodtempered385/envcrypted
  • https://github.com/Saundrafurlike132/clawcolony
  • https://github.com/Saurabh22111998/Hollywood-Quality-UGC-Ad-Generator
  • https://github.com/saurabhmain/a-mem-mcp-server
  • https://github.com/saurabhpandey09/Discord-Auto-Welcome-Bot
  • https://github.com/Saurav-Bhj/convencoes_commits
  • https://github.com/Sauravsk1/whatsapp-web.js
  • https://github.com/savage2008OG/parenting-consultation
  • https://github.com/SAVITAR2882/HTML-Compiler-No-Trial
  • https://github.com/sawan53/startup-india-scraper
  • https://github.com/sawel24/CV
  • https://github.com/sawtunwinaung/unmaintainable-go
  • https://github.com/Saxkore/corruptibility-index-public
  • https://github.com/sayali4212/setup-q-cli-action
  • https://github.com/SayaliNachare/metlink-departures-display
  • https://github.com/sayam29/kubectl
  • https://github.com/Sayar-21223/queens-schedule-verification
  • https://github.com/saymondeveloper/Currency-Converter-Web-App
  • https://github.com/sbeltos/phishing-ir-simulation
  • https://github.com/SbotssX/Programando_em_Java
  • https://github.com/sbra4391/doza-assist
  • https://github.com/SBSMSG/api-crud-beautique
  • https://github.com/SBT-JP/DevComponents-DotNetBar-Latest-Patch
  • https://github.com/sb-vale/actionscript-cx2
  • https://github.com/Scapulohumeral-turbopropellerplane576/Final-Cut-Pro-Version-2026
  • https://github.com/ScaredIcicle/ballistic-solver
  • https://github.com/scarface987/imputetoolkit
  • https://github.com/scatterbrained-stanchion933/Sandwitcher
  • https://github.com/Scenograph/state-of-ai
  • https://github.com/scha405/crypto-wallet-core
  • https://github.com/Schawinski/textweb
  • https://github.com/SchematicOverlay/Aimersoft-Video-Converter-Ultimate-Activated
  • https://github.com/Schonborn-prog/AI-Hiring-Portal
  • https://github.com/schyles/mcp-scan-action
  • https://github.com/scintillating-purebred266/mini_banque
  • https://github.com/Scitterboo/SaveAny-Bot
  • https://github.com/sclmoss/MiniSolarMesh
  • https://github.com/ScoobyCommunity/glacier-os
  • https://github.com/ScoobyTech32/augustdev290-portfolio-cms
  • https://github.com/Scoreverb70/NekoCheck
  • https://github.com/Scorp510/lathe-controller
  • https://github.com/Scorpionmtv/dartcli
  • https://github.com/Scottieinterred502/firework
  • https://github.com/scottlangars/sentiment-analyzer
  • https://github.com/ScottyWITHBIGD/DGA_Diagnostic
  • https://github.com/Scrapietireiron4383/ghosthunter
  • https://github.com/Scrapz123454/gitwise
  • https://github.com/screenclash/py-alpha-lib
  • https://github.com/scrixixj/spring-boot-crud-multi-ui
  • https://github.com/Scrxbzy/scare_congress
  • https://github.com/scsa385/topicstreams
  • https://github.com/scsmods-js/nginx-ssl-auto
  • https://github.com/Scytheopura/EkaKey-autocorrect-globally
  • https://github.com/sdaLeventKilic/cutter-sanborn-table
  • https://github.com/sdevunion/amanansdiahnid-19
  • https://github.com/sdfsjkfjsf/cockroachdb-swo
  • https://github.com/sdrv64/User-Fitness
  • https://github.com/seanland1234/EZTicket
  • https://github.com/SebaFloridia/argus-platform
  • https://github.com/SebaPythonGPT/radar-pulse-simulation-matlab
  • https://github.com/Sebastianbetanxur/PARL
  • https://github.com/sebiprowazaaa/db-adapter-1771914128-1
  • https://github.com/sebsequer-commits/wintube-downloader
  • https://github.com/sebthegoatof/claudeInsight
  • https://github.com/secondary-footage150/cc-gateway
  • https://github.com/secreat1bdkbr/TrumpRunAgent-Auto-Bot
  • https://github.com/Secretadmirer23/md2pdf
  • https://github.com/sectioneightweimaraner774/redline
  • https://github.com/Securityblanketramification663/kslkatz_bof
  • https://github.com/Sedederio/terraform-aws-alb-infrastructure
  • https://github.com/SedweedInteractive333/unix-v4-web
  • https://github.com/SeekorLembu123/InfiniHuman
  • https://github.com/Seelan-Guna/desktop-icon-creator
  • https://github.com/Seezy626/stream4
  • https://github.com/Sejal487/Byte-Balamut
  • https://github.com/sekalf/MioTTS-llama.cpp
  • https://github.com/SEKIRO0090/mp4-mp3-downloader
  • https://github.com/sekiroema/academy
  • https://github.com/Sekoumkorleh/Kompress
  • https://github.com/sekskate56/marinade-finance-mcp-server
  • https://github.com/selactosoftware/friendly-potato
  • https://github.com/Selahaddin67/Text-Editor-CLI
  • https://github.com/SeleJoe/ramsudarshanmaurya
  • https://github.com/Selenapartial20/pentest-ai-agents
  • https://github.com/SelenaVic/Aurora
  • https://github.com/Selenestrophanthin59/eporner-bulk-video-downloader
  • https://github.com/selever3467/AI-reels
  • https://github.com/Selfconsistent-syncopator783/ultrathink-oss
  • https://github.com/Selfexplanatory-settlement919/MeowLLM
  • https://github.com/selfhide/Aiseesoft-FoneTrans-No-Trial
  • https://github.com/selfpossessionmaniraptor213/atlas.burner
  • https://github.com/Seligfrequent728/OPC
  • https://github.com/Selinewholesome1690/ComfyUI-HiresFix-Ultra-AllInOne
  • https://github.com/Sellingagentchinesecorkoak160/llm-memory-whitepaper
  • https://github.com/selmealphja/Adidas-Store-Scraper
  • https://github.com/SemenkinSS/IT_CRT_Python
  • https://github.com/Seminiferous-undulation4792/noether
  • https://github.com/SenatiQrIngreso/Slackware-installation-
  • https://github.com/senbughonsio/pahg-template
  • https://github.com/Senecan-antiballisticmissile3616/flux-amd-rocm
  • https://github.com/Senji-ul/helpdeskkitv5
  • https://github.com/Senmuxy/Gene-Drift-Hypothesis
  • https://github.com/Senpaishorts/Open-Olmo
  • https://github.com/senriku02/tiktok-scraper-pay-per-video
  • https://github.com/Sensiblehorizonmatahari4990/awesome-claude-code-skills
  • https://github.com/Sensinokard921/SimpleAuthFlow
  • https://github.com/Sensitivitymotive406/flipper-purple-team
  • https://github.com/Senzo-Glitch/etdk
  • https://github.com/septiankoromat/AI-Resume-Matcher
  • https://github.com/SEPTMOON/planning-with-files
  • https://github.com/Sequanasss17/Universal-Media-Downloader-
  • https://github.com/Sequen0/ssd-dispatch-tracker
  • https://github.com/Seragatia/DocGenie
  • https://github.com/Serah103/mcservers
  • https://github.com/Seraph1234/WelcomeMessages
  • https://github.com/sergejka123/syncord
  • https://github.com/Sergio-Jurado/claude-code-now
  • https://github.com/Sericultural-grandduchyofluxembourg946/signals
  • https://github.com/serpentack/morpheus
  • https://github.com/Server-cmd-sudo/ency
  • https://github.com/Servicebookascender539/Emergency-Power-Cut-Detection-with-Automatic-Nearest-Floor-Rescue
  • https://github.com/Servicechargechenopodiales606/Awesome-Agent-Skills-for-Empirical-Research
  • https://github.com/Servicestationshowoff8603/Research-Start__Skills-for-efficiency-and-accuracy
  • https://github.com/Servicewrack740/MCP_Quick_Start
  • https://github.com/Sesamioil/erp-microservice
  • https://github.com/sesquipedalianweakling473/el-oraculo
  • https://github.com/seth629/stablecoin-protocol
  • https://github.com/setner111/Disciplined-AI-Software-Development
  • https://github.com/setscrewmolluskgenus595/earnings-deception-detector
  • https://github.com/settled-symboliclogician830/-claw-code
  • https://github.com/Setubaledwardroscoemurrow481/mythos-router
  • https://github.com/SevenTFanAnuken/log-dashboard
  • https://github.com/Seventysteliasmountains546/OpenSCIRanking
  • https://github.com/Sevenyearswarorgate855/dnd-utilities
  • https://github.com/SewaRus/Restart-App-SwiftUI-MasterClass
  • https://github.com/Seyha1007/Amazon-Reviews-Analysis
  • https://github.com/seysearles/Omni
  • https://github.com/sfio9190/mindkeg-mcp
  • https://github.com/Sgon4arov/plato
  • https://github.com/sh4rck/AILinkX
  • https://github.com/Shaadlikha/enshrouded-docker
  • https://github.com/SHADO2005/libzmq-native
  • https://github.com/shadow-1502/luna
  • https://github.com/ShadowPlayz1121/leaderboard-summarizer
  • https://github.com/Shadowware/github-badge
  • https://github.com/shadwom231/yy78
  • https://github.com/shaghafbrand/dockyard
  • https://github.com/ShagsterSupreme/java-aaa
  • https://github.com/shagthomasdequincey8717/UPI_Without_Internet
  • https://github.com/shahcroco/TraumaMaster-AI-ETM
  • https://github.com/Shahdm22/atlas.facade
  • https://github.com/shahid422/mizkolog-ai-case-study
  • https://github.com/shahrilarif00/openclaw-guardian
  • https://github.com/Shahrom-sangov4/Knowledge-Retrieval-Engine-Using-LangChain-and-Retrieval-Augmented-Generation
  • https://github.com/Shahzad3406/Lab3-Marketing-Data-Cleaning
  • https://github.com/Shahzadaslam007799/agent-system
  • https://github.com/shahzaib739/ascii-render
  • https://github.com/Shahziil123/benchabird_app
  • https://github.com/shaked4209/ProgressiveBlurHeader
  • https://github.com/Shakilahmedinfo/watchclaw
  • https://github.com/shakilbcc/flipper-complete.nvim
  • https://github.com/shalu144/Pac-Man-Maze-Adventure
  • https://github.com/shambhumonga/music-streaming-api
  • https://github.com/Shandaepileptic170/Big-Data-Computing_NPTEL-2025
  • https://github.com/Shanks44/leychile-epub
  • https://github.com/shankslo8/octo-code-agent
  • https://github.com/shanmugam-26/Hackademia
  • https://github.com/shannenseeded61/context-engineering-handbook
  • https://github.com/Shantimdx/design-extract
  • https://github.com/Shapelessnesslakenasser573/yt-dlv
  • https://github.com/Shapely-murderconviction182/OpenStream
  • https://github.com/sharacolonic509/c9s
  • https://github.com/sharad566/super-tart-vphone-writeup
  • https://github.com/SHARAN12344/lifekline
  • https://github.com/sharibkhan728/awesome-giser
  • https://github.com/Sharlagladiatorial106/Jctx
  • https://github.com/SharunDeva/deep-delta-learning
  • https://github.com/Shashank-Hunagund/mpTools
  • https://github.com/shashankj24/Quiz
  • https://github.com/ShashanSekhar/MyCursor
  • https://github.com/ShasmithKrishna/AmpharosInTBOIMod
  • https://github.com/SHasnainALi/basekit
  • https://github.com/Shaswat0/servicemesh-istio-demo
  • https://github.com/ShaunBruynerrr/rolldown-plugin-require-cjs
  • https://github.com/shaurya278898/cap-spec
  • https://github.com/shaxxox/Orion-Trader
  • https://github.com/shaylabranchy636/quote-listing
  • https://github.com/Shaylyntriggerhappy850/claude-army
  • https://github.com/Shaymaa194/langchainv1-streamlit-chatbot
  • https://github.com/Shedevilgalveston397/medprobe-rag
  • https://github.com/ShefaliMurm/MapMarker-App
  • https://github.com/shehabjuarddar/AI4S-101
  • https://github.com/sheharyarimtiaz/github-social
  • https://github.com/Sheldenrigorous762/cs2-ClientPrefs-GoldKingZ
  • https://github.com/shelleyonly725/liquidation-cascade
  • https://github.com/Shellieunweaned279/riplex
  • https://github.com/Shepherdilltempered288/bcproxyai
  • https://github.com/Sheri743/PipraPay-Open-Source-Web
  • https://github.com/Sherilynanal955/claude-agent-sdk-setup
  • https://github.com/Sherlff/enterprise-inventory-frontend
  • https://github.com/Sherontechy/aws-slurm-burst-advisor
  • https://github.com/sherpadirectedverdict3911/please-optimize-my-claude
  • https://github.com/Shevatlaxness715/L0p4Map
  • https://github.com/shiel12/Customer_Shopping_Behavior_Data_Analysis_SQL_Python_PowerBI
  • https://github.com/shier3135/CodeBuddy
  • https://github.com/Shilpacitrous525/onebrain
  • https://github.com/shimyth/vibe-to-prod
  • https://github.com/shionr6968/birdclaw
  • https://github.com/shiracommon208/BashHound
  • https://github.com/ShiroNekoe/video2robot
  • https://github.com/SHIV9302/powersub-demo-1974
  • https://github.com/Shivaboya007/bulk-email-validation-scoring
  • https://github.com/ShivamRichy/vinted-seller-products
  • https://github.com/shivansh-2611/axis-lang
  • https://github.com/Shivapushpa9998/react-file-preview-engine
  • https://github.com/ShiverSparkle/skills
  • https://github.com/Shiyam98as/claude-brain
  • https://github.com/SHNXINN/clickable-terminal
  • https://github.com/shoaibmughal1522-cloud/ridos-os
  • https://github.com/ShoAndScript/Multi_Trader_Tool
  • https://github.com/Shokal111/yjj_Landlords_HUTB
  • https://github.com/shomosmt4/codeworth
  • https://github.com/Shootervelvetleaf800/currency-converter-macos
  • https://github.com/shotX33/claude-code-telegram
  • https://github.com/shreyansh0909/terraform-docker-aws-project
  • https://github.com/Shreyash9434/obsidian-admin-laravel
  • https://github.com/Shreyas-weeb/OBS-SEI-Stamper
  • https://github.com/shrinepercy3767/BlueHammerFix
  • https://github.com/Shroomfaerie/veriglow-agent-map-skill
  • https://github.com/shruti1994/misba7
  • https://github.com/Shsushd/ZeroDown
  • https://github.com/SH-Traders/OkMap-Desktop-No-Trial
  • https://github.com/Shub2384/blocklypy-vscode
  • https://github.com/Shubh03-m/Burp_Suite-Antigravity_AI-Bug_Bounty_Hunter
  • https://github.com/Shubham123mis/habit_tracker_pro
  • https://github.com/shubhankargokhale/feishu-openclaw
  • https://github.com/Shubhs1303/webgpu-claude-skill
  • https://github.com/ShulpeXTechnology/totp-otp-auth
  • https://github.com/SHUUUUUUDAAAAANNN/mermaid-sonar
  • https://github.com/shyamrendra/KhmerOCR
  • https://github.com/Siam-analytics/claude-code-lsps
  • https://github.com/sibbybusinesslike991/claude-code-build-monitor
  • https://github.com/Sid4dharth/Auto-Company
  • https://github.com/sidd6942/ThreatKill
  • https://github.com/S-I-D-D-H/custom-hack-next-app
  • https://github.com/SiddhantTata/text2markdown-formatter
  • https://github.com/siddharth123684/effect-llm-docs
  • https://github.com/Sidgithub18/mlbuild
  • https://github.com/sidiishan/soul.py
  • https://github.com/SIDRATHOD/web-worker-string-benchmark
  • https://github.com/sidu-gaming/fauxdata
  • https://github.com/SIgmaboiddddd/photon-cli
  • https://github.com/sigmaking157/atlas.websearch
  • https://github.com/significant-mi454/n2-QLN
  • https://github.com/Signpainterreverberation581/ux-collab
  • https://github.com/Sikefury/online-directory-create-expert
  • https://github.com/silaskiragu/SmartCall-Agent
  • https://github.com/SILCISTER/post_api_project
  • https://github.com/Silent762/STB-Style-Single-File-C-CPP-JSON-Parser-Generator-Header-Only-Library-With-Full-RFC-Compliance
  • https://github.com/SilentAssassin1/Discourse-active
  • https://github.com/Silicious-blankverse917/avax-wallet-docs
  • https://github.com/sillysticky/DeepGuard-MLOps-Pipeline
  • https://github.com/Silvaadscititious380/openskills-weixin
  • https://github.com/simboco/flash-linear-attention
  • https://github.com/simon69hi/TranslatePDF
  • https://github.com/Simone334/digitron
  • https://github.com/Simonettelatinate155/awesome-embodied-navigation-paper-list
  • https://github.com/SIMONJACKRACING/Pihole-Desktop-Controller
  • https://github.com/SimonTwiii/Classifying-Shooting-Incident-Fatality-Classification-
  • https://github.com/SimplyUniq/smartCFL
  • https://github.com/Simpsongr/hong-kong-index-etf-mean-reversion-framework
  • https://github.com/Simran12solanki/KMPMLBench
  • https://github.com/sinambela666/pydantic-ai-todo
  • https://github.com/Sinistro2025/debug-effort-estimator
  • https://github.com/Sino3371/telegram-to-bale-file-transfer-bot
  • https://github.com/Sintered-eggshell5927/fluke
  • https://github.com/Siouxiehardfought651/threads-scraper
  • https://github.com/Siren55/laravel-ai-memory
  • https://github.com/SIRFU3G0/awesome-agent-skills
  • https://github.com/Sirius9337/PubMatic-Ad-Analytics
  • https://github.com/Sirvasjesus/batching_api
  • https://github.com/sisbox12/sar-cluster
  • https://github.com/Sishant123/scala-m9k
  • https://github.com/sitisur7676/expo-gooey-toast
  • https://github.com/Sivaaah/Fileshed
  • https://github.com/SIXjhander/sysadmin-roadmap-obsidian
  • https://github.com/siyampangase234-arch/microgpt.js
  • https://github.com/sjtlehbie/meow-ssh
  • https://github.com/Skaidrius17/nodaysidle-stylephantom
  • https://github.com/SKBro05/Yellow-Pages-Business-Scraper-Worldwide
  • https://github.com/Skeletoon727/music-genre-classification
  • https://github.com/Skeli010/GaryTTS
  • https://github.com/Sketch-developer/nerd-lang-core
  • https://github.com/skhalis/LandonHotel_Fullstackapplication_angular-springboot
  • https://github.com/SKibidinuggetclaw/Ukeysoft-Spotify-Music-Converter-Repack
  • https://github.com/Skibidiq/staj2026
  • https://github.com/skibiditoilet123ds/sut-token-tutorial
  • https://github.com/skillslite01/apple-to-openai
  • https://github.com/Skinless-fennel158/docs4ts
  • https://github.com/SKMUSTAFA30/wellness-ping
  • https://github.com/SKOUther/Smart-ToDo-Manager
  • https://github.com/skpiro2005/Q-Limit
  • https://github.com/skrimrp-web/codexray
  • https://github.com/Skw3mdy/Reinforcement-Learning-Projects
  • https://github.com/Skyineradicable295/omnicache-ai
  • https://github.com/skyinv/Seedream_MCP
  • https://github.com/Skylex30/uk-house-price-analysis
  • https://github.com/Sky-Lwr/resume-alchemist
  • https://github.com/SKYPERSETH/nexus-agi-directory
  • https://github.com/skyreapermodder/Dark-Pool-Whale-Order-Flow-Sniffer
  • https://github.com/Slasherf319/F1ReplayTiming
  • https://github.com/slavelike-terrainintelligence494/AI-Assistant-For-Teachers
  • https://github.com/SlavicTheMaster/nerv-theme
  • https://github.com/Sleepy-Nico/taxdome-pipeline-automation-system
  • https://github.com/slimefrom5/AirPin
  • https://github.com/slinkers99/mailamator
  • https://github.com/SloneMastermind/DMB
  • https://github.com/slotgopay90/Shopper-Spectrum
  • https://github.com/slowburn85/prometheus-grafana-monitoring-stack
  • https://github.com/slToMM/port-opt
  • https://github.com/SlyFox11c/sorbet
  • https://github.com/slymnkdz/Workouts-Crud-App
  • https://github.com/slytrustworthy199/testirov
  • https://github.com/SmalerHub/folder_audit_v4
  • https://github.com/smallwong/lennys-podcast-transcripts
  • https://github.com/smartcare123/datastar-templ
  • https://github.com/Smeiabder6510/earth-systems-observatory
  • https://github.com/Smithshao/tcpsocks
  • https://github.com/smmeneze/clima-nutri
  • https://github.com/smmsrebel/sto-ns
  • https://github.com/Smock777/OcularAI
  • https://github.com/smokee1221/thundergate
  • https://github.com/smokescreenhuggins191/engram-wallet-docs
  • https://github.com/smokeweedeveryday420/ManasPDF
  • https://github.com/smpirirwe/PostgresBooks
  • https://github.com/smqycz/aws-certified-solutions-architect-associate-notes
  • https://github.com/smsliverpool13-cmd/DistillTube
  • https://github.com/smxrtest/Training-Manuals-and-Engagements
  • https://github.com/sn3lovz/Check-NotepadPlusPlusIOC
  • https://github.com/SneakyTR/Technocom-Website-Email-Extractor-Latest-Patch
  • https://github.com/SnoowFalll/json-atomic
  • https://github.com/snotty-hood161/aispec
  • https://github.com/snowgoosenosewheel909/Blackwell-optimized-llama.cpp-Docker-image
  • https://github.com/snowlxrd/mcp2py
  • https://github.com/snowz123/team-agents
  • https://github.com/snralty-lab/VOLT
  • https://github.com/Snsjh/CF-Stopwatch
  • https://github.com/snyny22/Graph-RAG-Engine
  • https://github.com/Sobering-arcdegree853/MercilessBattery
  • https://github.com/sobigzeus/servoflow
  • https://github.com/Sobobo32/cli-proxy-API-Center
  • https://github.com/SoccerDevC/Ubuntu-24.04.3-Guacamole-Install-Guide
  • https://github.com/socheatvj96-bit/lunch-and-chat
  • https://github.com/Socialdemocracyanachronism826/chatgpt-ultimate-ai
  • https://github.com/Sodacrackerparamecium717/biomedical-signal-forensics-lab
  • https://github.com/SodeuSoeru/watch-shop_ui
  • https://github.com/sodinhaas/social-media-response-generator-lm-studio
  • https://github.com/Soft-errancy892/hermes-ide
  • https://github.com/softmirro/macos-bootable-usb-installer
  • https://github.com/Software2l/daily-buddies
  • https://github.com/sohailnoorikhan/mern-ecommerce-nijatech
  • https://github.com/soham2orbit/xcuitest-goblin
  • https://github.com/Soilprofilezerotolerancepolicy845/rbxfpsunlocker-boost-More-240FPS
  • https://github.com/Sokenu-Praise/AgentVista
  • https://github.com/Solangethreelipped710/openlibrary-mcp-server
  • https://github.com/Solanummelanocerasumvillage727/llm-seclint
  • https://github.com/Sold-iodoform252/CS2-Smoke-Remover-See-Through-Smoke-Clouds-Instantly
  • https://github.com/Solid-linguisticprocess818/redcode
  • https://github.com/solmalin1234/alpha-q
  • https://github.com/soloistscalage800/Mano-P
  • https://github.com/Soltaani/signalforge
  • https://github.com/soltana11/TangNano9K-Invaders2
  • https://github.com/Soluble-tie817/SENT
  • https://github.com/Somatosensory-timeframe4532/ResearchFlow
  • https://github.com/Somiarie/EasyADSB
  • https://github.com/Somraji/ndarray-flatten-by
  • https://github.com/Son468/auditkit
  • https://github.com/Sonicly8968/awesome-chinese-ai-agents
  • https://github.com/Sonic-reprinting570/CouchMode
  • https://github.com/Sonisi5085/CVE-2026-XNU-AIO-KEVENT-UAF
  • https://github.com/Sonnyacquisitive511/age-friendly-jobs
  • https://github.com/sonyaeffective913/TOSS
  • https://github.com/Soothing-printout440/askr
  • https://github.com/Sophieunrhetorical692/esp32AIbara
  • https://github.com/Sopp6172/crypto-liquidity-ai-trading-bot
  • https://github.com/sorax3d/InstaSaver-Kmp
  • https://github.com/Sordid-cantor687/vibesubin
  • https://github.com/sorklisa/fabric-error-framework
  • https://github.com/sorridente3327/expo-animated-sticky-header
  • https://github.com/sorrowfulnessstaff973/openpencil-design-orchestrator
  • https://github.com/souborno2010/azure-clone-resource-group
  • https://github.com/Soufiane20032003/astro-pu
  • https://github.com/Soukfkx/product-store-distributed-system
  • https://github.com/Soulreaper1188/openclaw-detect
  • https://github.com/SoulsGoAwayThe/bc-ferries-api
  • https://github.com/soumyaranjanjena007/indonesia-gov-apis
  • https://github.com/Souravsasikumar/DevelopersHub-DataScience-Analytics_Internship-TASK2
  • https://github.com/sourob14202/atlas.otp
  • https://github.com/southerly-sokoro790/agentanycast-ts
  • https://github.com/Sovo45/haydee-workshop-upload
  • https://github.com/Sowbellymammoth766/RuSwitcher
  • https://github.com/sowwwws/machscope
  • https://github.com/SoxNo1/cloudcounter
  • https://github.com/SoyenSodel/socialpreview-dashboard
  • https://github.com/SoyJemoox/AntigravityQuota
  • https://github.com/soyun9947/codebase-intel
  • https://github.com/sparbuoygenuslagothrix662/kafka-cluster-testing
  • https://github.com/spark0002/RetroStrike
  • https://github.com/sparkshade/blas-ext-base-ndarray-gsumpw
  • https://github.com/sparkyvasu/Adaptive-Intelligence-Framework
  • https://github.com/sparsh771/Power-BI-Data-Analysis
  • https://github.com/spartako8024/php-fd2
  • https://github.com/special-japanesecrab277/OpenClaw-Newspaper
  • https://github.com/Spectacletakeup742/fileDeleter
  • https://github.com/spectingxploits/ai-tjr
  • https://github.com/Speechopeningline822/slop-janitor
  • https://github.com/Speedy0000007/claude-tandem
  • https://github.com/spider7811/openshrimp
  • https://github.com/Spiffy-denotatum276/ai-icon-generator
  • https://github.com/spivecballium140/COHER
  • https://github.com/splitvalentine302/zatt
  • https://github.com/Spokeswomandodgecity658/SharkMCP
  • https://github.com/spolik123-cel/Bike-Servicing-Api-with-postgresql-prismar
  • https://github.com/sproutn-iq123/noun-mcp
  • https://github.com/SPTSPH001/gmail-ai-unsub
  • https://github.com/spvcode/PingyMaster
  • https://github.com/spx-stack/aws-cdk-patterns
  • https://github.com/squanchyculture/ultracontext-node
  • https://github.com/Squarejawed-sentimentality453/realworld-js-framework-comparison
  • https://github.com/SQUID-I0/gin-blueprint
  • https://github.com/SquidyLOL/nuxtjs-boilerplate
  • https://github.com/srabon2022/AI-Merchant-Intelligence
  • https://github.com/SrCachetes/go-yne
  • https://github.com/sreedham793/Football-Match-Replay
  • https://github.com/SreejanAmancha/cypress-from-zero-to-hero
  • https://github.com/Srijit008/plight-discover-and-solve-real-problems
  • https://github.com/SrJonny/EcoLedger3.0
  • https://github.com/SrScrip/Daily_Challenge_App
  • https://github.com/ssak9946/brave-browser
  • https://github.com/ssantosdanilo/ollama2api
  • https://github.com/ssharvesh-steep/skibidi-scan
  • https://github.com/SSR-Bit-lab/Amazon-Bestsellers-Scraper
  • https://github.com/SSSkrepka523/StrategyRealizationHelp
  • https://github.com/SSSSGGAAMMIINNGG/devcontainer
  • https://github.com/SSTConexionSalud/personal-portfolio-v3
  • https://github.com/ST4R7763/Projects
  • https://github.com/staceykeynesian879/GAN-BASED-SYNTHETIC-DATA-GENERATION-IN-IDS
  • https://github.com/staffardinsoluble415/ai-context-master
  • https://github.com/stahlboy/queue_as_dataset
  • https://github.com/stanwoodquartan748/Solana-Arbitrage-Bot
  • https://github.com/Star9002/Kurisaitou
  • https://github.com/Starchy-dirimentimpediment133/Portfolio
  • https://github.com/starfix200reserved/hotmail-availability-check
  • https://github.com/StarkCoderx/goonfetch
  • https://github.com/Starkilla314/hvzd-stack-starter
  • https://github.com/startplusit/chatgpt-virtual-scrollGPT-
  • https://github.com/STAS651155/glance
  • https://github.com/Stationary-offering827/koe
  • https://github.com/Stavarif/india-equity-report-skill
  • https://github.com/stealabra5019/Grok-Enhancer
  • https://github.com/steaming-cardueliscannabina328/fastvideosegmenter
  • https://github.com/steely292/coding-tips-collection
  • https://github.com/Steeplechaserflyfloor204/dbp-translator-claude
  • https://github.com/steeve1738/LOST-FOUND-WEBSITE
  • https://github.com/stellaluzz/googletest
  • https://github.com/STENIDLAS-XAVINO/updep
  • https://github.com/Stephanabitter534/Flowy.Blazor
  • https://github.com/Stephaniunguided171/xanlens
  • https://github.com/Stephen-cmd-dev/Source-Insight-Repack
  • https://github.com/StephenKodua/facebook-selenium-keyword-posts-scraper
  • https://github.com/stephensoncardboard725/theo-qt-helper
  • https://github.com/stephiedocile449/awesome-openclaw
  • https://github.com/stephzebay/GhostTrack
  • https://github.com/Sterculiaelectricalcontact246/imac-llm
  • https://github.com/sternahirundolymphuria170/banana-prompt
  • https://github.com/Sternbristlegrass592/Ultimate-Macroeconomics-Dashboard
  • https://github.com/stevobolki/weather-api-spring-boot
  • https://github.com/steyn007/daily-expired-and-dropped-domains
  • https://github.com/Stickjav/ion
  • https://github.com/stingless-lioncub70/PC_Monitoring
  • https://github.com/stm8400014/rx
  • https://github.com/Stockpotgaul100/Rug-Pull-Scam-Token-Early-Warning-System
  • https://github.com/Stokesadamssyndromebearingwall73/BeliefGraph
  • https://github.com/stomachal-hawkishness846/drf-mcp-docs
  • https://github.com/Stomatal-rollerskater163/fiberkit
  • https://github.com/Stoneblind-oystershell920/Claude-Mythos-AI-Anthropic-App
  • https://github.com/StoneCantCode/secure-rest-api
  • https://github.com/stonelagbomer193/TAG
  • https://github.com/stoneless-tropicofcancer591/midjourney-free-unlimited
  • https://github.com/stoppedup-evildoer31/gitreal
  • https://github.com/stormproof-odesa5617/PAIDEIA
  • https://github.com/straight-clerestory824/defender_bypass_with_sliver
  • https://github.com/straight-scalar733/shareflow-kvm
  • https://github.com/strangenesswake318/ReqPipeline
  • https://github.com/Stratificationfoodfish768/Mnemonic-Seed-Generator
  • https://github.com/strayfear/HalluWorld
  • https://github.com/Strict-coffeeliqueur777/predictive-maintenance-rul
  • https://github.com/strle/Mindful-Claude
  • https://github.com/STRMSHADOW69/Predictive-Modeling-for-Diabetes-Using-NHANES-Data
  • https://github.com/Strouble03/genofinpublic
  • https://github.com/STTicket/Machine-Learning-Housing-Corp
  • https://github.com/studenttail0410/ReSpark
  • https://github.com/styleless-oldboy528/ispip
  • https://github.com/styven22/Plagiarism-Detection-System
  • https://github.com/suba1653/CFWarpTeamsProxy
  • https://github.com/Subarctic-summersweet559/mirage
  • https://github.com/sube8149/tartarusai-cli
  • https://github.com/Subhashsubh/ralphy
  • https://github.com/SubhradeepSeth/Swiggy-Delivery-Performance-Analytics
  • https://github.com/subhu9898/claude-layered-memory-architecture
  • https://github.com/Sub-Rise/my-reads
  • https://github.com/Substantial-mussel534/Cake-eCommerce-Shop-built-in-Laravel
  • https://github.com/Subterraneous-gotacanal711/PyRcEdit
  • https://github.com/SudarshanWaghmare/format-factory-premium
  • https://github.com/sudeep7307/hk-immd-passenger-traffic-analysis
  • https://github.com/Suellenuttermost212/NotionClip-AI
  • https://github.com/Suethampina/NVIDIA-Nemotron-Parse-OCR
  • https://github.com/Suffering-konradzachariaslorenz627/diffusion-tutorials-cn
  • https://github.com/Sufi-okra321/1688-cli
  • https://github.com/sufyan9292/Telegram-SuperGM
  • https://github.com/Suga13/Claudecode-Codex-Gemini
  • https://github.com/sugarplumvenamesenterica421/claw-squad
  • https://github.com/Suhail5765/multi-agent-route-safety
  • https://github.com/Suited-whipsnake463/Huntly
  • https://github.com/sujaysainik/laravel-herd-worktree
  • https://github.com/Sukmawjyy/openS-Plan-R
  • https://github.com/sukmonn/cslol-manager
  • https://github.com/SukrithTripathii/ThreadPoolExecChain
  • https://github.com/sulaon962/cocoon-webhook
  • https://github.com/Suleman369563/ai-procurement-rag-lab
  • https://github.com/sulfurized-chattanooga942/Awesome-Skills-Paper
  • https://github.com/Sullytransvestite873/shivatto
  • https://github.com/sumeetsk1996/Product_Scraper_FASTAPI
  • https://github.com/sumitverma001444/S-XIASQL
  • https://github.com/Summercatersthoughtreader60/fps-config-for-competitive-deadlock
  • https://github.com/Sumo187/PC-Parts-Store-Premium-Demo
  • https://github.com/sumthedog/geopacker
  • https://github.com/Sundheepk/hardlogger
  • https://github.com/sunildemo7477/realsense-cube-detector
  • https://github.com/Sunilkrsingh15/email-template-builder
  • https://github.com/SUNILMORE521/github-ci
  • https://github.com/SUNKANMIH/awesome-apives
  • https://github.com/sunkari-vijay-kumar/Advanced-Voice-Assisstant
  • https://github.com/sunny3770/lisp-unp
  • https://github.com/sunnypatel1122/tiktok-live-captions
  • https://github.com/Sunpitcherregulator996/boardsmith
  • https://github.com/Superchiri/AI-Nextjs-Monorepo-Starter
  • https://github.com/superclapz/qtlogger
  • https://github.com/Superimposed-powerplay351/satellite-ndvi-pipeline
  • https://github.com/Superx11179/DC-Speech-VAE
  • https://github.com/Suphakrit12345/haskell-obj-c
  • https://github.com/Supportleslierichardgroves200/VibePortrait
  • https://github.com/supposed-steele367/claude-dashboard
  • https://github.com/Supriya6532/jiuqiu
  • https://github.com/sura0267/cli-todo-app
  • https://github.com/Surajmanajipet/Diabetic-Retinopathy-Detection-DR--With-XAI
  • https://github.com/surajmaster-hash/Mini-Projeto-4-PaginacaoFiltrosOrdenaco
  • https://github.com/surarediffusion551/Crosshair-X
  • https://github.com/sureshbabu2002/IX-Agent-Notary
  • https://github.com/Suriboy070/awesome-ai-software-engineering
  • https://github.com/surpliced-horsebean256/closeinbox.email
  • https://github.com/Surviv-ior/memex
  • https://github.com/Surya12nisha/Voxera
  • https://github.com/surya62324151/apple-silicon-bench
  • https://github.com/Suryaa199/AndroidRedTeam
  • https://github.com/suryajuancuk/LinkedIn_Job_Stats
  • https://github.com/Surya-Valluri/OrchardIntel
  • https://github.com/SuryaVamsi991/SentinelOps-Autonomous-DevOps-AI
  • https://github.com/Sushmithasmithu/stripe-terminal-integration
  • https://github.com/suyosha79-wq/ReactiveTS
  • https://github.com/Suyu125/react-minimal-concepts-with-next
  • https://github.com/SvetlanaPogodina/SrEscribano_bot
  • https://github.com/SVIT-Alumni/reactive-product-aggregator
  • https://github.com/Swamyganesh12/sha01ow-2ero.github.io
  • https://github.com/swapnil127/SeanWallaWalla-Web
  • https://github.com/Swapnil-2596/scala-aba
  • https://github.com/Swastikrajput/yet-another-claude-code
  • https://github.com/Swats1/TikTok-Follow-API
  • https://github.com/SWChan01/petshop-api-ts
  • https://github.com/SWE-code/vibium
  • https://github.com/Swescho-art/OpenAd-Specification_AdEngine_Images
  • https://github.com/swiftttttttttt/object-detection-api
  • https://github.com/swileran/v2ray-config-collector
  • https://github.com/Swyphry/AI-Color-Palette-Generator
  • https://github.com/Swyrer/presentation-chef
  • https://github.com/sx1u/skills
  • https://github.com/sxdrcftvgybhun/ICEP-MVP
  • https://github.com/SXIPT/NoClickAFK
  • https://github.com/SXPKO/IMAX-Theater-Lookup-API
  • https://github.com/syawalrawosi73/ng-simple-maps
  • https://github.com/Syed-Shabab/Green-Cart-Ltd---Sales-Customer-Behaviour-Analysis
  • https://github.com/syedwahaj098/Mood-Adaptive-UI
  • https://github.com/sylenx/cosmonav-demo
  • https://github.com/synam54645673/json-formatter-tool
  • https://github.com/SynixGriwPaw/aws-ec2-cicd-jenkins-sonarqube-nexus-tomcat
  • https://github.com/syubangkit/DevOps-Projects
  • https://github.com/syw-afk/skills
  • https://github.com/szgam333/baskt.io
  • https://github.com/Szhuaa/PyFlightProfiler
  • https://github.com/SZoners/undici-extra
  • https://github.com/t1viktor/aimez
  • https://github.com/t1zer1/Credit-Risk---Lending-Club
  • https://github.com/tabishcricketer/pe-signgen
  • https://github.com/Tablesearch/clrun
  • https://github.com/tahim0/Wasserstein-GANs-Research-Analysis-and-Novel-Insights
  • https://github.com/tahirmkayani/dev-environment
  • https://github.com/Tailspinokinawa79/project_directory_structure_for_flutter_application
  • https://github.com/Taison472/codex-skills
  • https://github.com/tajox9820/claude-certified-architect
  • https://github.com/tako068/awesome-agent-skills-mcp
  • https://github.com/TalTBT/MoneyPrinterV2
  • https://github.com/talyahaxile591/webssh
  • https://github.com/tameembae/terminal-villager
  • https://github.com/tameretwo/aws-e-commerce-farmaceutico
  • https://github.com/tamikothoughtless165/jellyfish
  • https://github.com/Tamil-vendhan28/databricks-observability
  • https://github.com/TanapaJune/vestige
  • https://github.com/tanaytyagi21/women-safety-app
  • https://github.com/Tanimhossain128/MULTI-COLOR-OBJECT-TRACKING-WITH-SOUND-ALERTS
  • https://github.com/Tanishq60/n8n_nl2sql
  • https://github.com/Tanlouie/Gendered_Abuse_Detection_In_Indic-Languages
  • https://github.com/tanmay9075/PhDuo
  • https://github.com/tannbuntha/Luxbin-light-language
  • https://github.com/Tan-sparkarrester885/apple-intelligence-inloop
  • https://github.com/tanveerkhan2005/custom-agent-with-skills
  • https://github.com/tanveerphysics/izzu
  • https://github.com/tanvir82tsh/StoryPulse-make-your-story-better
  • https://github.com/tanvir929/4th-of-july-offers
  • https://github.com/Tapajyoti03/claude-select
  • https://github.com/Tapspeciousargument881/FOSSA
  • https://github.com/Tarahexasperated211/antigravity-ide-mobile
  • https://github.com/Tarantuno/mac-angle
  • https://github.com/tare1232/for-everyone
  • https://github.com/TarnishedMiku/pi2-auto-clicker
  • https://github.com/tarosssh/ml-vision-competition-tempelate
  • https://github.com/Tarun20111/rust-async-echo
  • https://github.com/TARUN55OT/GridOS
  • https://github.com/tasnimnishat78/Programmer-theme-Portfolio
  • https://github.com/Tataq/copyforllm
  • https://github.com/tatemin2759/codbash
  • https://github.com/tathai007/JavaWebViewer
  • https://github.com/Tatum77704/Bitcoin-Price-Prediction-Using-N-BEATS
  • https://github.com/taty-aguilar/holysheep-cli
  • https://github.com/tawnyafacultative433/valorant-tool-kit
  • https://github.com/tbast24/docling_preprocessor_factory_public
  • https://github.com/tbgg2233/css-unit-converter
  • https://github.com/tcgtest09/millionaire-bench
  • https://github.com/Tchozn/dpp
  • https://github.com/tcs563/zodiacluck
  • https://github.com/Tdam5942/claude-code-notes
  • https://github.com/tdog1616/Rag_init
  • https://github.com/Te130246/respectaso
  • https://github.com/teach12396/armbian-install-amlogic
  • https://github.com/Teajayy/loom
  • https://github.com/teamkura1/uploadProject
  • https://github.com/teamn9636/trawl
  • https://github.com/Techantonio67/ENERGY-DEMAND-FORECASTING-ML
  • https://github.com/TechbyMiron/UberPool-Case-Study
  • https://github.com/techflow-oficial/job-tracker-pro
  • https://github.com/techguy974/posting--page
  • https://github.com/techgyan123/Transformer-Hierarchical-Layers
  • https://github.com/TechSqrl/calculating-space-ru
  • https://github.com/Techyaitop/neo4j-spp
  • https://github.com/Teclakadia/valai
  • https://github.com/Teddanile181/Sketchfab-Ripper
  • https://github.com/teddiadhominem237/google-dorking
  • https://github.com/Teddy012/agent-fs
  • https://github.com/Tedytobias/SpringBoot-Employeee-Management-Project
  • https://github.com/TeeeeeeeeeellKall/cracked-tab-groups-extension
  • https://github.com/Teeming-debtceiling570/catflap-prey-detector
  • https://github.com/tejasbhujade1603/RTL_GDS_RV_SoC_Week_3
  • https://github.com/Tejas-Birhade/polar-parcels
  • https://github.com/Tejasgamer890/carbontracking
  • https://github.com/Tejith6622/compiler-crates
  • https://github.com/TekilaSS/Educational-Vector-Database
  • https://github.com/Telecode95/tit-for-tat
  • https://github.com/Teleroboticshairdresser663/claude-code
  • https://github.com/telescopeacademy/JSONprompt
  • https://github.com/Temat1100/spark-resume-ai
  • https://github.com/temitope14647-hue/RefundYourSOL
  • https://github.com/temp95/mobile-price-classification-svm
  • https://github.com/Tempterimperforatehymen434/sonos-controller
  • https://github.com/tendinous-anjou36/hermes-webui
  • https://github.com/Tendonofachillespressrun112/stitchSkill
  • https://github.com/TeniO2011/ecoliTyper
  • https://github.com/TennesseeBoy/GTA-V-V2ModMenu-2026
  • https://github.com/tenorduckpate119/opencode-anthropic-user-agent-plugin
  • https://github.com/teolevan/12
  • https://github.com/tered233/Speed-Accel-Meter
  • https://github.com/teroitin676-oss/shumi-os
  • https://github.com/terrelshort77/jarvis
  • https://github.com/terrenalponce/SCPiLv1
  • https://github.com/Terriantiviral863/ros2-python-tutorial
  • https://github.com/Terrillvarnished294/setmac
  • https://github.com/Territanned15/Claude_zh-CN_LanguagePack
  • https://github.com/teskkkkk/cracked-todoist-for-chrome
  • https://github.com/Tessparasitic609/fastemporal
  • https://github.com/TestingOrbic/vox
  • https://github.com/TeTe3456/sql-server-jlc
  • https://github.com/th4nny/Jirachi
  • https://github.com/THA123bo/letsrag
  • https://github.com/Thabang9218/cursorifier
  • https://github.com/Thabigmick/car-rental-frontend
  • https://github.com/thai24605/claude-code-cost-estimate
  • https://github.com/thaikhan9717/3x-ui
  • https://github.com/Thanakornladpho/skills
  • https://github.com/thangvu1809/Agent-Wizard
  • https://github.com/ThanhChung1622/minecraft-server-scanner
  • https://github.com/thaohuynh912/solari-split-flap
  • https://github.com/Tharindu49/sec-summary-llm
  • https://github.com/Tharun2411/timescaledb-ay8
  • https://github.com/ThaTdaveGuy01/pyru
  • https://github.com/Thatguysnothim/react-nextjs-ssr-onerror-img-issue-fix
  • https://github.com/thatvrguy5/stream
  • https://github.com/TheAdwaith/RealSense-Capture-Suite
  • https://github.com/Theatrical-gravitywave390/D365-Demo-Copilot
  • https://github.com/TheBatProgrammer/showbox-febbox-api
  • https://github.com/THE-CLIMBER/Keyword-Explorer
  • https://github.com/thecontrolfreak/rag-local-app
  • https://github.com/TheCreepeeer/bioclone-remake
  • https://github.com/TheDogDanydel/protmind
  • https://github.com/TheDrinkIsSkibidi/ai-call-debit-spread-trader
  • https://github.com/theei311/Texas-Hold-em-ALL-IN-Odds-Calculater-Poker-Stars
  • https://github.com/TheEmperialFox/accel-gpu
  • https://github.com/theerthesh67/NoteForge-noteapp
  • https://github.com/Theexpert-cloudd/gesture-hardware-controller
  • https://github.com/TheGap2024/pman
  • https://github.com/TheGhostMan007/tiktok-reporting-tool
  • https://github.com/ThegoatTkT/ai-workshop
  • https://github.com/Thegreat2851693/AI-ABROAD-ASSISTANT
  • https://github.com/thegreat-art/pruneren
  • https://github.com/ThejanGS2/zigantic
  • https://github.com/TheJaxam/clojure-6v8
  • https://github.com/Theju77/lmarena-riftrunner-finder
  • https://github.com/theking1212wr/db_tools
  • https://github.com/Themansd/GHOSTRACE
  • https://github.com/thementelibre/C_Arrays_Strings_Files
  • https://github.com/TheMustyCool/ironPad
  • https://github.com/TheNameIsPremSai300/powersub-demo-4715
  • https://github.com/theneuer/cloudflare-manager
  • https://github.com/Thenorwest/Electronic-Voting-System-CPP
  • https://github.com/TheOGboy/shopra-monorepo
  • https://github.com/Theo-High-Tech/Iron-Paradise-Gym-Web-App
  • https://github.com/theosophygenusmelocactus682/ai-coding-101
  • https://github.com/thephotoevangelist/Win10-Fix-Explorer-Lag
  • https://github.com/thepinkprince/Buncker
  • https://github.com/Theprofiler61/gebodik-bd
  • https://github.com/theprophetline/Net-Bar
  • https://github.com/TheQisThick/email-service-1771920511-1
  • https://github.com/TheRaven6/human-time-2026
  • https://github.com/Theridiidsonometer797/blitz-swarm
  • https://github.com/thermographtampico210/md-converter-ext
  • https://github.com/Thermogravimetric-depthcharge884/protoc-gen-codec
  • https://github.com/Thermogravimetric-hypallage291/claudian
  • https://github.com/thesohaiba/dlfcn-win32-mingw
  • https://github.com/TheSystemCoder/LOCK-UNLOCK-NFT-
  • https://github.com/TheThaoriGtHb/Broken-Sword-The-Shadow-Of-The-Templars-Turkce-Yama
  • https://github.com/thevale14c/xiaohongshu-pgy-api
  • https://github.com/theverkos/Pinball-Game
  • https://github.com/theviniz/Data-Jobs-2024-3.0-PowerBI-Project
  • https://github.com/theyuansya/partenit-claudev
  • https://github.com/Thiagoopro/AI-Agent-Framework
  • https://github.com/Thianvelaz/Cognio
  • https://github.com/thidoo1/makeownsrt
  • https://github.com/thien24642/fast-rlm
  • https://github.com/thiha9ng/OpenDocvivid
  • https://github.com/thilinalakminda/taskline
  • https://github.com/thinkaboutzi/TaskScribe
  • https://github.com/thinker84/Real-Time-stock-price-prediction-and-market-analysis-using-Machine-Learning
  • https://github.com/Thodorisgenikis/simple-js-calculator
  • https://github.com/Thomas321-ai/binary-ninja-headless-mcp
  • https://github.com/Thomas744/IntraBot
  • https://github.com/thomas7734/binance_alpha
  • https://github.com/thomas93-alass/consciousnessX
  • https://github.com/thomasedson11/coffee-website
  • https://github.com/Thomasetiawan/power-inspection
  • https://github.com/thomasfahy11/Meme-studio
  • https://github.com/Thomasneatbiggers/Perplexity-Comet-MCP
  • https://github.com/thomsxd/autoru
  • https://github.com/ThongNehjhj/ResxMcp
  • https://github.com/thongvn7/HealthSense-IoT
  • https://github.com/thorndikeconvivial76/cortex
  • https://github.com/thoughtful-reservation690/humanise-text-skill
  • https://github.com/ThoughtSoftTech/project-bazaar
  • https://github.com/threeseeded-sistinechapel521/claude-code-workflow-notes
  • https://github.com/Throaty-chaff551/buildcrew
  • https://github.com/Through-twoiron2116/Prediction-Market-Contracts
  • https://github.com/thueelayhtoo/dakiy-builds
  • https://github.com/ThukuElvis/codex-assistant
  • https://github.com/Thukujessy/kirmanjiku-1
  • https://github.com/Thunderous-cauliflower413/DeSSyPHER
  • https://github.com/ThunderZaw/pc_info
  • https://github.com/Thurstanfindesiecle212/talking-rabbitt-crm-analytics
  • https://github.com/Thuso030703/open-claude
  • https://github.com/ThXMr4Bu/reddit-bot
  • https://github.com/thyceros/inspect-certificate
  • https://github.com/thymusvulgarisexperimentalism631/claude-code-recover-and-python-reset
  • https://github.com/ThynkMedia/CC-VALIDATIONV1
  • https://github.com/Tiago89Fernandes/project
  • https://github.com/tiagoalfaro2006/AutoPentestX
  • https://github.com/tian267/signer
  • https://github.com/tiberiium2/portfolio
  • https://github.com/tiendaunomx/wave-defender
  • https://github.com/tieyzam/Virtual-Audio-Cable-Free
  • https://github.com/tiferli35/chopchop
  • https://github.com/Tigas1701/casino-game-smartContract
  • https://github.com/tigerkrsd/simplyhired-jobs-scraper-faster-cheaper
  • https://github.com/tight-pallium84/Drishti
  • https://github.com/TikoFox/plugin-requests
  • https://github.com/tiks203/LEGO-Batman-Legacy-of-the-Dark-Knight
  • https://github.com/tildiebusy23/agent-forge
  • https://github.com/Timelaglepomispunctatus405/quality-guard
  • https://github.com/Time-Monarch/scheduled-report-generator
  • https://github.com/timiallen/laravael-ui-dashboard
  • https://github.com/timokamau/raildrop
  • https://github.com/TIMUN0224/tunnelforge
  • https://github.com/tincanshoofly564/Alicreater
  • https://github.com/TindanLawrence/lenny-skills
  • https://github.com/tinhtran2x/Image-Compresser
  • https://github.com/Tinnyellow/PYSYSTEM
  • https://github.com/tinyunix1/REY_LoggerNUtils
  • https://github.com/TioAbiyyu/HuggingFace-BAAI--BGERerankerv2m3
  • https://github.com/tirash63/unredact
  • https://github.com/TISANTANA1962/tda
  • https://github.com/Titeufy/hotplex
  • https://github.com/titiaswe12/rozetka-admin-panel
  • https://github.com/titiokawaii/voltbio
  • https://github.com/TitoSalinas/servicedeskkitv3
  • https://github.com/Titusawnless195/pls-cli
  • https://github.com/tiubo/Stochastic-Control-for-Continuous-Time-Portfolios----Deep-Reinforcement-Learning-for-Dynamic-Asset
  • https://github.com/Tivishu303/foundationdb-hwq
  • https://github.com/Tizui/fileprep
  • https://github.com/tjsplatig/You-Farm-Script-Helper
  • https://github.com/tm201021/claude-ios26-skill
  • https://github.com/Toallinengit/geo-llms-toolkit
  • https://github.com/Toat96/cursor-ext-rtl
  • https://github.com/tob-denn/EggScan
  • https://github.com/ToBeGreat5/Mimir
  • https://github.com/tobi865/RideLab
  • https://github.com/tobias-oss/DeepVex
  • https://github.com/Tobimalex/USD-Nima-Iran-Rate-Dataset
  • https://github.com/tobin3220/Snapshot-version-control-system_Website
  • https://github.com/toddiediestrual35/TCP-preconnection-relay
  • https://github.com/Toddyland/personal-ai-memory
  • https://github.com/Tod-weenieroast366/coding-plan-mask
  • https://github.com/Togavanny/MCP-Client-Server-Project-using-NodeJS
  • https://github.com/token-lycopene628/Telegram-Event-Bot
  • https://github.com/Tokio17/copilot-memory-store
  • https://github.com/TokioBanana/awesome-eu-ai-act
  • https://github.com/tokito-2030/ai-bio-generator
  • https://github.com/TokyozxcSpedy/benchmark_moe
  • https://github.com/Toliol/mu-net-polyp-segmentation
  • https://github.com/Tomas10lol/mac-fn-key-remapper
  • https://github.com/Tomas2299/college-event-fsd
  • https://github.com/Tomasz332/LaLiga-Insight-Match-Outcome-Predictor
  • https://github.com/TomatoNChili/undesirablereasons
  • https://github.com/Tomcat132025/odino
  • https://github.com/Tomeunprocessed585/MammaScope-Demo
  • https://github.com/TommasoPiazza/TheAntsMind-
  • https://github.com/tommilifeless973/autoresearch-builder
  • https://github.com/Tommyfox340/ros_testing_examples
  • https://github.com/tomriddleishot/FocusLayer
  • https://github.com/TomScripter/FDS-Dev
  • https://github.com/Tomson77fcb/Google-Israel_Website
  • https://github.com/TONG213879/spectra
  • https://github.com/Tongming89/nexusrunner-control-plane
  • https://github.com/tonic-gesneriad901/ai-detection-bypass-gptzero-undetectableai
  • https://github.com/tonifowler/unmonitarr
  • https://github.com/tonim82/Pancakeswap-BNB-Prediction-AI-Automated-Betting-Robot
  • https://github.com/tonisad1180/scivly
  • https://github.com/Tonser974/autonome-framework
  • https://github.com/Tony-Enninful/sqltools_mcp
  • https://github.com/tonylksj/FloppaRun
  • https://github.com/Toommo2/Text2CAD
  • https://github.com/TooReal-02/swift-configuration
  • https://github.com/Toothylol/Kiro2api-Node
  • https://github.com/Topeeee08/stratix-summarizer
  • https://github.com/Torresz0/StoryPlay
  • https://github.com/Torrspecified9094/mempalace-extended
  • https://github.com/tortugazx/nextjs-testimonial-form
  • https://github.com/Tortuous-surfacechemistry208/gemma-gem
  • https://github.com/Touchbackosaka502/obsidian_vault_pipeline
  • https://github.com/ToughDesert/ios-notes
  • https://github.com/touhedulislam/k8s-proxy
  • https://github.com/Touristclassweightlifter189/globalization-skill
  • https://github.com/TOUSSAINT2346/old_php_organisationSocialNetwork
  • https://github.com/towingropeeulogium147/Trading-strategy-service-platform---12000
  • https://github.com/toxicant-role617/global-retail-sales-analysis
  • https://github.com/Toxictoxi/cli
  • https://github.com/toy862/Qwen-Agent
  • https://github.com/toyboyarshad/reXa
  • https://github.com/Toyoclara233/registry
  • https://github.com/Toywa/awesome-pydantic-ai
  • https://github.com/TraceDesigns/MegaETH-Faucet
  • https://github.com/Tracyopen598/ethereum-testnet-faucet
  • https://github.com/Trampy021/explain-codebase
  • https://github.com/tranhailong012/windsurf-tools
  • https://github.com/tranhuy323/Ad-Astra
  • https://github.com/TranLeBaoNgan/rv-corpus
  • https://github.com/TranquilVessel/bitcoin-prediction
  • https://github.com/Transferencegrouper961/Nexload-Android-Downloader-APK
  • https://github.com/Transitiongregoriancalendarmonth926/GuitarHelper
  • https://github.com/Transpositiondiamondbackrattlesnake172/AutoClick-RobloxGame-2026
  • https://github.com/TranThanhNhan0402/atul-jha-portfolio
  • https://github.com/Trantu6570/LitPOS-Apps-Script
  • https://github.com/Trapsta1467/sherluck
  • https://github.com/travererogenous649/openclaw-workspace
  • https://github.com/Travesia-Salvatge/t50.site
  • https://github.com/treasured-gasbomb383/NanoBananaASO
  • https://github.com/treeless-cancer982/no-hallucination
  • https://github.com/Treetippakae/instagram-data-scraper
  • https://github.com/Treewha998/Satan-Software-Suite_Docs
  • https://github.com/Tremaineteased562/ghostscore
  • https://github.com/treverlight1245/nvim-jump
  • https://github.com/trew1s/HTML
  • https://github.com/Triangularitypulmonaryembolism623/JmeterWebInsightReport
  • https://github.com/Trickedout-ribier5513/AgentClaw
  • https://github.com/trietww/AGI_HER_MER
  • https://github.com/trifoliolate-antihypertensivedrug145/burstui
  • https://github.com/Trillion-pinkandwhiteeverlasting354/MyDVLD
  • https://github.com/trimanabas391/open-harness
  • https://github.com/Trinitariandisavowal154/social-bubble
  • https://github.com/tripmotions/uvm32
  • https://github.com/Trippergfx/amanansdiahnid-11
  • https://github.com/TrippyDawg/tg-ws-proxy
  • https://github.com/Trirua93737/phi-redactor
  • https://github.com/Tristan0709/A-Python-Framework-for-Web-Automation-and-Testing
  • https://github.com/Tristan192/AI-Governance-Risk-Compliance-Documentation
  • https://github.com/Triwidianingrum/Augmented-Research-Agent-with-LLM-Tooling
  • https://github.com/Trixpolyglot933/gemini_mcp
  • https://github.com/TrixySnow/gitops-observability-stack
  • https://github.com/trogiumpulsatoriumstatetaxlien809/Lumina
  • https://github.com/tropicbirdtsimshian863/JourneyMap-Minecraft-Modpack
  • https://github.com/troyhigh775/cc-notebook
  • https://github.com/troyhigherlaw437/PortPulse
  • https://github.com/Truedwarffelicia55/ssh-chat-mcp
  • https://github.com/truefalse-eve196/ArcRaiders-FPS-Booster
  • https://github.com/Truman120/VoiceRAG-AI-Powered-Voice-Assistant-with-Knowledge-Retrieval
  • https://github.com/Trungngu4223/Frankenstein_2025
  • https://github.com/Truongiang1007/pseudo-l10n
  • https://github.com/Truong-Lam/amanansdiahnid-16
  • https://github.com/Truongn6629/hermes-desktop
  • https://github.com/Truth911/STM32-LED-BUTTON-CONTROL-HAL-Coding-Method
  • https://github.com/TRXNOOR/hello-halo
  • https://github.com/Tsmith4k/Analysts-Performance-Dashboard
  • https://github.com/Tsooj123/stock-mini-terminal-streamlit
  • https://github.com/Tsp9322/harperdb-xcy
  • https://github.com/Tsugar0106/Norwegian-WiFi-Wordlist
  • https://github.com/ttawann3/ElevvoPathways-DataAnalytics_Internship-TASK3
  • https://github.com/ttcs60cntt3/meta-ai-orchestrator
  • https://github.com/ttdmnd/SampleGenerator
  • https://github.com/ttimneu/CSPy
  • https://github.com/TTPufd/cc-manage
  • https://github.com/TTtshepiso/react-simple-mentions
  • https://github.com/Tuan9803/frechette_oil_navf
  • https://github.com/tuanabulance88/Energy_Project
  • https://github.com/tubers9312345/mlx-serve-embeddings
  • https://github.com/tubiotuso3h249/omiaizhanghao
  • https://github.com/Tuckerfixed667/railguard
  • https://github.com/Tufwnn/Loupedeck-HomeAssistant
  • https://github.com/tugra41/cloudflare-cli
  • https://github.com/Tukie9020/StockAI
  • https://github.com/tulioeleuterio/VisionDriveX-Explainable-Autonomous-Driving-Perception-System
  • https://github.com/Tulipas516/ai-content-accuracy-checker
  • https://github.com/tulleyregardful189/ai-testing-mcp
  • https://github.com/tuman06/musicpedia
  • https://github.com/Tungtran0310/External-DB-Dummy-Plugin-for-WordPress
  • https://github.com/tunhacker/pararius-scraper
  • https://github.com/Tunnelbasketballseason635/TensaiNeuro
  • https://github.com/tuntuntunsahur21/attesor
  • https://github.com/tureenheteroploid536/Notion2API-Tutorial
  • https://github.com/turegnassefa2024/SiliconFlow-Toolkit
  • https://github.com/TurkeyGamings/language_wizard
  • https://github.com/TurkeyLeg72/Barrel
  • https://github.com/turkeyyyyy/Standard
  • https://github.com/TURTLES4LIFE20/rolling_code_transmitter_h533re
  • https://github.com/TurtleVry/caesar-cipher-cryptanalysis-python
  • https://github.com/TusharKumre7/JPLSpatialApplication
  • https://github.com/tutannnn/vite-fastapi-starter
  • https://github.com/tutiBidfc/ndarray-prepend-singleton-dimensions
  • https://github.com/TutuEnGAV/screenshot-url-storage-capture-and-organize-web-images
  • https://github.com/tuyetvuong/sendpromptly-webhooks
  • https://github.com/Tuyiosf/url-shortener
  • https://github.com/Twelfy121/stfu
  • https://github.com/Twentysix-setsquare397/claude-content-engine
  • https://github.com/Twerionex/soprano-factory
  • https://github.com/twillfountain50/SystemManager
  • https://github.com/Twitc3547/PolyAgent
  • https://github.com/Tyamk2020/faunadb-iut
  • https://github.com/tYCHO202/ndarray-spread-dimensions
  • https://github.com/Tyelowermost549/ton-sbt-cli
  • https://github.com/tygttm/aws-ecommerce-risk-analytics
  • https://github.com/Tymonautophytic758/bioAF
  • https://github.com/Tymothyjustifiable606/abir-ephemeral-vault
  • https://github.com/Typescriptsilhouette293/CuSO4-RootManager
  • https://github.com/TypicalShot/zenmap
  • https://github.com/Tyquangoldson/s3-fhd
  • https://github.com/Tyrannical-incense51/BuilderAI
  • https://github.com/Tyrannosaurusss/code-edith-old
  • https://github.com/tyrunplacable/rdv_manager_api
  • https://github.com/Tyson-cyber/GetMerlin2Api
  • https://github.com/tyunsweet818/nobodybuilt
  • https://github.com/tzetshen889/69-ImGui-Loader
  • https://github.com/Tz-risk/builder
  • https://github.com/U5R5/stats-base-ndarray-nanmskmax
  • https://github.com/ubaid0000/Gemini-Reverse
  • https://github.com/Ubaidhussain/prose
  • https://github.com/UbaidKhan92/ResNet50-Emotion-Recognition-FER2013
  • https://github.com/UbaiSalih/pmcr-cli
  • https://github.com/UCL-Geek/portfolio_core
  • https://github.com/Udaya391/elysia-next-error-handler
  • https://github.com/Udayanga00/all-2-api
  • https://github.com/Uday-hash-bit/Earthquake-Data-Engineering-Pipeline-on-Azure
  • https://github.com/udaykiran176/hibiscus
  • https://github.com/Udin2917/open-packages-on-npm
  • https://github.com/U-dot-du/modular-monolith-with-ddd
  • https://github.com/UFOAD/BlossomColorPicker
  • https://github.com/uguralpcicek/vibe-coded-xr-biology-lab
  • https://github.com/UgwuGeorge/morpho-analytics
  • https://github.com/uhalr/NEXQ-1010
  • https://github.com/Ui-Bro/m3g-exporter-addon-blender-3.6-
  • https://github.com/Ulcerativecolitisbauhaus1057/vulnhawk
  • https://github.com/Ulrikeshifting204/push-job
  • https://github.com/ultraconservative-abneylevel672/universal-video-transcriber
  • https://github.com/ultrafoxx2/taoyuan
  • https://github.com/UltrAS4F/solana-elf-from-scratch
  • https://github.com/Ultron666/server-platform
  • https://github.com/ulyssesenglishspeaking825/preclinical
  • https://github.com/Umair-ul-Hassan-cmd/ministack
  • https://github.com/Umamaheshwar89/QuizFlow
  • https://github.com/umarahmad787/Hunyuan-7B
  • https://github.com/UmarMoin22/claude-code-startup-skills
  • https://github.com/umiii100/local-rag-server
  • https://github.com/UmmayAliza/Noi-Tu
  • https://github.com/UMVERTH/ssz-lensing
  • https://github.com/unaccustomed-godspeed86/appbun
  • https://github.com/Unacknowledged-ploceusphilippinus953/brain-template
  • https://github.com/Unaddicted-swisspine980/SigmaForge
  • https://github.com/Unawakened-landlord758/ClawGuard
  • https://github.com/Unblushing-redmeat709/claude-codex-handoff
  • https://github.com/unbraced-scleredema302/solar-data-3d-analytics
  • https://github.com/unc0v1/postgrad-contact-manager
  • https://github.com/Uncaulked-prefect97/broker-as-a-service
  • https://github.com/uncial-contingence591/Openclaw_Free
  • https://github.com/uncletomsubordinateclause968/hermes-desktop-os1
  • https://github.com/Uncoated-ell721/Awesome-Claude-Skills
  • https://github.com/Undemanding-gruiformes910/meta-ai-agent-sample-for-aws-agentcore
  • https://github.com/undercarriagemoschusmoschiferus808/opcrew
  • https://github.com/UnderCobra95/PoSDK
  • https://github.com/underlinelandscaping578/CrimsonDesert-Trainer-2026
  • https://github.com/unequalequality/Ollama-Terminal-Agent
  • https://github.com/Unequivocal-scratch81/zhonghua-wisdom
  • https://github.com/Unfocussed-patrilinealkin741/revenue-yoy-backtest
  • https://github.com/unguaranteed-cabin828/Blazing-Black-Dragon
  • https://github.com/Unidentified-lymphocyticleukemia122/Undown-tool
  • https://github.com/Unified-rosinbag197/gh-relay
  • https://github.com/Unifying-sheeptick539/revops-skills
  • https://github.com/Unimposing-electroscope363/Auto-claude-code-research-in-sleep
  • https://github.com/Unindustrialised-trapezium914/game-superpowers
  • https://github.com/uninvited-jumblesale95/ua-parser-modern
  • https://github.com/Unisonporosity5953/security-check
  • https://github.com/Unitary-eurasian711/learn-almost-anything
  • https://github.com/unitedivv1/living-cost-simulator
  • https://github.com/UNIVERSOPT122/terraform-provider-algolia
  • https://github.com/Unknowingdrymoglossum212/Code-Agents-Playbook
  • https://github.com/Unknown01100/heart-disease-analysis
  • https://github.com/Unlawful-pinyon902/TikTok-Downloader-Bot
  • https://github.com/Unlimited-haymsalomon332/deltatx47
  • https://github.com/Unmade-pirana493/katamariio
  • https://github.com/unmercenary-timebomb913/agent-usage
  • https://github.com/Unna07/travel-planner-agent
  • https://github.com/Unnotched-precisionrifle830/tala
  • https://github.com/unnourished-calciumchannelblocker351/HydraFlow
  • https://github.com/Unoiled-territorial2826/huangshu
  • https://github.com/Unopposable-starting193/chatgpt-bridge
  • https://github.com/Unostores/pic-opendal
  • https://github.com/Unpainted-creditline444/HubPay
  • https://github.com/unprintable-mariestrumpelldisease646/geo-scoring-methodology
  • https://github.com/unquestioning-forehanddrive560/awesome-trajectory-datasets
  • https://github.com/Unreconcilable-blood727/the-vibe-pm
  • https://github.com/unrelated-paddle317/OOD-apps.vnc.vmd
  • https://github.com/unreliable-marmalade23/RYS
  • https://github.com/Unremedied-panhandler7820/geo-whitepaper
  • https://github.com/Unrequested-venabrachialis330/bangen
  • https://github.com/unresentful-barbeque695/claude-obsidian
  • https://github.com/Unshaded-enlightened17/builders-bible
  • https://github.com/Unshod-dayspring163/opensoirceor
  • https://github.com/Unsophisticated-intrepidity759/the-bridge
  • https://github.com/unstructured-scrappiness969/HarmMetric_Eval
  • https://github.com/UnsureAboli/adk-fastapi-workshop
  • https://github.com/unsweet-countrypeople732/docker-templates
  • https://github.com/Unsymmetric-pythiangames425/shikimory_activity
  • https://github.com/untoward-pruningknife242/opus-clip-vizard-pro-free
  • https://github.com/untrue-ripeness444/booking-system
  • https://github.com/Unworkmanlike-fragment349/legal-translation-UK
  • https://github.com/Uplinkdrawingink757/AppleContainerGUI
  • https://github.com/upset-thalidomide746/Codec
  • https://github.com/uqurj123/Enterprise-Network
  • https://github.com/urbanrenewalsign869/FL-Studio-Version-2026
  • https://github.com/uricosuric-genuslepidobotrys693/Bank_Customer_Churn_Prediction
  • https://github.com/Urielorland2605/mqu-COMP1010-contactBook-java-console-app
  • https://github.com/Urielspectrographic907/haiflow
  • https://github.com/urinarybladderwassermann922/claude-code-source
  • https://github.com/urkyzy/emotion-movie-recommender--harin
  • https://github.com/urmamaqwe/Website-font-finder
  • https://github.com/UrvishVagadiya/PMRC-IP-Core
  • https://github.com/user2897/Scrapstyle
  • https://github.com/User324324532/TaDiCodec
  • https://github.com/User75621/memory-mcp
  • https://github.com/UserBeingOfficial/ai-dictionary-koreader
  • https://github.com/usernamedoxelghk/WindsurfSwitch
  • https://github.com/Usernamezzzzzzz777/SNU_2D_ProgrammingTools_IDE_Esterol
  • https://github.com/Usernonymos/Cogito
  • https://github.com/Userranjan/rule-gen
  • https://github.com/User-X5/duster
  • https://github.com/usmanahmed123ASD/nano-weather-app
  • https://github.com/usmanidris38/Book-Store-System
  • https://github.com/usmansial0337-alt/sp-context
  • https://github.com/uthmandevsec/Self-Distillation
  • https://github.com/Utilitybondhiphop551/visiontrack
  • https://github.com/UtRexx17/ARES-Commander-Latest-Patch
  • https://github.com/uwrittenmaterial656/Adobe-CS6-Photoshop
  • https://github.com/UwU061109/digital-process-support-system
  • https://github.com/Uzbekistani-abusayyaf917/new-porto-2026
  • https://github.com/UziTaken/SalesBoost
  • https://github.com/V0RINCl3X/azure-diagrams-skill
  • https://github.com/V1xtory/FolkPure
  • https://github.com/v2lurpin/portscan-vulnerabilidades
  • https://github.com/v3x709/llm-wiki-skill
  • https://github.com/V4ld3AI/egyptian-rag-translator
  • https://github.com/v9s18/kimi-agent-mandala
  • https://github.com/Vabrizio2003/rust-webapp-skill
  • https://github.com/Vadim1244/FlashVideoBot
  • https://github.com/Vaginal-subgenuscalliopsis553/ai-model-benchmarks
  • https://github.com/vagnertelles/ZTE-ModemFlow
  • https://github.com/Vahagn-g/LOGOS-k
  • https://github.com/Vaibhav0061/pseudata
  • https://github.com/Vaishnavi9769/doifans-dl
  • https://github.com/Vajrasyracuse901/raindrops
  • https://github.com/valdi03/ai-co-play
  • https://github.com/ValentinOliveira/ai-recruitment-assistant
  • https://github.com/valentinsNemo/Perfume-Inventory-System
  • https://github.com/Valentinxpo/disable-cloudflare-cli
  • https://github.com/valliunadjusted962/wsl-bridge
  • https://github.com/Valtneto/kkp
  • https://github.com/Vampticsoda/infinite-gratitude
  • https://github.com/VAND1LIST/HeartTrailAnimation
  • https://github.com/Vandoop/FeedTube
  • https://github.com/vansh123993/MPVKit-Swift
  • https://github.com/vanth7067/chatgpt-gpt-5
  • https://github.com/vargasjavierrolando-ui/trimble-backup-utility
  • https://github.com/Vaslrs/python-api-frameworks-benchmark
  • https://github.com/VATIKANS/test-os
  • https://github.com/vatmawatiso/babyshop
  • https://github.com/Vdevagabundo333/openai-chatbot-app
  • https://github.com/Vectoricks/RDP-Forensic
  • https://github.com/VedangGupta123/async-cache-bridge-laravel
  • https://github.com/vedant-sys/move-mouse-macOS
  • https://github.com/vee988/ESPRemote
  • https://github.com/veeexx-1/Y-Nav
  • https://github.com/Veenk00/pokertools
  • https://github.com/veeral4/clawdfolio
  • https://github.com/Veerxps/1c-llm-requests
  • https://github.com/Velder101/FunStripe.Sample
  • https://github.com/Velociity9/web-search-fast
  • https://github.com/velter82/ZeroDM-Delete-LinkedIn-Messages
  • https://github.com/vendisra/pdfDocumentGeneration
  • https://github.com/Venkatareddy15/MenuMuze_The_WaiterAi-demo
  • https://github.com/Vergorini12/simple-todo-list-mern
  • https://github.com/Verneblackcherrytree701/zclean
  • https://github.com/verniermicrometervulgarization200/Byte-Bistro-Transport-Protocols
  • https://github.com/Verus508/cat-card-battle
  • https://github.com/Vgvmb/sveltekit-connector-go
  • https://github.com/VHetG/jira-cli
  • https://github.com/Vhybzofficial1/go-mobile-locator
  • https://github.com/vhynze6241/OpenDocu
  • https://github.com/vicentepro32/deciflow-backend
  • https://github.com/vicky23383/robotics-agent-skills
  • https://github.com/vickykumar11062/Replication-package-for-gender-and-regional-differences-in-scientific-mobility-and-immobility
  • https://github.com/Vickysaini421/ark
  • https://github.com/victojaquesjaques-boop/oncoinfer-ai
  • https://github.com/victor20252025/opencode-config
  • https://github.com/victor604/frontend-design
  • https://github.com/Victor7092/ai-automation-consultant
  • https://github.com/victorcascales22/comfy-pilot
  • https://github.com/Victorg1260/ThePerson
  • https://github.com/victoriaferreira-ue/Bell-Siamese-Nonlocality
  • https://github.com/victormgross/RealVideo
  • https://github.com/Victory4648/razor
  • https://github.com/videogramme/Qwen-Image-Edit-2511-LoRAs-Fast-Single-Image-Rerun
  • https://github.com/Vidhya2303/article-preview-component
  • https://github.com/Vidigal-code/Vidigal-Code
  • https://github.com/VIETCUTEa/awk-fmd
  • https://github.com/vigit3/TEST
  • https://github.com/VIGNESHWARAN6059/nexus-3d-todo-ai
  • https://github.com/Vihaan-Bansal/perler-beads-ai
  • https://github.com/viiniam/GUI-DNS-Changer-for-Systemd
  • https://github.com/Vijay1731/personalforge
  • https://github.com/vijay3926/DPWriter
  • https://github.com/VIJAY5588/MeteorTranslation
  • https://github.com/vijayanand786/bklit-ui
  • https://github.com/vijaykrish1121/marzipan
  • https://github.com/Vijayunserviceable943/openclaw-easy-tutorial-zh-cn
  • https://github.com/vikaskhandal/multi-agent-system-using-langgraph
  • https://github.com/Vikas-Kumar-Sahu/openclaw-security-practice-guide
  • https://github.com/vikasoni12/ExcelRAG
  • https://github.com/vikhgurjar/Floating-Navbar-M3-Flutter
  • https://github.com/vikigamingstare1/ZMetadata-stripper
  • https://github.com/vikilud551/AWS-BuildID-Auto-For-Ext
  • https://github.com/Viko7/eo_monitor
  • https://github.com/V-i-l-a-s/click-to-breathe
  • https://github.com/Villagomezmatias23084/ATOTO-Firmware
  • https://github.com/villeyoo/doc-render
  • https://github.com/vin505dog/pseudentity
  • https://github.com/Vinaykgit1930/ndarray-base-pop
  • https://github.com/Vinaykumar023/pub_wake_lxc
  • https://github.com/vincensioshifo/ritesh-portfolio
  • https://github.com/vincentscleanlimbed596/aws-rest-api
  • https://github.com/vineeth0216/alpenguard-security-framework
  • https://github.com/viney-123/tradingview-mcp
  • https://github.com/ViniciusLussani/stats-base-ndarray-nanrange
  • https://github.com/viniciussantos2004/strata
  • https://github.com/Viniko1512/liquid-lfm-local
  • https://github.com/vinx6903/T2I-L2P
  • https://github.com/violetstreaked-canicolafever227/n2-clotho
  • https://github.com/vip512/wp-tailwind-barebones
  • https://github.com/viper-108/livekit_plugins_sub200
  • https://github.com/virgiliomaxillary918/cfnb
  • https://github.com/Virtualboxcom/tg-text2img-bot
  • https://github.com/virusy12345i-wq/vibes-coded-agent-connector
  • https://github.com/Visagespoon207/opencac
  • https://github.com/vishalkumaryadav/autonumba
  • https://github.com/vishubha111/toolcast
  • https://github.com/VishwaKalyani/lintmail
  • https://github.com/Visigothtravelagent708/ai-voice-agent-setup-vapi-bland
  • https://github.com/viswa7044/html-css-javascript-frontend_course-luisdev_part-28_html-5_css-3_js-es2023
  • https://github.com/ViswaBai/sea-level-app
  • https://github.com/Vitelmojr01/AI-NOTES-GENERATOR
  • https://github.com/vitorferreria874-alt/facefusion-roop
  • https://github.com/VitorSystems/meeting-agent
  • https://github.com/Vivavenetian310/open-source-launch-skill
  • https://github.com/Vivekshah20002/accura-finance
  • https://github.com/vivekuwu/sql-to-logsql
  • https://github.com/vivekx99/gaia
  • https://github.com/vl0dyy/claude-agent-kit
  • https://github.com/Vladim8rr2/imessage-mcp
  • https://github.com/vladvladi/CS50-Final-Project
  • https://github.com/voe-deburg/Voco
  • https://github.com/Voiler-XD/human
  • https://github.com/VoiseCovaser/FIRE
  • https://github.com/Volauventbuncombe53/multi_agents_sample
  • https://github.com/Volumelenariver487/koin
  • https://github.com/VonKrystoff/Pod
  • https://github.com/Vonnililing/ruta
  • https://github.com/Voravit526/kea-research
  • https://github.com/VordaBrat/zeroReg-landing
  • https://github.com/voskii-pug/whisper-php
  • https://github.com/vp1509/gasm
  • https://github.com/Vrushang3800/Data-Storytelling-Dashboard
  • https://github.com/vukssan/KamelionStack-OSE
  • https://github.com/Vusalibrahim/log-archive-cli
  • https://github.com/vuvantoi/OmniESP
  • https://github.com/vvaannnnggooccxxxxcyhgdhgm/downloader.zig
  • https://github.com/vxlroxx/VLC-Media-Player-No-Trial
  • https://github.com/vxnphaxx/pointclickcare-browser-automation
  • https://github.com/vyomdev011/agent-resources
  • https://github.com/vyshakA/Orange-VoIP-FreePBX-Trunk
  • https://github.com/w2010mc/orchideous
  • https://github.com/W3bster32/RingLight
  • https://github.com/Wael-Ade3/SNU_2D_ProgrammingTools_IDE_Kojo
  • https://github.com/waila1/apple-id-subscribe-ai
  • https://github.com/Waka758/Animate-X-plusplus
  • https://github.com/Waldoncockeyed9421/Happy-Horse-1.0
  • https://github.com/Walid3112/wise-care-365-tools
  • https://github.com/walidwalidyt/UltraFusion
  • https://github.com/WALIDYTYT/ExoMetric
  • https://github.com/wallahsubtlety196/k8s-platform
  • https://github.com/wallasshallow430/mjviser
  • https://github.com/Walterpayroll629/DHT11
  • https://github.com/wambokoallandavid-source/Activity2Context-for-openclaw
  • https://github.com/wanderjimenezRD/Moho-Pro-14.4-2D-Animation-Tools
  • https://github.com/wan-ligamentumteresuteri531/task-yar
  • https://github.com/Wanralf/claude-nvidia-proxy
  • https://github.com/Waqar1313/personal_portfolio
  • https://github.com/Warck18/AI-For-Mental-Health-Prediction-From-Social-Media
  • https://github.com/warpathblotch217/omnivoice-thai-api
  • https://github.com/Warrenheartshaped523/drift
  • https://github.com/warriortheme/city-timezones-go
  • https://github.com/warzoneeacc1/RevenueBell
  • https://github.com/Washhouselynchmob496/ai-research-digest
  • https://github.com/washingtonian-cryogenics340/CP-PPG
  • https://github.com/Wasiq99910/atlas.deck
  • https://github.com/waterganyu/reasonflow
  • https://github.com/watl9590/sharrowkin-ide
  • https://github.com/wavestissue65-ops/micropython-wasm
  • https://github.com/Wavyz2/my-qt-qml-pro-projects-showcase
  • https://github.com/wayang-roleplay/dit
  • https://github.com/WaylenGithub/controlador_LED
  • https://github.com/Waylenunclothed87/undervalued_soccer_data_analyst
  • https://github.com/Wdalzalath/IoT-Project
  • https://github.com/wearehere345/netproxy-console-v2
  • https://github.com/web10ninja/quant-backtest-framework
  • https://github.com/webmaster4world/msb-mib-gross-mobility
  • https://github.com/webwolfs/inventarium
  • https://github.com/weensy-overutilisation690/SuperStation-SD-Card-Installer
  • https://github.com/weeyegood/Uncodixfy
  • https://github.com/Weezydollar/Hangman
  • https://github.com/wefe32434/keephive
  • https://github.com/weimi7/wanderwise-travel-platform
  • https://github.com/wel1980/linux-userspace-lua
  • https://github.com/welcomerefresh1-cloud/pace
  • https://github.com/Wemisagas/frameup
  • https://github.com/wendyneat563/atlas.llm
  • https://github.com/WendyPrado/medialane-dao
  • https://github.com/werawerapro-prog/TradeCore_Quant
  • https://github.com/Wesliecherty759/PixelRAG
  • https://github.com/weslietight181/cpp-mcp-sdk
  • https://github.com/Westbrookenear674/web-designer-plugin
  • https://github.com/wet-discriminativestimulus220/Capstone_Google_Data_Analytics_Certificate
  • https://github.com/whchudoin/muhammadshourov404
  • https://github.com/whiskfernlowdensitylipoprotein154/figma-console-mcp-skills
  • https://github.com/Whistlingjudas889/youtube-premium-ultimate
  • https://github.com/whiteoakredguard557/llmfs
  • https://github.com/whitestreaked-pectus612/SpotiNexus-Music-2026
  • https://github.com/WHmhj5212-star/ClaudePulse
  • https://github.com/wholesome-lepton473/ARc_4.1_RAG
  • https://github.com/wiasesalvo/Landing
  • https://github.com/Wilberarebalo0909/volunteer-survey-email
  • https://github.com/Wilberunconfused316/gc_recurrence
  • https://github.com/wildcat-levity513/dank-py
  • https://github.com/Wild-knownothingparty168/skilo
  • https://github.com/Wildoliveruffianism527/rf-lab
  • https://github.com/Wildoncontinuous580/claude-duet
  • https://github.com/wild-orderpolemoniales647/daily-news-dashboard
  • https://github.com/WileViking10/aws-security-scout
  • https://github.com/willbringyourworstout/zhishu
  • https://github.com/Willettedivided5004/jamdesk-claude-plugin
  • https://github.com/WILLIAM86-CAPTAIN/gooey-search-tabs
  • https://github.com/WilliamAlexYT/x-research-skill
  • https://github.com/WilliamWK21/Defi-Risk-Scenario-Lab
  • https://github.com/Williedespotic407/OpenGridPK
  • https://github.com/Willieundesirable68/LookInside
  • https://github.com/willton-easy/gitlab-review-agent
  • https://github.com/WindaleDanix/plate-recognition-tr
  • https://github.com/winguas/graph-datasets
  • https://github.com/winless-boozing857/agent-lens
  • https://github.com/winnieholozoic399/Tomodachi-Living-The-Dream-PC
  • https://github.com/Wisanu2606/Solana-Casino-Jackpot-Smart-Contract
  • https://github.com/Wisdom-Mbuk/ScribeAI
  • https://github.com/withgames/anything-to-notebooklm
  • https://github.com/witus6969/RTLC2
  • https://github.com/Wixyy-bit/az104-cert-buddy
  • https://github.com/wndaalol/lara-weeb
  • https://github.com/woilyd/Mini-Portafolio-Python
  • https://github.com/Wolfyswollenheaded197/ClipSaver
  • https://github.com/wollys/office-design-toolkit
  • https://github.com/wong7971/Ethereum-Wallet-Grabber-Balance-Checker
  • https://github.com/wongjanson/Predictive-Analytics-and-Recommendation-Systems-in-Banking
  • https://github.com/woodiefernless68/claude-health
  • https://github.com/woodlisa812-dotcom/perekluk
  • https://github.com/woodypaired650/hyperyap
  • https://github.com/WooNow/Positron
  • https://github.com/wordbelohorizonte938/weixin-bot-sdk
  • https://github.com/workbookbulb863/korean-law-alio-mcp
  • https://github.com/WORKINGZONE99/Distributed-Async-Notification-System
  • https://github.com/works-yesed-scriptedit/awesome-slash
  • https://github.com/Wow13411/organic-ui
  • https://github.com/wristypresh360/VisionQuant-Pro
  • https://github.com/wsbs20/claude-code-aso-skill
  • https://github.com/wtfhanin/Enhance-Prompt
  • https://github.com/Wuhzaaa/exponential-platform-nexus
  • https://github.com/Wulan234/agent
  • https://github.com/wutang700/STProcessMonitorBYOVD
  • https://github.com/wwah453/expo-stable-id
  • https://github.com/wwwwhhl/World-Happiness-Report-Analysis-Capstone-Project
  • https://github.com/wyatangenerous261/bmctl
  • https://github.com/wyattleelee/ecommerce_backend
  • https://github.com/Wyzdmulc/PaintBench
  • https://github.com/xaeksx/ComfyUI-AudioSR
  • https://github.com/xanderiy/SIGMA-EPISTEMIC-HUMILITY-EVALUATOR
  • https://github.com/XARZGAMING/SOMA
  • https://github.com/Xaviehyun0145/bonus-hedge
  • https://github.com/XavierBrasilero/cbxp
  • https://github.com/xcho2280/ip-stresser-ddos
  • https://github.com/Xcross13/spring-boot-self-learning-guide
  • https://github.com/Xcuxsez/ai_roadmap
  • https://github.com/xdmaxim23-netizen/alert-enricher
  • https://github.com/xeeqr/speed-reader
  • https://github.com/Xenamultiplied6372/Legend-Fortnite-Undetected-2026
  • https://github.com/Xenia150232/ROI-Master
  • https://github.com/Xenos166/site-i7telecom
  • https://github.com/xerowphyte/KeylabTech.com
  • https://github.com/xezar014/Passive-Code
  • https://github.com/xf-checkout/Mellivora_OS
  • https://github.com/xfiu1234/lessons-from-github
  • https://github.com/xfroy/simlab
  • https://github.com/xgitz/onprem-to-rds-migration
  • https://github.com/xhahriar037/ather-stock-allocation-report
  • https://github.com/xharisirfan/PCA-Planetary-Continuity-Accord
  • https://github.com/xianx9418/xmum-beamer-template
  • https://github.com/xiay1176/Wonka
  • https://github.com/xiejus/ARCHIVE_My-Robot-Friend_Website
  • https://github.com/Xiorykrm/Tachikoma
  • https://github.com/xioyicodex/betternmtui
  • https://github.com/xjanex160/customer-support-agent
  • https://github.com/xliiux/-Crypto-Flash-Loan-Instant-No-Collateral-Liquidity-Execution
  • https://github.com/xLORDx143/NIUBI-Partition-Editor-No-Trial
  • https://github.com/xLyleericson/OmniLearnAI
  • https://github.com/xmalleck/Roobet-Crash-Predictor
  • https://github.com/xMhaty/AWS_WAF_ALB_Security
  • https://github.com/xmowgofficial/synapz
  • https://github.com/xpressgarageplus/RusTorch
  • https://github.com/Xpunive3690/domain-hunter
  • https://github.com/xristos200/chatjimmy-api
  • https://github.com/xrollo/rnsec-dev
  • https://github.com/xruszz/cowSolver
  • https://github.com/xscosa400-wq/universal-flutter-ssl-pinning
  • https://github.com/xsinopx/go2rtc
  • https://github.com/XStarsHolderX/anthro-env
  • https://github.com/xtiangaming08/stream-phonefarm-solumate
  • https://github.com/xtrade12/Fashion_Design
  • https://github.com/Xuan020120006/gpt4all
  • https://github.com/xuuo/HashTool
  • https://github.com/xxcarventing/k-id-age-verifier
  • https://github.com/XxKevinxX90/digital-clock-logic-and-arduino
  • https://github.com/xxlordxx000/student-transcript-management-system
  • https://github.com/xxmohamed141/MGfiles
  • https://github.com/Xxpedo-gamingxX/mindsight
  • https://github.com/XXXCAIO1997/plumbum
  • https://github.com/xxxihrmn/llmops
  • https://github.com/xxxsleepygamerxxx/directly
  • https://github.com/XXXTENTACIONLEYENDA/ServerSlayer
  • https://github.com/XXXWolfgangXX/randol_gooch
  • https://github.com/xylrahsx/Soft-Skill-Lab
  • https://github.com/Xymenesaccretive256/deepseek-openclaw
  • https://github.com/xYukioz/relay-aria2
  • https://github.com/xyxcau/tarantool-4fe
  • https://github.com/xyzrah/10x-Agent-Loop
  • https://github.com/xyzruize/PESUmate
  • https://github.com/YAAMABS/node-unrtf-win32
  • https://github.com/yaboitheo21/aws-dva-c02-study-plan
  • https://github.com/yabu7788/symbi-claude-code
  • https://github.com/yaceychen/nimsync
  • https://github.com/yadielsantoss/crypto-wallet-generator
  • https://github.com/yahabaha/Exam-Quiz-Test
  • https://github.com/yahia120111/amanansdiahnid-17
  • https://github.com/yahya1598/career-cv-linkedin_tech-tests_course-luisdev-professional-growth-part-3_dotnet-8_csharp-12
  • https://github.com/yahyaadev/obd2_development
  • https://github.com/yaikob0940/gentleman-guardian-angel
  • https://github.com/Yakandawal5497/masterscript
  • https://github.com/YamdmDeb/async-cache-php
  • https://github.com/yamtan/minmax
  • https://github.com/Yana4501/buffett-oracle-analyzer
  • https://github.com/Yanag1-san/tutorial-html-css-js-2sem-2025
  • https://github.com/yangdeee/ModernGlass
  • https://github.com/yangjudong/Droids
  • https://github.com/YannickDev-88/claude-skill-scrittura-italiana
  • https://github.com/yanostre/regime_changes_real_financial_cycles
  • https://github.com/Yapakayala/cloudops-ai-monitor
  • https://github.com/Yardilliterate447/etiket
  • https://github.com/yarikkyzym/blas-base-wasm-sswap
  • https://github.com/yarikyyy/ESP32-USB-HID-Keyboard-Series
  • https://github.com/yarnfieldiscool/resumeX
  • https://github.com/Yarnspinning-shoofly626/Solari
  • https://github.com/yash3245/test-os
  • https://github.com/yash702800/The-Cat
  • https://github.com/yash8156/bufkisa-23
  • https://github.com/YashAgni2372/ethical-keylogger
  • https://github.com/yashlathiya2626/pi-github-tools
  • https://github.com/yashrockzz/Data_science_estudos
  • https://github.com/Yashs3324/zig-mquickjs
  • https://github.com/Yashsoni443/ai-image-generator-web
  • https://github.com/yashthecoolbro/opencode-anthropic-login-via-cli
  • https://github.com/yasin-is-9-year-old/continuous_time_rl_for_alm
  • https://github.com/yasirjugnu485/stable-diffusion-image-generator
  • https://github.com/Yasoekmekcan/x402-gateway-template
  • https://github.com/YASSAK8/PH-Content
  • https://github.com/Yassenk9492/Rust-External-26
  • https://github.com/yassin2dev/ascii-mermaid
  • https://github.com/yassineahmed/preq
  • https://github.com/YassineAkram/collapseindex
  • https://github.com/yassine-ka/event-driven-ecommerce-marketplace-simulator
  • https://github.com/yassinhaithamqq/chronicle
  • https://github.com/yassiroz/sekaictf-2025
  • https://github.com/Yaw63/nutanix-ce-terraform-lab
  • https://github.com/yawrumabbas05/SecurityLab
  • https://github.com/Yaya5254/nasa-news
  • https://github.com/YaziiMilo/terraform-aws-ecs-fullstack-app
  • https://github.com/ybkre11/markdown-manager
  • https://github.com/YDanok01/profile-metadata
  • https://github.com/ydevil2009/AgentFense
  • https://github.com/yeabtsegaT/agentmanager
  • https://github.com/Ye-cyber-cell/YaraForge
  • https://github.com/Yehudisynaptic502/api-tool
  • https://github.com/yelkofdez19/Alice
  • https://github.com/Yellowpagesfamilyscutigeridae996/zpulse
  • https://github.com/Yemeni-genusagdestis605/unslop
  • https://github.com/yenibilgisayarci/employee-onboarding-ai
  • https://github.com/yeremeu/CVE-2025-32463_chwoot
  • https://github.com/Yetish21/anywhere
  • https://github.com/yinyan9773/osulazer
  • https://github.com/YisusCrazy23/jellyfin-nas-hdd-spinup
  • https://github.com/ylorT/GEBench
  • https://github.com/yoboypurpz-ux/init-roles
  • https://github.com/yoda-ctrls-all/learnhub-saas
  • https://github.com/yogasiddu/DailyToolkit--CLI-
  • https://github.com/Yogendra84/next-expo-monorepo
  • https://github.com/yogesh121313/sheldon-ai-showcase
  • https://github.com/YogeshKu7877/claude-seo-skills
  • https://github.com/yogeshkumar09/CVE-2025-55184_Testing
  • https://github.com/Yogeshvar-M/passport-api-project
  • https://github.com/yogic-gothic656/Sql-Operational-and-Financial-Analysis-Swiftroute
  • https://github.com/yogik84/Tiny-MoA
  • https://github.com/yohanaquino2007/SNU_2D_ProgrammingTools_IDE_Jai
  • https://github.com/YOINKERSSD/FolkSplash
  • https://github.com/YOLO1709/agent_session_manager
  • https://github.com/yomalamoula/nornir-python-scripts
  • https://github.com/Yomama3365/Skada-WotLK-Netic
  • https://github.com/yongsinfok/retail_project
  • https://github.com/yorman778/doodle-jump-game
  • https://github.com/yosmair/formula
  • https://github.com/Yosuraki/claude4-audit-recon
  • https://github.com/youhengchhieng/Event-Management-System-Java
  • https://github.com/younesking4/docker-publish
  • https://github.com/younesxlaaboub/Whack-A-Penguin-
  • https://github.com/younesyhp5/ai-pest-control
  • https://github.com/young-0513/dvd
  • https://github.com/YoungAyub/btrpa-scan
  • https://github.com/YoungWRBR/nx_penalties
  • https://github.com/YourAverageSimbaFan/node-boot-test-framework
  • https://github.com/yourmumsbad/testkanban
  • https://github.com/YousefMohamed54701/PyGenPass
  • https://github.com/Yousifh1237/comfyui-cli
  • https://github.com/youssef17amr/cognio-rlaf
  • https://github.com/youssef3457/echo-ckl
  • https://github.com/YoussefGamalShehata/nestjs-prisma7-postgresql-docker
  • https://github.com/YoussefGaming438/rust-ultimate-menu
  • https://github.com/youssef-mo-mosaad/image-annotator
  • https://github.com/youzf/mern-chatify
  • https://github.com/yoyo11q8/megabuff-cli
  • https://github.com/yraead/ro
  • https://github.com/yrkhan022512/genai-friendly-architecture
  • https://github.com/yrteresr/ljg-skill-xray-article
  • https://github.com/ytajay326/mcp-server
  • https://github.com/YTItsfrost/cypress-agent-skill
  • https://github.com/yubin2222222/tweed-dsl-core
  • https://github.com/yud1takata/security-ops-blueprint
  • https://github.com/Yudikom/ProjetosVoluntariosTech
  • https://github.com/yug69/awesome-nano-banana-pro
  • https://github.com/Yuhejdjdi2828264/EdikteFinder-Analyzer
  • https://github.com/Yukonwhitebirchchipmunk997/solecraft
  • https://github.com/yuosef1990/sora-phone-bind
  • https://github.com/yuri6839/DSA_Complete_Pattern_Recognition_Guide
  • https://github.com/yusdi/laravel-metrics-matomo
  • https://github.com/yusufkgn135/PC-Reviver-No-Trial
  • https://github.com/yutthanapakorn/Random-Mnemonic-Phrase-Generator
  • https://github.com/yuuddd53/vintern-realtime-demo
  • https://github.com/YuuShi0/philipswizlightcontroller
  • https://github.com/yuvaraj2006/powersub-demo-3322
  • https://github.com/yuxisun62-commits/stirrup
  • https://github.com/Yworld20/laravel-claude-toolkit
  • https://github.com/Yxhyzi/rag-chatbot
  • https://github.com/yyemaen321/Secure-Next-Express-Template
  • https://github.com/yyyyyyy4/Travel-Camping--NextJS-Frontend
  • https://github.com/zaburu/NXErase
  • https://github.com/Zach859/x-bookmark-to-obsidian
  • https://github.com/zacksantosz/hyprpwcenter
  • https://github.com/Zack-Wolf-112/agent-network-visualizer-v3.1
  • https://github.com/zadush/workshophub
  • https://github.com/zaeem786/AnyMP4-Blu-ray-Player-Repack
  • https://github.com/zaibatsutechnology/fmt
  • https://github.com/Zaif47/zig-quickjs-ng
  • https://github.com/Zaifikhan/pancreatic-disease-prediction-ml
  • https://github.com/Zailust/wifi-exfil-tool
  • https://github.com/zaishe-crypto/Best-Tiktok-human-bot
  • https://github.com/Zakaria2007-hub/PlantWaterizer
  • https://github.com/zakaryae05/DeepPaperNote
  • https://github.com/zAke199/FullStack-ReactNative_MovieApp
  • https://github.com/zakir11117/ExpenseManagerApp
  • https://github.com/zalkklop/LVSM
  • https://github.com/zamokhmer/SecretSentry
  • https://github.com/Zanek1964/RAV311-Remote
  • https://github.com/zaosck222/omiaiBOT
  • https://github.com/zap74/battlefield-6-lobby-private-rep
  • https://github.com/zapdiney0/jupite4
  • https://github.com/Zaredreverent616/AuthForge
  • https://github.com/zartin790/llm_system_template_agents_skills_patterns_tools_prompts
  • https://github.com/zartin791/zs3
  • https://github.com/zas1356/Ourina
  • https://github.com/Zavala714/crime-house-price-analysis
  • https://github.com/zaxzeon/tab-organizer
  • https://github.com/Zayedmu9137/filepaths_ls.nvim
  • https://github.com/zayortiz215/jimeng-api
  • https://github.com/Zay-Zaire/code-assistant
  • https://github.com/zayzay090123/nas-google-sync
  • https://github.com/zblackwq7/qsp
  • https://github.com/zcebupelka/graphql-mcp-bridge
  • https://github.com/zebulenlithophytic371/algorithmic-trading-platform
  • https://github.com/Zed987/13-DataMining_PCA_and_IsolationForest-Guide
  • https://github.com/Zedekiahdiscovered948/ruleprobe
  • https://github.com/zedmain-cmd/Claud-ometer
  • https://github.com/zedrider/geodb
  • https://github.com/zeeladysniper/CRM-Dashboard
  • https://github.com/zeeshan-creater/tdos
  • https://github.com/Zeka002/db-backups-to-s3-docker-image
  • https://github.com/ZekeyFreakyy/Chandas-identification
  • https://github.com/Zeldr6422/claude-code-rebuilt
  • https://github.com/Zelelf/fint
  • https://github.com/zelmastunning227/uno.cam
  • https://github.com/Zemkaseksi/3
  • https://github.com/ZemkJuzu/ci-cd-self-healing
  • https://github.com/ZemonXss/blender-to-svg-fablab-tools
  • https://github.com/zenarxhc/ai-search-pacman
  • https://github.com/ZennSho/Data-Driven-Land-Cover-Classification-based-on-Sentinel-1-C-band-SAR-Data-And-Landsat8-GEE
  • https://github.com/Zenobgmi/crypto-price-tracker
  • https://github.com/Zenorare/CCNA-Network-Labs-Personal-Project
  • https://github.com/Zenzeiiii/pyrand
  • https://github.com/zeomorphiopening485/bfjit
  • https://github.com/zerhouni-13/Youtube-Clone-App
  • https://github.com/ZeriCraft/Wing-Pro-Latest-Patch
  • https://github.com/Zero4082/when-claudes-meet
  • https://github.com/zerodes2020/voltlog-io
  • https://github.com/Zeroe6018/Fake-Bluetooth-Connect
  • https://github.com/zeroj01/TikPlayer-Tiktok-Downloader-Video-Player
  • https://github.com/zeronasri/histextractor
  • https://github.com/zeroVR988/APAPHX_ADS1015
  • https://github.com/zeryamkill/claude-video
  • https://github.com/zesxes/National-Defense-Grid
  • https://github.com/Zeus01214/RealOne
  • https://github.com/zeus440/auth-js
  • https://github.com/zeusxx333/Anon
  • https://github.com/zexanus/database
  • https://github.com/Zexx-files/model-compare
  • https://github.com/Zeze-hub-rgp/ChristmasTree
  • https://github.com/zflor1s/coyer1986
  • https://github.com/Zgeggamer78/XG_SQL
  • https://github.com/zhaa-kun/analytical-models-in-excel
  • https://github.com/Zhafran29/OpenCC
  • https://github.com/zhaojun83/SourceCoin-Legacy
  • https://github.com/zhengzhengqu7-jpg/breast-cancer-wdbc-ml
  • https://github.com/Zhesh-pz/FastStone-Capture-Latest-Patch
  • https://github.com/ZHThinker/RealTime-Face-Eye-Identifier
  • https://github.com/ziadsoliman16/LKRC-Stablecoin
  • https://github.com/zicteck/to-do-list
  • https://github.com/Zidan58/ChatGPT-Sandbox-File
  • https://github.com/Zidane109/cloud-honeypot-auto-block
  • https://github.com/Zikodenomics/cipher-vault
  • https://github.com/ziko-ui/terminui
  • https://github.com/Zildjian4343/HackWeek-Create-A-Pull-Request
  • https://github.com/zinger0906/fullstack-next-cloudflare
  • https://github.com/zinsou-tech/metamod-gui
  • https://github.com/Ziriux1SQA/iso3166-countries-argentina
  • https://github.com/Ziti-max/F14
  • https://github.com/zkheil/ai-content-architect
  • https://github.com/Zlabravac/brabble
  • https://github.com/ZMaxkk/TeamViewer-No-Trial
  • https://github.com/zmitows/maps_scanner
  • https://github.com/zNathan64/WasteWealth-Marketplace
  • https://github.com/ZoherHA/melhorar_fotos
  • https://github.com/zokiru7827/MidiRipples
  • https://github.com/Zoma20/session-graph
  • https://github.com/ZonalPlace/docx-corpus
  • https://github.com/ZongAFRIC/ocaml-ko0
  • https://github.com/zonnyacroaky598/awesome-hermes-agent
  • https://github.com/zorinegratulatory404/DataGen
  • https://github.com/zorooohunter/github-ruleset-auditor
  • https://github.com/ZoroSola55/awesome-a2a
  • https://github.com/Zorropiscina/artguard
  • https://github.com/zovchik0v/task-management
  • https://github.com/zrldnl/credit-risk-prediction-xgboost
  • https://github.com/ZrobMiloudaa/jetson-orin-matmul-analysis
  • https://github.com/zt8812/lightning-image-scraper
  • https://github.com/ztdesk1/zeroscope
  • https://github.com/zubayer0077/Claude-Multi-Agent-Research-System-Skill
  • https://github.com/zuckkiller/kirmanjiku-2
  • https://github.com/Zues2231/what-broke-my-code
  • https://github.com/ZukiZero/udbg
  • https://github.com/Zulkchulo/Ecommerce-Sales-Transaction-Data-Regression-and-EDA
  • https://github.com/Zulkhan-11/log-extract
  • https://github.com/zullani/python-for-lazy-devs
  • https://github.com/Zulqarnain11/aact-clinicaltrials-sql
  • https://github.com/Zurdo1007/visual-intelligence
  • https://github.com/zw36-creator/Nebula-emergence-AGI
  • https://github.com/Zwaga20/code-challanges
  • https://github.com/Zwannah/create-nestjs-auth
  • https://github.com/ZweMannKyaw/avast-tools
  • https://github.com/zx1peek-glitch/Openclaw-Connector
  • https://github.com/zxcantoshahacker/Ai-Review
  • https://github.com/zxcurs3d/Bulk-RNAseq-visualization-workflow-ZRN01-RM
  • https://github.com/ZxJahid/Matplotlib
  • https://github.com/zxt-01/Memory-Like-A-Tree
  • https://github.com/Zyano0x/Zyano0x
  • https://github.com/Zyga1993/healthygram-frontend
  • https://github.com/Zyzzwlh/Project_4-Multiple-Disease-Prediction
  • https://github.com/zzjiy/pihole-unbound-tailscale-dockerized
  • https://github.com/Zzzxkxz/cuda-fp8-ampere

Комментарии: 0