From 2804af763c14f537a26dd7c2f601e22401c406fb Mon Sep 17 00:00:00 2001 From: bhpark1013 <112599247+bhpark1013@users.noreply.github.com> Date: Wed, 9 Sep 2026 18:57:29 +0900 Subject: [PATCH] Add claudenews to Development Engineering Claude Code plugin that shows developer news in the status line while the agent is working. MIT licensed, actively maintained since April 2026. Claude-Session: https://claude.ai/code/session_013ZS4io8TJKUivqTbBpTPdy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06703651..b121589c 100644 --- a/README.md +++ b/README.md @@ -262,6 +262,7 @@ Install or disable them dynamically with the `/plugin` command — enabling you - [skill-auto-installer](./plugins/skill-auto-installer) - [tldr](./plugins/tldr) - [Imagine](https://github.com/freestyler-arb/imagine-gemini-for-claude-codex) - Brings Google Gemini into Claude Code & Codex: delegate reasoning, independent code review, deep research, and automatic prompt-engineering. Runs on your Google AI Pro subscription, not your agent's tokens. +- [claudenews](https://github.com/bhpark1013/claudenews) - Developer news in the Claude Code status line while the agent works: Hacker News, GitHub Trending, and per-language sources, with optional translation and short summaries. ### Documentation - [analyze-codebase](./plugins/analyze-codebase)