From 3f9d0b942fa74d31a845f4a8e61a5a515a305345 Mon Sep 17 00:00:00 2001 From: SciOps Date: Wed, 25 Mar 2026 13:50:58 +0000 Subject: [PATCH 1/2] =?UTF-8?q?Add=20ADHX=20to=20Agent=20Skills=20?= =?UTF-8?q?=E2=80=94=20X/Twitter=20post=20reader=20for=20Claude=20Code?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds ADHX (https://github.com/itsmemeworks/adhx) to the Agent Skills section. ADHX is an open-source Claude Code skill that fetches any X/Twitter post as clean LLM-friendly JSON via a public API — no browser, no scraping. Works with regular tweets and full X Articles. Pairs well with x-article-publisher-skill (reading vs. publishing). Install options: - /plugin marketplace add itsmemeworks/adhx - Manual: curl -sL https://raw.githubusercontent.com/itsmemeworks/adhx/main/skills/adhx/SKILL.md -o ~/.claude/skills/adhx/SKILL.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e1a8cd7..d482637 100644 --- a/README.md +++ b/README.md @@ -181,6 +181,7 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram --- ## 🔌 Claude Plugins +- [**adhx**](https://github.com/itsmemeworks/adhx): Fetch any X/Twitter post as clean LLM-friendly JSON via a public API — no browser, no scraping. Supports regular tweets and full X Articles. Install: `/plugin marketplace add itsmemeworks/adhx` - 🔥 [**claude-hud**](https://github.com/jarrodwatts/claude-hud): A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress. From fe298c7faf18ea7bb2cc84dcbdedc70b45332536 Mon Sep 17 00:00:00 2001 From: SciOps Date: Wed, 25 Mar 2026 13:58:39 +0000 Subject: [PATCH 2/2] Fix ADHX placement in Agent Skills section and clean up extra blank lines Corrects the placement of the ADHX skill entry to the end of the Agent Skills section (after design-engineer-auditor-package). Also removes extra blank lines that were inadvertently added to the Claude Plugins section. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index d482637..112530a 100644 --- a/README.md +++ b/README.md @@ -177,14 +177,12 @@ A curated list of awesome tools, skills, plugins, integrations, extensions, fram - [**meta_skilld**](https://github.com/Dicklesworthstone/meta_skilld): Rust CLI for managing Claude Code skills: indexing, building, bundling, and sharing. - [**claude-cs**](https://github.com/nbashaw/claude-cs): A Claude Code skill that helps you build custom customer support automation for your company. - [**design-engineer-auditor-package**](https://github.com/kylezantos/design-engineer-auditor-package): A Claude Code skill for motion design audits, trained on Emil Kowalski, Jakub Krehel, and Jhey Tompkins. +- [**adhx**](https://github.com/itsmemeworks/adhx): Fetch any X/Twitter post as clean LLM-friendly JSON via a public API — no browser, no scraping. Supports regular tweets and full X Articles. Install: `/plugin marketplace add itsmemeworks/adhx` --- ## 🔌 Claude Plugins -- [**adhx**](https://github.com/itsmemeworks/adhx): Fetch any X/Twitter post as clean LLM-friendly JSON via a public API — no browser, no scraping. Supports regular tweets and full X Articles. Install: `/plugin marketplace add itsmemeworks/adhx` - -- 🔥 [**claude-hud**](https://github.com/jarrodwatts/claude-hud): A Claude Code plugin that shows what's happening - context usage, active tools, running agents, and todo progress. - 🔥 [**call-me**](https://github.com/ZeframLou/call-me): Minimal plugin that lets Claude Code call you on the phone. - 🔥 [**arscontexta**](https://github.com/agenticnotetaking/arscontexta): Claude Code plugin that generates individualized knowledge systems from conversation. - 🔥 [**interface-design**](https://github.com/Dammyjay93/interface-design): Design engineering for Claude Code. Craft, memory, and enforcement for consistent UI.