AgriciDaniel / claude-seo
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, semantic clustering, e-commerce SEO, international SEO, Google APIs, and PDF/Excel reporting. Optional DataForSEO, Firecrawl, and Banana extensions.
https://github.com/AgriciDaniel/claude-seo
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, semantic clustering, e-commerce SEO, international SEO, Google APIs, and PDF/Excel reporting. Optional DataForSEO, Firecrawl, and Banana extensions.
https://github.com/AgriciDaniel/claude-seo
GitHub
GitHub - AgriciDaniel/claude-seo: Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E…
Universal SEO skill for Claude Code. 25 sub-skills + 18 sub-agents covering technical SEO, E-E-A-T, schema, GEO/AEO, backlinks, local SEO, maps intelligence, semantic clustering, e-commerce SEO, in...
🔥2
blader / humanizer
Agent skill that removes signs of AI-generated writing from text
https://github.com/blader/humanizer
Agent skill that removes signs of AI-generated writing from text
https://github.com/blader/humanizer
GitHub
GitHub - blader/humanizer: Agent skill that removes signs of AI-generated writing from text
Agent skill that removes signs of AI-generated writing from text - blader/humanizer
👏1
Rune 1.1: adds Python, an Emacs editor, a symbol index and is now free
https://rune.build/blog/rune-1-1-release
https://rune.build/blog/rune-1-1-release
rune.build
Rune 1.1 is released. Rune Blog
Rune 1.1 makes Rune free for personal use and adds a perpetual commercial license, a workspace symbol index, first-class Python support, an Emacs editor, and substantial improvements to SSH workspaces.
💯1
Your Codebase Is Too Fragile
The video refactors a travel-booking workflow to show how structural coupling, temporal coupling, and connascence can make software fragile. It explains how to identify and reduce these dependencies so future changes are safer and the code is easier to maintain
https://www.youtube.com/watch?v=UEqk0njCuQo
The video refactors a travel-booking workflow to show how structural coupling, temporal coupling, and connascence can make software fragile. It explains how to identify and reduce these dependencies so future changes are safer and the code is easier to maintain
https://www.youtube.com/watch?v=UEqk0njCuQo
YouTube
You Added One Feature… and Broke Three Others
🧱 Build software that lasts. Join the Software Design Mastery waiting list → https://arjan.codes/mastery.
In this video, I refactor a travel booking workflow to show how structural coupling, temporal coupling, and connascence make code fragile. You'll learn…
In this video, I refactor a travel booking workflow to show how structural coupling, temporal coupling, and connascence make code fragile. You'll learn…
💯2
CheapSecurity
Provides a lightweight, self-hosted CCTV solution designed for Linux-based single-board computers (SBCs) and standard USB webcams
https://github.com/gmrandazzo/CheapSecurity
Provides a lightweight, self-hosted CCTV solution designed for Linux-based single-board computers (SBCs) and standard USB webcams
https://github.com/gmrandazzo/CheapSecurity
GitHub
GitHub - gmrandazzo/CheapSecurity
Contribute to gmrandazzo/CheapSecurity development by creating an account on GitHub.
⚡2
Pip 26.2: –only-deps solves 16 years of app deployment hacks
Pip 26.2 is expected to add pip install --only-deps ., allowing developers to install dependencies from pyproject.toml without installing the project itself. The feature resolves a 16-year pain point for deploying Python applications and scripts, replacing brittle requirements files, editable installs, and third-party workarounds.
https://jamesoclaire.com/2026/07/23/pip-26-2-only-deps-solves-16-years-of-app-deployment-hacks/
Pip 26.2 is expected to add pip install --only-deps ., allowing developers to install dependencies from pyproject.toml without installing the project itself. The feature resolves a 16-year pain point for deploying Python applications and scripts, replacing brittle requirements files, editable installs, and third-party workarounds.
https://jamesoclaire.com/2026/07/23/pip-26-2-only-deps-solves-16-years-of-app-deployment-hacks/
👍3
AlgebraX - Algebraic Structures in pure Python
AlgebraX is a Python library for generalized algebraic structures, focusing on Semirings and their applications in Graph Theory, Signal Processing, and Physics.
https://github.com/erivlis/algebrax
AlgebraX is a Python library for generalized algebraic structures, focusing on Semirings and their applications in Graph Theory, Signal Processing, and Physics.
https://github.com/erivlis/algebrax
GitHub
GitHub - erivlis/algebrax: Algebraic Primitives for Sparse Data Structures in Python
Algebraic Primitives for Sparse Data Structures in Python - erivlis/algebrax
👍2
Scaling NumPy on Free-Threaded Python
A recap on the work done in NumPy and CPython to make multi-threaded NumPy workloads scale on the free-threaded build of CPython.
https://labs.quansight.org/blog/scaling-numpy-on-free-threaded-python
A recap on the work done in NumPy and CPython to make multi-threaded NumPy workloads scale on the free-threaded build of CPython.
https://labs.quansight.org/blog/scaling-numpy-on-free-threaded-python
💯1
MappingTools. Do stuff with Mappings and more.
This library provides utility functions for creating, manipulating, and transforming data structures, which have or include Mapping-like characteristics.
https://erivlis.github.io/mappingtools/
This library provides utility functions for creating, manipulating, and transforming data structures, which have or include Mapping-like characteristics.
https://erivlis.github.io/mappingtools/
erivlis.github.io
Introduction - MappingTools
👍1
Self-contained highly-portable Python distributions
https://gregoryszorc.com/docs/python-build-standalone/main/
https://gregoryszorc.com/docs/python-build-standalone/main/
❤1
Adrian
Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious tool use, prompt injection, and policy drift in real time, before the agent acts.
https://github.com/secureagentics/Adrian
Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious tool use, prompt injection, and policy drift in real time, before the agent acts.
https://github.com/secureagentics/Adrian
GitHub
GitHub - secureagentics/Adrian: Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious…
Open-source runtime AI agent security tool - monitors and controls AI agents, catching malicious tool use, prompt injection, and policy drift in real time, before the agent acts. - secureagentics/A...
⚡2
FastAPI and GraphQL overview - with Strawberry!
In this video, we'll look at GraphQL in a FastAPI app, using the Strawberry package to define types, queries and mutations, and integrating with FastAPI via the GraphQLRouter object.
https://www.youtube.com/watch?v=uSGR6FviCiY
In this video, we'll look at GraphQL in a FastAPI app, using the Strawberry package to define types, queries and mutations, and integrating with FastAPI via the GraphQLRouter object.
https://www.youtube.com/watch?v=uSGR6FviCiY
YouTube
FastAPI and GraphQL overview - with Strawberry!
▶ Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?couponCode=BB-JULY
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel…
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the channel…
⚡1
mrexodia / ida-pro-mcp
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
https://github.com/mrexodia/ida-pro-mcp
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
https://github.com/mrexodia/ida-pro-mcp
GitHub
GitHub - mrexodia/ida-pro-mcp: AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP. - mrexodia/ida-pro-mcp
🤔3
GeoEq
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0.
https://github.com/geoeq/geoeq
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0.
https://github.com/geoeq/geoeq
GitHub
GitHub - geoeq/geoeq: Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing…
Geotechnical engineering, solved in Python. 170+ validated functions for soil mechanics, SPT, CPT, bearing capacity, settlement, liquefaction & slope stability. Apache 2.0. - geoeq/geoeq