#rust #ai_agents #cli #developer_tools #git #rust #safety
dcg is a high-performance security hook that blocks destructive commands (like `rm -rf` or `git reset --hard`) before AI coding agents execute them, protecting your work from accidental deletion across tools like Claude Code, Copilot, and Cursor. By installing dcg, you prevent catastrophic mistakes that could destroy hours of uncommitted code in seconds, while the tool offers zero-config protection, sub-millisecond speed, and clear suggestions for safer alternatives so you can work confidently without losing your progress.
https://github.com/Dicklesworthstone/destructive_command_guard
dcg is a high-performance security hook that blocks destructive commands (like `rm -rf` or `git reset --hard`) before AI coding agents execute them, protecting your work from accidental deletion across tools like Claude Code, Copilot, and Cursor. By installing dcg, you prevent catastrophic mistakes that could destroy hours of uncommitted code in seconds, while the tool offers zero-config protection, sub-millisecond speed, and clear suggestions for safer alternatives so you can work confidently without losing your progress.
https://github.com/Dicklesworthstone/destructive_command_guard
GitHub
GitHub - Dicklesworthstone/destructive_command_guard: The Destructive Command Guard (dcg) is for blocking dangerous git and shell…
The Destructive Command Guard (dcg) is for blocking dangerous git and shell commands from being executed by agents. - Dicklesworthstone/destructive_command_guard
#typescript #ai_textbook #algorithms #artificial_intelligence #computer_science #computer_vision #deep_learning #jax #linear_algebra #machine_learning #machine_learning_algorithms #math #mathematics #multimodal_learning #nlp #probability #python #reinforcement_learning #speech_processing #statistics
This free, open textbook teaches math, computer science, and AI from the ground up by prioritizing intuition and real-world context over dense formulas, helping you deeply understand concepts instead of just passing exams . You only need basic math and Python to start, as the material connects all topics into a clear, logical flow designed for curious practitioners . The key benefit is that it gives you the quality knowledge needed to master complex AI roles, proven by friends who used these notes to get hired at top companies like DeepMind and OpenAI .
https://github.com/HenryNdubuaku/maths-cs-ai-compendium
This free, open textbook teaches math, computer science, and AI from the ground up by prioritizing intuition and real-world context over dense formulas, helping you deeply understand concepts instead of just passing exams . You only need basic math and Python to start, as the material connects all topics into a clear, logical flow designed for curious practitioners . The key benefit is that it gives you the quality knowledge needed to master complex AI roles, proven by friends who used these notes to get hired at top companies like DeepMind and OpenAI .
https://github.com/HenryNdubuaku/maths-cs-ai-compendium
GitHub
GitHub - HenryNdubuaku/maths-cs-ai-compendium: Become a cracked AI/ML researcher/engineer with this unconventional textbook covering…
Become a cracked AI/ML researcher/engineer with this unconventional textbook covering maths, computing, and ML with intuition. - HenryNdubuaku/maths-cs-ai-compendium
#python #ai_coding #claude #claude_code #code_review #graphrag #incremental #knowledge_graph #llm #mcp #python #static_analysis #tree_sitter
code-review-graph is a free, local-first tool that builds a structural map of your code to stop AI assistants from re-reading your entire codebase, saving you significant money and time. By using Tree-sitter to parse your code into a graph and tracking changes incrementally, it identifies the exact "blast radius" of a change so your AI only reads the few files that actually matter. This reduces token usage by an average of 82x (up to 528x in best cases), cutting costs and making AI reviews feasible for massive projects like monorepos.
https://github.com/tirth8205/code-review-graph
code-review-graph is a free, local-first tool that builds a structural map of your code to stop AI assistants from re-reading your entire codebase, saving you significant money and time. By using Tree-sitter to parse your code into a graph and tracking changes incrementally, it identifies the exact "blast radius" of a change so your AI only reads the few files that actually matter. This reduces token usage by an average of 82x (up to 528x in best cases), cutting costs and making AI reviews feasible for massive projects like monorepos.
https://github.com/tirth8205/code-review-graph
GitHub
GitHub - tirth8205/code-review-graph: Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase…
Local-first code intelligence graph for MCP and CLI. Builds a persistent map of your codebase so AI coding tools read only what matters, with benchmarked context reductions on reviews and large-rep...
❤1
#typescript #agent #ai #ai_agent #claude #cli #developer_tools #local_first #mcp #mcp_server #metasearch #model_context_protocol #nodejs #privacy #rag #search #search_engine #typescript #web_crawler #web_scraping #web_search
wigolo is a free, local-first tool that gives your AI agent web search, crawling, fetching, and research capabilities without needing API keys, cloud services, or paying per-query bills . It runs on your machine as an MCP server, keeping all data private and stored locally . The benefit to you is zero cost per query and full privacy, while still delivering web intelligence quality that rivals paid services . You can set it up with one command and immediately use powerful tools like autonomous research and page monitoring without worrying about metered costs .
https://github.com/KnockOutEZ/wigolo
wigolo is a free, local-first tool that gives your AI agent web search, crawling, fetching, and research capabilities without needing API keys, cloud services, or paying per-query bills . It runs on your machine as an MCP server, keeping all data private and stored locally . The benefit to you is zero cost per query and full privacy, while still delivering web intelligence quality that rivals paid services . You can set it up with one command and immediately use powerful tools like autonomous research and page monitoring without worrying about metered costs .
https://github.com/KnockOutEZ/wigolo
GitHub
GitHub - KnockOutEZ/wigolo: The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API…
The go-to web for your AI coding agent — local-first search, fetch, crawl & research over MCP. No API keys, no cloud, $0/query. Public beta. - KnockOutEZ/wigolo
#python #agent #agent_memory #ai_agent #book #coding_agent #context_engineering #large_language_models #llm #mcp #multi_agent #multimodal #rag #reinforcement_learning
This free open-source book and code library teaches you how to build AI Agents using the simple formula: Agent = Model + Context + Tools. You get the full book in English, Chinese, and Tamil, plus ready-to-run code examples for every chapter. The benefit is that you can learn by doing instead of just reading, letting you build real AI agents that search the web, write code, remember users, and work with other agents to solve complex tasks.
https://github.com/bojieli/ai-agent-book
This free open-source book and code library teaches you how to build AI Agents using the simple formula: Agent = Model + Context + Tools. You get the full book in English, Chinese, and Tamil, plus ready-to-run code examples for every chapter. The benefit is that you can learn by doing instead of just reading, letting you build real AI agents that search the web, write code, remember users, and work with other agents to solve complex tasks.
https://github.com/bojieli/ai-agent-book
GitHub
GitHub - bojieli/ai-agent-book: 《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码
《深入理解 AI Agent:设计原理与工程实践》(李博杰 著)开源主仓库:全书正文、编译版 PDF 与按章配套代码 - bojieli/ai-agent-book
👍2
#typescript #a2a #ai_agents #ai_gateway #anthropic #claude #claude_code #cline #codex #copilot #cursor #deepseek #free_ai #gemini #kimi #llm_gateway #mcp #openai #openai_proxy #qwen #token_saver
OmniRoute is a free tool that connects your AI coding apps to 268 providers, including 90+ with free tiers, so you can use top models like Claude or GPT without paying. It automatically switches to another provider if one hits its limit and compresses your requests to cut token usage by up to 95%. You benefit by saving money, avoiding interruptions, and getting unlimited access to powerful AI tools through a single, easy setup.
https://github.com/diegosouzapw/OmniRoute
OmniRoute is a free tool that connects your AI coding apps to 268 providers, including 90+ with free tiers, so you can use top models like Claude or GPT without paying. It automatically switches to another provider if one hits its limit and compresses your requests to cut token usage by up to 95%. You benefit by saving money, avoiding interruptions, and getting unlimited access to powerful AI tools through a single, easy setup.
https://github.com/diegosouzapw/OmniRoute
GitHub
GitHub - diegosouzapw/OmniRoute: Never stop coding. Free MIT AI gateway: one endpoint, 330+ providers (90+ free), 1200+ models…
Never stop coding. Free MIT AI gateway: one endpoint, 330+ providers (90+ free), 1200+ models — Kimi, Claude, GPT, Gemini, GLM, DeepSeek, MiniMax. Works with Claude Code, Codex, Cursor, OpenCode, C...
👍2❤1
#typescript #agents #ai #deployments #self_hosted
Openship is an open-source, self-hostable deployment platform with built-in CI/CD that lets you push code, build containers, and manage infrastructure like databases, SSL, and backups from a desktop app, web dashboard, or CLI . You benefit by shipping apps in under two minutes with zero config files or YAML pipelines, keeping your data private on your own servers while avoiding traditional CI/CD complexity and vendor lock-in .
https://github.com/oblien/openship
Openship is an open-source, self-hostable deployment platform with built-in CI/CD that lets you push code, build containers, and manage infrastructure like databases, SSL, and backups from a desktop app, web dashboard, or CLI . You benefit by shipping apps in under two minutes with zero config files or YAML pipelines, keeping your data private on your own servers while avoiding traditional CI/CD complexity and vendor lock-in .
https://github.com/oblien/openship
GitHub
GitHub - oblien/openship: Self-hosted deployment platform
Self-hosted deployment platform. Contribute to oblien/openship development by creating an account on GitHub.
👍1
#javascript #3mf #agents #ai_agents #build123d #cad #dxf #glb #mechanical_engineering #opencascade #robotics #sdf #srdf #step #stl #stp #text_to_cad #urdf
CAD Skills is a free, open-source library that lets AI agents like Codex and Claude Code create, edit, and verify CAD models, robot files, and 3D print code from simple text or images . You benefit by automating complex design tasks—such as generating STEP parts, writing robot descriptions (URDF/SRDF), slicing G-code, and previewing files locally—without manual modeling, saving time and reducing errors in hardware and robotics projects .
https://github.com/earthtojake/text-to-cad
CAD Skills is a free, open-source library that lets AI agents like Codex and Claude Code create, edit, and verify CAD models, robot files, and 3D print code from simple text or images . You benefit by automating complex design tasks—such as generating STEP parts, writing robot descriptions (URDF/SRDF), slicing G-code, and previewing files locally—without manual modeling, saving time and reducing errors in hardware and robotics projects .
https://github.com/earthtojake/text-to-cad
GitHub
GitHub - earthtojake/text-to-cad: A library of agent skills for CAD, CAE and CAM
A library of agent skills for CAD, CAE and CAM. Contribute to earthtojake/text-to-cad development by creating an account on GitHub.
#javascript #agent_skills #ai_agent #browser #skills #skills_sh
ego lite is a free macOS browser for you and AI agents to work at the same time in separate spaces, so your tabs and logins stay yours while the agent handles browser tasks in the background. It can use your Chrome data, stores data locally, and aims to finish complex tasks faster with fewer tool calls, which saves you time and reduces setup friction.
https://github.com/citrolabs/ego-lite
ego lite is a free macOS browser for you and AI agents to work at the same time in separate spaces, so your tabs and logins stay yours while the agent handles browser tasks in the background. It can use your Chrome data, stores data locally, and aims to finish complex tasks faster with fewer tool calls, which saves you time and reduces setup friction.
https://github.com/citrolabs/ego-lite
GitHub
GitHub - citrolabs/ego-lite: The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser…
The fastest browser for AI agents to run browser automation, built for sharing your logged-in browser state with your AI agents, like Codex or Claude Code, without disturbing you. Zero cost, zero c...
#python #ai #assistant #language_model #machine_learning #python #speech #speech_synthesis #speech_to_text #speech_translation
I can help you build a fast, modular voice agent that turns speech into text, sends it to a language model, then speaks the answer back. It works with open-source or hosted models, can run fully local on your own hardware, and supports live transcription and low-latency conversation, so you get a flexible voice app that you can customize for speed, privacy, and different devices.
https://github.com/huggingface/speech-to-speech
I can help you build a fast, modular voice agent that turns speech into text, sends it to a language model, then speaks the answer back. It works with open-source or hosted models, can run fully local on your own hardware, and supports live transcription and low-latency conversation, so you get a flexible voice app that you can customize for speed, privacy, and different devices.
https://github.com/huggingface/speech-to-speech
GitHub
GitHub - huggingface/speech-to-speech: Build local voice agents with open-source models
Build local voice agents with open-source models. Contribute to huggingface/speech-to-speech development by creating an account on GitHub.
👍1