Awesome List Updates on Mar 02, 2026
18 awesome lists updated today.
š Home Ā· š Search Ā· š„ Feed Ā· š® Subscribe Ā· ā¤ļø Sponsor
1. Awesome Claude Code
Hooks šŖ / General
- parry (ā3) by Dmytro Onypko - Prompt injection scanner for Claude Code hooks. Scans tool inputs and outputs for injection attacks, secrets, and data exfiltration attempts. [NOTE: Early development phase but worth a look.].
Slash-Commands šŖ / Version Control & Git
- /fix-issue (ā46k) by metabase - Addresses GitHub issues by taking issue number as parameter, analyzing context, implementing solution, and testing/validating the fix for proper integration.
- /fix-pr (ā46k) by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing reviewer concerns, making targeted code improvements, and streamlining the review process.
Slash-Commands šŖ / Code Analysis & Testing
- /check (ā22) by rygwdn - Performs comprehensive code quality and security checks, featuring static analysis integration, security vulnerability scanning, code style enforcement, and detailed reporting.
- /repro-issue (ā5) by rzykov - Creates reproducible test cases for GitHub issues, ensuring tests fail reliably and documenting clear reproduction steps for developers.
Slash-Commands šŖ / Context Loading & Priming
- /load_coo_context (ā1) by Mjvolk3 - References specific files for sparse matrix operations, explains transform usage, compares with previous approaches, and sets data formatting context for development.
- /load_dango_pipeline (ā1) by Mjvolk3 - Sets context for model training by referencing pipeline files, establishing working context, and preparing for pipeline work with relevant documentation.
- /prime (ā33) by yzyydev - Sets up initial project context by viewing directory structure and reading key files, creating standardized context with directory visualization and key documentation focus.
- /rsi (ā3) by ddisisto - Reads all commands and key project files to optimize AI-assisted development by streamlining the process, loading command context, and setting up for better development workflow.
Slash-Commands šŖ / CI / Deployment
- /release (ā5) by kelp - Manages software releases by updating changelogs, reviewing README changes, evaluating version increments, and documenting release changes for better version tracking.
Slash-Commands šŖ / Miscellaneous
- /mermaid (ā44) by GaloyMoney - Generates Mermaid diagrams from SQL schema files, creating entity relationship diagrams with table properties, validating diagram compilation, and ensuring complete entity coverage.
CLAUDE.md Files š / Language-Specific
- Metabase (ā46k) by metabase - Details workflow for REPL-driven development in Clojure/ClojureScript with emphasis on incremental development, testing, and step-by-step approach for feature implementation.
CLAUDE.md Files š / Domain-Specific
- Cursor Tools (ā4.7k) by eastlondoner - Creates a versatile AI command interface supporting multiple providers and models with flexible command options and browser automation through "Stagehand" feature.
Alternative Clients š± / General
- Omnara (ā2.6k) by Ishaan Sehgal - A command center for AI agents that syncs Claude Code sessions across terminal, web, and mobile. Allows for remote monitoring, human-in-the-loop interaction, and team collaboration.
2. Awesome Math
Youtube Series
3. Awesome Testing
Software / Browser Extensions & Utilities
- Anchor Browser - Cloud browser infrastructure with built-in stealth and proxy rotation for automated testing at scale
4. Awesome Python
Code Analysis
- Code Analysis
- code-graph-rag (ā2k) - Builds knowledge graphs from multi-language codebases using Tree-sitter and Memgraph, enabling natural language querying of code structure.
- code2flow (ā4.5k) - Turn your Python and JavaScript code into DOT flowcharts.
- prospector (ā2.1k) - A tool to analyze Python code.
- vulture (ā4.3k) - A tool for finding and analyzing dead Python code.
Specific Formats Processing
- PDF
- pdf_oxide (ā95) - A fast PDF library for text extraction, image extraction, and markdown conversion, powered by Rust.
- pdfminer.six (ā6.9k) - Pdfminer.six is a community maintained fork of the original PDFMiner.
- pikepdf (ā2.7k) - A powerful library for reading and editing PDF files, based on qpdf.
- PyPDF2 (ā9.8k) - A library capable of splitting, merging and transforming PDF pages.
- ReportLab - Allowing Rapid creation of rich PDF documents.
5. Free for Dev
Tools for Teams and Collaboration
- cDox ā Private document editor hosted in Canada. Write, format, collaborate, and publish documents with clean public links. Data is never used for AI training. Free plan includes 50 MB storage, up to 3 public links, and export to PDF, Word, and Markdown.
6. Awesome Ai in Finance
LLMs
- FinRpt - Dataset, Evaluation System and LLM-based Multi-agent Framework for Equity Research Report Generation.
7. Awesome Regression Testing
Tools and frameworks (a-zā)
- BitDive - BitDive is a zero-code regression testing tool for Java/Kotlin applications. It captures real runtime behavior (methods, SQL, HTTP) and enables Live Context Replay with automatic mocking to detect semantic drift between versions.
- BFFless - Self-hosted platform for hosting and viewing visual regression screenshots from CI/CD pipelines with GitHub Actions integration.
Online services (a-zā)
- Keploy - Open-source regression testing tool that automatically generates test cases and mocks from real API calls.
- Sherlo (ā73) - Visual testing platform for React Native Storybook. Captures screenshots on iOS and Android simulators in the cloud and detects visual changes automatically.
Blog posts (a-zā)
- CodeLift: Introduction to Diffy for Visual Regression Testing - Catch visual and functional issues before they reach production.
8. Awesome Ruby
Business logic
- Servactory (ā34) - A set of tools for building reliable service objects of any complexity.
9. Awesome Go
Audio and Music
- music-theory (ā452) - Music theory models in Go.
Miscellaneous Data Structures and Algorithms
- combo (ā2) - Combinatorial operations including permutations, combinations, and combinations-with-replacement.
Uncategorized
- goffi (ā22) - Pure Go FFI with libffi-style typed call interface and structured error handling for calling C libraries without CGO.
Utilities
- go-safecast (ā83) - Safe number type conversion library that prevents integer overflow and underflow (addresses gosec G115 and CWE-190).
Windows / Libraries for creating HTTP middlewares
- windowsupdate (ā14) - A Golang binding for Windows Update Agent API using go-ole.
Go Tools / Libraries for creating HTTP middlewares
- govisual (ā677) - Zero-config, pure-Go HTTP request visualizer & debugger for local Go web development.
10. Awesome Rust
Applications / File manager
- moyangzhan/mango-finder (ā209) - Search your files using nature language
Applications / System tools
- git-ai-project/git-ai (ā1.2k) - A git extension that tracks AI-generated code in your repositories, linking lines to the agent, model, and transcripts.
Applications / Utilities
- ruvnet/wifi-densepose (ā18k) - A privacy-preserving human pose estimation system using WiFi Channel State Information (CSI) and machine learning.
Development tools / Build system
- rolldown/rolldown (ā13k) - A JavaScript/TypeScript bundler written in Rust intended to serve as the future bundler in Vite.
Libraries / GUI
- longbridge/gpui-component (ā11k) [gpui-component] - UI components for building fantastic desktop applications using GPUI.
Libraries / Network programming
- RPC
- remoc-rs/remoc (ā221) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
- smallnest/rpcx-rs (ā134) - A RPC library for developing microservices in easy and simple way.
- remoc-rs/remoc (ā221) [remoc] - Remoc provides channels (broadcast, mpsc, oneshot, watch) similar to Tokio's and trait calling over any remote transport.
11. Awesome Mac
Reading and Writing Tools / Markdown Tools
- Pixley Reader (ā4) - A dedicated reader for browsing Markdown specs, docs, and changelogs generated by AI tools.
12. Awesome Neovim
Startup / Cursorline
- leo-alvarenga/homecoming.nvim (ā3) - A dead-simple, customizable and cozy dashboard with sane defaults and zero config required.
Code Runner / Quickfix
- hadishahpuri/nvimlaunch (ā2) - Define, run, and manage project-specific commands.
13. Awesome Bash
Just for fun
- Bash Screensavers (ā893) - A collection of screensavers written entirely in bash.
14. Awesome Bitcoin
Additional Resources
- Knowing Bitcoin - Comprehensive Bitcoin education with 214+ in-depth guides on Lightning Network, wallets, security, privacy, and nodes.
15. Awesome Mongodb
Tools / Development
- sql-to-mongo-db-query-converter (ā318) - Query converter from SQL to MongoDB
Applications / Web
- LastSaaS (ā43) - Open-source SaaS platform foundation with multi-tenant auth, Stripe billing, and MCP server, built with Go and MongoDB
16. Static Analysis
Multiple languages / Other
- Skylos (ā323) ā Dead code detection, security scanning, secrets detection, and code quality analysis for Python, TypeScript, and Go. Framework-aware analysis with 98% recall. Includes CI/CD GitHub Action, VS Code extension, and MCP server for AI agent integration.
17. Awesome Datascience
Datasets / Book Deals (Affiliated)
- GBIF - Global Biodiversity Information Facility: 2.4B+ species occurrence records. Free, open API for ecological modeling and ML research.
- FAOSTAT - UN FAO statistics on food production, trade, land use, and emissions for 245+ countries. Free API and bulk download.
18. Awesome Cakephp
Authentication and Authorization
- CakeVerification plugin (ā0) - Two-factor verification supporting email OTP, email magic link, SMS OTP, and TOTP (Google Authenticator).
- Next: Mar 01, 2026