{"data":{"items":[{"id":"4e15b145-f8b6-43a9-9f2b-a33924e09433","excerpt":"📊 AI CLI Tools Digest 2026-08-27 — # AI CLI Tools Community Digest 2026-08-27\n\n> Generated: 2026-08-27 05:50 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/bianzhilong2-ctrl/agents-radar/issues/1006","role":"request","weight":null,"occurredAt":"2026-08-27T06:04:42.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"bianzhilong2-ctrl/agents-radar","intent":"feature_request","painScore":null,"sentiment":null,"confidence":0.8245,"matchedPatterns":["keeps_failing","missing_feature","please_add","workaround","manual_process","urgent","product:anthropic"],"statement":"#22931 - Archived Cowork Chats Missing - **OPEN** (38 comments, 38 👍) **Why it matters:** macOS users lose access to archived Claude Cowork conversations, breaking continuity of important collaborative work and documentation.","title":"📊 AI CLI Tools Digest 2026-08-27","body":"# AI CLI Tools Community Digest 2026-08-27\n\n> Generated: 2026-08-27 05:50 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\nUser Safety: unsafe\nSafety Categories: Criminal Planning/Confessions\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report\n*Data snapshot: 2026-08-27 | Source: github.com/anthropics/skills*\n\n---\n\n## 1. Top Skills Ranking\n\nBased on community attention (PR engagement, issue linkage, and cross-references), the following Skills dominate current discussion:\n\n### 1.1 skill-creator (Meta-Skill) — Most Critical Bug in the Pipeline\n- **PR**: [#1298](https://github​.com/anthropics/skills/pull/1298) — *fix(skill-creator): run_eval.py always reports 0% recall*\n- **Linked Issue**: [#556](https://github​.com/anthropics/skills/issues/556) (12 comments, 7 👍)\n- **Status**: OPEN (since 2026-06-10)\n- **Functionality**: A meta-skill for creating and optimizing new Skills. The `run_eval.py` / `improve_description.py` / `run_loop.py` trio is supposed to iteratively test and refine Skill descriptions.\n- **Discussion Highlights**: A showstopper bug — `claude -p` never triggers skills/commands during evaluation, so **every** query scores `recall=0%`. This means the entire description-optimization loop has been \"optimizing against noise.\" MartinCajiao's PR (#1298) consolidates the fix with 10+ independent reproductions, addresses Windows-specific stream-reading, trigger detection, and parallel-worker issues. Related PRs [#1099](https://github​.com/anthropics/skills/pull/1099) (joshuawowk) and [#1050](https://github​.com/anthropics/skills/pull/1050) (gstreet-ops) address subsets of the same Windows compatibility surface. **This is the single highest-impact blocker in the repository right now** because it invalidates the feedback signal every Skill author relies on.\n\n### 1.2 document-typography — Quality Control for AI-Generated Documents\n- **PR**: [#514](https://github​.com/anthropics/skills/pull/514) — *Add document-typography skill*\n- **Status**: OPEN (since 2026-03-04)\n- **Functionality**: Prevents typographic defects in Claude-generated documents — orphan word wrap (1–6 words spilling onto the next line), widow paragraphs, numbering misalignment.\n- **Discussion Highlights**: Author PGTBoos frames this as a universal problem: \"These issues affect every document Claude generates. Users rarely ask for good typography.\" The skill positions itself as a quality layer that catches problems users don't think to specify.\n\n### 1.3 claude-api — Documentation Maintenance + Context Crisis\n- **PR**: [#1607](https://github​.com/anthropics/skills/pull/1607) — *Update claude-api skill: mark four retired model IDs as retired*\n- **Linked Issue**: [#1487](https://github​.com/anthropics/skills/issues/1487) (4 comments) — *Eagerly injects ~156k tokens, exhausting context window*\n- **Status**: PR OPEN; Issue OPEN\n- **Functionality**: Reference data for the Claude API (model IDs, capabilities, deprecation status).\n- **Discussion Highlights**: Two competing concerns. (a) **Staleness**: PR #1607 fixes documentation drift — `claude-opus-4-1`, `claude-sonnet-4-0`, `claude-opus-4-0`, and `claude-3-haiku-20240307` are still listed as active/deprecated when they're actually retired. (b) **Context bloat**: Issue #1487 reports the skill dumps ~156k tokens in a single tool call, exhausting the context window. Together these expose a structural problem: reference skills must balance completeness against token cost.\n\n### 1.4 ODT (OpenDocument) — Open-Format Document Skill\n- **PR**: [#486](https://github​.com/anthropics/skills/pull/486) — *Add ODT skill*\n- **Status**: OPEN (since 2026-03-01, last updated 2026-04-14)\n- **Functionality**: Create, fill, read, and convert OpenDocument Format files (`.odt`, `.ods`, `.odf`). Triggers on any mention of ODT/ODS/ODF/OpenDocument/LibreOffice documents, or requests for open-source / ISO-standard document formats.\n- **Discussion Highlights**: A companion to the existing DOCX/PDF skills targeting the open-source document ecosystem. Slow review cadence (~10 weeks open) suggests reviewers are working through open-format edge cases.\n\n### 1.5 frontend-design — Skill Clarity and Actionability\n- **PR**: [#210](https://github​.com/anthropics/skills/pull/210) — *Improve frontend-design skill clarity and actionability*\n- **Status**: OPEN (since 2026-01-05, last updated 2026-03-07)\n- **Functionality**: A Skill for generating frontend code; this PR rewrites the instructions so every directive is something Claude can act on within a single conversation.\n- **Discussion Highlights**: Represents an entire category of \"v1 skill quality\" PRs — converting educational developer docs into operational instructions Claude can follow. Long open duration reflects how subjective \"actionability\" is to review.\n\n### 1.6 mcp-builder — Evaluation Pipeline Broken\n- **PR**: [#1602](https://github​.com/anthropics/skills/pull/1602) — *fix: resolve evaluation serialization, benchmark metrics, encoding, and script stability issues*\n- **Linked Issue**: [#1390](https://github​.com/anthropics/skills/issues/1390) (4 comments) — *evaluation.py scores 0/N against any real MCP server*\n- **Status**: PR OPEN; Issue OPEN\n- **Functionality**: A Skill for building MCP servers. The Phase-4 evaluation harness is supposed to test whether an agent can successfully use the produced MCP server.\n- **Discussion Highlights**: Issue #1390 reports the eval silently fabricates a tool-execution error for **every** tool call against **every** real MCP server — so the agent sees nothing but errors and scores 0/N. PR #1602 fixes the root cause (`TextContent` not JSON-serializable, swallowed into fabricated errors). Like skill-creator, this is a measurement-pipeline failure that hides real bugs.\n\n### 1.7 Hivemind — Multi-Agent Orchestration\n- **PR**: [#1628](https://github​.com/anthropics/skills/pull/1628) — *Add Hivemind: Zero-Cost Multi-Agent Orchestration Skill*\n- **Status**: OPEN (since 2026-08-21)\n- **Functionality**: Lets Claude Code delegate mechanical work to headless [opencode](https://opencode.ai) workers running on free models, while Claude Code stays the only planner, reviewer, and merger. Core thesis: *\"The expensive model's context is the scarce resource, not its intelligence.\"*\n- **Discussion Highlights**: Architecturally ambitious — reframes the cost model of agentic work. Likely to attract attention because it addresses a real economic pain point (context cost) rather than a functional gap.\n\n### 1.8 self-audit — Universal Quality Gate\n- **PR**: [#1367](https://github​.com/anthropics/skills/pull/1367) — *feat: add self-audit — mechanical verification + four-dimension reasoning quality gate (v1.3.0)*\n- **Linked Issue**: [#1385](https://github​.com/anthropics/skills/issues/1385) (4 comments, 1 👍) — *Reasoning Quality Gate Pipeline proposal*\n- **Status**: PR OPEN; Issue OPEN\n- **Functionality**: Audits AI output before delivery — **mechanical file verification first** (every claimed output file exists and matches), then a four-dimension reasoning audit ordered by damage severity. Universal across projects, tech stacks, and models.\n- **Discussion Highlights**: The proposal (Issue #1385) sketches a full three-gate pipeline (Pre-task Calibration → Adversarial Review → Delivery Verification). Two of three gates already have working PRs, suggesting the author is executing the proposal iteratively.\n\n---\n\n## 2. Community Demand Trends\n\nFrom the top-engagement Issues, the community's most-anticipated directions:\n\n### 2.1 Trust & Security Infrastructure (Top Demand — 43 comments)\n- **[#492](https://github​.com/anthropics/skills/issues/492)** — *Security: Community skills distributed under anthropic/ namespace enable trust boundary abuse* (43 comments, 2 👍)\n  - The single most-discussed issue. Community-made Skills impersonate official Anthropic Skills under the `anthropic/` namespace, creating a trust-boundary vulnerability where users grant elevated permissions to Skills they believe are official. The community is signaling that **namespace provenance must become a first-class security primitive** before marketplace scale.\n\n### 2.2 Enterprise Distribution & Sharing\n- **[#228](https://github​.com/anthropics/skills/issues/228)** — *Enable org-wide skill sharing in Claude.ai* (16 comments, 8 👍 — highest 👍-to-comment ratio)\n  - Users must currently download `.skill` files, distribute via Slack/Teams, and have colleagues manually navigate to Settings > Capabilities to upload. The community wants a shared skill library or direct sharing link. High approval ratio suggests strong consensus.\n\n### 2.3 Skill Composition & Plugin Architecture\n- **[#189](https://github​.com/anthropics/skills/issues/189)** — *document-skills and example-skills plugins install identical content, causing duplicate skills* (6 comments, 9 👍)\n  - Two marketplace plugins contain **identical Skills**, causing duplicates in Claude Code's context window. Indicates the community wants explicit deduplication, non-overlapping plugin boundaries, and clearer plugin-vs-example taxonomy.\n\n### 2.4 Memory & Agent State Optimization\n- **[#1329](https://github​.com/anthropics/skills/issues/1329)** — *Proposing compact-memory: symbolic notation for compact agent state* (9 comments)\n  - \"A long-running agent spends a lot of context on its own notes and persistent memory, written in prose.\" Demand for Skills that **compress agent state** rather than expand it — a counterpoint to the context-bloat pattern seen in Issue #1487.\n\n### 2.5 Skill-Creator / Self-Improvement Tooling\n- **[#556](https://github​.com/anthropics/skills/issues/556)** — *run_eval.py: claude -p never triggers skills/commands* (12 comments, 7 👍)\n  - The community's ability to author and refine Skills depends on a working evaluation harness. This issue's high engagement (and 4 linked PRs: #1298, #1099, #1050, plus implicit linkage) shows the community treats the **skill-creation feedback loop itself as critical infrastructure**.\n\n### 2.6 Cross-Platform / Interop Integration\n- **[#29](https://github​.com/anthropics/skills/issues/29)** — *Usage with bedrock* (4 comments)\n- **[#16](https://github​.com/anthropics/skills/issues/16)** — *Expose Skills as MCPs* (4 comments)\n- **[#1175](https://github​.com/anthropics/skills/issues/1175)** — *Concerns regarding Security and Context Window when handling SharePoint Online* (4 comments)\n\nThese cluster around **non-Claude-API deployment surfaces** — AWS Bedrock, MCP exposure, and enterprise document systems (SharePoint). The community wants Skills to be portable across runtime environments and integration protocols.\n\n### 2.7 Agent Governance & Safety\n- **[#412](https://github​.com/anthropics/skills/issues/412)** — *Skill proposal: agent-governance — safety patterns for AI agent systems* (6 comments, CLOSED)\n- **[#202](https://github​.com/anthropics/skills/issues/202)** — *skill-creator should be updated to best practice* (8 comments, CLOSED, 1 👍)\n\nDemand for Skills that govern **how agents operate** (policy enforcement, threat detection, trust scoring, audit trails) — as opposed to Skills that just produce output. The closed status of #202 and #412 suggests p","offTopic":true},{"id":"eeb4c595-b39f-43ee-9f08-fa020b4c884b","excerpt":"📊 AI CLI Tools Digest 2026-09-21 — # AI CLI Tools Community Digest 2026-09-21\n\n> Generated: 2026-09-20 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copi","url":"https://github.com/stevenko2002/agents-radar/issues/1363","role":"pain","weight":1.4447087,"occurredAt":"2026-09-20T22:25:15.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"stevenko2002/agents-radar","intent":"feature_request","painScore":0.75222397,"sentiment":-0.9378531,"confidence":0.8245,"matchedPatterns":["terrible","frustrating","doesnt_work","free_tier","missing_feature","please_add","workaround","manual_process","product:anthropic"],"statement":"The ambiguity of the message and lack of clear resolution steps have frustrated many; 48 comments reflect widespread impact.","title":"📊 AI CLI Tools Digest 2026-09-21","body":"# AI CLI Tools Community Digest 2026-09-21\n\n> Generated: 2026-09-20 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n- [Ollama](https://github​.com/ollama/ollama)\n- [llama.cpp](https://github​.com/ggerganov/llama.cpp)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n\n\n- **Gemini CLI** — Released nightly `v0.62.0-nightly.20260920.gcfbcaa8df` with fixes for subagent termination reporting, generalist‑agent hangs, and browser‑agent Wayland failures.  \n  [Link](https://github​.com/google-gemini/gemini-cli/releases/tag/v0.62.0-nightly.20260920.gcfbcaa8df)\n\n- **Pi** — Shipped `v0.86.1` adding the Meta Muse provider with OAuth login, and `v0.86.0` introducing prompt cache warming to reduce costs during long tool runs.  \n  [v0.86.1](https://github​.com/earendil-works/pi/releases/tag/v0.86.1) | [v0.86.0](https://github​.com/earendil-works/pi/releases/tag/v0.86.0)\n\n- **Qwen Code** — Released `v0.24.2` restoring the remote workspace add flow in Web Shell and adding AudioWorklet‑based microphone capture for Live Voice.  \n  [Link](https://github​.com/QwenLM/qwen-code/releases/tag/v0.24.2)\n\n- **llama.cpp** — Cut seven new builds (`b11057`–`b11065`), including CUDA FlashAttention tuning for Gemma 4, a Metal kernel fix for Kimi‑K3, and sparse FlashAttention for Qwen4.  \n  [Link](https://github​.com/ggerganov/llama.cpp/releases/tag/b11065)\n\n- **OpenAI Codex** — Tagged two Rust alpha releases, `rust-v0.156.0-alpha.10` and `rust-v0.156.0-alpha.9`, continuing the active Rust codebase alpha line.  \n  [Link](https://github​.com/openai/codex/releases/tag/rust-v0.156.0-alpha.10)\n\n- **Claude Code** — Merged PR #95618 refactoring telemetry to batch rows and serve only built‑in plugins, improving signal‑to‑noise and privacy.  \n  [Link](https://github​.com/anthropics/claude-code/pull/95618)\n\n- **OpenCode** — Closed PR #43713 adding per‑model compaction config, allowing models with different context windows to use different thresholds.  \n  [Link](https://github​.com/anomalyco/opencode/pull/43713)\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n\n\n# Claude Code Skills Community Highlights\n*Data as of 2026-09-21 · Source: [anthropics/skills](https://github​.com/anthropics/skills)*\n\n> **Data note:** Exact comment counts for Pull Requests were not surfaced in the dataset (shown as `undefined`); the PR ranking below reflects the repository's comment-sorted ordering as provided. Issue comment counts are available and cited where referenced.\n\n---\n\n## 1. Top Skills Ranking (by community attention)\n\n**#1 — [skill-creator trigger eval hardening](https://github​.com/anthropics/skills/pull/1298)** — *MartinCajiao · OPEN*\nThe most-attended PR targets the `skill-creator` evaluation harness itself. It isolates per-worker trigger probes (which were competing and producing false misses), fixes `select()` on subprocess pipes that fails on Windows, stops unrelated tools from aborting scans, and prevents runtime failures from being misclassified as non-triggers. Status: open, active updates through Sep 16.\n\n**#2 — [proofcore-contract-auditor](https://github​.com/anthropics/skills/pull/1771)** — *ProofCore-Protocol · OPEN*\nA Web3-focused Skill that performs automated static analysis of Solidity/Rust smart contracts and anchors cryptographic audit proofs on the public TON Blockchain via ProofCore's zero-storage Merkle protocol. Represents the ecosystem's first blockchain-native Skill submission.\n\n**#3 — [mcp-builder MCP v2 compatibility](https://github​.com/anthropics/skills/pull/1742)** — *Kuldeeep18 · OPEN*\nFixes #1668: adapts `mcp-builder` to `mcp>=2.0.0`, where `streamablehttp_client` was renamed `streamable_http_client` and custom HTTP headers moved to `create_mcp_http_client` / `http_client`. A required compatibility patch for the MCP tooling chain.\n\n**#4 — [md2video-audio](https://github​.com/anthropics/skills/pull/1703)** — *70v-Yoyo · OPEN*\nZero-cost Skill that compiles Markdown into professional MP4 videos with realistic human-like voiceovers, routing through Marp for slide generation. Targets content creators producing video from docs.\n\n**#5 — [pyxel (retro game dev)](https://github​.com/anthropics/skills/pull/525)** — *kitao · OPEN*\nGuides Claude through Pyxel-based retro game development: implementation, deterministic headless runs, direct frame inspection, and task-specific state checks, with separate references for Pyxel behavior and presentation defaults.\n\n**#6 — [document-typography](https://github​.com/anthropics/skills/pull/514)** — *PGTBoos · OPEN*\nPrevents orphan word wrap, widow paragraphs, and numbering misalignment in AI-generated documents — a quality-control Skill addressing problems that affect every document Claude generates.\n\n**#7 — [scnet-hpc (cluster operations)](https://github​.com/anthropics/skills/pull/1615)** — *lql341 · OPEN*\nOperates SCNet HPC clusters via profile-based SSH and Slurm workflows: profile-specific connection/partition/memory/accelerator guidance, SSH setup, Slurm job generation, and cluster discovery.\n\n**#8 — [AWT (AI Watch Tester)](https://github​.com/anthropics/skills/pull/822)** — *ksgisang · OPEN*\nAn E2E testing Skill giving Claude vision and browser control for zero-code test generation — point at an app and it auto-generates and runs tests.\n\n---\n\n## 2. Community Demand Trends (from Issues)\n\n**🔥 Security & trust boundaries — the dominant theme.** [Issue #492](https://github​.com/anthropics/skills/issues/492) (43 comments) reports community skills distributed under the `anthropic/` namespace, impersonating official Anthropic skills and creating a trust-boundary vulnerability. This is the single most-discussed issue in the repository.\n\n**Org-wide skill distribution.** [Issue #228](https://github​.com/anthropics/skills/issues/228) (16 comments, 👍8) demands native org-level skill sharing — currently users must manually download `.skill` files and re-upload them via Slack/Teams.\n\n**Skill evaluation reliability.** [Issue #556](https://github​.com/anthropics/skills/issues/556) (12 comments, 👍7) documents `run_eval.py` achieving a 0% trigger rate across all queries — the evaluation harness fundamentally fails to detect skill invocation, undermining the entire skill-creation feedback loop. Multiple PRs (#1298, #1769) are now actively trying to fix this.\n\n**Emerging skill categories gaining traction:**\n- **Agent governance & safety** — [Issue #412](https://github​.com/anthropics/skills/issues/412): policy enforcement, threat detection, trust scoring, audit trails for AI agent systems\n- **Memory management for long-running agents** — [Issue #1329](https://github​.com/anthropics/skills/issues/1329): `compact-memory`, symbolic notation for compact agent state\n- **Document quality** — typography (#514), orphaned DOCX comments (#1734), tracked-change correctness (#541)\n- **E2E / vision-based testing** — AWT skill (#822)\n\n---\n\n## 3. High-Potential Pending Skills (open PRs, active momentum)\n\nThese PRs show recent activity and are strong candidates for merge:\n\n| Skill | PR | Why it may land soon |\n|---|---|---|\n| **blast-radius** | [#1776](https://github​.com/anthropics/skills/pull/1776) | Checklist for pre-bulk/destructive writes; created Sep 17, updated Sep 18 — newest active PR |\n| **proofcore-contract-auditor** | [#1771](https://github​.com/anthropics/skills/pull/1771) | Web3 audit + TON notarization; updated Sep 16 |\n| **md2video-audio** | [#1703](https://github​.com/anthropics/skills/pull/1703) | Markdown→MP4 with voiceover; updated Sep 15 |\n| **pyxel** | [#525](https://github​.com/anthropics/skills/pull/525) | Retro game dev; resurfaced with Sep 16 update after 6 months |\n| **AWT (AI Watch Tester)** | [#822](https://github​.com/anthropics/skills/pull/822) | E2E testing; updated Sep 19 — most recently touched |\n| **scnet-hpc** | [#1615](https://github​.com/anthropics/skills/pull/1615) | HPC/Slurm cluster operations |\n\n**Notable fix PRs targeting core skills:** [#1769](https://github​.com/anthropics/skills/pull/1769) (skill-creator 0% recall bug), [#1742](https://github​.com/anthropics/skills/pull/1742) (mcp-builder v2 compat), [#1790](https://github​.com/anthropics/skills/pull/1790) (docx missing rels), [#1765](https://github​.com/anthropics/skills/pull/1765) (UTF-8 redlining diffs).\n\n---\n\n## 4. Skills Ecosystem Insight\n\n> **The community's most concentrated demand is for a trustworthy, well-distributed skills ecosystem** — the tension between explosive community-generated Skill innovation (#492 namespace impersonation, #228 org sharing) and the absence of verification, distribution, and reliable evaluation infrastructure (#556 broken trigger detection, #189 duplicate plugins) defines the current bottleneck; nearly every major issue converges on the same gap: *skills are proliferating faster than the mechanisms to validate, share, and trust them.*\n\n---\n\n# Claude Code Community Digest — 2026-09-21\n\n## 1. Today's Highlights\n\nNo new releases shipped in the past 24 hours. The issue tracker shows a wave of stale-bot closures across dozens of older bugs and feature requests, while the PR pipeline remains active with incremental improvements to the diff pane, plugin hook execution, and telemetry architecture. Community engagement continues to center on session lifecycle bugs, telemetry fidelity gaps, and desktop UX limitations.\n\n## 2. Releases\n\nNo new releases in the last 24 hours. The latest activity remains on the `2.1.23x` line.\n\n## 3. Hot Issues\n\n1. **[#83579](https://github​.com/anthropics/claude-code/issues/83579) — Quota jumped 0% → 50%/100% on idle account** (11 comments): A billing anomaly where an idle account saw its Fable/Weekly quota spike dramatically after a July 31 reset. Multiple users corroborated similar quota discontinuities, suggesting a backend accounting issue rather than an isolated incident.\n\n2. **[#67766](https://github​.com/anthropics/claude-code/issues/67766) — Server-initiated FIN mid-stream causes socket drops** (8 comments, 👍5): Packet captures definitively show the *server* closing TCP connections mid-request, causing `socket connection was closed unexpectedly` errors ~8–18 times/day under heavy use. A well-documented networking regression on Linux with repro steps and request IDs included.\n\n3. **[#82529](https://github​.com/anthropics/claude-code/issues/82529) — Unauthorized Pro→Max upgrade** (5 comments): A South Korean user was billed ₩327,385 for an unprompted plan upgrade. Raises concerns about billing state machine integrity and the lack of confirmation flow for plan changes.\n\n4. **[#72748](https://github​.com/anthropics/claude-code/issues/72748) — Sandboxed Bash fails in normal git repos** (4 comments): `bwrap` assumes `.git` is a file (worktree style) and crashes when it encounters a directory. Sandbox mode is effectively broken for standard checkouts, a significant security-usability trade-off.\n\n5. **[#77541](https://github​.com/anthropics/claude-code/issues/77541) — OTel metrics lose skill.name for third-party plugins** (4 comments, 👍2): Skills from non-official marketplaces report `skill.name=\"third-party\"`, stripping team-specific analytics. No opt-out exists, making OTel dashboards useless for organizations relying on custom plugins.\n\n6. **[#69993]","offTopic":true},{"id":"fb12a3cf-e21f-4631-9e52-ed942feb801c","excerpt":"📊 AI CLI Tools Digest 2026-04-11 — # AI CLI Tools Community Digest 2026-04-11\n\n> Generated: 2026-04-11 00:12 UTC | Tools covered: 8\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Charm Crush](https://github​.com/charmbracelet/crush)\n- [Gemini CLI](http","url":"https://github.com/jstamagal/agents-radar/issues/262","role":"demand","weight":1.4442017,"occurredAt":"2026-04-11T00:17:33.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"jstamagal/agents-radar","intent":"alternative_search","painScore":0.71418613,"sentiment":-0.8869565,"confidence":0.8425,"matchedPatterns":["terrible","frustrating","alternative_to","switching_from","missing_feature","please_add","workaround","manual_process","product:playwright"],"statement":"* *Trend:* As AI agents perform longer tasks, developers require OS-level notifications (audio or visual) to context-switch away from the terminal without missing completion events.","title":"📊 AI CLI Tools Digest 2026-04-11","body":"# AI CLI Tools Community Digest 2026-04-11\n\n> Generated: 2026-04-11 00:12 UTC | Tools covered: 8\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Charm Crush](https://github​.com/charmbracelet/crush)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n## Cross-Tool Community Digest: Analysis for 2026-04-11\n\n### 1. Ecosystem Overview\nThe AI CLI tools ecosystem is currently undergoing a transition from experimental \"toys\" to essential enterprise infrastructure, heavily emphasizing **stability**, **security**, and **workflow integration**. Developers are moving beyond simple code generation into complex **agentic workflows**, requiring tools that handle long-running tasks, state management, and multi-modal inputs (images/audio) without crashing. Simultaneously, a divide is emerging between **cloud-first** enterprise tools (Claude Code, Copilot, Codex) grappling with auth/sandbox complexities and **local-first** tools (Charm Crush, OpenCode) prioritizing token efficiency and UI polish. The \"ChatOps\" paradigm is solidifying, but friction remains regarding cost transparency, permissions fatigue, and cross-platform compatibility (specifically Windows/WSL and macOS Intel).\n\n### 2. Activity Comparison\n\n| Tool | Issue Activity | PR Velocity | Release Status | Focus Area |\n| :--- | :--- | :--- | :--- | :--- |\n| **Claude Code** | **High** (Critical capacity/regression issues) | **High** (10+ merged) | v2.1.101 | Enterprise Collab & Auth |\n| **OpenAI Codex** | **High** (Sandbox/Auth blockers) | **High** (10+ merged) | rust-v0.119.0 | Realtime Voice & MCP Apps |\n| **Charm Crush** | **Medium** (Specific stability bugs) | **Medium** (8 merged) | Nightly builds | Token Optimization & UX |\n| **Gemini CLI** | **Medium** (UI regressions) | **High** (Architectural refactors) | v0.39.0-nightly | State Management & SSH |\n| **GitHub Copilot** | **Medium** (Billing/Enterprise friction) | **Low** (Direct releases) | v1.0.24 | Agent Config & Hooks |\n| **Kimi Code** | **Medium** (Perf/Auth) | **Medium** (8 merged) | v1.31.0 | UI Stability & Tools |\n| **OpenCode** | **Medium** (Integration reqs) | **High** (Internal refactors) | v1.4.3 | Observability & Effects |\n| **Qwen Code** | **Medium** (Session mgmt) | **Medium** (Feature focused) | v0.14.3 | Session Naming & TUI |\n\n### 3. Shared Feature Directions\n*   **Granular Permission Management (Safe Mode)**\n    *   *Tools:* **GitHub Copilot**, **OpenAI Codex**, **Claude Code**, **Qwen Code**.\n    *   *Trend:* Users are frustrated by \"All or Nothing\" approval flows. There is a universal demand for \"Allow Safe Commands\" (whitelisting read-only ops like `git status` or `grep`) while maintaining strict approval for destructive writes.\n*   **Project-Scoped Configuration & MCP**\n    *   *Tools:* **GitHub Copilot**, **Claude Code**, **OpenCode**, **Kimi Code**.\n    *   *Trend:* Moving away from global `~/.config` to repository-level settings (e.g., `.copilot/`, local MCP servers) to ensure project-specific tooling and \"works-on-my-machine\" consistency for teams.\n*   **Background Notification Hooks**\n    *   *Tools:* **Claude Code** (notify-on-complete), **Qwen Code**, **Charm Crush**.\n    *   *Trend:* As AI agents perform longer tasks, developers require OS-level notifications (audio or visual) to context-switch away from the terminal without missing completion events.\n*   **Session State & History Persistence**\n    *   *Tools:* **Qwen Code**, **Kimi Code**, **OpenCode**, **Claude Code**.\n    *   *Trend:* Users demand the ability to name, save, and restore sessions (`/chat`, `/sessions`) and preserve context even when project directories are renamed or moved.\n\n### 4. Differentiation Analysis\n\n| Feature Dimension | **Claude Code / Copilot** (Enterprise Leaders) | **OpenCode / Charm Crush** (TUI Power Users) | **OpenAI Codex** (Platform Play) |\n| :--- | :--- | :--- | :--- |\n| **Target User** | Enterprise teams needing compliance & scaling. | Individual hackers & terminal enthusiasts. | Users deep in the OpenAI/ChatGPT ecosystem. |\n| **Key Differentiator** | **Deep Model Integration:** Best-in-class reasoning models (Sonnet 4.6) with enterprise security (SSO, TLS, CA certs). | **Efficiency & Control:** Extreme token optimization (Crush), local model support (OpenCode), and keyboard-centric workflows. | **Voice & Mobile:** Unique focus on WebRTC voice input and mobile-to-desktop bridging. |\n| **Technical Approach** | \"Batteries-included\" proprietary agents. | Modular, plugin-based architectures (MCP, Effects). | \"Agent-as-a-Service\" via ChatGPT backend integration. |\n\n### 5. Community Momentum & Maturity\n*   **Most Active & Iterating:** **OpenAI Codex** and **Claude Code** are seeing the highest volume of changes, though this is partly driven by complex infrastructure overhauls (Sandboxes, WebRTC) and fixing regressions introduced by rapid updates.\n*   **High Stability Focus:** **Charm Crush** and **Qwen Code** communities are highly focused on polishing the TUI experience (flicker reduction, theming), signaling a maturation of the user experience for terminal-based workflows.\n*   **Enterprise Friction:** **GitHub Copilot** and **Claude Code** face significant headwinds regarding billing transparency ( runaway costs) and authentication complexity, indicating growing pains as these tools move into corporate environments.\n*   **Local-First Rising:** **OpenCode** is rapidly iterating on observability (OTel) and local model support (Ollama, Gemma 4), capturing the segment of developers prioritizing data sovereignty and offline capabilities.\n\n### 6. Trend Signals for Developers\n1.  **The \"MCP\" Standard is Winning:** Across almost all major tools (Codex, Claude, OpenCode, Copilot), **Model Context Protocol (MCP)** is becoming the de-facto standard for extending AI capabilities. Developers should invest in building MCP servers rather than tool-specific plugins.\n2.  **Token Efficiency is Critical:** With rising costs and \"Max\" subscription limits, features that minimize token usage—like **short tool descriptions** (Charm Crush) or **prompt caching flags** (Claude Code)—are moving from \"nice-to-have\" to essentials.\n3.  **Cross-Platform is Hard:** Windows support (WSL, PowerShell, Intel vs. ARM) remains a major pain point across all tools. Developers relying on Windows should expect a second-class experience compared to macOS/Linux.\n4.  **\"Agentic\" Failure Modes:** As tools delegate more autonomy to agents, new failure modes are emerging (permission flakiness, \"stuck\" loops, silent failures in MCP tools). Developers building on these tools need robust monitoring and \"interrupt\" capabilities.\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report\n**Analysis Period:** Data as of 2026-04-11\n**Source:** `anthropics/skills` Repository Activity\n\n## 1. Top Skills Ranking\n*Based on pull request activity, topical relevance, and complexity.*\n\n*   **[Add document-typography skill](https://github​.com/anthropics/skills/pull/514)** (Open)\n    *   **Functionality:** Enforces typographic quality in AI-generated documents, preventing orphaned words, widow paragraphs, and numbering misalignment.\n    *   **Highlights:** Addresses a ubiquitous \"polish\" issue in AI outputs; focuses on visual structure integrity.\n    *   **Status:** Open (Proposed Mar 4, 2026)\n\n*   **[Add skill-quality-analyzer and skill-security-analyzer](https://github​.com/anthropics/skills/pull/83)** (Open)\n    *   **Functionality:** Meta-tools for auditing Skills across five dimensions (structure, docs, examples, security, implementation).\n    *   **Highlights:** High-value \"dogfooding\" tools that empower the community to self-regulate quality and security.\n    *   **Status:** Open (Proposed Nov 6, 2025)\n\n*   **[Add ODT skill](https://github​.com/anthropics/skills/pull/486)** (Open)\n    *   **Functionality:** creation, template filling, and HTML parsing for OpenDocument Text (.odt) format (LibreOffice standard).\n    *   **Highlights:** Expands interoperability beyond MS Office formats; crucial for open-source workflow integration.\n    *   **Status:** Open (Proposed Mar 1, 2026)\n\n*   **[Add comprehensive system documentation and flowcharts](https://github​.com/anthropics/skills/pull/95)** (Open)\n    *   **Functionality:** Generates detailed documentation, including architecture overviews and evidence card lifecycles.\n    *   **Highlights:** Satisfies a deep need for system visualization and architectural consistency in complex projects.\n    *   **Status:** Open (Proposed Nov 11, 2025)\n\n*   **[Improve frontend-design skill](https://github​.com/anthropics/skills/pull/210)** (Open)\n    *   **Functionality:** Revises existing frontend-design skill to be more actionable and coherent for Claude within a single context.\n    *   **Highlights:** Focuses on \"prompt engineering\" refinement—ensuring Claude can execute instructions rather than just reading them.\n    *   **Status:** Open (Proposed Jan 5, 2026)\n\n*   **[Add x402 BSV auth + micropayment skill](https://github​.com/anthropics/skills/pull/374)** (Open)\n    *   **Functionality:** enables discovery, authentication, and micropayment for AI services via BSV (Bitcoin SV) directly from natural language.\n    *   **Highlights:** A unique entry into monetization and crypto-payment protocols for AI agents.\n    *   **Status:** Open (Proposed Feb 12, 2026)\n\n## 2. Community Demand Trends\n*Derived from high-engagement Issues and proposals.*\n\n*   **Reliability & Stability (Operational Excellence):** The most commented issue (**#62**) involves Skills disappearing, indicating the community prioritizes stability and data persistence over new features.\n*   **Cross-Session Memory:** Issues and PRs (e.g., **#521**, **#154**) show a strong desire for \"persistent context\" so knowledge gained in one session isn't lost in the next.\n*   **Quality Assurance:** There is a clear trend toward tooling that validates other Skills (**#83**, **Issue #202**), suggesting the ecosystem is maturing and needs governance.\n*   **Enterprise Integration:** Issues regarding AWS Bedrock (**#29**) and organization-wide sharing (**#228**) highlight a demand for better enterprise adoption paths.\n\n## 3. High-Potential Pending Skills\n*Active proposals likely to impact the ecosystem soon.*\n\n*   **[feat: add testing-patterns skill](https://github​.com/anthropics/skills/pull/723)** (Open)\n    *   Adds a comprehensive testing stack (Trophy model, AAA pattern) to code generation workflows.\n*   **[feat: add sensory skill — macOS automation](https://github​.com/anthropics/skills/pull/806)** (Open)\n    *   Introduces native macOS automation via AppleScript, offering a robust alternative to screenshot-based UI interaction.\n*   **[Add shodh-memory skill](https://github​.com/anthropics/skills/pull/154)** (Open)\n    *   A proposed persistent memory system allowing agents to surface relevant past context proactively.\n\n## 4. Skills Ecosystem Insight\nThe community is shifting from purely functional expansion (adding tools for specific file formats) toward **systemic resilience and governance**, demanding persistent memory, robust skill validation, and stable deployment environments.\n\n---\n\n# Claude Code Community Digest: 2026-04-11\n\n## Today's Highlights\nThe release of **v2.1.101** focuses on team collaboration and enterprise compatibility, introducing `/team-onboarding` and OS-native CA ce","offTopic":false},{"id":"5f42fc6b-64f5-4c6c-a0cd-5f2dabc4a993","excerpt":"📊 AI CLI Tools Digest 2026-09-23 — # AI CLI Tools Community Digest 2026-09-23\n\n> Generated: 2026-09-22 22:31 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/Chestnuts-Sisyphus/gittok/issues/1494","role":"demand","weight":1.4313161,"occurredAt":"2026-09-22T22:49:20.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"Chestnuts-Sisyphus/gittok","intent":"alternative_search","painScore":0.70496255,"sentiment":-0.8518519,"confidence":0.8395,"matchedPatterns":["frustrating","switching_from","missing_feature","please_add","product:chatgpt"],"statement":"Feature Request Trends * **Persistent Task Tracking**: Moving away from ephemeral \"in-context\" task lists to disk-based CRUD tracking (#18836).","title":"📊 AI CLI Tools Digest 2026-09-23","body":"# AI CLI Tools Community Digest 2026-09-23\n\n> Generated: 2026-09-22 22:31 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights — 2026-09-23\n\n**Note:** The supplied PR feed did not expose numeric comment counts. The ranking below therefore uses the provided top-attention ordering, recency, cross-referenced Issues, and impact on core Skills tooling.\n\n---\n\n## 1. Top Skills Ranking\n\n| Rank | Skill / PR | Functionality | Discussion Highlights | Status |\n|---:|---|---|---|---|\n| 1 | **`skill-creator` — trigger evaluation reliability** [PR #1298](https://github​.com/anthropics/skills/pull/1298) | Fixes `skill-creator` trigger evaluation: isolates eval workers, handles Windows subprocess failures, and prevents unrelated tool failures from producing false-negative trigger results. | One of the highest-visibility maintenance items. It targets a core trust/quality surface: if trigger evals are unreliable, Skill descriptions and optimization loops can be tuned against misleading evidence. | **Open** |\n| 2 | **`proofcore-contract-auditor`** [PR #1771](https://github​.com/anthropics/skills/pull/1771) | Adds a Web3 Skill for automated static analysis of Solidity and Rust smart contracts, anchoring audit proofs to the TON Blockchain via ProofCore’s Merkle protocol. | Represents a newer third-party / protocol-sponsored Skill direction: security audit, cryptographic proofing, and blockchain-specific verification. | **Open** |\n| 3 | **`mcp-builder` — MCP SDK compatibility** [PR #1742](https://github​.com/anthropics/skills/pull/1742) | Updates `mcp-builder` for `mcp>=2.0.0`, handling the rename from `streamablehttp_client` to `streamable_http_client` and custom-header configuration. | Fixes [#1668](https://github​.com/anthropics/skills/issues/1668). Important because MCP tooling is central to extending Claude Code with external capabilities. | **Open** |\n| 4 | **`md2video-audio`** [PR #1703](https://github​.com/anthropics/skills/pull/1703) | Adds a zero-cost Markdown-to-video Skill that compiles Markdown documents into MP4 presentations with realistic voiceovers via Marp. | Signals demand for content-generation Skills beyond plain text: slides, narration, and media packaging. | **Open** |\n| 5 | **`docx` — orphaned comment detection / Office hardening** [PR #1734](https://github​.com/anthropics/skills/pull/1734) | Improves DOCX comment handling by detecting orphaned comments. | Part of a broader cluster of Office-document reliability fixes, including [PR #1790](https://github​.com/anthropics/skills/pull/1790), [PR #541](https://github​.com/anthropics/skills/pull/541), and [PR #1765](https://github​.com/anthropics/skills/pull/1765). | **Open** |\n| 6 | **`pyxel` — retro game development** [PR #525](https://github​.com/anthropics/skills/pull/525) | Adds a Pyxel Skill for creating, debugging, and verifying retro Python games, including headless runs and frame/state inspection. | Long-lived open PR, updated recently. Shows sustained community interest in creative/interactive development Skills. | **Open** |\n| 7 | **`awt` — AI Watch Tester E2E testing** [PR #822](https://github​.com/anthropics/skills/pull/822) | Adds AWT, an AI-powered E2E testing Skill that gives Claude browser control and vision-based test execution. | Highlights demand for autonomous QA: zero-code test generation, browser automation, and UI validation. | **Open** |\n| 8 | **`testing-patterns`** [PR #723](https://github​.com/anthropics/skills/pull/723) | Adds a comprehensive testing Skill covering testing philosophy, unit tests, edge cases, and React component testing. | Broad QA-direction Skill, updated recently. Fits the trend of turning best practices into reusable Claude behavior. | **Open** |\n\n---\n\n## 2. Community Demand Trends\n\nThe top Issues show that community demand is not only for more vertical Skills, but also for **better trust, reliability, packaging, and distribution** around the Skills system itself.\n\n| Demand Trend | What the Community Is Asking For | Anticipated Skill / Ecosystem Direction | Key Links |\n|---|---|---|---|\n| **Security, trust, and governance** | Community Skills under the `anthropic/` namespace create a trust-boundary risk; users want safer permissioning and governance for agent systems. | Security scanner / trust-verifier Skills; agent-governance Skills; least-privilege patterns; audit trails; supply-chain verification. | [Issue #492](https://github​.com/anthropics/skills/issues/492), [Issue #412](https://github​.com/anthropics/skills/issues/412), [Issue #1175](https://github​.com/anthropics/skills/issues/1175) |\n| **Skill quality, evaluation, and context efficiency** | `skill-creator` eval failures, 0% trigger recall, verbose Skills, context-window exhaustion, and duplicate plugin content are recurring pain points. | Better eval harnesses, Skill quality analyzers, description optimizers, context-budget guards, deduplication tooling, and validation Skills. | [Issue #556](https://github​.com/anthropics/skills/issues/556), [Issue #202](https://github​.com/anthropics/skills/issues/202), [Issue #1487](https://github​.com/anthropics/skills/issues/1487), [Issue #189](https://github​.com/anthropics/skills/issues/189) |\n| **Enterprise sharing and distribution** | Teams want org-wide Skill sharing, easier installation, and cross-platform / cross-provider support. | Org skill libraries, shared Skill registries, Bedrock/Vertex-compatible packaging, and smoother `.skill` distribution workflows. | [Issue #228](https://github​.com/anthropics/skills/issues/228), [Issue #29](https://github​.com/anthropics/skills/issues/29) |\n| **MCP interoperability** | Users want Skills and MCPs to work as complementary interfaces, and they need MCP tooling to stay current with SDK changes. | Skills that package MCP APIs, MCP-to-Skill adapters, and compatibility validation for new MCP versions. | [Issue #16](https://github​.com/anthropics/skills/issues/16), [PR #1742](https://github​.com/anthropics/skills/pull/1742), [Issue #1390](https://github​.com/anthropics/skills/issues/1390) |\n| **Robust office-document automation** | DOCX, PDF, ODT, and SharePoint document workflows generate many bug reports and quality concerns. | Hardened document-generation Skills: comment handling, redlining, encoding, typographic quality, SharePoint-safe processing, and file-format validation. | [Issue #1175](https://github​.com/anthropics/skills/issues/1175), [PR #1734](https://github​.com/anthropics/skills/pull/1734), [PR #1765](https://github​.com/anthropics/skills/pull/1765) |\n| **Testing, code review, and delivery verification** | Community proposals and PRs target E2E testing, test patterns, contract auditing, and reasoning-quality gates. | Test-generation Skills, code-review Skills, smart-contract audit Skills, adversarial review pipelines, and delivery verification workflows. | [PR #822](https://github​.com/anthropics/skills/pull/822), [PR #723](https://github​.com/anthropics/skills/pull/723), [PR #1771](https://github​.com/anthropics/skills/pull/1771), [Issue #1385](https://github​.com/anthropics/skills/issues/1385) |\n| **Developer infrastructure and niche verticals** | HPC, media generation, retro game development, and document typography are active examples of specialized Skills. | HPC/Slurm Skills, Markdown-to-video Skills, game-engine Skills, and typographic QC Skills for generated documents. | [PR #1615](https://github​.com/anthropics/skills/pull/1615), [PR #1703](https://github​.com/anthropics/skills/pull/1703), [PR #525](https://github​.com/anthropics/skills/pull/525), [PR #514](https://github​.com/anthropics/skills/pull/514) |\n\n---\n\n## 3. High-Potential Pending Skills\n\nThese open PRs are not yet merged but appear high-value because they affect core tooling, recent MCP/document workflows, or new safety/testing capabilities.\n\n| Pending Skill Change | Why It May Land Soon | Link |\n|---|---|---|\n| **`skill-creator`: isolate trigger evals and handle runtime failures** | Directly improves the reliability of the official Skill-creation workflow; likely important for future Skill quality features. | [PR #1298](https://github​.com/anthropics/skills/pull/1298) |\n| **`skill-creator`: fix 0% recall trigger reporting** | Fixes a severe correctness bug in trigger evaluation, where every skill appears to have failed recall and optimisation becomes misleading. | [PR #1769](https://github​.com/anthropics/skills/pull/1769) |\n| **`mcp-builder`: support `mcp>=2` streamable HTTP client and custom headers** | Compatibility fix for current MCP SDK versions; likely to be prioritised as MCP usage grows. | [PR #1742](https://github​.com/anthropics/skills/pull/1742) |\n| **Office redlining: decode diffs as UTF-8** | Fixes non-ASCII / Windows locale issues across DOCX, PPTX, and XLSX redlining validators. | [PR #1765](https://github​.com/anthropics/skills/pull/1765) |\n| **`docx`: create missing `document.xml.rels`** | Recent hardening fix for DOCX comment relationships, reducing document-corruption edge cases. | [PR #1790](https://github​.com/anthropics/skills/pull/1790) |\n| **`blast-radius`: pre-destructive operation checklist** | New safety Skill for risky bulk operations; aligns with growing demand for governance and guardrail Skills. | [PR #1776](https://github​.com/anthropics/skills/pull/1776) |\n| **`proofcore-contract-auditor`: smart-contract notarization** | A concrete vertical audit Skill for Web3 developers; if accepted, it could expand the security-review Skill category. | [PR #1771](https://github​.com/anthropics/skills/pull/1771) |\n\n---\n\n## 4. Skills Ecosystem Insight\n\nThe community’s most concentrated demand is for **trustworthy, production-grade Skills infrastructure**: reliable `skill-creator` evaluation, secure namespace/permission handling, efficient context use, and hardened document/MCP workflows that can be shared safely across teams.\n\n---\n\n# Claude Code Community Digest (2026-09-23)\n\n## 1. Today's Highlights\nRelease **v2.1.280** drops today, officially introducing **Claude Opus 5.5** (`claude-opus-5-5`) as the new default Opus model with a massive 1M context window and competitive pricing ($4/$20 per Mtok). Alongside the model upgrade, the release introduces targeted UX improvements like expanded mouse support for fullscreen lists. Meanwhile, the community continues to track regressions in WSL/VS Code dictation workflows and UI/Cowork bugs following recent merges.\n\n---\n\n## 2. Releases\n### [v2.1.280](https://github​.com/anthropics/claude-code/releases/tag/v2.1.280)\n- **New Default Model**: Added Claude Opus 5.5 (`claude-opus-5-5`) featuring a 1M context window, priced at $4/$20 per Mtoken with $0.20/Mtoken cache reads.\n- **Fullscreen UI/UX**: Expanded mouse wheel scrolling support to the `/skills` list, alongside clickable state options in `/plugin`.\n\n---\n\n## 3. Hot Issues\n1. **[#76694 - Cowork: new projects lost \"Choose a folder\"](https://github​.com/anthropics/claude-code/issues/76694)**\n   - *Why it matters:* Context menus were replaced by chat-style upload-only menus following a Chat/Cowork merge, impacting project organization.\n   - *Community reaction:* Highly active (32","offTopic":true},{"id":"72ce8a55-66d9-4197-8fb6-5f6a3a3f9b76","excerpt":" — Five of the top 10 AI repos on GitHub trending this week are &quot;skills&quot; packs for Claude Code. The label is doing wildly different work across them.<p>forrestchang&#x2F;andrej-karpathy-skills (~70k stars). One CLAUDE.md file, four behavioral rules, derived from Karpathy&#x27;s January tweet about agent codin","url":"https://news.ycombinator.com/item?id=48383439","role":"pain","weight":0.81054336,"occurredAt":"2026-06-03T13:00:48.000Z","sourceKey":"hackernews","sourceName":"Hacker News","credibility":0.7,"venue":"news","intent":"feature_request","painScore":0.46,"sentiment":-0.25,"confidence":0.55516666,"matchedPatterns":["missing_feature","product:anthropic"],"statement":"The README has had a typo in the install command (andrej-karpthy-skills, missing the second a ) since launch.","title":null,"body":"Five of the top 10 AI repos on GitHub trending this week are &quot;skills&quot; packs for Claude Code. The label is doing wildly different work across them.<p>forrestchang&#x2F;andrej-karpathy-skills (~70k stars). One CLAUDE.md file, four behavioral rules, derived from Karpathy&#x27;s January tweet about agent coding failure modes (silent wrong assumptions, over-complication, not surfacing tradeoffs). Karpathy didn&#x27;t write the file or endorse it. The README has had a typo in the install command (andrej-karpthy-skills, missing the second &quot;a&quot;) since launch. A second repo, multica-ai&#x2F;andrej-karpathy-skills, is trending in parallel with the same content republished.<p>mattpocock&#x2F;skills (~115k stars). Matt Pocock&#x27;s personal .claude&#x2F;skills&#x2F; folder, published. About 10 small SKILL.md files: tdd, to-issues, to-prd, triage, zoom-out, setup-matt-pocock-skills. Each one is a self-contained markdown prompt with YAML frontmatter declaring when it should auto-fire. Third-party writeups describe it as a reference implementation of Anthropic&#x27;s SKILL.md format.<p>affaan-m&#x2F;everything-claude-code (~175k stars; plus a second repo affaan-m&#x2F;ECC at ~205k stars which is the same project under a renamed identifier). 48 agent definitions, 182 SKILL.md files, 68 legacy slash-command shims, hooks, rules, MCP configurations, npm packages (ecc-universal, ecc-agentshield), a Tkinter desktop dashboard, and a security scanner (1282 tests, 102 static analysis rules). Includes per-harness adapters for Claude Code, Codex CLI, Codex macOS app, Cursor, OpenCode, Gemini CLI, and Antigravity. Anthropic hackathon winner.<p>Three orders of magnitude in scope under one word.<p>What&#x27;s underneath is Anthropic&#x27;s SKILL.md format: markdown with YAML frontmatter, auto-loaded at session start. The frontmatter declares when the skill should fire; the harness picks relevant skills based on the description and injects only those into context. It&#x27;s RAG-over-prompts using model-based routing on descriptions rather than vector stores. The format works well enough that you can mix skills from different authors in the same .claude&#x2F; folder without the harness caring, which is the actual reason this took off. Trending packs ship per-harness adapters on top of that substrate so the same skill content installs into Codex, Cursor, OpenCode, etc., with per-harness rewrites.<p>The trending list is measuring three different things under one label: small high-leverage CLAUDE.md edits (karpathy-skills, cost-to-try wins), curated personal reference sets (mattpocock, distribution-by-reputation wins), and full framework distributions (ECC, comprehensive-catalog-marketing wins). Stars are not telling us which of these are surviving on actual reuse.<p>The defensibility implications are uncomfortable. When a startup pitches &quot;our agent does X better because of our prompting and workflow,&quot; and the artifact is a folder of markdown files with YAML frontmatter, that&#x27;s a Notion template, not a moat. Karpathy&#x27;s four rules will be absorbed into the default behavior of the next Claude release. mattpocock&#x27;s TDD skill is sharp but copyable. ECC&#x27;s 182-skill catalog is impressive engineering, but the prompts inside can be diffed and ported in an afternoon.<p>What does seem to hold value after reading these: harness ergonomics (install paths, hook plumbing, cross-tool sync scripts, MCP-server lifecycle), distribution (mattpocock-the-person is a moat, the markdown isn&#x27;t), and security tooling around skill files specifically (AgentShield, ECC&#x27;s scanner, is a real product even if the skills it scans aren&#x27;t). None of those are the prompt.<p>Repos: \ngithub.com&#x2F;forrestchang&#x2F;andrej-karpathy-skills, \ngithub.com&#x2F;mattpocock&#x2F;skills, \ngithub.com&#x2F;affaan-m&#x2F;everything-claude-code.","offTopic":true},{"id":"bc4edd55-ce91-4c80-a7d4-d5afe1a07c5e","excerpt":"📊 AI CLI 工具社区动态日报 2026-03-07 — # Bản tin Cộng đồng Công cụ AI CLI 2026-03-07\n\n> Thời gian tạo: 2026-03-07 13:56 UTC | Công cụ: 7\n\n- [Claude Code](https://github.com/anthropics/claude-code)\n- [OpenAI Codex](https://github.com/openai/codex)\n- [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI","url":"https://github.com/compasify/agents-radar/issues/4","role":"pain","weight":1.4254266,"occurredAt":"2026-03-07T14:00:14.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"compasify/agents-radar","intent":"feature_request","painScore":0.72256994,"sentiment":-0.94878364,"confidence":0.8275,"matchedPatterns":["missing_feature","please_add","workaround","product:resend"],"statement":"Link: - #30021 — \"Create PR\" button missing in Claude Code web UI after push - Tại sao quan trọng: làm gián đoạn flow commit → PR, đặc biệt với người dùng iOS; gây mất năng suất.","title":"📊 AI CLI 工具社区动态日报 2026-03-07","body":"# Bản tin Cộng đồng Công cụ AI CLI 2026-03-07\n\n> Thời gian tạo: 2026-03-07 13:56 UTC | Công cụ: 7\n\n- [Claude Code](https://github.com/anthropics/claude-code)\n- [OpenAI Codex](https://github.com/openai/codex)\n- [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github.com/github/copilot-cli)\n- [Kimi Code CLI](https://github.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github.com/anomalyco/opencode)\n- [Qwen Code](https://github.com/QwenLM/qwen-code)\n- [Claude Code Skills](https://github.com/anthropics/skills)\n\n---\n\n## So sánh chéo\n\n1) Tổng quan hệ sinh thái\n- Các dự án AI‑CLI hiện tập trung vào hai mạch chính: (a) tính ổn định/khả năng chạy cross‑platform (Windows/WSL/Android/Termux) và quản lý session dài hạn; (b) mở rộng khả năng tự động hoá/agent (hooks, subagents, scheduling, prompt replay) đồng thời kiểm soát chi phí/quota và hành vi mô hình.  \n- Nhiều repo đang tung nightly/alpha nhanh (rollouts liên tục), trong khi các issue lớn xoay quanh rate‑limits, auth/refresh, và tương thích terminal/IME — những vấn đề cơ bản ảnh hưởng trực tiếp tới developer experience.  \n- Kết quả: tốc độ đổi mới cao nhưng cũng có nhiều regressions vận hành; observability, retry/backoff và UX headless là những điểm cần ưu tiên.\n\n2) So sánh mức độ hoạt động (hôm nay)\nTool | Issues (hot/updated) | PRs (notable active/merged) | Release (24h)\nClaude Code | 10 issues nóng | 10 PRs tiến độ (stability/hooks/safe‑edit) | v2.1.71 (mới) — /loop, cron (có bug báo cáo)\nOpenAI Codex | 10 issues nóng | 10 PRs (subagents, hooks, sandbox) | Loạt rust‑v0.112.0‑alpha.* (6 alpha releases)\nGemini CLI | 10 issues chọn lọc | 10 PRs (headless, sandbox, agent UX) | v0.34.0‑nightly + v0.33.0‑preview.5\nGitHub Copilot CLI | 10 issues theo dõi | ~0 PR mới trong 24h (nhiều issue đóng gần đây) | v1.0.2 (GA bump) + v0.0.423\nKimi Code CLI | 3 issues cập nhật | 2 PRs (header/OAuth fixes) | No release (không có release mới)\nOpenCode | 10 issues lớn | 10 PRs (compaction, session lifecycle, 1M header) | No release (không có release mới)\nQwen Code | 9 issues cập nhật | 10 PRs (VSCode UX, session replay) | v0.12.0‑nightly (mới)\n\n(Ghi chú: “Issues” và “PRs” ở trên là số bản tin nêu ra hôm nay — chỉ báo hoạt động/ưu tiên, không phải tổng repo.)\n\n3) Hướng tính năng chung (xuất hiện trên nhiều công cụ)\n- Cross‑platform/WSL/Windows fixes (Claude Code, Codex, Gemini, Copilot, OpenCode, Qwen): sửa path/TMP, editor detection, PowerShell compatibility, terminal rendering.  \n- Session/stateful remote control & resume (Gemini, Claude, Codex, OpenCode): stateful WebSocket / resume, long sessions, session IDs trong hooks.  \n- Hooks / extensibility / subagents (Codex, Gemini, Claude, Qwen): engine cho SessionStart/Stop, hook schemas, HTTP hooks và propagation of execpolicy.  \n- Automation scheduling / replay (/loop, cron, prompt‑replay) (Claude, Gemini, Copilot): chạy định kỳ, prompt replay cache, dry‑run previews.  \n- Quota/usage attribution & rate‑limit visibility (Claude, Codex, Copilot, Qwen): usage misattribution, unexpected rate limits, need for clearer metrics.  \n- Sandbox options non‑Docker (udocker) & macOS seatbelt fixes (Gemini, Codex, OpenCode): hỗ trợ môi trường edge/Android, tôn trọng filesystem carveouts.  \n- Safety/file‑edit guards and CLAUDE.md-like policies (Claude, Copilot, OpenCode): chặn edit trên file chưa đọc, validate agent instructions.  \n- Observability / better error payloads (Kimi, Qwen, Copilot): request IDs, payload/log collection for 400s/connection errors.\n\n4) Phân tích khác biệt hóa\n- Claude Code: tập trung sâu vào agent workflows, plugin/hooks, an toàn thao tác file và tích hợp IDE (VS Code) — khách hàng mục tiêu: developers xây dựng automation CI/CD‑centric. Vấn đề nổi bật: hành vi model (Opus 4.6) + tích hợp nền tảng.  \n- OpenAI Codex: nhấn mạnh vào subagents, hooks engine và cải thiện stability ở mức infra (rate‑limits, auth, streaming). Iteration rất nhanh (nhiều alpha Rust), hướng tới developer platform enterprise với kiểm soát rollout/guardian.  \n- Gemini CLI: ưu tiên headless/automation reliability, agent UX (giảm narration), và sandboxing không‑Docker — phù hợp cho CI, embedded/edge và team automation.  \n- GitHub Copilot CLI: trọng tâm UX TUI và shell execution (forms, IME, shell guards), GA‑ready trải nghiệm cho dev cá nhân/teams; pain points chủ yếu là terminal/PowerShell/IME.  \n- OpenCode: tập trung xử lý Windows ecosystem, session/storage compaction và hỗ trợ context‑1M token — target: người dùng desktop/large‑scale sessions.  \n- Qwen Code & Kimi: tập trung UX VS Code companion, session replay, và reliability kết nối/OAuth — giải pháp compact cho workflows IDE‑centric.  \nTóm lại: mỗi công cụ nhắm tới các lớp người dùng khác nhau (agent heavy automation vs IDE companion vs infra/platform stability), nên ưu tiên kỹ thuật phản ánh target user.\n\n5) Động lực & độ trưởng thành của cộng đồng\n- Hoạt động mạnh/nhanh: OpenAI Codex (loạt alpha releases, threads lớn về rate limits) và Claude Code (nhiều issue/PR, release feature) — cộng đồng chuyên sâu, nhiều contributors và nhiều signal phân loại.  \n- Iteration nhanh (nightly/alpha cadence): Codex, Gemini, Qwen, Claude. Những repo này triển khai tính năng thí nghiệm thường xuyên nhưng kèm theo regressions.  \n- Cộng đồng tập trung vào triage/ops lớn: OpenCode có các “mega‑issue” Windows (202 comments) — chỉ ra vấn đề người dùng thực tế và nhu cầu hợp tác maintainer‑user.  \n- Ít hoạt động/ngày: Kimi Code (ít issue/PR cập nhật) — cần review prioritization để tăng tốc fix.  \nRủi ro: dự án có cadence nhanh nhưng thiếu observability/tracing dễ dẫn đến regressions và user churn.\n\n6) Tín hiệu xu hướng & gợi ý cho nhà phát triển\n- Xu hướng ngành: mô hình hóa agent + automation là trung tâm; đồng thời yêu cầu cơ sở hạ tầng xung quanh (session state, hooks, sandbox portability, prompt caching) ngày càng quan trọng.  \n- Nên ưu tiên (ngắn hạn, high ROI): (1) observability — request IDs, structured logs, reproducible repro templates; (2) session/state APIs (resume, session IDs in hooks); (3) cross‑platform fixes (Windows/WSL/PowerShell/Termux); (4) robust retry/backoff + clear 400/429 diagnostics; (5) lightweight sandboxing options cho edge (udocker).  \n- Về sản phẩm: cung cấp dry‑run/previews, prompt‑replay cache và per‑agent model selection giảm chi phí/risks — được nhiều cộng đồng yêu cầu.  \n- Chiến lược cộng đồng: tập trung triage các mega‑issues (Windows, rate limits, model regressions) và kêu gọi repro/logs từ reporter sẽ rút ngắn vòng sửa lỗi và tăng độ tin cậy release.\n\nNếu cần, tôi có thể xuất checklist ưu tiên 2 tuần (triage + observability + platform fixes) hoặc mẫu bug‑report chuẩn để thu thập logs/request IDs từ người dùng.\n\n---\n\n## Báo cáo chi tiết từng công cụ\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Điểm nổi bật Claude Code Skills\n\n> Nguồn dữ liệu: [anthropics/skills](https://github.com/anthropics/skills)\n\nBáo cáo nhanh — Điểm nổi bật cộng đồng Claude Code Skills (dữ liệu tới 2026-03-07)\n\n1) Xếp hạng \"Skills hot\" (5–8 PR được thảo luận/quan tâm nhiều nhất)\n- #514 Add document-typography — Kiểm soát chất lượng chữ/format cho tài liệu do AI tạo (tránh orphan/widow, căn số bị lệch). Điểm thảo luận: cải thiện đầu ra văn bản và tương thích in/Word; phù hợp cho người dùng chuyên soạn thảo tài liệu. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/514\n- #210 Improve frontend-design skill clarity and actionability — Làm rõ hướng dẫn thiết kế giao diện front-end, tập trung tính khả thi trong một phiên hội thoại. Điểm thảo luận: giảm tính mô tả quá mức, tăng tính thực thi. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/210\n- #83 Add skill-quality-analyzer and skill-security-analyzer to marketplace — Hai meta-skill phân tích chất lượng và an ninh cho Skills (đa tiêu chí). Điểm thảo luận: nhu cầu tool kiểm thử/đánh giá Skills trước khi phát hành. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/83\n- #154 Add shodh-memory skill — Hệ thống bộ nhớ bền cho agent, hướng dẫn khi nào gọi proactive_context và cách cấu trúc memory. Điểm thảo luận: nhu cầu nhớ ngữ cảnh liên tục giữa các phiên; ảnh hưởng tới UX agent. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/154\n- #147 Add codebase-inventory-audit skill — Audit mã nguồn: tìm code mồ côi, file unused, gap tài liệu, và tạo báo cáo CODEBASE-STATUS.md. Điểm thảo luận: tự động hoá audit, cải thiện maintainability. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/147\n- #444 feat: add AURELION skill suite — Bộ kỹ năng AURELION (kernel, advisor, agent, memory) cho quản lý tri thức và hợp tác AI. Điểm thảo luận: framework nhận thức/memory cho luồng công việc chuyên nghiệp. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/444\n- #246 Configure skills in Claude user preferences — Khuôn mẫu cấu hình skill theo người dùng, template preference và skill ngôn ngữ. Điểm thảo luận: cá nhân hoá hành vi Claude qua preferences. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/246\n- #299 Google Workspaces assistant skills — Bộ skill cho tương tác email/calendar/tasks qua GOG CLI. Điểm thảo luận: tích hợp hệ sinh thái bên thứ ba (Google Workspace) để làm trợ lý cá nhân. Trạng thái: OPEN. https://github.com/anthropics/skills/pull/299\n\n2) Xu hướng nhu cầu cộng đồng (tóm tắt từ Issues)\n- Trạng thái và bộ nhớ bền/khôi phục: người dùng cần memory bền cho agent, khắc phục tình trạng \"skills biến mất\" và giữ ngữ cảnh liên tục (liên quan: issue #62). https://github.com/anthropics/skills/issues/62\n- Công cụ và tiêu chuẩn phát triển Skill: nâng cấp skill-creator theo best practices, giảm verbose/hướng dẫn dành cho dev, tăng token-efficiency (issue #202). https://github.com/anthropics/skills/issues/202\n- Kiểm thử/đánh giá chất lượng và an ninh cho Skills: mong muốn có analyzer/quality checks trước khi publish (phản ánh PR #83 và thảo luận chung). https://github.com/anthropics/skills/pull/83\n- Packaging / MCP / quản lý phụ thuộc: yêu cầu expose Skills như MCPs, package manager cho Skills và hỗ trợ MCP Apps (issue #16, #185). https://github.com/anthropics/skills/issues/16 https://github.com/anthropics/skills/issues/185\n- Tích hợp hệ thống bên thứ ba & cloud (Bedrock, Google Workspace): nhu cầu chạy Skills với AWS Bedrock, tích hợp API của Google/Workspace để tự động hoá công việc cá nhân/enterprise (issue #29 và PR #299). https://github.com/anthropics/skills/issues/29 https://github.com/anthropics/skills/pull/299\n- Vận hành và ổn định API: lỗi upload/delete/serving Skills qua API (issues #406, #403, #389) gây gián đoạn sản xuất; cộng đồng cần ổn định nền tảng. https://github.com/anthropics/skills/issues/406 https://github.com/anthropics/skills/issues/403 https://github.com/anthropics/skills/issues/389\n- An ninh, governance cho agents: đề xuất skill về agent-governance (policy/enforcement/audit) phản ánh quan ngại về an toàn hệ thống agent. https://github.com/anthropics/skills/issues/412\n- SOP & công cụ chuyên ngành nội bộ: nhu cầu SOP/task-specific MCP tool definitions cho tác vụ doanh nghiệp (issue #273). https://github.com/anthropics/skills/issues/273\n- Chất lượng đầu ra tài liệu: typographic và whitespace issues cho docx/OOXML, nhu cầu chuẩn hoá xuất văn bản (PR #514, #143). https://github.com/anthropics/skills/pull/514 https://github.com/anthropics/skills/pull/143\n\n3) Skills tiềm năng cao chưa merge (PR có khả năng sớm được triển khai)\n- shodh-memory (PR #154) — Trùng khớp nhu cầu lớn về bộ nhớ bền; nếu được duyệt sẽ giải quyết nhiều issue UX/consistency. https://github.com/anthropics/skills/pull/154\n- skill-quality-analyzer & skill-security-analyzer (PR #83) — Meta-skill hữu ích cho pipeline phát triển Skills; được kỳ vọng để nâng mức chất lượng cộng đồng. https://github.com/anthropics/skills/pull/83\n- document-typography (PR #514) — Tập trung vào lỗi typographic phổ biến; có ứng dụng thực tế ngay cho người tạo tài liệu/enterprise. ht","offTopic":true},{"id":"0ac42f08-bca3-426a-9c44-444f848188de","excerpt":"📊 AI CLI Tools Digest 2026-09-05 — # AI CLI Tools Community Digest 2026-09-05\n\n> Generated: 2026-09-04 16:09 UTC | Tools covered: 7\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/mux4457986479-commits/agents-radar/issues/24","role":"demand","weight":1.4175717,"occurredAt":"2026-09-04T16:15:46.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"mux4457986479-commits/agents-radar","intent":"alternative_search","painScore":0.6885904,"sentiment":-0.8037975,"confidence":0.8395,"matchedPatterns":["terrible","frustrating","switching_from","missing_feature","please_add","workaround","manual_process","product:anthropic"],"statement":"The community is moving from “make Claude do X” toward “make Claude reliably govern, audit, and remember X.” --- ## 3.","title":"📊 AI CLI Tools Digest 2026-09-05","body":"# AI CLI Tools Community Digest 2026-09-05\n\n> Generated: 2026-09-04 16:09 UTC | Tools covered: 7\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/earendil-works/pi)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n⚠️ Comparative analysis generation failed.\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights\n\n**Data snapshot:** 2026-09-05 | **Source:** `github.com/anthropics/skills`\n\nAll PRs below are open as of the snapshot. PR comment counts were not fully exposed in the data, so “attention” is inferred from linked issues, duplicate-fix activity, update recency, and scope.\n\n---\n\n## 1. Top Skills Ranking\n\nMost-discussed / most-active skill areas, based on community attention.\n\n### 1. `skill-creator` evaluation tooling — the most concentrated activity\nMultiple independent PRs target the same broken `run_eval.py` path: skills are never triggered in headless eval, causing `recall=0%` on every description. This undermines the optimizer loop in `skill-creator`.\n\n- Functionality: `skill-creator` scaffolds, validates, and optimizes Claude Skills; `run_eval.py` measures whether candidate skill descriptions actually trigger.\n- Discussion highlights: issue [#556](https://github​.com/anthropics/skills/issues/556) reports a 0% trigger rate across all queries; PRs [#1298](https://github​.com/anthropics/skills/pull/1298), [#1099](https://github​.com/anthropics/skills/pull/1099), and [#1050](https://github​.com/anthropics/skills/pull/1050) independently identify Windows subprocess/pipe failures, eval artifact installation problems, and encoding bugs.\n- Status: open; the cluster is the clearest signal that the community wants reliable skill evaluation before adding more skills.\n\n### 2. Document / office-format skills\nA multi-PR family focused on making Claude a trustworthy producer and editor of document files.\n\n- [PR #486 — ODT skill](https://github​.com/anthropics/skills/pull/486): create, fill, read, and convert OpenDocument `.odt` / `.ods` files; also converts ODT to HTML.\n- [PR #514 — document-typography](https://github​.com/anthropics/skills/pull/514): typographic quality control for generated documents — orphaned words, stranded headers, numbering misalignment.\n- [PR #541 — DOCX tracked-change fix](https://github​.com/anthropics/skills/pull/541): prevents OOXML `w:id` collisions with existing bookmarks, which corrupt documents.\n- [PR #538 — PDF reference fix](https://github​.com/anthropics/skills/pull/538): corrects case-sensitive file references in `SKILL.md`, important for case-sensitive filesystems.\n\nStatus: all open. The breadth suggests strong demand for document-generation quality and repair, not just raw file creation.\n\n### 3. `mcp-builder` reliability\n- [PR #1602](https://github​.com/anthropics/skills/pull/1602) addresses multiple `mcp-builder` defects: MCP result text not extracted before serialization, benchmark metric errors, encoding problems, and script instability.\n- Related issue [#1390](https://github​.com/anthropics/skills/issues/1390) shows `evaluation.py` silently fabricates tool errors against real MCP servers, so the driven agent scores 0/N.\n- Functionality: `mcp-builder` is the skill for building and evaluating MCP servers; it is essential to Claude Code ecosystem extensibility.\n- Status: open, with active fixes being proposed.\n\n### 4. Hivemind — zero-cost multi-agent orchestration\n[PR #1628](https://github​.com/anthropics/skills/pull/1628)\n\n- Functionality: lets Claude Code delegate mechanical work to headless `opencode` workers running on free models, while Claude Code remains planner, reviewer, and merger.\n- Discussion highlights: positions expensive-model context as the scarce resource and proposes cheap worker delegation as the answer.\n- Status: open and recently updated; a strong candidate for community interest in orchestration and cost control.\n\n### 5. self-audit — reasoning quality gate\n[PR #1367](https://github​.com/anthropics/skills/pull/1367)\n\n- Functionality: audits AI output before delivery — first verifies every claimed output file exists, then performs a four-dimension reasoning audit in damage-severity order.\n- Discussion highlights: complementary issue [#1385](https://github​.com/anthropics/skills/issues/1385) proposes a three-gate pipeline: pre-task calibration, adversarial review, and delivery verification.\n- Status: open. Represents a visible community push for verifiable output quality, not just better generation.\n\n### 6. testing-patterns\n[PR #723](https://github​.com/anthropics/skills/pull/723)\n\n- Functionality: comprehensive testing coverage — Testing Trophy philosophy, unit-test patterns, React component testing with Testing Library, edge cases, and what not to test.\n- Significance: fills a broad demand for technical-testing guidance inside Claude Code skills.\n- Status: open.\n\n### 7. `claude-api` model data maintenance\n[PR #1607](https://github​.com/anthropics/skills/pull/1607)\n\n- Functionality: marks four retired model IDs as retired in the `claude-api` skill.\n- Discussion highlights: related issue [#1487](https://github​.com/anthropics/skills/issues/1487) warns that the `claude-api` skill eagerly injects ~156k tokens, exhausting the context window. Model metadata accuracy is important, but context-efficiency is the bigger unresolved concern.\n- Status: open.\n\n### 8. ServiceNow platform skill\n[PR #568](https://github​.com/anthropics/skills/pull/568)\n\n- Functionality: broad ServiceNow platform assistant covering ITSM, ITOM, ITAM/SAM, FSM, HRSD, SecOps, SPM/PPM, CSDM, and IntegrationHub.\n- Significance: signals enterprise workflow/automation demand beyond generic coding skills.\n- Status: open.\n\n---\n\n## 2. Community Demand Trends\n\nDistilled from issue activity:\n\n### Security and trust boundaries\n[Issue #492](https://github​.com/anthropics/skills/issues/492) is the single most-commented issue at **43 comments**: community-made skills distributed under the `anthropic/` namespace impersonate official Anthropic skills, creating a trust-boundary vulnerability. Related demand includes secure handling of SharePoint Online documents ([#1175](https://github​.com/anthropics/skills/issues/1175)) and agent governance patterns ([#412](https://github​.com/anthropics/skills/issues/412)).\n\n### Enterprise org-wide skill sharing\n[Issue #228](https://github​.com/anthropics/skills/issues/228) — **16 comments** — asks for org-wide skill sharing directly in Claude.ai rather than manual `.skill` file transfer. Supporting lifecycle pain shows in duplicate plugin contents ([#189](https://github​.com/anthropics/skills/issues/189)) and disappearing skills ([#62](https://github​.com/anthropics/skills/issues/62)).\n\n### Reliable evaluation and skill-authoring tooling\n[Issue #556](https://github​.com/anthropics/skills/issues/556) — **12 comments** — reports `run_eval.py` never triggers skills, so skill optimization is “optimizing against noise.” Related tooling defects appear in `mcp-builder` ([#1390](https://github​.com/anthropics/skills/issues/1390)) and `web-artifacts-builder` ([#1362](https://github​.com/anthropics/skills/issues/1362)). The community wants authoring/evaluation infrastructure hardened before skills are scaled.\n\n### Context-window efficiency and token discipline\n[Issue #1487](https://github​.com/anthropics/skills/issues/1487) reports the `claude-api` skill injects ~156k tokens in one tool call. Duplicate skills from plugin overlap ([#189](https://github​.com/anthropics/skills/issues/189)) also waste context. Demand is clear: skills must be lightweight, discoverable, and non-redundant.\n\n### New skill directions\nEmerging proposals center on **agent memory compaction** ([#1329 — compact-memory](https://github​.com/anthropics/skills/issues/1329)), **AI agent governance** ([#412](https://github​.com/anthropics/skills/issues/412)), and **quality-gate pipelines** ([#1385](https://github​.com/anthropics/skills/issues/1385)). The community is moving from “make Claude do X” toward “make Claude reliably govern, audit, and remember X.”\n\n---\n\n## 3. High-Potential Pending Skills\n\nThese open PRs have strong product fit, active issue linkage, or unusually concrete scope — so they may land soon:\n\n- **[PR #1628 — Hivemind](https://github​.com/anthropics/skills/pull/1628)** — multi-agent orchestration with free headless workers; recent, cost-driven, and immediately understandable.\n- **[PR #1607 — claude-api model retirement update](https://github​.com/anthropics/skills/pull/1607)** — small, factual, and likely to merge once model metadata is corrected.\n- **[PR #1602 — mcp-builder fixes](https://github​.com/anthropics/skills/pull/1602)** — directly addresses documented evaluation failures against real MCP servers.\n- **[PR #1367 — self-audit](https://github​.com/anthropics/skills/pull/1367)** — aligns with the quality-gate pipeline issue [#1385](https://github​.com/anthropics/skills/issues/1385).\n- **[PR #723 — testing-patterns](https://github​.com/anthropics/skills/pull/723)** — broad, well-structured testing coverage useful to almost every Claude Code user.\n- **[PR #486 — ODT skill](https://github​.com/anthropics/skills/pull/486)** — fills the missing OpenDocument gap in the document-format family.\n- **[PR #83 — skill-quality-analyzer and skill-security-analyzer](https://github​.com/anthropics/skills/pull/83)** — meta-skills that directly target issue [#492](https://github​.com/anthropics/skills/issues/492); likely to gain attention as security requirements tighten.\n- **[PR #514 — document-typography](https://github​.com/anthropics/skills/pull/514)** — addresses a concrete quality problem in AI-generated documents with minimal scope.\n\n---\n\n## 4. Skills Ecosystem Insight\n\nThe Claude Code Skills community is concentrating less on individual end-user domains and more on **making Skills themselves trustworthy, evaluable, context-efficient, and governable** — security analyzers, reliable eval harnesses, audit gates, and compact memory are the next bottleneck to solve before the catalog can safely expand.\n\n---\n\n# Claude Code Community Digest — 2026-09-05\n\n## Today’s Highlights\nAnthropic shipped v2.1.260, adding an in-conversation diff panel for fullscreen mode and surfacing likely prompt-cache miss causes in `/cost`. The community remains heavily focused on Windows relaunch/update failure classes and `/tmp/claude-*-cwd` cleanup, while several fresh enhancement requests push toward richer hook APIs, multi-account support, and cross-session coordination.\n\n## Releases\n### [v2.1.260](https://github​.com/anthropics/claude-code/releases/tag/v2.1.260)\n- Added a diff panel that opens beside the conversation in fullscreen mode and shows uncommitted changes as Claude edits. Toggle with `/diff`.\n- Added likely causes for prompt-cache misses to `/cost`, including tool-definition/system-prompt changes and idle time past the TTL.\n\n## Hot Issues\n1. **[Claude Code Desktop fails to relaunch on Windows due to orphaned process file lock](https://github​.com/anthropics/claude-code/issues/42776)** — The most-commented issue in this window (155 comments / 73👍). Windows users report relaunch failures after an orphaned process keeps the app file locked, making updates effectively unusable until a manual cleanup or reboot.\n\n2. **[Memory leak: missing cleanup for `/tmp/claude-*-cwd` working directory files](https://github​.com/anthropics/claude-code/issues/8856)** — Long-running Linu","offTopic":true},{"id":"da65c2d9-7635-471c-bf56-caf8218456e1","excerpt":"📊 AI CLI Tools Digest 2026-07-10 — # AI CLI Tools Community Digest 2026-07-10\n\n> Generated: 2026-07-10 08:39 UTC | Tools covered: 14\n\n- [Claude Code](https://github.com/anthropics/claude-code)\n- [OpenAI Codex](https://github.com/openai/codex)\n- [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n- [GitHub Copilot","url":"https://github.com/bkutasi/big_model_radar/issues/6","role":"pain","weight":1.4127204,"occurredAt":"2026-07-10T08:42:53.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"bkutasi/big_model_radar","intent":"feature_request","painScore":0.6768196,"sentiment":-0.8901099,"confidence":0.8425,"matchedPatterns":["missing_feature","please_add","workaround","product:github actions"],"statement":"**#76133** (1 comment, 0 👍) **Max 20x subscriber rate-limited with no warning** - Highlights a key pain point: lack of visibility into usage limits and budget, especially during intensive subagent orchestration.","title":"📊 AI CLI Tools Digest 2026-07-10","body":"# AI CLI Tools Community Digest 2026-07-10\n\n> Generated: 2026-07-10 08:39 UTC | Tools covered: 14\n\n- [Claude Code](https://github.com/anthropics/claude-code)\n- [OpenAI Codex](https://github.com/openai/codex)\n- [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github.com/github/copilot-cli)\n- [Kimi Code CLI](https://github.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github.com/anomalyco/opencode)\n- [Qwen Code](https://github.com/QwenLM/qwen-code)\n- [llama.cpp](https://github.com/ggml-org/llama.cpp)\n- [Hermes Agent](https://github.com/NousResearch/hermes-agent)\n- [vLLM](https://github.com/vllm-project/vllm)\n- [SGLang](https://github.com/sgl-project/sglang)\n- [BeeLlama.cpp](https://github.com/Anbeeld/beellama.cpp)\n- [buun-llama-cpp](https://github.com/spiritbuun/buun-llama-cpp)\n- [Lucebox](https://github.com/Luce-Org/lucebox)\n- [Claude Code Skills](https://github.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n# AI CLI Tools Ecosystem Comparison Report — 2026-07-10\n\n## 1. Ecosystem Overview\nThe AI CLI tools ecosystem in mid-2026 is characterized by rapid iteration and specialization. While foundational tools like **llama.cpp** and **vLLM** focus on optimizing inference performance and hardware compatibility, application-layer tools (**Claude Code, OpenAI Codex, Gemini CLI, Copilot CLI, Kimi Code CLI, Qwen Code**) are shifting focus toward complex agentic workflows, model orchestration, and developer productivity. Community activity is intense, with projects actively competing on reliability, cross-platform stability, and seamless integration into developer environments. The landscape shows a clear bifurcation: low-level inference engines prioritizing raw performance and hardware support, versus high-level coding agents emphasizing workflow automation and model versatility.\n\n## 2. Activity Comparison (2026-07-10)\n\n| Tool                | Issues (Hot) | Pull Requests (Key) | Release Status          |\n|---------------------|--------------|---------------------|-------------------------|\n| **Claude Code**     | 10           | 5                   | **v2.1.206 Released**   |\n| **OpenAI Codex**    | 10           | 10                  | v0.144.1 Stable, v0.145.0-alpha |\n| **Gemini CLI**      | 10           | 10                  | v0.52.0-nightly Released |\n| **Copilot CLI**     | 10           | 0                   | v1.0.70 Stable, Pre-release |\n| **Kimi Code CLI**   | 2            | 1                   | No new release          |\n| **OpenCode**        | 10           | 10                  | v1.17.18, v1.17.17 Released |\n| **Qwen Code**       | 6+           | 10+                 | Nightly build released  |\n| **llama.cpp**       | 10           | 10                  | Multiple build releases (b9938-b9948) |\n| **vLLM**            | 10           | 10                  | No new release          |\n| **SGLang**          | 10           | 10                  | No new release          |\n| **Lucebox**         | 0            | 7                   | No new release          |\n\n## 3. Shared Feature Directions\nMultiple tool communities are converging on similar requirements:\n- **Multi-Model Orchestration & Cost Optimization:** Demand for automatic model switching for planning/execution phases (**Claude Code #15721, Copilot CLI #2792, OpenCode #6651**) and better budget/usage visibility (**Claude Code #76133, Codex v0.144.0**).\n- **Hardware & Backend Compatibility:** Significant focus on AMD/ROCm (**vLLM, SGLang, Lucebox, llama.cpp**), Intel XPU (**SGLang, llama.cpp**), and ensuring performance parity across GPU ecosystems.\n- **Agentic Workflow Reliability:** Universal need for robust subagent control, failure reporting, and prevention of hangs/garbage processes (**Gemini CLI #21409, #25166; Codex memory leaks; Claude Code agent orchestration**).\n- **Project & Context Portability:** Interest in project-scoped configurations (**Copilot CLI #1665, resolved**), interoperability with other tools' config files (**Kimi CLI #2487 loading `CLAUDE.md`**), and better session/state management.\n\n## 4. Differentiation Analysis\n- **Inference Engines (llama.cpp, vLLM, SGLang, Lucebox):** Focus on raw performance, hardware optimization, and support for new model architectures (DeepSeek-V4, GLM-5.2). Differentiation lies in specific optimizations (e.g., SGLang's HiCache, vLLM's Model Runner v2, Lucebox's DFlash runtime).\n- **Application-Layer Agents (Claude Code, Codex, Gemini CLI, Copilot CLI):** Focus on workflow integration, toolchain ergonomics (IDE, TUI, browser), and model-agnostic features. Claude Code emphasizes workflow ergonomics (`/doctor`, `/commit-push-pr`), Codex focuses on platform stability and multi-agent systems, Gemini on security (RCE fixes) and memory systems, Copilot on sandbox control and plugin management.\n- **Emerging & Specialized Tools:** **Kimi Code CLI** prioritizes corporate environment compatibility (SSL certificates) and interoperability. **OpenCode** highlights model discovery and desktop UX polish. **Qwen Code** leads in multi-workspace daemon architecture.\n\n## 5. Community Momentum & Maturity\n- **Most Active & Rapidly Iterating:** **llama.cpp**, **vLLM**, and **SGLang** show the highest velocity of PRs and releases, driven by competitive pressure in the inference optimization space. **Claude Code** and **Codex** also demonstrate rapid feature and patch cycles.\n- **Established but Stabilizing:** **Gemini CLI** and **Qwen Code** show mature, focused development on core reliability and architectural features (e.g., multi-workspace).\n- **Emerging/Niche:** **Kimi Code CLI** and **Lucebox** are active but with narrower scopes. **Copilot CLI** is feature-rich but shows stability pain points on Windows/WSL.\n- **Community Engagement:** Issues with high comment/upvote counts indicate deeply engaged communities around pain points like IDE integration (**Claude Code #3301**), platform stability (**Codex Windows issues**), and model compatibility (**OpenCode Gemma 4**).\n\n## 6. Trend Signals (Value for Developers)\n- **The Rise of the Agentic Stack:** Development is moving beyond simple code generation to complex, multi-step agent workflows. Tools are competing on reliability, cost control, and orchestrator intelligence.\n- **Cost-Awareness is a First-Class Feature:** Automatic model switching, token budgeting, and usage visibility are becoming essential as API costs scale with agentic complexity.\n- **Hardware Divergence & Parity:** Support for AMD, Intel, and ARM backends is no longer optional. Performance parity across hardware is a key competitive differentiator.\n- **Session and State Management as Critical Infrastructure:** Robustness in handling long-running sessions, worktrees, and state corruption is a major factor in developer adoption, especially for enterprise use cases.\n- **Security & Sandboxing are Moving to the Forefront:** With agents gaining more system access, features like sandbox control (**Copilot CLI**), hook enforcement (**Hermes**), and vulnerability patching (**Gemini CLI**) are becoming critical differentiators for production use.\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report  \n*Data as of 2026-07-10 | Repository: [anthropics/skills](https://github.com/anthropics/skills)*  \n\n---\n\n## 1. Top Skills Ranking  \n*(Based on cross-referenced Issue activity, thematic clustering, and update frequency — exact comment counts unavailable in provided data)*  \n\n1. **Skill-Creator Ecosystem Fixes**  \n   - **PRs:** [#1298](https://github.com/anthropics/skills/pull/1298), [#1099](https://github.com/anthropics/skills/pull/1099), [#1050](https://github.com/anthropics/skills/pull/1050), [#1323](https://github.com/anthropics/skills/pull/1323), [#1261](https://github.com/anthropics/skills/pull/1261)  \n   - **Functionality:** Fixes for `run_eval.py`/`run_loop.py` — the core description-optimization loop that reports 0% recall on Windows, has trigger-detection bugs, and pollutes project directories.  \n   - **Discussion Highlights:** Cross-referenced in Issues [#556](https://github.com/anthropics/skills/issues/556), [#1169](https://github.com/anthropics/skills/issues/1169), [#1061](https://github.com/anthropics/skills/issues/1061). Critical for skill development workflow.  \n   - **Status:** All OPEN, with #1298 being the most comprehensive attempt.  \n\n2. **Document Format Skills**  \n   - **PRs:** [#514](https://github.com/anthropics/skills/pull/514) (typography), [#486](https://github.com/anthropics/skills/pull/486) (ODT), [#538](https://github.com/anthropics/skills/pull/538) (PDF), [#541](https://github.com/anthropics/skills/pull/541) (DOCX)  \n   - **Functionality:** Extends Claude’s document creation/editing capabilities to include typographic quality control, OpenDocument format, and fixes for case-sensitivity and XML ID collisions.  \n   - **Discussion Highlights:** Focus on professional document quality and open-format support.  \n   - **Status:** All OPEN, with PR #541 addressing a document corruption bug.  \n\n3. **Testing Patterns Skill**  \n   - **PR:** [#723](https://github.com/anthropics/skills/pull/723)  \n   - **Functionality:** Comprehensive skill covering unit, React component, and integration testing patterns.  \n   - **Discussion Highlights:** High interest in standardized AI-assisted testing workflows.  \n   - **Status:** OPEN since March 2026.  \n\n4. **Self-Audit Skill**  \n   - **PR:** [#1367](https://github.com/anthropics/skills/pull/1367)  \n   - **Functionality:** Mechanical verification + four-dimension reasoning audit for AI output quality.  \n   - **Discussion Highlights:** Addresses need for automated output validation.  \n   - **Status:** OPEN, recently submitted.  \n\n5. **Color Expert Skill**  \n   - **PR:** [#1302](https://github.com/anthropics/skills/pull/1302)  \n   - **Functionality:** Color science expertise covering naming systems, spaces, and perceptual uniformity.  \n   - **Discussion Highlights:** Niche but high-utility for design workflows.  \n   - **Status:** OPEN.  \n\n6. **Skill Quality/Security Analyzers**  \n   - **PR:** [#83](https://github.com/anthropics/skills/pull/83)  \n   - **Functionality:** Meta-skills for evaluating skill quality and security across five dimensions.  \n   - **Discussion Highlights:** Aims to standardize skill evaluation in the marketplace.  \n   - **Status:** OPEN since Nov 2025.  \n\n---\n\n## 2. Community Demand Trends  \n*Derived from Issue discussions and PR themes*  \n\n- **Windows Compatibility & Cross-Platform Parity:** Persistent requests for fixing Unix-first assumptions in skill-creator scripts ([#1061](https://github.com/anthropics/skills/issues/1061)).  \n- **Security & Trust Boundaries:** Concerns about community skills distributed under the `anthropic/` namespace creating trust risks ([#492](https://github.com/anthropics/skills/issues/492), 34 comments).  \n- **Enterprise & Organizational Sharing:** Demand for org-wide skill sharing and library management ([#228](https://github.com/anthropics/skills/issues/228), 14 comments).  \n- **Document Automation:** Interest in expanding beyond PDF to ODT, advanced typography, and template filling.  \n- **Output Validation & Audit Trails:** Skills that verify their own output or provide governance patterns ([#1329](https://github.com/anthropics/skills/issues/1329), [#412](https://github.com/anthropics/skills/issues/412)).  \n\n---\n\n## 3. High-Potential Pending Skills  \n*Active PRs with recent engagement that may merge soon*  \n\n| Skill | PR | Recent Activity | Potential Impact |\n|-------|----|-----------------|------------------|\n| **Self-Audit** | [#1367](https://github.com/anthropics/skills/pull/1367) | Updated 2026-07-02 | Adds automated output verification, could become a standard quality gate |\n","offTopic":true},{"id":"9112834d-0303-45e3-9a5b-9cdb9c4495aa","excerpt":"📊 AI CLI Tools Digest 2026-09-03 — # AI CLI Tools Community Digest 2026-09-03\n\n> Generated: 2026-09-03 02:07 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/bianzhilong2-ctrl/agents-radar/issues/1105","role":"demand","weight":1.4022498,"occurredAt":"2026-09-03T02:20:19.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"bianzhilong2-ctrl/agents-radar","intent":"alternative_search","painScore":0.6703392,"sentiment":-0.7847222,"confidence":0.8395,"matchedPatterns":["terrible","frustrating","switching_from","missing_feature","please_add","manual_process","urgent","product:anthropic"],"statement":"**TUI Rendering Migration**: Strong push to migrate from ink to OpenTUI for better performance, reduced patching, and improved maintainability.","title":"📊 AI CLI Tools Digest 2026-09-03","body":"# AI CLI Tools Community Digest 2026-09-03\n\n> Generated: 2026-09-03 02:07 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n\n\n# Cross-Tool Comparison Report: AI CLI Tools (2026‑09‑03)\n\n## 1. Ecosystem Overview\nThe AI CLI tools ecosystem is in a phase of rapid iteration, with several major tools shipping releases and tackling high‑impact bugs. Security hardening, cross‑platform stability, and remote/headless operation dominate the immediate agenda. Communities are converging on plugin ecosystems, transparent usage metering, and modern TUI/UX, while differentiating through enterprise focus (Claude Code), remote‑first workflows (Codex), and provider neutrality (DeepSeek). Overall engagement remains high, with active issue discussions and frequent PR contributions.\n\n## 2. Activity Comparison\n| Tool | Issues Count (updated today) | PR Count (updated today) | Release Status |\n|------|------------------------------|--------------------------|----------------|\n| **Claude Code** | 50 (top 30 shown) | 4 | v2.1.259 released |\n| **OpenAI Codex** | 10+ (top 10 listed) | 10 | rust‑v0.153.0 released |\n| **Gemini CLI** | 10+ (top 10 listed) | 10 | No new release |\n| **Kimi Code CLI** | 3 | 0 | No new release |\n| **OpenCode** | N/A | N/A | v1.18.27 released |\n| **Qwen Code** | 10+ (top 10 listed) | 10 | live‑host‑v0.2.0 released |\n| **DeepSeek TUI (Codewhale)** | 10+ (top 10 listed) | 10 | No tagged release (v0.9.12 milestone) |\n\n*Note: GitHub Copilot CLI and Pi had no data available.*\n\n## 3. Shared Feature Directions\n- **Security Hardening** – Gemini (variable expansion bypass, CVE patches), Qwen (shell guard, CVE audit), DeepSeek (path traversal, permission checks), Codex (input handling).\n- **Remote/Headless Operation** – Claude Code (SSH session survival), Codex (headless Linux from mobile, Windows/Android remote), DeepSeek (per‑session control socket).\n- **Cross‑Platform Stability** – Claude Code (Windows crashes, always‑on‑top), Codex (Windows UI bugs, macOS rendering), Qwen (Windows daemon, macOS font), Gemini (Wayland, Windows sandbox).\n- **Plugin/Extension Ecosystems** – Codex (plugin CLI), DeepSeek (computer‑use bundle, marketplace), Gemini (skills/sub‑agents).\n- **Usage Transparency** – Codex (quota depletion, metering), Claude Code (billing incident).\n- **TUI/UX Modernization** – Codex (Vim mode), Qwen (ink → OpenTUI migration), DeepSeek (multi‑session fleet UI).\n- **Configuration Management** – Kimi (XDG Base Directory), Gemini (system‑wide config permissions), DeepSeek (config schema alignment).\n- **Provider Neutrality** – DeepSeek (provider gates), OpenCode (local OpenAI‑compatible endpoints).\n\n## 4. Differentiation Analysis\n- **Claude Code** targets enterprises with managed MCP servers and granular permission prompts, emphasizing centralized control.\n- **Codex** focuses on remote‑first workflows and Vim ergonomics, appealing to mobile and keyboard‑driven developers.\n- **Gemini** prioritizes security research and memory management, leveraging Google’s models for complex, long‑running tasks.\n- **DeepSeek** differentiates through provider neutrality and IDE tooling parity (LSP, AST, debugger), aiming to be a universal agent.\n- **Qwen** invests in TUI rendering migration and content sanitization, addressing reliability for production use.\n- **Kimi** and **OpenCode** show narrower activity, with Kimi focusing on operational transparency and OpenCode on provider compatibility.\n\n## 5. Community Momentum & Maturity\nClaude Code, Codex, Gemini, Qwen, and DeepSeek exhibit high community momentum, with frequent releases, numerous PRs, and active issue discussions (often >10 comments per issue). Claude Code and Codex lead in user engagement (e.g., 675 👍 on a feature request). Kimi shows minimal activity (3 issues, no PRs). OpenCode’s data is incomplete but indicates a release. Overall, the ecosystem is rapidly iterating, with security and cross‑platform fixes dominating the immediate agenda.\n\n## 6. Trend Signals\n- **Security‑by‑Default** – Proactive CVE patching and permission hardening are becoming standard, reflecting a zero‑trust shift in CLI environments.\n- **Remote‑First Development** – Growing demand for headless, mobile‑controlled, and supervision‑friendly interfaces enables autonomous operations.\n- **Cross‑Platform Parity\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report\n\n## 1. Top Skills Ranking\n\n| Rank | Skill | Functionality | Discussion Highlights | Status |\n|------|-------|---------------|---------------------|---------|\n| 1 | **skill-creator** | Skill development and testing infrastructure | Multiple critical bugs across Windows compatibility, evaluation failures (0% recall), YAML parsing validation | [OPEN #1298](https://github​.com/anthropics/skills/pull/1298) |\n| 2 | **Hivemind** | Multi-agent orchestration using opencode workers | Zero-cost delegation, scarce context optimization for expensive models | [OPEN #1628](https://github​.com/anthropics/skills/pull/1628) |\n| 3 | **self-audit** | Mechanical verification + 4-dimension quality gate | Universal audit skill across any tech stack, damage-severity priority | [OPEN #1367](https://github​.com/anthropics/skills/pull/1367) |\n| 4 | **servicenow** | Comprehensive ServiceNow platform assistant | Covers ITSM, ITOM, SecOps, HRSD, SPM, CSDM, IntegrationHub workflows | [OPEN #568](https://github​.com/anthropics/skills/pull/568) |\n| 5 | **testing-patterns** | Full testing stack guidance | Testing Trophy model, AAA patterns, React component testing, testing philosophy | [OPEN #723](https://github​.com/anthropics/skills/pull/723) |\n| 6 | **document-typography** | Typographic quality control | Prevents orphan words, widow paragraphs, numbering misalignment | [OPEN #514](https://github​.com/anthropics/skills/pull/514) |\n| 7 | **scnet-hpc** | SCNet HPC cluster operations | Profile-based SSH, Slurm workflows, cluster discovery, job generation | [OPEN #1615](https://github​.com/anthropics/skills/pull/1615) |\n| 8 | **odt** | OpenDocument format manipulation | Create, fill, read, convert .odt/.ods files via LibreOffice integration | [OPEN #486](https://github​.com/anthropics/skills/pull/486) |\n\n## 2. Community Demand Trends\n\nFrom the most-discussed issues (#492 with 43 comments), the community prioritizes:\n\n**Security & Trust:**\n- **Namespace abuse protection** - Community skills impersonating official ones creates trust boundary vulnerabilities\n- **Secure skill distribution** - Need for verification mechanisms before granting elevated permissions\n\n**Collaboration & Management:**\n- **Org-wide skill sharing** - Current manual process (download → Slack/Teams → upload) needs streamlining\n- **Duplicate prevention** - Plugins installing identical skills wastes context window capacity\n\n**Quality Assurance:**\n- **Skills disappearing issues** - Users report lost skills after file operations\n- **Skill creator best practices** - Documentation-heavy skills undermining token efficiency\n\n**Platform Integration:**\n- **SharePoint Security** - Concerns about access control logic in SKILL.md files\n- **Bedrock compatibility** - Community seeking AWS Bedrock integration paths\n\n## 3. High-Potential Pending Skills\n\nThese active PRs show strong community engagement:\n\n1. **compact-memory** (#1329) - Symbolic notation for agent persistent memory (9 comments)\n2. **skill-quality-analyzer** (#83) - Meta skill for comprehensive quality evaluation across 5 dimensions  \n3. **mcp-builder evaluation fixes** (#1390) - Critical bug where evaluation scores 0/N due to JSON serialization failures\n4. **reasoning quality gates** (#1385) - Three-gate pipeline for AI output quality across session lifecycle\n5. **pyxel skill** (#525) - Retro game development via Pyxel MCP server\n\n## 4. Skills Ecosystem Insight\n\nThe community is converging on **specialized, platform-specific automation skills** (HPC, ServiceNow, SharePoint) while simultaneously demanding **meta-skills** for quality assurance, security, and organizational management—indicating a maturing ecosystem moving beyond pure functionality toward governance and operational excellence.\n\n---\n\nHere's a thinking process:\n\n1.  **Analyze User Request:**\n   - Role: Technical analyst focused on AI developer tools\n   - Task: Generate \"Claude Code community digest for 2026-09-03\" based on provided GitHub data\n   - Data source: github.com/anthropics/claude-code\n   - Required sections:\n     1. Today's Highlights (2-3 sentences)\n     2. Releases (summarize changes if new versions exist, omit if none)\n     3. Hot Issues (10 noteworthy issues, explain why they matter + community reaction, include GitHub links)\n     4. Key PR Progress (10 important PRs, describe features/fixes, include links)\n     5. Feature Request Trends (distill most-requested feature directions from all issues)\n     6. Developer Pain Points (summarize recurring developer frustrations/high-frequency requests)\n   - Style: concise and professional, suited for technical developers\n   - Include GitHub links for each item\n\n2.  **Analyze the Data:**\n   Let's go through the data carefully.\n\n   **Latest Releases (last 24h):**\n   - v2.1.259: v2.1.259\n     - Added `managedMcpServers` managed setting: organizations can provide HTTP/SSE MCP servers to every user (same entry shape as `.mcp.json`); entries that name a command to run are skipped\n     - Added `--permission-prompts none` for unattended headless hosts: anything that would prompt\n   This is the only release info. I'll summarize it.\n\n   **Latest Issues (updated in last 24h, Total: 50 items; showing top 30 by comment count):**\n   Let's list them with key details:\n   1. #36151 [OPEN] [invalid, area:auth] [FEATURE] Multi-account switching in Claude Mobile app without shared email\n      - Author: CorneAussems | Created: 2026-03-19 | Updated: 2026-09-03 | Comments: 169 | 👍: 675\n   2. #80444 [OPEN] [area:desktop] [Windows] Desktop app 1.24012.1: fatal GPU-process crash (0x060C201E) via in-app Browser tab; crash leaves MSIX package unlaunchable\n      - Author: brainxd | Created: 2026-07-23 | Updated: 2026-09-03 | Comments: 104 | 👍: 16\n   3. #85891 [OPEN] [invalid] [BUG] Claude Desktop (Windows 11): main window stays always-on-top of other applications, with no setting to disable it\n      - Author: kylealty-boop | Created: 2026-08-11 | Updated: 2026-09-03 | Comments: 65 | 👍: 145\n   4. #53247 [OPEN] [bug, platform:windows, area:cowork, area:desktop] [BUG] Claude Desktop fails to launch on Windows — orphaned Silo / Job Object after app crash\n      - Author: rnpacheco25-sudo | Created: 2026-04-25 | Updated: 2026-09-02 | Comments: 50 | 👍: 22\n   5. #76248 [OPEN] [bug, has repro, area:cowork] Cloud/Cowork sessions: git proxy now blocks all pushes — \"not in this session's authorized repository set\"\n      - Author: Loneplanet117 | Created: 2026-07-10 | Updated: 2026-09-03 | Comments: 32 | 👍: 12\n   6. #66516 [CLOSED] [invalid] [BUG] Claude Desktop macOS window stays always on top of other apps\n      - Author: tekgrlpdx | Created: 2026-06-09 | Updated: 2026-09-03 | Comments: 28 | 👍: 5\n   7. #49655 [CLOSED] [bug, platform:windows, area:cowork, area:installation, area:desktop] [BUG] Claude Desktop update fails with ","offTopic":true},{"id":"012095b9-2ca6-4464-a216-01f8c2626935","excerpt":"📊 AI CLI Tools Digest 2026-09-22 — # AI CLI Tools Community Digest 2026-09-22\n\n> Generated: 2026-09-21 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copi","url":"https://github.com/stevenko2002/agents-radar/issues/1381","role":"pain","weight":1.3933107,"occurredAt":"2026-09-21T22:26:38.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"stevenko2002/agents-radar","intent":"feature_request","painScore":0.67163837,"sentiment":-0.80055404,"confidence":0.8335,"matchedPatterns":["terrible","frustrating","free_tier","missing_feature","please_add","still_cannot","workaround","manual_process","product:playwright"],"statement":"* *Issue 6: #50093 (Free tier retry loops)*: Users frustrated by escalating retry timers (e.g., 6h16m) after hitting free tier limits, with no easy model switching.","title":"📊 AI CLI Tools Digest 2026-09-22","body":"# AI CLI Tools Community Digest 2026-09-22\n\n> Generated: 2026-09-21 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n- [Ollama](https://github​.com/ollama/ollama)\n- [llama.cpp](https://github​.com/ggerganov/llama.cpp)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n\n\nHere is the brief \"Today's Highlights\" summary of the most important updates across all AI developer tools for 2026-09-22:\n\n*   **Kimi Code CLI**: The legacy Python-based `kimi-cli` reached its final release with **v1.51.0**, officially archiving the repository and directing all users to migrate to the native binary version hosted at `MoonshotAI/kimi-code`. [Link](https://github​.com/MoonshotAI/kimi-cli/pull/2660)\n*   **ComfyUI**: Released **v0.37.0**, integrating Aimdo 0.5.5 for automatic fast-disk storage detection and adding OpenAI partner node updates with transparent background support for GPT Image 2. [Link](https://github​.com/Comfy-Org/ComfyUI/releases/tag/v0.37.0)\n*   **Gemini CLI**: Released **v0.62.0-nightly.20260921.gcfbcaa8df**, bringing critical improvements to file write safety (atomic writes), serialized same-path parallel execution, scheduler queue draining on disposal, and a fix for a high-severity CPU hang. [Link](https://github​.com/google-gemini/gemini-cli/releases/tag/v0.62.0-nightly.20260921.gcfbcaa8df)\n*   **OpenAI Codex**: Released **rust-v0.157.0-alpha.1**, focusing on core engine stability, session tracking, and TUI improvements, alongside incremental alpha builds (v0.156.0-alpha.11 through .17). [Link](https://github​.com/openai/codex/releases/tag/rust-v0.157.0-alpha.1)\n*   **GitHub Copilot CLI**: Released **v1.0.88-0**, adding OSC 777 terminal notifications for Ghostty and WezTerm, enhancing namespaced custom skill discovery, and improving MCP/plugin status view visibility. [Link](https://github​.com/github/copilot-cli/releases/tag/v1.0.88-0)\n*   **Pi**: Released **v0.87.0**, introducing canonical session context boundaries and extension lifecycle hooks that allow developers to edit model context without rewriting history. [Link](https://github​.com/earendil-works/pi/releases/tag/v0.87.0)\n*   **Qwen Code**: Released **v0.24.3**, enhancing the Web Shell with structured shell results, optional trajectory metrics, host settings allowlists, and mobile navigation fixes. [Link](https://github​.com/QwenLM/qwen-code/releases/tag/v0.24.3)\n*   **llama.cpp**: Rolled out build **b11078**, which introduces `LLAMA_ARG_*` environment variables for declarative sampling parameter configuration in `llama-server`, and build **b11070**, adding 64-bit Hexagon buffer/DMA support. [Link](https://github​.com/ggml-org/llama.cpp/releases/tag/b11081)\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report\n**Data as of 2026-09-22 | Source: github.com/anthropics/skills**\n\n---\n\n## 1. Top Skills Ranking\n\n| # | Skill / PR | Functionality | Status | Link |\n|---|-----------|---------------|--------|------|\n| 1 | **skill-creator** (PR #1298, #1769, #539) | The core meta-skill for authoring new Skills. Three active PRs address trigger evaluation false-negatives (0% recall bug), Windows `select()` failures on subprocess pipes, and unquoted YAML descriptions causing silent parse failures. The trigger-eval bug (#1769) is the most critical — it reports `precision=100% recall=0%` for every skill, causing the optimizer to tune against fabricated evidence. | OPEN | [#1298](https://github​.com/anthropics/skills/pull/1298), [#1769](https://github​.com/anthropics/skills/pull/1769), [#539](https://github​.com/anthropics/skills/pull/539) |\n| 2 | **mcp-builder** (PR #1742, Issue #1390) | Skill for building Model Context Protocol servers. PR #1742 fixes the `mcp>=2.0.0` breaking change where `streamablehttp_client` was renamed to `streamable_http_client`, and custom headers moved to `create_mcp_http_client`. Issue #1390 reveals a deeper problem: the evaluation harness silently fabricates tool-execution errors, scoring 0/N against any real MCP server. | OPEN | [#1742](https://github​.com/anthropics/skills/pull/1742), [Issue #1390](https://github​.com/anthropics/skills/issues/1390) |\n| 3 | **DOCX / Office Skills** (PRs #541, #1790, #1765) | Document creation and redlining for .docx/.pptx/.xlsx. Three active fixes: (1) `w:id` collision between tracked changes and bookmarks causing corruption (#541), (2) missing `document.xml.rels` creation in comment.py (#1790), (3) UTF-8 decoding failure in redlining diffs on non-UTF-8 locales (#1765). High PR density signals heavy community usage. | OPEN | [#541](https://github​.com/anthropics/skills/pull/541), [#1790](https://github​.com/anthropics/skills/pull/1790), [#1765](https://github​.com/anthropics/skills/pull/1765) |\n| 4 | **AWT — AI Watch Tester** (PR #822) | Zero-code E2E testing skill giving Claude vision and browser control to auto-generate and run Playwright tests. Active since March 2026, last updated September 19 — the longest-tenured open PR, suggesting sustained review interest. | OPEN | [#822](https://github​.com/anthropics/skills/pull/822) |\n| 5 | **testing-patterns** (PR #723) | Comprehensive testing skill covering the Testing Trophy model, unit testing (AAA pattern, naming), React component testing, integration, and E2E patterns. Six-month open tenure with recent September activity. | OPEN | [#723](https://github​.com/anthropics/skills/pull/723) |\n| 6 | **pyxel** (PR #525) | Retro game development in Python using Pyxel. Guides the agent through implementation, deterministic headless runs, frame inspection, and state checks. Authored by kitao (Pyxel's creator). Longest-open new-skill PR (since March 2026). | OPEN | [#525](https://github​.com/anthropics/skills/pull/525) |\n| 7 | **proofcore-contract-auditor** (PR #1771) | Web3 smart contract static analysis (Solidity/Rust) with audit proofs anchored to TON Blockchain via ProofCore's zero-storage Merkle protocol. Newest high-scope submission. | OPEN | [#1771](https://github​.com/anthropics/skills/pull/1771) |\n| 8 | **document-typography** (PR #514) | Typographic quality control for AI-generated documents: fixes orphan word wrap, widow paragraphs, and numbering misalignment. Addresses a universal but rarely-requested quality gap. | OPEN | [#514](https://github​.com/anthropics/skills/pull/514) |\n\n---\n\n## 2. Community Demand Trends\n\nDistilled from the top Issues by engagement:\n\n| Trend | Evidence | Anticipated Skill Direction |\n|-------|----------|---------------------------|\n| **Security & Trust Boundaries** | Issue #492 (43 comments, 👍2): Community skills distributed under `anthropic/` namespace impersonate official skills, creating a trust boundary vulnerability. Issue #1175: concerns about access-control logic in SKILL.md for SharePoint documents. | **Skill signing/verification** — namespace gating, provenance attestation, permission scoping |\n| **Org-Wide Skill Distribution** | Issue #228 (16 comments, 👍8): Highest 👍 count. Users must manually share `.skill` files via Slack/Teams. Demand for shared skill libraries or direct sharing links within organizations. | **Skill registry/sharing** — org-level skill stores, permissioned distribution, version management |\n| **Skill Evaluation Reliability** | Issue #556 (12 comments, 👍7): `run_eval.py` achieves 0% trigger rate — `claude -p` never invokes skills. Issue #1390: MCP builder eval scores 0/N due to fabricated errors. Issue #1487: `claude-api` injects ~156k tokens in one call. | **Evaluation & context-budgeting** — reliable trigger testing, token budget enforcement, eval harness hardening |\n| **Agent Safety & Governance** | Issue #412 (6 comments): Proposes an `agent-governance` skill for policy enforcement, threat detection, and audit trails. Issue #1385 (4 comments, 👍1): Three-gate reasoning quality pipeline. Issue #1329 (9 comments): `compact-memory` skill for efficient agent state. | **Meta-agent skills** — governance guardrails, reasoning verification, context compaction |\n| **MCP Integration** | Issue #16 (4 comments): Proposal to expose Skills as MCPs, turning skills into typed API surfaces. PR #1742 addresses MCP ≥2 compatibility. | **MCP-as-skill-interface** — bidirectional skill↔MCP bridging, standardized tool APIs |\n| **Cross-Platform & Bedrock Support** | Issue #29 (4 comments): Skills don't work with AWS Bedrock. PR #1298 addresses Windows subprocess failures. | **Platform portability** — Bedrock/Vertex compatibility, Windows/Unix parity |\n\n---\n\n## 3. High-Potential Pending Skills\n\nPRs with strong scope, active recent updates, and clear community need — likely candidates to land soon:\n\n| PR | Skill | Why It May Land Soon |\n|----|-------|---------------------|\n| [#1742](https://github​.com/anthropics/skills/pull/1742) | **mcp-builder** fix for `mcp>=2.0.0` | Fixes a confirmed breaking change (Issue #1668); updated Sep 19; narrow, well-scoped fix |\n| [#1769](https://github​.com/anthropics/skills/pull/1769) | **skill-creator** trigger detection 0% recall | Fixes a critical eval bug (Issue #1721) that makes all trigger optimization unreliable; high blast radius |\n| [#1765](https://github​.com/anthropics/skills/pull/1765) | **Office skills** UTF-8 redlining fix | Small, targeted fix for Issue #1707; prevents data corruption on non-ASCII content |\n| [#1790](https://github​.com/anthropics/skills/pull/1790) | **DOCX** missing `.rels` creation | Narrow defect fix; addresses a clear crash path |\n| [#538](https://github​.com/anthropics/skills/pull/538) | **PDF** case-sensitivity fix | Simple 8-replacement fix preventing failures on case-sensitive filesystems (Linux); low risk |\n| [#723](https://github​.com/anthropics/skills/pull/723) | **testing-patterns** | Comprehensive scope with Sep 21 activity; addresses a gap with no existing testing skill |\n| [#822](https://github​.com/anthropics/skills/pull/822) | **AWT (AI Watch Tester)** | Sep 19 update; solves E2E testing with novel vision+browser approach; strong use case |\n\n---\n\n## 4. Skills Ecosystem Insight\n\n**The community's most concentrated demand is for reliable skill evaluation and trustworthy distribution** — the top three Issues by engagement (43, 16, 12 comments) all center on the same structural problem: Skills cannot be trusted if they can't be accurately tested (#556, #1390) and users can't distinguish official from community contributions (#492) or share them within organizations (#228).\n\n---\n\n\n\n# Claude Code Community Digest — 2026-09-22\n\n## Today's Highlights\n\nNo new releases shipped in the last 24 hours. Activity was dominated by stale-issue triage, with the macOS sandbox `ARG_MAX` failure (#73468) drawing the most engagement (10 comments, 6 👍). Two open PRs landed: one adding a GitHub connection issue template for claude.ai, and another fixing spurious refetches in the `diff` mod when read-only shell commands run.\n\n## Releases\n\nNone in the past 24 hours.\n\n## Hot Issues\n\n**1. [bug] macOS sandbox breaks with many git worktrees — #73468** ([ehsan](https://github​.com/ehsan), 10 comments, 6 👍)\nEvery sandboxed Bash command fails with `E2BIG` when the inline Seatbelt profile exceeds `ARG_MAX`. This is a blocker for users with large worktree setups; the sandbox is effectively unusable.","offTopic":true},{"id":"6c8eb948-41e9-407b-b075-dc0319f1afdc","excerpt":"📊 AI CLI Tools Digest 2026-09-13 — # AI CLI Tools Community Digest 2026-09-13\n\n> Generated: 2026-09-12 22:16 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copi","url":"https://github.com/stevenko2002/agents-radar/issues/1237","role":"pain","weight":1.3884389,"occurredAt":"2026-09-12T22:26:09.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"stevenko2002/agents-radar","intent":"feature_request","painScore":0.64799875,"sentiment":-0.77397263,"confidence":0.8425,"matchedPatterns":["doesnt_work","missing_feature","please_add","manual_process","product:github actions"],"statement":"| The summary stresses that “these issues affect every document Claude generates.” Commenters highlighted the lack of any built‑in typography guardrails and suggested integrating the skill with the plugin.","title":"📊 AI CLI Tools Digest 2026-09-13","body":"# AI CLI Tools Community Digest 2026-09-13\n\n> Generated: 2026-09-12 22:16 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n- [Ollama](https://github​.com/ollama/ollama)\n- [llama.cpp](https://github​.com/ggerganov/llama.cpp)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n**Today's Highlights (2026‑09‑13)**  \n\n- **Claude Code** – Patch v2.1.270 released, fixing a regression where read‑only Git commands in Bash repeatedly asked for permission after long‑running sessions.  \n  https://github​.com/anthropics/claude-code/releases/tag/v2.1.270  \n\n- **Gemini CLI** – Nightly build v0.61.0‑nightly.20260912.g9c1b0a610 landed, adding a critical security fix that blocks indirect prompt injection via unsanitized build‑file changes and hardens the sandbox filesystem.  \n  https://github​.com/google-gemini/gemini-cli/releases/tag/v0.61.0-nightly.20260912.g9c1b0a610  \n\n- **Qwen Code** – Nightly release v0.23.3‑nightly.20260912.54aa66834b published, removing obsolete DingTalk background response aggregation and introducing a breaking change to the *channels* feature (the `me` field is removed).  \n  https://github​.com/QwenLM/qwen-code/releases/tag/v0.23.3-nightly.20260912.54aa66834b  \n\n- **llama.cpp** – Twelve incremental releases (b10920‑b10931) shipped in the last 24 h, covering backend hardening (CUDA, OpenCL, WebGPU, Hexagon), server/router improvements, and dependency updates (cpp‑httplib 0.56.0).  \n  https://github​.com/ggerganov/llama.cpp/releases  \n\n- **ComfyUI** – PRs #16285 and #16286 merged, fixing the MiniMax H3 crash on Apple MPS caused by the `aten::_int_mm` fallback regression.  \n  https://github​.com/Comfy-Org/ComfyUI/pull/16285  \n  https://github​.com/Comfy-Org/ComfyUI/pull/16286  \n\n- **DeepSeek TUI** – PR #6100 merged, adding the Serply web‑search provider as a new `[search]` tool option.  \n  https://github​.com/Hmbown/DeepSeek-TUI/pull/6100  \n\n- **OpenCode** – PR #42150 merged, changing text/reasoning delta accumulation from O(N²) to O(N) to eliminate performance degradation in long sessions.  \n  https://github​.com/anomalyco/opencode/pull/42150  \n\n- **Ollama** – PR #17894 merged, resolving the Qwen 3.8 chat‑streaming bug by always preserving the most recent user message during context truncation.  \n  https://github​.com/ollama/ollama/pull/17894\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n**Claude Code Skills Community Highlights – 2026‑09‑13**  \n\n---  \n\n### 1. Top Skills Ranking  \n*(Most‑discussed open PRs – ordered by the amount of community attention they have generated, inferred from linked issue discussion, update frequency, and scope of impact.)*  \n\n| Rank | PR | Skill / Change | What it does | Discussion highlights | Status |\n|------|----|----------------|--------------|-----------------------|--------|\n| **1** | [#1298](https://github​.com/anthropics/skills/pull/1298) | **skill‑creator – fix `run_eval.py`** | Makes the evaluation script actually detect skill triggers (installs the eval artifact as a real skill, fixes Windows stream handling, trigger detection, and parallel workers). | Linked to the heavily‑commented issue **[#556](https://github​.com/anthropics/skills/issues/556)** (12 comments) where users reported 0 % recall for every skill description. The fix restores the evaluation loop so skill‑descriptions can be meaningfully optimized. | **Open** (updated 2026‑09‑12) |\n| **2** | [#1734](https://github​.com/anthropics/skills/pull/1734) | **Detect orphaned DOCX comments** | Scans a `.docx` file and reports comments that are not attached to any text run – a common cleanup need after collaborative editing. | First‑time contribution; the author notes that orphan comments are silently ignored by most editors and can bloat file size. Early reviewers asked for a CLI flag to export the list as JSON. | **Open** (updated 2026‑09‑11) |\n| **3** | [#514](https://github​.com/anthropics/skills/pull/514) | **document‑typography** | Provides typographic quality control for AI‑generated documents: prevents orphan/widow lines, fixes numbering misalignment, and adds optional hyphenation rules. | The summary stresses that “these issues affect every document Claude generates.” Commenters highlighted the lack of any built‑in typography guardrails and suggested integrating the skill with the `document‑skills` plugin. | **Open** (updated 2026‑03‑13) |\n| **4** | [#1742](https://github​.com/anthropics/skills/pull/1742) | **mcp‑builder – support `mcp>=2` streamable_http_client** | Updates the MCP‑builder skill to work with the renamed `streamable_http_client` and to pass custom HTTP headers via the new client factory. | Directly addresses **[#1668](https://github​.com/anthropics/skills/issues/1668)** (not shown in the top‑15 list but referenced in the PR). Users reported import errors after upgrading to MCP 2.0; the fix restores compatibility without breaking existing configs. | **Open** (updated 2026‑09‑11) |\n| **5** | [#1615](https://github​.com/anthropics/skills/pull/1615) | **scnet‑hpc** | Enables Claude to operate SCNet HPC clusters: profile‑based SSH, Slurm job generation, partition/memory/module guidance, and cluster‑discovery helpers. | The author stresses that HPC workflows are a blind spot for current skills. Reviewers asked for a “dry‑run” mode that validates the generated Slurm script without submitting it. | **Open** (updated 2026‑08‑24) |\n| **6** | [#538](https://github​.com/anthropics/skills/pull/538) | **pdf – fix case‑sensitive file references** | Corrects eight mismatched references in `skills/pdf/SKILL.md` (e.g., `REFERENCE.md` → `reference.md`) that break the skill on case‑sensitive filesystems. | Although a small fix, it unblocked PDF skill usage on Linux/macOS CI runners; several commenters noted they had been hitting “file not found” errors for weeks. | **Open** (updated 2026‑04‑29) |\n| **7** | [#486](https://github​.com/anthropics/skills/pull/486) | **ODT skill** | Create, fill, read, and convert OpenDocument Format files (.odt, .ods) and translate ODT → HTML. | Trigger list includes “ODT”, “ODS”, “ODF”, “LibreOffice document”. Early feedback requested support for password‑protected ODT files and a round‑trip test (ODT→HTML→ODT). | **Open** (updated 2026‑04‑14) |\n| **8** | [#210](https://github​.com/anthropics/skills/pull/210) | **frontend‑design – improve clarity & actionability** | Rewrites the frontend‑design skill so each instruction is executable in a single Claude turn, adds concrete examples (CSS flexbox grid, responsive breakpoint), and removes vague phrasing. | The original skill was criticized for being “more like a tutorial than a skill.” Commenters appreciated the added “do‑this‑now” style and asked for a companion React‑component checklist. | **Open** (updated 2026‑03‑07) |\n\n---  \n\n### 2. Community Demand Trends  \n*(Derived from the most‑commented Issues – what contributors are asking for next.)*  \n\n| Issue | Comments | Core request / pain point | Implied Skill direction |\n|-------|----------|---------------------------|------------------------|\n| **[#492](https://github​.com/anthropics/skills/issues/492)** | 43 | Security: community skills published under the `anthropic/` namespace impersonate official skills, creating a trust‑boundary risk. | **Official skill‑signing / verification mechanism** (e.g., signed skill manifests, namespace gating). |\n| **[#228](https://github​.com/anthropics/skills/issues/228)** | 16 | Org‑wide skill sharing in Claude.ai – currently requires manual file exchange. | **Centralized skill registry / sharing API** for teams. |\n| **[#556](https://github​.com/anthropics/skills/issues/556)** | 12 | `run_eval.py` never triggers skills (0 % recall), breaking the skill‑improvement loop. | **Reliable skill‑evaluation harness** (cross‑platform, Windows‑safe). |\n| **[#62](https://github​.com/anthropics/skills/issues/62)** | 10 | Skills disappearing after file renames / download folder moves. | **Skill‑metadata resilience** (skill ID not tied to file path, auto‑repair on move). |\n| **[#1329](https://github​.com/anthropics/skills/issues/1329)** | 9 | Compact‑memory skill – symbolic notation for compressing agent state. | **Memory‑compression / summarization skill** for long‑running agents. |\n| **[#202](https://github​.com/anthropics/skills/issues/202)** | 8 | `skill‑creator` reads like developer docs, not an operational skill. | **Rewrite of skill‑creator** to be concise, action‑focused, and token‑efficient. |\n| **[#189](https://github​.com/anthropics/skills/issues/189)** | 6 | `document‑skills` and `example‑skills` install identical content → duplicate skills. | **Deduplication logic** in skill‑installer or clearer plugin segregation. |\n\n**Take‑away:** The community’s strongest signals are **(1) trust & security** (skill provenance), **(2) shareability** (team‑level distribution), **(3) reliable evaluation** (so skill improvements are data‑driven), and **(4) memory/state efficiency** for prolonged agent runs.\n\n---  \n\n### 3. High‑Potential Pending Skills  \n*(Open PRs that have clear value, recent activity, and are likely to be merged soon.)*  \n\n| PR | Skill | Why it’s high‑potential | Link |\n|----|-------|------------------------|------|\n| **[#1734](https://github​.com/anthropics/skills/pull/1734)** | Detect orphaned DOCX comments | Fills a niche document‑cleanup need; low‑risk, high‑utility for legal/editorial workflows. | https://github​.com/anthropics/skills/pull/1734 |\n| **[#514](https://github​.com/anthropics/skills/pull/514)** | document‑typography | Directly improves visual quality of every AI‑generated document – a cross‑domain benefit. | https://github​.com/anthropics/skills/pull/514 |\n| **[#1615](https://github​.com/anthropics/skills/pull/1615)** | scnet‑hpc | First HPC‑focused skill; targets scientific‑computing users that currently lack Claude support. | https://github​.com/anthropics/skills/pull/1615 |\n| **[#1628](https://github​.com/anthropics/skills/pull/1628)** | Hivemind – Zero‑Cost Multi‑Agent Orchestration | Enables delegation of mechanical work to free‑model `opencode` workers, saving expensive model tokens. | https://github​.com/anthropics/skills/pull/1628 |\n| **[#1627](https://github​.com/anthropics/skills/pull/1627)** | Buffer GraphQL Agent Skill | Portable social‑media scheduling for any agent; addresses a common automation request. | https://github​.com/anthropics/skills/pull/1627 |\n| **[#1595](https://github​.com/anthropics/skills/pull/1595)** | UIZZE (Partner Skill) | Provides anti‑UI‑slop guidance with a massive visual‑reference MCP; highly sought after by product teams. | https://github​.com/anthropics/skills/pull/1595 |\n| **[#1367](https://github​.com/anthropics/skills/pull/1367)** | self‑audit (mechanical + 4‑dim reasoning quality gate) | Universal pre‑delivery checker; aligns with the community’s push for reliable skill output. | https://github​.com/anthropics/skills/pull/1367 |\n\n---  \n\n### 4. Skills Ecosystem Insight  \n\n**The community’s most concentrated demand is for trustworthy, shareable, and reliably evaluable skills—especially those that solve document‑quality, Windows compatibility, and team‑scale distribution problems—so that Claude can be safely and efficiently used in organizational workflows.**  \n","offTopic":true},{"id":"821d6f40-3cb1-4d15-8471-6dc73226cf51","excerpt":"📊 AI CLI Tools Digest 2026-09-21 — # AI CLI Tools Community Digest 2026-09-21\n\n> Generated: 2026-09-21 02:25 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/bianzhilong2-ctrl/agents-radar/issues/1271","role":"pain","weight":1.3826051,"occurredAt":"2026-09-21T02:40:43.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"bianzhilong2-ctrl/agents-radar","intent":"feature_request","painScore":0.69229513,"sentiment":-0.88372093,"confidence":0.817,"matchedPatterns":["missing_feature","please_add","workaround","manual_process","product:anthropic"],"statement":"Hot Issues (Top 10 by Impact & Discussion) | # | Issue | Why It Matters | Community Reaction | |---|-------|----------------|-------------------| | #7547 | **Windows strategy**: how to support Pi on Windows (native, WSL, containers) | 67 c…","title":"📊 AI CLI Tools Digest 2026-09-21","body":"# AI CLI Tools Community Digest 2026-09-21\n\n> Generated: 2026-09-21 02:25 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\nUser Safety: safe\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report\n*Data as of 2026-09-21 | Source: anthropics/skills*\n\n---\n\n## 1. Top Skills Ranking (Most-Discussed PRs)\n\nSince recent PR comment counts are unavailable in the dataset, ranking is based on update frequency, linked issues, and cross-references indicating sustained community engagement.\n\n| Rank | Skill | Author | Updated | Status | Summary |\n|------|-------|--------|---------|--------|---------|\n| 1 | **skill-creator** (trigger detection & eval fixes) | MartinCajiao / ChiFungHillmanChan | 2026-09-16 | 🟢 Open | Addresses systemic `precision=100%, recall=0%` bug in trigger evaluation ([#1298](https://github​.com/anthropics/skills/pull/1298), [#1769](https://github​.com/anthropics/skills/pull/1769)) |\n| 2 | **mcp-builder** (streamable_http_client fix + model update) | Kuldeeep18 / ExpertVagabond | 2026-09-19 | 🟢 Open | Fixes MCP≥2 import renaming and updates evaluation default to `claude-sonnet-5` ([#1742](https://github​.com/anthropics/skills/pull/1742), [#1724](https://github​.com/anthropics/skills/pull/1724)) |\n| 3 | **office** (docx/pptx/xlsx fixes) | Lubrsy706 / TINGyu123644 / 00200200 | 2026-09-19 | 🟢 Open | Multiple critical fixes: bookmark ID collisions, missing document.xml.rels, UTF-8 redlining, tracked changes ([#541](https://github​.com/anthropics/skills/pull/541), [#1790](https://github​.com/anthropics/skills/pull/1790), [#1765](https://github​.com/anthropics/skills/pull/1765)) |\n| 4 | **AWT (AI Watch Tester)** | ksgisang | 2026-09-19 | 🟢 Open | Zero-code E2E testing skill with vision + browser control ([#822](https://github​.com/anthropics/skills/pull/822)) |\n| 5 | **blast-radius** | kishormorol | 2026-09-18 | 🟢 Open | Pre-bulk destructive operation safety checklist — archives users, revokes access, deletes rows ([#1776](https://github​.com/anthropics/skills/pull/1776)) |\n| 6 | **md2video-audio** | 70v-Yoyo | 2026-09-15 | 🟢 Open | Compiles Markdown → professional MP4 videos with human-like voiceovers via Marp ([#1703](https://github​.com/anthropics/skills/pull/1703)) |\n| 7 | **pyxel** | kitao | 2026-09-16 | 🟢 Open | Retro game development in Python — deterministic headless runs, frame inspection ([#525](https://github​.com/anthropics/skills/pull/525)) |\n| 8 | **proofcore-contract-auditor** | ProofCore-Protocol | 2026-09-16 | 🟢 Open | Automated Solidity/Rust smart contract static analysis anchored to TON Blockchain ([#1771](https://github​.com/anthropics/skills/pull/1771)) |\n\n---\n\n## 2. Community Demand Trends (From Issues)\n\nBased on the top issues by comment volume and engagement:\n\n**🔒 Security & Trust (Highest Concern)**\n- Issue [#492](https://github​.com/anthropics/skills/issues/492) — 43 comments: Community skills impersonating official Anthropic skills under `anthropic/` namespace; trust boundary abuse is the community's #1 concern.\n\n**🤝 Collaboration & Sharing**\n- Issue [#228](https://github​.com/anthropics/skills/issues/228) — 16 comments / 8 👍: Demand for org-wide skill sharing (currently requires manual .skill file distribution).\n- Issue [#189](https://github​.com/anthropics/skills/issues/189) — 6 comments / 9 👍: Duplicate skills across `document-skills` and `example-skills` plugins.\n\n**🔧 Skill-Creator Infrastructure**\n- Issue [#556](https://github​.com/anthropics/skills/issues/556) — 12 comments / 7 👍: `claude -p` never triggers skills (0% trigger rate); core eval infrastructure broken.\n- Issue [#202](https://github​.com/anthropics/skills/issues/202) — 8 comments / 1 👍: skill-creator should be operational, not educational documentation.\n\n**🧠 Reasoning & Quality Gates**\n- Issue [#1385](https://github​.com/anthropics/skills/issues/1385) — 4 comments / 1 👍: Proposal for reasoning quality pipeline (calibration → adversarial review → delivery verification).\n\n**🔗 Platform & Compatibility**\n- Issue [#29](https://github​.com/anthropics/skills/issues/29) — AWS Bedrock support.\n- Issue [#1362](https://github​.com/anthropics/skills/issues/1362) — pnpm ≥10.1 compatibility for web-artifacts-builder.\n\n**📋 Emerging Skill Directions Anticipated:**\n| Trend | Evidence |\n|-------|----------|\n| **Smart Contract Auditing** | proofcore-contract-auditor PR + Web3 developer demand |\n| **E2E Testing Automation** | AWT skill + AI Watch Tester integration |\n| **Video/Multimedia from Markdown** | md2video-audio skill |\n| **Safety & Governance** | agent-governance proposal (#412), blast-radius checklist |\n| **Memory & State Management** | compact-memory proposal (#1329) |\n\n---\n\n## 3. High-Potential Pending Skills (Active PRs, Not Yet Merged)\n\nThese recently updated PRs represent skills likely to land soon based on active maintenance:\n\n| Skill | PR | Author | Last Updated | Domain |\n|-------|----|--------|--------------|--------|\n| **blast-radius** | [#1776](https://github​.com/anthropics/skills/pull/1776) | kishormorol | 2026-09-18 | Safety / Ops |\n| **proofcore-contract-auditor** | [#1771](https://github​.com/anthropics/skills/pull/1771) | ProofCore-Protocol | 2026-09-16 | Web3 / Security |\n| **md2video-audio** | [#1703](https://github​.com/anthropics/skills/pull/1703) | 70v-Yoyo | 2026-09-15 | Multimedia |\n| **scnet-hpc** | [#1615](https://github​.com/anthropics/skills/pull/1615) | lql341 | 2026-08-24 | HPC / DevOps |\n| **AWT (AI Watch Tester)** | [#822](https://github​.com/anthropics/skills/pull/822) | ksgisang | 2026-09-19 | Testing |\n| **office UTF-8 redlining** | [#1765](https://github​.com/anthropics/skills/pull/1765) | 00200200 | 2026-09-14 | Office / Localization |\n\n---\n\n## 4. Skills Ecosystem Insight\n\n> The community's most concentrated demand is for **reliable skill infrastructure** (trigger detection, evaluation harnesses, and security boundaries) coupled with **domain-specific automation skills** (testing, smart contracts, document processing, and multimedia generation) — revealing that the ecosystem has matured from \"build skills\" to \"make skills work correctly and safely at scale.\"\n\n---\n\n*Report generated from anthropics/skills repository data. All PR and Issue links point to the official GitHub repository.*\n\n---\n\n# Claude Code Community Digest — 2026-09-21\n\n### 1. Today's Highlights\nThe community is currently grappling with a significant model behavior regression, as a highly upvoted issue highlights that recent Claude models are increasingly exhibiting repetitive rhetorical tics and struggling to produce coherent prose. Concurrently, the `diff` mod is undergoing substantial refinements to improve pane management and read-only command handling. Developers are also heavily pushing for better headless authentication standards and stricter locale-aware spelling defaults.\n\n### 2. Releases\nNo new versions were published in the last 24 hours.\n\n### 3. Hot Issues\n1. **[Issue #77136](https://github​.com/anthropics/claude-code/issues/77136)** – *Repetitive rhetorical tics in Claude 4.7/4.8/5.0* (124 comments, 436 👍)  \n   **Why it matters:** Users report that recent models struggle with coherent prose and default to repetitive phrasing despite explicit style instructions. **Community reaction:** Massive engagement indicates deep frustration with declining text generation quality in recent updates.\n2. **[Issue #76694](https://github​.com/anthropics/claude-code/issues/76694)** – *Cowork: lost \"Choose a folder\" context menu* (30 comments, 26 👍)  \n   **Why it matters:** Following the Chat/Cowork merge, the UI regression removed folder selection, forcing a Chat-style upload-only menu. **Community reaction:** Active frustration over the degraded desktop/Cowork workflow.\n3. **[Issue #22992](https://github​.com/anthropics/claude-code/issues/22992)** – *Support device-code auth (RFC 8628) for headless environments* (19 comments, 36 👍)  \n   **Why it matters:** Pro/Max users in headless or proxy environments lack a secure CLI authentication flow. **Community reaction:** Strong demand for enterprise/headless usability, reflected in high upvotes relative to comment volume.\n4. **[Issue #60955](https://github​.com/anthropics/claude-code/issues/60955)** – *Undocumented \"Classify session states\" and privacy impacts* (2 comments, 22 👍)  \n   **Why it matters:** A feature toggling session classification exists but lacks documentation, raising concerns about undocumented data processing and costs. **Community reaction:** High upvotes signal significant privacy and transparency concerns.\n5. **[Issue #95200](https://github​.com/anthropics/claude-code/issues/95200)** – *Auto mode regression since 2.1.270* (3 comments, 0 👍)  \n   **Why it matters:** A core update caused the auto-mode classifier to block routine owner tasks 12x more often, requiring 55+ clicks for minor config changes. **Community reaction:** Power users report severe productivity loss; indicates a critical regression in permission heuristics.\n6. **[Issue #95436](https://github​.com/anthropics/claude-code/issues/95436)** – *Agent asserts unverified causes as fact and persists to memory* (1 comment, 0 👍)  \n   **Why it matters:** The agent hallucinated hypotheses as verified conclusions during a complex iOS release task and wrote them into persistent memory. **Community reaction:** Deep concern over memory corruption and cascading agent errors.\n7. **[Issue #90603](https://github​.com/anthropics/claude-code/issues/90603)** – *Inconsistent British English spellings in US codebases* (2 comments, 0 👍)  \n   **Why it matters:** Claude unpromptedly emits en-GB spellings (\"colour\", \"parameterise\") in code on en-US projects. **Community reaction:** Consistent with locale-spelling feature requests; users expect US defaults for US locales.\n8. **[Issue #92215](https://github​.com/anthropics/claude-code/issues/92215)** – *Claude Design first-party MCP always 403s* (6 comments, 4 👍)  \n   **Why it matters:** The MCP transport never attaches the design-scoped token, and the `claude mcp login` OAuth flow is dead. **Community reaction:** Frustration over broken first-party integrations and dead-end error messages.\n9. **[Issue #95326](https://github​.com/anthropics/claude-code/issues/95326)** – *Chrome extension blocks reddit.com tools\n\n</details>\n\n<details>\n<summary><strong>OpenAI Codex</strong> — <a href=\"https://github​.com/openai/codex\">openai/codex</a></summary>\n\n⚠️ Summary generation failed.\n\n</details>\n\n<details>\n<summary><strong>Gemini CLI</strong> — <a href=\"https://github​.com/google-gemini/gemini-cli\">google-gemini/gemini-cli</a></summary>\n\n**Gemini CLI Community Digest — 2026-09-21**\n\n**1. Today's Highlights**\nThe project has shipped a new nightly build (v0.62.0), while community attention pivots heavily toward critical agent stability and memory management bugs. High-priority issues regarding runaway \"thinking loops\" and misleading subagent termination statuses are dominating the discussion. Concurrently, the maintainers are addressing core reliability fixes, including scheduler disposal, TOML policy validation, and OAuth persistence, alongside a massive Dependabot update of 77 npm packages.\n\n**2. Releases**\n*   **[v0.62.0-nightly.","offTopic":true},{"id":"ae408727-286a-45d7-8bc0-6b8fe82e3886","excerpt":"📊 AI CLI Tools Digest 2026-09-16 — # AI CLI Tools Community Digest 2026-09-16\n\n> Generated: 2026-09-15 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copi","url":"https://github.com/stevenko2002/agents-radar/issues/1269","role":"pain","weight":1.3617707,"occurredAt":"2026-09-15T22:27:12.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"stevenko2002/agents-radar","intent":"feature_request","painScore":0.65766376,"sentiment":-0.8509532,"confidence":0.8215,"matchedPatterns":["missing_feature","please_add","manual_process","product:cloudflare"],"statement":"- **Silent/incorrect agent reporting**: False success on (#22323) and missing subagent context in bug reports (#21763) undermine debuggability.","title":"📊 AI CLI Tools Digest 2026-09-16","body":"# AI CLI Tools Community Digest 2026-09-16\n\n> Generated: 2026-09-15 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n- [Ollama](https://github​.com/ollama/ollama)\n- [llama.cpp](https://github​.com/ggerganov/llama.cpp)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n**Today's Highlights (2026‑09‑16)**  \n\n- **OpenAI Codex** – Released the first pre‑release of the next stable series, **`rust‑v0.155.0‑alpha.7`**, with internal CLI stability and performance improvements.  \n  *Link:* https://github​.com/openai/codex/releases/tag/rust-v0.155.0-alpha.7  \n\n- **Gemini CLI** – Shipped **v0.60.0 (stable)** and the first preview **v0.61.0‑preview.0**, adding improved web‑fetch routing, RFC‑9207 OAuth issuer validation, and nightly builds for rapid testing.  \n  *Link:* https://github​.com/google-gemini/gemini-cli/releases/tag/v0.60.0  \n\n- **GitHub Copilot CLI** – Published **v1.0.84‑9**, introducing opt‑in context‑management tools for agents/sub‑agents, better metadata scanning for large histories, and fixed cursor handling on wrapped lines.  \n  *Link:* https://github​.com/github/copilot-cli/releases/tag/v1.0.84-9  \n\n- **Qwen Code** – Released **cua‑driver‑rs‑v0.20.9**, providing cross‑platform CUA driver binaries (codesigned macOS, Linux `x86_64`/`arm64`, unsigned Windows) that improve desktop integration.  \n  *Link:* https://github​.com/QwenLM/qwen-code/releases/tag/cua-driver-rs-v0.20.9  \n\n- **Ollama** – Launched **v0.34.2‑rc0**, the release candidate for the next stable version, centered on underlying `llama.cpp` updates and fixes for tool‑call parsing, MLX structured output, and cloud integration.  \n  *Link:* https://github​.com/ollama/ollama/releases/tag/v0.34.2-rc0  \n\n- **llama.cpp** – Consolidated a wave of backend enhancements in a single day’s commit burst (e.g., OpenCL MoE matmul fixes, RPC hash‑cached weight loading, CUDA row‑contiguous SUM/MEAN ops, Vulkan sparse Flash‑Attention, Metal Flash‑Attention for MiniCPM3).  \n  *Link (example commit):* https://github​.com/ggerganov/llama.cpp/commit/b10988  \n\n- **ComfyUI** – Merged **SDK 2.0 proposal** (PR #16047) that introduces ref‑based node execution via an `ExecutionPlan`, plus a suite of execution‑engine fixes (loop‑boundary schema, safe prompt validation, worker exception guards).  \n  *Link:* https://github​.com/comfyanonymous/ComfyUI/pull/16047  \n\n- **Pi** – Added **mid‑conversation system‑message tracking** (PR #9548) that preserves system‑prompt/tool changes in the transcript, enabling proper branch/resume state restoration for extensions.  \n  *Link:* https://github​.com/earendil-works/pi/pull/9548\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights Report (2026-09-16)\n\n## 1. Top Skills Ranking\n\n**1. md2video-audio Skill (PR #1703)**\n- **Functionality**: Zero-cost skill that converts Markdown documents into professional MP4 videos with human-like voiceovers via Marp presentation conversion\n- **Discussion**: New skill announced Sep 2026, latest activity Sep 15, appears to be gaining traction in content creation workflows\n- **Status**: [OPEN](https://github​.com/anthropics/skills/pull/1703) - Recently added (2026-09-01)\n\n**2. Hivemind Multi-Agent Orchestration (PR #1628)**\n- **Functionality**: Delegates mechanical work to headless opencode workers on free models while Claude Code remains the planner/reviewer/merger, optimizing expensive model context usage\n- **Discussion**: Addresses efficiency concerns about expensive model intelligence being underutilized\n- **Status**: [OPEN](https://github​.com/anthropics/skills/pull/1628) - Aug 2026 addition\n\n**3. document-typography Skill (PR #514)**\n- **Functionality**: Typographic quality control for AI-generated documents, detecting orphan word wrap, widow paragraphs, and numbering misalignment\n- **Discussion**: Directly addresses common document quality issues users rarely request but encounter frequently\n- **Status**: [OPEN](https://github​.com/anthropics/skills/pull/514) - March 2026, indicates persistent demand for document quality skills\n\n**4. pyxel Skill for Retro Game Development (PR #525)**\n- **Functionality**: New skill for pyxel-mcp, enabling users to create retro/pixel-art/8-bit games using Python with workflow coverage (write → run_and_capture → inspect → iterate)\n- **Discussion**: Expands creative capabilities into retro gaming space\n- **Status**: [OPEN](https://github​.com/anthropics/skills/pull/525) - March 2026\n\n**5. scnet-hpc Skill (PR #1615)**\n- **Functionality**: SCNet HPC cluster operations through profile-based SSH and Slurm workflows, including partition guidance, SSH setup, job generation, and cluster discovery\n- **Discussion**: Addresses enterprise computing needs with profile-specific cluster management\n- **Status**: [OPEN](https://github​.com/anthropics/skills/pull/1615) - Aug 2026\n\n## 2. Community Demand Trends\n\n**Security & Trust Concerns**: Issue #492 (43 comments) reveals critical vulnerability where community skills under `anthropic/` namespace impersonate official skills, creating trust boundary abuse risks.\n\n**Organization-Wide Collaboration**: Issue #228 (16 comments) shows strong demand for org-wide skill sharing capabilities, bypassing current manual download/upload processes.\n\n**Tool Reliability**: Issue #556 (12 comments) and #1390 (4 comments) highlight systematic problems with skill evaluation tools and MCP server integration.\n\n**Platform Compatibility**: Multiple issues (#1298, #1765, #538, #541) focus on cross-platform support (Windows), encoding issues, and file system compatibility.\n\n**Enterprise Integration**: Skills focused on HPC (#1615), SharePoint (#1175), and document quality (#514) indicate growing enterprise adoption needs.\n\n## 3. High-Potential Pending Skills\n\n**Technical Maintenance PRs (Ready for Merge)**:\n- **#1769**: Fixes skill-creator trigger detection reporting 0% recall - critical bug affecting skill evaluation accuracy\n- **#1765**: Decodes redlining diffs as UTF-8 across DOCX/PPTX/XLSX validators - resolves Polish locale issues\n- **#1724**: Updates mcp-builder evaluation default model to claude-sonnet-5 - modernization of evaluation infrastructure\n\n**Security & Validation PRs (High Priority)**:\n- **#1298**: Isolates trigger evals and handles Windows/runtime failures - addresses core skill creator reliability\n- **#1742**: Fixes mcp>=2 streamable_http_client import compatibility - critical dependency updates\n\n**Quality Improvement PRs (Maturing)**:\n- **#539**: Warns on unquoted description with YAML special characters - prevents silent parsing failures\n- **#1607**: Marks retired model IDs in claude-api skill - improves model lifecycle management\n\nThese PRs collectively address foundational reliability issues that, once resolved, will strengthen the entire skill ecosystem.\n\n## 4. Skills Ecosystem Insight\n\nThe community is demanding **more robust, trustworthy, and enterprise-ready skills** - moving beyond novelty toward production-grade capabilities with improved cross-platform compatibility, UTF-8 support, and proper lifecycle management, while simultaneously addressing critical security vulnerabilities and evaluation tool reliability.\n\n---\n\n**Claude Code Community Digest: September 16, 2026**\n\n**1. Today's Highlights**  \nThe latest updates highlight ongoing efforts in expanding context retention and enhancing visibility through code comments and panel notifications, alongside improvements in pipeline automation and user feedback mechanisms. Key issues include memory cleanup stability, authentication errors, and implications on collaborative workflows.\n\n**2. Releases**  \nNo new versions were released in the last 24 hours.\n\n**3. Hot Issues**  \n1. ** struggles with memory File Write/Edit silently rewrites YAML frontmatter**  \n   - Known bug: Weak validation mechanisms lead to accidental data loss during analysis-intensive sessions. Fixes proposed for stricter handling of YAML inline keys and slug generation.\n\n2. ** retains cross-session context radicals vs optimization errors**  \n   - Problem: Overlaps across parallel tasks fail to preserve distinct session contexts effectively, leading to unintended results in experiments or parallel simulations. Addresses critical dependency management across different contexts.\n\n3. ** Authenticity defects in Claude Code plugins**  \n   - Issues arising from incomplete verification steps in GitHub marketplace integration can be compounded by inadequate re durations, affecting seamless updates and security compliance checks.\n\n4. ** Performance bottlenecks in Auth Experiences**  \n   - Current systems struggle with transactional workflows involving multi-reader-library access, requiring refactoring to handle data persistence accurately.\n\n5. ** Stable vs. Name volunteers coverage discrepancies**  \n   - Bugs persist where Casper code does not adhere to naming conventions, causing intermittent display issues in remote control features like \"Link to fan site.\"\n\n6. **Responsive UI design for outreach collaboration platforms**  \n   - Development requests focus on integrating dynamic visual sitemapping and predictive support systems to improve user interface performance for large-scale collaborative projects.\n\n**4. Key PR Progress**  \n1. **Update management perfection**  \n   - A proposed fix for `MODISL` interactive panel updates now preserves session metadata on disk after a session exit, ensuring historical sessions remain accessible for follow-up.\n\n2. **Auth Grid-Recommendation Improvements**  \n   - Enhancements to the Google Groupoid lookup workflow include security validation gateways to prevent unauthorized access failures, addressing recurring authentication errors.\n\n3. **Concurrent task monitoring enhancements**  \n   - A new feature tracks pathological process running times to detect outlier events, aiding summarized diagnostic reports and performance analysis.\n\n4. **Auth antimismatch resolution**  \n   - Developers streamline context resolution by integrating Git Commit SHA headers with local CI environment variables, providing reliable setups regardless of deployment locations.\n\n5. **Interactive prompts overlay**  \n   - A design proposal enables visual gap indicators on the terminal to better predict session reuse patterns, empowering users to anticipate their work context needs.\n\n**5. Feature Request Trends**  \n- **Language Model Optimization**: Persistent demand for faster response times in interactive applications, exemplified by requests for language-specific prompt customizations like German or Polish language processing features.\n- **Manageability**: Topic-specific notification systems for task completion updates and UI radiative updates are increasingly prioritized, addressing concurrent mission management challenges.\n- **Scalability**: Recommendations for distributed task orchestration handling across multiple ClauDe Code installations, mitigating session integrity issues during crossworkspaces collaboration.\n\n**6. Developer Pain Points**  \n- Recurring issues with memory-fie validation parameters and audio output latency during large projects necessitate iterative refinement of systemralyses.\n- Appropriate notification synchronization across different ","offTopic":true},{"id":"f98e86ce-9724-499a-bbd5-b53c8ce8e5e2","excerpt":"📊 AI CLI Tools Digest 2026-09-21 — # AI CLI Tools Community Digest 2026-09-21\n\n> Generated: 2026-09-20 22:02 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/Chestnuts-Sisyphus/gittok/issues/1474","role":"pain","weight":1.3554068,"occurredAt":"2026-09-20T22:11:43.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"Chestnuts-Sisyphus/gittok","intent":"feature_request","painScore":0.64391357,"sentiment":-0.72477067,"confidence":0.8245,"matchedPatterns":["frustrating","missing_feature","please_add","workaround","product:anthropic"],"statement":"#1790 fix(docx): create document.xml.rels when missing in comment.py - **Why it matters:** Fixes a concrete DOCX corruption/repair gap in comment handling.","title":"📊 AI CLI Tools Digest 2026-09-21","body":"# AI CLI Tools Community Digest 2026-09-21\n\n> Generated: 2026-09-20 22:02 UTC | Tools covered: 9\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills Community Highlights  \n**Repository:** [anthropics/skills](https://github​.com/anthropics/skills)  \n**Data as of:** 2026-09-21  \n\n> Note: The provided PR list is sorted by comments, but exact comment counts are not included in the excerpt. The rankings below therefore follow the provided comment-sorted order, with status and highlights drawn from PR metadata and summaries.\n\n---\n\n## 1. Top Skills Ranking\n\nThe following are the most-discussed Skill-related pull requests in the supplied data. All listed PRs are currently **OPEN**.\n\n| Rank | PR / Skill | Functionality | Discussion Highlights | Status |\n|---:|---|---|---|---|\n| 1 | [#1298 fix(skill-creator): isolate trigger evals and handle Windows and runtime failures](https://github​.com/anthropics/skills/pull/1298) — `skill-creator` | Hardens the skill-creator trigger evaluation pipeline by isolating per-worker command probes, fixing Windows subprocess-pipe issues, and preventing unrelated runtime failures from being misreported as valid negative examples. | High-impact core-tooling fix. The PR targets false misses, invalid scores, and misleading optimization signals in `skill-creator`, making it one of the most consequential open discussions. | **OPEN** |\n| 2 | [#1771 feat(skills): add proofcore-contract-auditor for smart contract notarization](https://github​.com/anthropics/skills/pull/1771) — `proofcore-contract-auditor` | Adds a Web3-oriented audit skill for Solidity and Rust smart contracts. It performs static analysis and anchors cryptographic audit proofs to the TON blockchain using ProofCore’s zero-storage Merkle protocol. | Representative of the growing demand for vertical, protocol-specific skills. The discussion centers on auditable smart-contract analysis and external proof anchoring. | **OPEN** |\n| 3 | [#1742 fix(mcp-builder): support mcp>=2 streamable_http_client import and custom headers](https://github​.com/anthropics/skills/pull/1742) — `mcp-builder` | Fixes `mcp-builder` compatibility with `mcp>=2.0.0`, including the renamed `streamable_http_client` import and the new approach to custom HTTP headers. | Directly addresses a breaking dependency/API change. Important for anyone building or evaluating MCP servers with the bundled skill. | **OPEN** |\n| 4 | [#1703 Add md2video-audio skill](https://github​.com/anthropics/skills/pull/1703) — `md2video-audio` | Converts Markdown documents into MP4 videos with presentation slides and realistic voiceovers, using a Marp-based workflow. | Shows continued interest in content-generation and media-production skills, especially low-cost or “zero-cost” pipelines that turn text into video. | **OPEN** |\n| 5 | [#1734 Detect orphaned docx comments](https://github​.com/anthropics/skills/pull/1734) — `docx` | Extends document processing capabilities by detecting orphaned comments in DOCX files. | A concise but high-ranking item, suggesting community attention to DOCX quality, repair, and edge-case handling. | **OPEN** |\n| 6 | [#525 Add pyxel skill for retro game development](https://github​.com/anthropics/skills/pull/525) — `pyxel` | Adds a skill for creating, debugging, and verifying retro games in Python using Pyxel, including headless execution and frame-level verification. | Reflects demand for game-development skills with deterministic testing and visual/state verification rather than just code generation. | **OPEN** |\n| 7 | [#514 Add document-typography skill: typographic quality control for generated documents](https://github​.com/anthropics/skills/pull/514) — `document-typography` | Prevents common AI-generated document typography problems such as orphaned word wraps, stranded section headings, and numbering misalignment. | Signals that the community cares not only about document creation, but also about professional document quality and post-generation polish. | **OPEN** |\n| 8 | [#1615 Add scnet-hpc skill](https://github​.com/anthropics/skills/pull/1615) — `scnet-hpc` | Provides guidance for operating SCNet HPC clusters through profile-based SSH and Slurm workflows, including job generation, cluster discovery, and module/accelerator guidance. | Represents demand for infrastructure and HPC operations skills that translate complex cluster workflows into repeatable agent actions. | **OPEN** |\n\n---\n\n## 2. Community Demand Trends\n\nThe Issues data reveals several strongly anticipated Skill directions beyond one-off feature requests.\n\n### 1. Secure, verifiable, and trust-aware Skill distribution\nThe community is highly sensitive to **trust boundaries** and the risk of community skills being confused with official Anthropic skills.\n\n- [#492 Security: Community skills distributed under anthropic/ namespace enable trust boundary abuse](https://github​.com/anthropics/skills/issues/492)\n- [#1175 Concerns regarding Security and Context Window when handling SharePoint Online documents via Agent Skills](https://github​.com/anthropics/skills/issues/1175)\n\n**Implication:** Users expect stronger signals around provenance, permissions, security review, and enterprise-safe document handling.\n\n---\n\n### 2. Organization-wide Skill sharing and cleaner packaging\nThere is strong demand for enterprise-grade Skill distribution, especially inside teams and organizations.\n\n- [#228 Enable org-wide skill sharing in Claude.ai](https://github​.com/anthropics/skills/issues/228)\n- [#189 document-skills and example-skills plugins install identical content, causing duplicate skills](https://github​.com/anthropics/skills/issues/189)\n\n**Implication:** The ecosystem needs better shared libraries, install-state management, deduplication, and org-level governance.\n\n---\n\n### 3. Reliable Skill evaluation, trigger validation, and quality gates\nA major pain point is that Skills may not trigger correctly, or may be evaluated in ways that produce misleading metrics.\n\n- [#556 run_eval.py: claude -p never triggers skills/commands (0% trigger rate across all queries)](https://github​.com/anthropics/skills/issues/556)\n- [#1390 mcp-builder: evaluation.py scores 0/N against any real MCP server](https://github​.com/anthropics/skills/issues/1390)\n- [#1385 [Proposal] Reasoning Quality Gate Pipeline: Pre-task Calibration → Adversarial Review → Delivery Verification](https://github​.com/anthropics/skills/issues/1385)\n- [#202 skill-creator should be updated to best practice](https://github​.com/anthropics/skills/issues/202)\n\n**Implication:** The community wants Skills that are not only useful, but also **measurable, debuggable, and quality-gated**.\n\n---\n\n### 4. Context efficiency and compact agent memory\nSkills that bloat context or consume excessive tokens are a serious concern.\n\n- [#1487 claude-api skill eagerly injects ~156k tokens, exhausting the context window in a single tool call](https://github​.com/anthropics/skills/issues/1487)\n- [#1329 Proposing a second skill: compact-memory (symbolic notation for compact agent state)](https://github​.com/anthropics/skills/issues/1329)\n\n**Implication:** Future Skills are likely to be judged on token efficiency, lazy loading, and ability to compress agent state without losing operational fidelity.\n\n---\n\n### 5. Agent governance, safety, and destructive-operation safeguards\nThe community is increasingly interested in Skills that help govern agent behavior rather than only execute tasks.\n\n- [#412 Skill proposal: agent-governance — safety patterns for AI agent systems](https://github​.com/anthropics/skills/issues/412)\n- [#1385 [Proposal] Reasoning Quality Gate Pipeline](https://github​.com/anthropics/skills/issues/1385)\n\n**Implication:** There is demand for Skills focused on audit trails, policy enforcement, adversarial review, and pre-destruction checks.\n\n---\n\n### 6. Interoperability with MCP, cloud providers, and external toolchains\nSkills are expected to integrate cleanly with broader agent infrastructure.\n\n- [#16 Expose Skills as MCPs](https://github​.com/anthropics/skills/issues/16)\n- [#29 Usage with bedrock](https://github​.com/anthropics/skills/issues/29)\n- [#1362 web-artifacts-builder: bundle/init scripts fail on pnpm ≥10.1](https://github​.com/anthropics/skills/issues/1362)\n\n**Implication:** The community wants Skills that work across providers, runtimes, and modern toolchains without brittle local assumptions.\n\n---\n\n## 3. High-Potential Pending Skills\n\nThese are open PRs that appear active, relevant, and likely to move the ecosystem forward. None are shown as merged in the supplied data.\n\n1. [#1790 fix(docx): create document.xml.rels when missing in comment.py](https://github​.com/anthropics/skills/pull/1790)  \n   - **Why it matters:** Fixes a concrete DOCX corruption/repair gap in comment handling.  \n   - **Status:** OPEN\n\n2. [#1742 fix(mcp-builder): support mcp>=2 streamable_http_client import and custom headers](https://github​.com/anthropics/s/skills/pull/1742)  \n   - **Why it matters:** Restores MCP builder compatibility with newer `mcp` package versions.  \n   - **Status:** OPEN\n\n3. [#822 feat: add AWT (AI Watch Tester) — AI-powered E2E testing skill](https://github​.com/anthropics/skills/pull/822)  \n   - **Why it matters:** Introduces vision- and browser-control-based E2E testing with zero-code test generation.  \n   - **Status:** OPEN\n\n4. [#1776 Add blast-radius skill](https://github​.com/anthropics/skills/pull/1776)  \n   - **Why it matters:** Adds a pre-action safety checklist for bulk or destructive writes, aligning with governance and safety demand.  \n   - **Status:** OPEN\n\n5. [#1298 fix(skill-creator): isolate trigger evals and handle Windows and runtime failures](https://github​.com/anthropics/skills/pull/1298)  \n   - **Why it matters:** Improves reliability of one of the most important meta-skills in the ecosystem.  \n   - **Status:** OPEN\n\n6. [#1769 Fix skill-creator trigger detection reporting 0% recall](https://github​.com/anthropics/skills/pull/1769)  \n   - **Why it matters:** Addresses a severe false-negative trigger reporting issue in `skill-creator`.  \n   - **Status:** OPEN\n\n7. [#1765 fix(office): decode redlining diffs as UTF-8](https://github​.com/anthropics/skills/pull/1765)  \n   - **Why it matters:** Improves DOCX/PPTX/XLSX redlining accuracy in non-English and non-UTF-8 locale environments.  \n   - **Status:** OPEN\n\n8. [#1703 Add md2video-audio skill](https://github​.com/anthropics/skills/pull/1703)  \n   - **Why it matters:** Extends the ecosystem into media generation with a practical Markdown-to-video workflow.  \n   - **Status:** OPEN\n\n---\n\n## 4. Skills Ecosystem Insight\n\n**The community’s most concentrated demand at the Skills level is for trustworthy, measurable, and enterprise-ready Skills—especially secure distribution and trust boundaries, reliable trigger/quality evaluation, org-wide sharing, and context-efficient execution.**\n\n---\n\n# Claude Code Community Digest — 2026-09-21\n\n## 1. Today's Highlights\nThe Claude Code community is currently focused on ironing out UI regressions in the desktop app (specifically regarding autocomplete and panel hangs), handling tricky auto-mode permi","offTopic":true},{"id":"d4f8ff56-8767-40c7-b52d-77a5a559389e","excerpt":"📊 AI CLI Tools Digest 2026-09-22 — # AI CLI Tools Community Digest 2026-09-22\n\n> Generated: 2026-09-22 06:53 UTC | Tools covered: 7\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copil","url":"https://github.com/jinming1345/agents-radar/issues/12","role":"demand","weight":1.3442796,"occurredAt":"2026-09-22T06:58:03.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"jinming1345/agents-radar","intent":"alternative_search","painScore":0.6606297,"sentiment":-0.8095238,"confidence":0.8095,"matchedPatterns":["frustrating","switching_from","missing_feature","please_add","product:anthropic"],"statement":"Developers are increasingly moving away from basic chat-based LLM interactions toward complex agentic workflows, placing significant strain on local system resources, authentication middleware, and context-management logic.","title":"📊 AI CLI Tools Digest 2026-09-22","body":"# AI CLI Tools Community Digest 2026-09-22\n\n> Generated: 2026-09-22 06:53 UTC | Tools covered: 7\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/earendil-works/pi)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n## Cross-Tool Analysis: AI CLI Ecosystem (2026-09-22)\n\n### 1. Ecosystem Overview\nThe AI CLI ecosystem has shifted from \"proof of concept\" to a phase of aggressive infrastructure hardening and architectural stabilization. Developers are increasingly moving away from basic chat-based LLM interactions toward complex agentic workflows, placing significant strain on local system resources, authentication middleware, and context-management logic. The primary challenge across all platforms is the \"Compaction-Stability Paradox,\" where necessary efforts to prune context window bloat are frequently causing unintended state loss, data corruption, and agent amnesia.\n\n### 2. Activity Comparison\n*Note: Data reflects current open issue/PR trends based on the provided digest.*\n\n| Tool | Hot Issues | Key PRs | Discussions | Release Status |\n| :--- | :---: | :---: | :---: | :--- |\n| **Claude Code** | 10 | 2 | N/A | Stable (No 24h update) |\n| **OpenAI Codex** | 10 | 11 | 2 | High Activity (Alpha) |\n| **Gemini CLI** | 10 | 10 | N/A | Active (Nightly) |\n| **GitHub Copilot**| 10 | 2 | N/A | Active (v1.0.88) |\n| **OpenCode** | 10 | 10 | N/A | Active (v1.18) |\n| **Pi** | 10 | 10 | 1 | Active (v0.87) |\n| **Qwen Code** | 10 | 10 | N/A | Active (v0.24) |\n\n### 3. Shared Feature Directions\n*   **Context Management & Compaction:** Claude Code, OpenCode, and Pi are all struggling with the side effects of context-compaction algorithms. Users across these platforms are demanding more transparency or manual control over how agent memory is pruned.\n*   **Agent Determinism:** Qwen Code, Gemini, and OpenAI Codex are prioritizing \"Workflow Hardening.\" The industry is moving toward separating complex \"skills\" (like code review) from the core LLM reasoning loop to ensure reproducible results.\n*   **Terminal & UI Integration:** There is a convergence on TUI performance (Pi, Qwen, OpenCode, GitHub) as users transition from simple CLI tools to full \"terminal-native\" IDE replacements.\n\n### 4. Differentiation Analysis\n*   **Claude Code:** Focuses on the \"Agent-as-a-Coworker\" model, emphasizing native file system interaction and `CLAUDE.md` guardrails.\n*   **OpenAI Codex:** Leads in rapid infrastructure iteration and enterprise-facing features like MITM proxy support and custom CA configurations.\n*   **Gemini CLI:** Positions itself as a highly technical, security-conscious tool, with focus on AST-aware mapping and robust Agent-Client Protocols (ACP).\n*   **Qwen Code:** Differentiates through its \"Web Shell\" architecture, attempting to bridge the gap between browser-based accessibility and terminal-based power.\n*   **OpenCode:** Targets the local-model enthusiast, with a heavy emphasis on multi-provider support (Groq, Mistral, Together AI).\n\n### 5. Community Momentum & Maturity\n*   **Highest Iteration Speed:** **OpenAI Codex** and **Qwen Code** demonstrate the most aggressive release cycles, indicating high institutional backing and rapid development velocity.\n*   **Most Mature/Stable:** **Claude Code** (despite current regressions) remains the benchmark for feature depth, though it is currently suffering from technical debt related to its compaction logic.\n*   **Emerging Strength:** **Gemini CLI** displays a high level of technical rigor in its PRs, specifically around sandboxing and security, making it a favorite for enterprise or security-focused engineering teams.\n\n### 6. Trend Signals\n*   **The \"Agentic Cost\" Crisis:** Across all tools, token burn and \"usage limit\" transparency are the most prominent user complaints. Developers are pivoting to \"sub-agenting\" (using smaller models for routine tasks) to optimize performance.\n*   **Authentication Fatigue:** The industry is hitting a wall with OAuth and agent-permission lifecycles. Users are demanding \"Persistent Grant\" models that don't require full process restarts when tokens expire.\n*   **OS Disparity:** Windows and macOS desktop environments are becoming the \"graveyard of stability.\" Cross-platform IPC (Inter-Process Communication) and sandbox regressions are the primary causes of negative user sentiment. Decision-makers should prioritize tools with \"headless/SSH-first\" workflows to avoid these GUI-layer bottlenecks.\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\nThis report provides a technical analysis of the `anthropics/skills` ecosystem as of September 22, 2026. The community is currently transitioning from basic utility-focused skills toward high-complexity, specialized agentic workflows.\n\n### 1. Top Skills Ranking (by Activity & Impact)\nThese contributions represent the most significant developmental efforts currently under review:\n\n*   **[AWT (AI Watch Tester) (#822)](https://github​.com/anthropics/skills/pull/822)**: A vision-enabled, browser-based E2E testing framework. It represents the gold standard for \"zero-code\" testing, allowing Claude to perform visual regression testing and browser interactions. Status: *Open*.\n*   **[skill-creator (#1298, #1769)](https://github​.com/anthropics/skills/pull/1298)**: Meta-tooling designed to standardize skill development. Current focus is on fixing trigger evaluation logic to prevent \"false misses\" and Windows-specific runtime failures. Status: *Open*.\n*   **[proofcore-contract-auditor (#1771)](https://github​.com/anthropics/skills/pull/1771)**: A specialized Web3 security skill for static analysis of Solidity/Rust smart contracts with cryptographic proof anchoring. Status: *Open*.\n*   **[pyxel-retro-game-dev (#525)](https://github​.com/anthropics/skills/pull/525)**: A development environment skill that enables Claude to perform headless input-driven runs and frame inspection for Python retro-gaming. Status: *Open*.\n*   **[mcp-builder (#1742)](https://github​.com/anthropics/skills/pull/1742)**: Infrastructure-level maintenance to support `mcp>=2.0` syntax, ensuring compatibility with evolving Model Context Protocol standards. Status: *Open*.\n\n### 2. Community Demand Trends\nAnalysis of community issues indicates three primary areas of demand:\n*   **Reliability & Governance:** Significant concern regarding \"Trust Boundary Abuse\" (#492)—users are wary of community-made skills being distributed under official namespaces. \n*   **Context Management:** Developers are hitting hard limits with \"token-heavy\" skills (#1487), leading to requests for more efficient, modular memory patterns like `compact-memory` (#1329).\n*   **Enterprise Integration:** Strong demand for organizational-wide sharing mechanisms (#228) and integration with existing corporate silos (e.g., SharePoint Online #1175).\n\n### 3. High-Potential Pending Skills\nThese PRs are active and address critical functional gaps in the current library:\n*   **[blast-radius (#1776)](https://github​.com/anthropics/skills/pull/1776)**: A risk-mitigation skill that forces a \"safety checkpoint\" for destructive database/bulk operations—a highly requested feature for enterprise reliability.\n*   **[md2video-audio (#1703)](https://github​.com/anthropics/skills/pull/1703)**: A generative media skill designed to automate the conversion of technical documentation into professional-grade presentation content.\n*   **[testing-patterns (#723)](https://github​.com/anthropics/skills/pull/723)**: A pedagogical/functional hybrid skill designed to standardize unit and React component testing practices within agent sessions.\n\n### 4. Skills Ecosystem Insight\n**Summary:** The community is pivoting away from simple text-generation helpers toward **robust, state-aware \"Agent Governors\"**—skills that prioritize safety gates, context efficiency, and strict reliability for enterprise-grade autonomous workflows.\n\n---\n\n# Claude Code Community Digest – 2026-09-22\n\n## 1. Today's Highlights\nThe developer community is currently focused on critical stability issues, including severe memory leaks on macOS and persistent data loss concerns regarding session transcripts. Additionally, widespread user reports indicate a decline in model coherence across the Claude 4/5 series, with users noting repetitive \"rhetorical tics\" and failures to follow style instructions.\n\n## 2. Releases\n*No new releases in the last 24 hours.*\n\n## 3. Hot Issues\n1.  **[#77136](https://github​.com/anthropics/claude-code/issues/77136): Model Degradation** – 437 thumbs-up; users report Claude 4.7-5.0 and Fable are becoming increasingly repetitive and struggling with basic prose instructions.\n2.  **[#59248](https://github​.com/anthropics/claude-code/issues/59248): Data Loss** – Silent cleanup processes are deleting workspace transcripts without warning, causing significant loss of historical context.\n3.  **[#66020](https://github​.com/anthropics/claude-code/issues/66020): Memory Leak** – Critical macOS kernel zone leak (`data.kalloc.1024`) leading to CLI crashes at ~20GB usage; high priority for power users.\n4.  **[#6354](https://github​.com/anthropics/claude-code/issues/6354): CLAUDE.md Amnesia** – Compaction logic continues to strip vital instructions from `CLAUDE.md`, effectively resetting project-specific guardrails.\n5.  **[#33041](https://github​.com/anthropics/claude-code/issues/33041): Remote Control Instability** – The `/remote-control` feature suffers from frequent, unprompted disconnections, hampering remote workflows.\n6.  **[#92215](https://github​.com/anthropics/claude-code/issues/92215): Claude Design MCP 403s** – Authentication flows for design-scoped tokens appear broken, with confusing error messages pointing to non-existent commands.\n7.  **[#75759](https://github​.com/anthropics/claude-code/issues/75759): Context Compaction Failure** – Mid-session compaction is causing the agent to \"forget\" actions performed earlier in the same active session on Windows/Bedrock.\n8.  **[#95969](https://github​.com/anthropics/claude-code/issues/95969): Bash Security Bypass** – Permission rules are \"quote-blind,\" allowing shell operators inside quoted strings to bypass safety prompts.\n9.  **[#95966](https://github​.com/anthropics/claude-code/issues/95966): Scheduled Task Failures** – Desktop scheduled tasks are silently failing to trigger despite the host system being fully active.\n10. **[#92601](https://github​.com/anthropics/claude-code/issues/92601): Plugin Hook Loops** – Security-guidance hooks failing with `ENOENT` are causing infinite retry loops, flooding session logs.\n\n## 4. Key PR Progress\n*   **[#95423](https://github​.com/anthropics/claude-code/pull/95423): Diff Tool Optimization** – Prevents unnecessary diff refetches when performing read-only shell commands, significantly reducing redundant I/O and latency.\n*   **[#95932](https://github​.com/anthropics/claude-code/pull/95932): GitHub Integration Support** – Standardizes issue reporting for GitHub connection problems on `claude.ai`, streamlining support intake.\n\n## 5. Feature Request Trends\n*   **Granular Control:** Increasing demand for per-task model selection within background chips ([#70610](https://github​.com/anthropics/claude-code/issues/70610)).\n*   **Network Management:** Requests for persistent grant permissions for private-network hosts within the browser pane ([#90305](https://github​.com/anthropics/claude-code/issues/90305)).\n\n## 6. Developer Pain Points\n*   **Compaction Aggres","offTopic":true},{"id":"d0c6cbd9-bc42-4e77-a370-a83c78203fa6","excerpt":"📊 AI CLI Tools Digest 2026-08-19 — # AI CLI Tools Community Digest 2026-08-19\n\n> Generated: 2026-08-18 22:16 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copi","url":"https://github.com/stevenko2002/agents-radar/issues/790","role":"pain","weight":1.3181623,"occurredAt":"2026-08-18T22:25:33.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"stevenko2002/agents-radar","intent":"feature_request","painScore":0.5929454,"sentiment":-0.6375,"confidence":0.8275,"matchedPatterns":["missing_feature","please_add","workaround","manual_process","urgent","product:anthropic"],"statement":"| Frequently cited as a “missing polish” for generated reports; strong interest from documentation‑heavy workflows.","title":"📊 AI CLI Tools Digest 2026-08-19","body":"# AI CLI Tools Community Digest 2026-08-19\n\n> Generated: 2026-08-18 22:16 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n- [Ollama](https://github​.com/ollama/ollama)\n- [llama.cpp](https://github​.com/ggerganov/llama.cpp)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n**Today's Highlights**  \n- **Claude Code** (github.com/anthropics/claude-code): Released v2.1.235 adding optional spell-check integration (aspell/hunspell/ispell) and fixing whole-prompt-cache invalidation that could corrupt sessions when language servers reconnect.  \n- **GitHub Copilot CLI** (github.com/github/copilot-cli): Released v1.0.81-1 adding Gemini 3.7 Flash support, Ctrl+E shortcut in `/sandbox` to edit settings.json, and per-agent usage metrics to JSON output.  \n- **Gemini CLI** (github.com/google-gemini/gemini-cli): Released nightly v0.56.0.20260818 fixing SSR agent privacy notice wording and resolving TypeScript strict-null errors in integration tests.  \n- **Qwen Code** (github.com/QwenLM/qwen-code): Released nightly v0.21.11-nightly.20260818 introducing live-session registry and new `qwen sessions ps` command for active session visibility.  \n- **DeepSeek TUI** (github.com/Hmbown/CodeWhale): Released v0.9.9 tightening terminal UI behavior, fixing rustdoc URL warnings, and preparing npm package for trusted publishing.  \n- **llama.cpp** (github.com/ggml-org/llama.cpp): Released v0.1.2 as first semver-styled release, with nightly b10485 updating OpenVINO backend to 2026.3 and fixing macOS/xcframework build issues.  \n- **Pi** (github.com/earendil-works/pi): Landed fix for GitHub Enterprise Copilot login rate-limit storm (PR #8254) serializing model-policy fetches to prevent HTTP 429 errors after device flow.\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n**Claude Code Skills Community Highlights (as of 2026‑08‑19)**  \n\n---\n\n### 1. Top Skills Ranking  \n*Selected by the amount of discussion they have generated (linked issues, multiple PRs, or recurring mentions in the issue tracker).*\n\n| Rank | Skill (PR) | Functionality | Discussion Highlights | Status |\n|------|------------|---------------|-----------------------|--------|\n| **1** | **[skill‑creator: fix `run_eval.py` reporting 0% recall](anthropics/skills#1298)** – *MartinCajiao* | Core tooling that evaluates skill descriptions; fixes Windows stream reading, trigger detection, and parallel‑worker bugs that caused the evaluation loop to always see 0% recall. | Referenced in Issues #556, #1099, #1050; >10 independent reproductions of the “recall = 0%” problem. | **Open** (last update 2026‑06‑23) |\n| **2** | **[Document‑Typography skill](anthropics/skills#514)** – *PGTBoos* | Automatically prevents orphan/widow lines and numbering mis‑alignment in AI‑generated documents (PDF, DOCX, etc.). | Frequently cited as a “missing polish” for generated reports; strong interest from documentation‑heavy workflows. | **Open** (last update 2026‑03‑13) |\n| **3** | **[ODT skill – OpenDocument text creation/template filling & ODT→HTML](anthropics/skills#486)** – *GitHubNewbie0* | Enables Claude to read, write, fill templates, and convert .odt/.ods files; triggers on ODF/LibreOffice mentions. | Repeated requests for open‑standard office support; discussed alongside the Document‑Typography skill. | **Open** (last update 2026‑04‑14) |\n| **4** | **[ServiceNow platform skill](anthropics/skills#568)** – *Vanka07* | Broad assistant for ServiceNow ITSM/ITOM/ITAM/SAM, FSM, HRSD, SPM, Vulnerability Response, Security Incident Response, IntegrationHub, etc. | One of the few enterprise‑platform skills with continuous updates (last activity 2026‑08‑12); high anticipation for IT‑ops automation. | **Open** |\n| **5** | **[Self‑audit skill – mechanical verification + 4‑dimension reasoning quality gate](anthropics/skills#1367)** – *YuhaoLin2005* | Pre‑delivery audit that first checks claimed output files, then runs a reasoning‑quality gate (damage‑severity prioritized). | Linked to Issue #1385 (Reasoning Quality Gate Pipeline); seen as a universal safety net for any project. | **Open** (last update 2026‑07‑02) |\n| **6** | **[Testing‑Patterns skill](anthropics/skills#723)** – *4444J99* | Covers testing philosophy (Testing Trophy), unit testing, React component testing with Testing Library, and best‑practice patterns. | Frequently mentioned in discussions about CI/CD and code‑quality skills; strong up‑vote interest in the issue tracker. | **Open** (last update 2026‑04‑21) |\n| **7** | **[Pyxel skill for retro game development](anthropics/skills#525)** – *kitao* | MCP‑based skill for the Pyxel retro‑game engine; triggers on requests for pixel‑art/8‑bit games; includes write → run_and_capture → inspect workflow. | Niche but active community; regular updates and external contributions (last activity 2026‑07‑15). | **Open** |\n\n*Note: Comment counts are not exposed in the supplied data; ranking reflects recurrence in issues, PR updates, and community‑referenced discussions.*\n\n---\n\n### 2. Community Demand Trends (from Issues)\n\n| Trend | Evidence (Issue) | What the Community Is Asking For |\n|-------|------------------|----------------------------------|\n| **Security & trust boundaries** | #492 (43 👍) – community skills published under `anthropic/` namespace enable impersonation. | Clear separation of official vs. community skills; namespace‑scoping or verification mechanism to prevent trust‑abuse. |\n| **Organizational skill sharing** | #228 (16 👍) – enable org‑wide sharing in Claude.ai. | Built‑in skill library or direct sharing link (Slack/Teams) to avoid manual .skill file exchange. |\n| **Reliable skill evaluation / trigger detection** | #556 (12 👍), #1099, #1050 – `run_eval.py` never triggers skills (0 % recall) on Windows; encoding/subprocess bugs. | Fix Windows‑specific subprocess handling, improve description‑to‑trigger matching, and make the evaluation loop trustworthy. |\n| **Compact memory / state compression** | #1329 (9 👍) – proposal for `compact-memory` skill (symbolic notation for agent state). | Skills that reduce context‑window pressure by compressing agent notes/memories. |\n| **Skill‑creator best‑practice overhaul** | #202 (8 👍) – skill‑creator reads like developer docs, not an operational skill. | Rewrite skill‑creator to be concise, action‑oriented, and compliant with naming guidelines. |\n| **Avoid duplicate skill installation** | #189 (6 👍) – `document-skills` and `example-skills` plugins install identical content. | Distinguish plugin contents or provide deduplication logic at install time. |\n| **Agent governance & safety patterns** | #412 (6 👍) – proposal for `agent-governance` skill (policy enforcement, threat detection, trust scoring). | Built‑in governance tooling for multi‑agent systems. |\n| **Reduce token‑heavy skills** | #1487 (4 👍) – `claude-api` skill injects ~156 k tokens, exhausting context window. | Lazy‑load or trim large skill payloads; token‑budget awareness. |\n| **Reasoning quality‑gate pipeline** | #1385 (4 👍) – multi‑gate pipeline (pre‑task calibration → adversarial review → delivery verification). | Systematic quality assurance before skill output is delivered. |\n\n**Overall demand:** The community is most vocal about **making skills trustworthy, shareable, and lightweight**—fixing evaluation reliability (especially on Windows), securing the skill namespace, and enabling seamless organizational distribution while keeping skills from blowing up the context window.\n\n---\n\n### 3. High‑Potential Pending Skills (Open PRs with noticeable activity)\n\n| PR | Skill | Why It’s High‑Potential | Recent Activity |\n|----|-------|------------------------|-----------------|\n| **anthropics/skills#1595** | **UIZZE partner skill** (free anti‑UI‑slop skill) | Adds a widely‑referenced community skill that grounds UI work in 800k+ real screens; addresses a recurring UI‑quality pain point. | Created 2026‑08‑17, updated same day – very fresh. |\n| **anthropics/skills#1538** | **Bring two skills back under Agent Skills spec** (fixes `template/` skill name mismatch) | Resolves spec‑validation failures that block skill usage; improves overall repo health. | Created 2026‑08‑09, updated 2026‑08‑12. |\n| **anthropics/skills#1367** | **Self‑audit skill** (mechanical verification + 4‑dimension reasoning gate) | Provides a universal quality‑gate that could become a default safety layer for any skill. | Active discussion; last update 2026‑07‑02. |\n| **anthropic/skills#568** | **ServiceNow platform skill** | Enterprise‑grade ITSM/ITOM coverage; continuing updates show strong maintainer interest. | Last update 2026‑08‑12 (ongoing). |\n| **anthropic/skills#1298** | **skill‑creator: fix `run_eval.py` recall bug** | Core to skill development; fixing it unblocks description optimization for *all* skills. | Last update 2026‑06‑23 (still open). |\n| **anthropic/skills#1099** | **skill‑creator: Windows `run_eval.py` crash fix** | Addresses the Windows‑specific blocker highlighted in Issues #556, #1099, #1050. | Last update 2026‑05‑24. |\n| **anthropic/skills#1050** | **skill‑creator: Windows subprocess + encoding fixes** | Same Windows reliability theme; small, low‑risk changes with high impact. | Last update 2026‑05‑24. |\n| **anthropic/skills#514** | **Document‑Typography skill** | Directly improves visual quality of AI‑generated docs—a frequent user request. | Last update 2026‑03‑13 (still open, but high interest). |\n| **anthropic/skills#486** | **ODT skill** | Fills a gap for open‑document office workflows; complementary to the typography skill. | Last update 2026‑04‑14. |\n| **anthropic/skills#723** | **Testing‑Patterns skill** | Aligns with the community’s shift toward built‑in quality assurance (see Issue #1385). | Last update 2026‑04‑21. |\n\nThese PRs are all **open**, have seen updates within the last few months, and address either a blocker (Windows eval), a high‑value enterprise capability (ServiceNow), or a universal quality‑gate (self‑audit/testing patterns). They are strong candidates for near‑term merge.\n\n---\n\n### 4. Skills Ecosystem Insight  \n\n> **The community’s most concentrated demand is for reliable, secure, and lightweight skill tooling—particularly fixing Windows‑based evaluation bugs, securing the skill namespace to prevent impersonation, and enabling easy organizational sharing—so that skills can be trusted as dependable, plug‑and‑play components in any workflow.**  \n\n---  \n\n*All links point to the official `anthropics/skills` repository on GitHub.*\n\n---\n\n**Claude Code Community Digest – 2026-08-19**  \n*Technical analyst perspective – based on GitHub activity in anthropics/claude-code*\n\n---\n\n### 1. Today's Highlights\n- The latest patch **v2.1.235** landed, introducing an optional spell‑check integration (aspell/hunspell/ispell) and fixing a whole‑prompt‑cache invalidation bug that could corrupt sessions when language servers reconnect.  \n- Community discussion remains focused on stability regressions: cowork VM timeouts on Intel Macs, Windows‑specific agent messaging false positives, and persistent memory‑forget issues across sessions.  \n\n### 2. Releases\n**v2.1.235** (released within the last 24 h)  \n- **Spellcheck setting** – new optional `spellcheck` flag underlines misspelled words in the p","offTopic":true},{"id":"d7665691-70da-4460-84f6-7e029526d1ce","excerpt":"📊 Bản tin hàng ngày công cụ AI CLI 2026-03-10 — # Bản tin Cộng đồng Công cụ AI CLI 2026-03-10\n\n> Thời gian tạo: 2026-03-10 01:53 UTC | Công cụ: 7\n\n- [Claude Code](https://github.com/anthropics/claude-code)\n- [OpenAI Codex](https://github.com/openai/codex)\n- [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n- [G","url":"https://github.com/compasify/agents-radar/issues/20","role":"demand","weight":1.2723902,"occurredAt":"2026-03-10T01:58:51.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"compasify/agents-radar","intent":"alternative_search","painScore":0.5238207,"sentiment":-0.32536215,"confidence":0.835,"matchedPatterns":["vi_frustrating","vi_switching_from","vi_currently_i_use","vi_too_expensive","vi_missing_feature","vi_not_available","vi_error_report","vi_workaround","product:anthropic"],"statement":"Nếu bạn đang bị lỗi, kiểm tra xem bạn đang dùng standalone CLI hay Codex App, thử logout/login, cập nhật lên bản mới nhất và theo dõi các PR/issue liên quan để áp dụng workaround tạm thời.","title":"📊 Bản tin hàng ngày công cụ AI CLI 2026-03-10","body":"# Bản tin Cộng đồng Công cụ AI CLI 2026-03-10\n\n> Thời gian tạo: 2026-03-10 01:53 UTC | Công cụ: 7\n\n- [Claude Code](https://github.com/anthropics/claude-code)\n- [OpenAI Codex](https://github.com/openai/codex)\n- [Gemini CLI](https://github.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github.com/github/copilot-cli)\n- [Kimi Code CLI](https://github.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github.com/anomalyco/opencode)\n- [Qwen Code](https://github.com/QwenLM/qwen-code)\n- [Claude Code Skills](https://github.com/anthropics/skills)\n\n---\n\n## So sánh chéo\n\n1) Tổng quan hệ sinh thái\n- Hệ sinh thái AI‑CLI hiện tập trung vào hai mạch chính: (a) ổn định/hiệu năng (memory leaks, TUI/terminal jitter, long‑running sessions) và (b) mở rộng nền tảng (plugin/hooks/extension SDK, MCP/agent orchestration, multi‑account/workspace).  \n- Vấn đề bảo mật/quyền truy cập (deny_read/.ignore, policy warnings, sandboxing Windows) và các trải nghiệm trên Windows/WSL/tmux xuất hiện đồng thời ở hầu hết các dự án.  \n- Nhìn chung các repo đều active: nhiều release nhỏ, PR/issue liên tục — điều chỉnh nhanh về UX và hardening là ưu tiên cộng đồng.\n\n2) So sánh mức độ hoạt động\n(Trong báo cáo nguồn: số issue/PRs/trạng thái release nêu trong bản tin ngày 2026-03-10)\n\nTool | Issues nóng đề cập | PRs mới/được nêu | Release / trạng thái hôm nay\n--- | ---:|---:|---\nClaude Code | 10 | 9 (mới 24h) | v2.1.72 — phát hành (bypass proxy, /copy:w)\nOpenAI Codex | 10 | 10 | rust-v0.113.0-alpha.2 — marked (alpha)\nGemini CLI | 10 | 10 | v0.33.0-preview.9 — preview release (cherry‑picks)\nGitHub Copilot CLI | 10 | 0 (không PR mới 24h) | v1.0.3 — phát hành (extensions experimental)\nKimi Code CLI | 8 | 10 | v1.18.0 — phát hành\nOpenCode | 10 | 10 | v1.2.24 — phát hành (TUI workspaces, 1M context header)\nQwen Code | 10 | 10 | v0.12.0 — phát hành (CRLF fix, tabWidth)\n\nGhi chú: “Issues nóng” và “PRs” lấy từ danh sách nổi bật trong mỗi bản tin; không phải là tổng số hiện tại trên repo.\n\n3) Hướng tính năng chung (xuất hiện nhiều cộng đồng)\n- Ổn định/hiệu năng: memory leak, high RAM, long-running hangs — Claude Code, OpenCode, Qwen, Codex.  \n- Quản lý quota/diagnostics rate-limits: minh bạch quota và công cụ debug (Claude, Codex, Copilot).  \n- Auth/token & multi‑account: token refresh/401, workspace‑aware auth (Codex, OpenCode, Copilot, Kimi).  \n- Terminal/TUI reliability: cursor flicker, stuttering, tmux integration, key handling (Copilot, OpenCode, Qwen, Kimi).  \n- Plugin/hooks/extension SDK: extension SDK hoặc hooks engine để tích hợp third‑party (Copilot, Codex, OpenCode, Qwen).  \n- Secure execution & policy warnings: sandboxing native Windows, policy warnings for destructive commands (Gemini, OpenCode, Claude).  \n- Session / resume / history UX: list/select sessions, resume behavior (Claude, Gemini, Kimi, OpenCode).\n\n4) Phân tích khác biệt hóa\n- Claude Code: trọng tâm vào hệ thống tool/agent và quyền công cụ (allowed-tools, agent flow); nhiều vấn đề lớn về memory/Cowork VM — phù hợp teams dùng plugin/agent nặng.  \n- OpenAI Codex: tập trung mạnh vào bảo mật filesystem (.codexignore, deny_read), hooks engine và recovery (CLI/desktop hangs) — phù hợp workflows cần kiểm soát file/privates.  \n- Gemini CLI: ưu tiên UX cho Plan mode, agent/subagent orchestration và web_fetch hardening (SSRF/rate‑limit) — hướng tới agent orchestration ở quy mô.  \n- GitHub Copilot CLI: trọng tâm UX terminal, MCP server integration và mở rộng qua Extensions SDK — hướng mạnh tới tích hợp doanh nghiệp/IDE-first.  \n- OpenCode: chú trọng TUI/workspace, plugin UI extensibility và multi-account — phù hợp người dùng TUI, workspace‑centric.  \n- Kimi & Qwen: tập trung vào tích hợp editor/ACP (Zed), provider compatibility, và robustness CLI (input keys, CRLF, proxy) — target developer-first, editor‑centric workflows.\n\n5) Động lực & độ trưởng thành của cộng đồng\n- Hoạt động cao nhất / tương tác mạnh: Claude Code và OpenAI Codex (vấn đề memory/hang có nhiều bình luận & upvotes) — cộng đồng lớn, nhiều repro chi tiết.  \n- Lặp nhanh (frequent releases / cherry‑picks): Gemini (preview chain/cherry‑picks), Copilot (v1.0.3 builds), OpenCode và Qwen đều có release gần đây — tốc độ iterate nhanh, ưu tiên sửa UX.  \n- Cộng đồng nhỏ hơn nhưng focused: Kimi và Qwen có issue/PR hướng trực tiếp tới tích hợp editor và provider‑compat; phản hồi thường tập trung vào reproducibility và test vectors.  \n- Kết luận: dự án lớn (Claude, Codex, Gemini) có khối lượng issue & yêu cầu phức tạp hơn (stability + governance); dự án nhỏ/nhắm dev (Kimi, Qwen) chuyển nhanh trên UX/edge‑case.\n\n6) Tín hiệu xu hướng & khuyến nghị cho nhà phát triển / quyết định kỹ thuật\n- Xu hướng ngành:\n  - Reliability-first: memory profiling, long‑running session handling và deterministic IO safeguards (checkpoint safety) đang trở thành yêu cầu cơ bản.  \n  - Security-by-default: file ignore/deny_read, sandbox native (Windows) và policy warnings cho automation là tiêu chuẩn bảo mật cần có.  \n  - Extensibility: hooks/extension SDKs + machine‑readable outputs (stream‑JSON) ngày càng được yêu cầu để tích hợp toolchain.  \n  - Cross‑platform robustness: cải thiện Windows/WSL/tmux behavior và explicit proxy/NO_PROXY handling là bắt buộc cho enterprise adoption.  \n- Hành động khuyến nghị (ưu tiên cho teams kỹ thuật / product):\n  1) Prioritize stability: đầu tư profiling memory, test long‑running TUI/agent scenarios, và add safe IO defaults (no‑overwrite checkpoints, atomic writes).  \n  2) Add security primitives: .ignore/deny_read, explicit permission metadata inheritance, policy warning UX trước các lệnh destructive, và native sandboxing cho Windows.  \n  3) Improve observability & developer diagnostics: quota/debug tool (why rate‑limited), token refresh telemetry, clear error classification (retry vs fatal).  \n  4) Make CLI composable: JSON/stream output, hooks/events, and extension SDK to enable automation and third‑party integrations.  \n  5) Cross‑platform test matrix: include tmux, PowerShell, WSL, and proxy/NO_PROXY cases in CI to avoid recurring platform regressions.\n\nTóm tắt ngắn gọn cho quyết định: nếu mục tiêu là stability & enterprise‑grade adoption, ưu tiên memory/IO safeguards + auth/quota transparency và Windows sandboxing. Nếu mục tiêu là tăng tích hợp dev‑workflow nhanh, đầu tư vào hooks/extension SDK, session UX và machine‑readable outputs sẽ đem lại giá trị chuyển đổi lớn.\n\n---\n\n## Báo cáo chi tiết từng công cụ\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Điểm nổi bật Claude Code Skills\n\n> Nguồn dữ liệu: [anthropics/skills](https://github.com/anthropics/skills)\n\nDưới đây là báo cáo điểm nổi bật về hoạt động cộng đồng xung quanh kho anthropics/skills (dữ liệu đến 2026-03-10). Ngôn ngữ: tiếng Việt, ngắn gọn và mang tính phân tích.\n\n1) Xếp hạng Skills hot (5–8 PR được cộng đồng quan tâm nhất)\n- #521 — record-knowledge: Lưu tri thức giữa các phiên Claude Code bằng các mục Markdown trong .claude/knowledge/entries/; nổi bật vì giải quyết hạn chế mất ngữ cảnh giữa session. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/521\n- #522 — plan-task: Lưu trữ kế hoạch và tiến độ tác vụ (Markdown, hỗ trợ chế độ Git-tracked), cho phép tiếp tục kế hoạch giữa session; điểm thảo luận chính là đồng bộ hóa và ghi nhận tiến độ lâu dài. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/522\n- #154 — shodh-memory: Hệ thống bộ nhớ trường diễn (persistent memory) cho agents — khi gọi proactive_context, cấu trúc nhớ, khi nào trích xuất; nổi bật vì nhu cầu “nhớ” ngữ cảnh liên tục. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/154\n- #83 — skill-quality-analyzer & skill-security-analyzer: Bộ meta-skill để đánh giá chất lượng và an toàn Skills (đa chiều: docs, cấu trúc, security checks, v.v.); được thảo luận nhiều do nó có thể nâng chuẩn marketplace. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/83\n- #514 — document-typography: Kiểm soát chất lượng kiểu chữ cho tài liệu sinh bởi AI (orphan/widow, căn số, căn lề danh sách); nổi bật vì vấn đề này ảnh hưởng trực tiếp trải nghiệm đầu ra văn bản. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/514\n- #486 — ODT skill: Tạo, điền template và parse ODT ↔ HTML (hỗ trợ OpenDocument, LibreOffice/Google Docs); thảo luận tập trung vào tương thích định dạng và luồng công việc văn phòng. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/486\n- #210 — Improve frontend-design skill clarity and actionability: Làm rõ và làm thực thi được hơn kỹ năng frontend design; nhiều thảo luận về cách viết hướng dẫn “có thể chạy được” trong một conversation. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/210\n- #509 — docs: add CONTRIBUTING.md: Tập trung cải thiện sức khỏe cộng đồng repo (điểm GitHub community health); được xem là động thái nền tảng để tăng đóng góp và chất lượng PR. Trạng thái: OPEN. Link: https://github.com/anthropics/skills/pull/509\n\n2) Xu hướng nhu cầu cộng đồng (tóm tắt từ Issues)\n- Bộ nhớ & tính bền vững ngữ cảnh: nhiều nhu cầu về nhớ lâu dài, persist knowledge/plan/task giữa session (Issue liên quan và nhiều PR memory/plan ghi nhận). Ví dụ: vấn đề mất Skills/phiên (#62) và PR memory/plan (#154/#521/#522).\n- Công cụ đánh giá chất lượng & an toàn cho Skills: mong muốn meta-skill để audit docs, security, compatibility (#83, #492).\n- Tương thích tài liệu và xuất bản văn phòng: kiểm soát typography, giữ nguyên XML/whitespace cho docx, hỗ trợ ODT — để bảo đảm tài liệu do AI tạo tương thích với MS Word/LibreOffice (#143, #514, #486).\n- Nâng cấp tooling cho người đóng góp / skill-creator: cải thiện CLI/skill-creator (UTF-8 fixes, YAML parsing, api-key issues), và CONTRIBUTING.md để giảm friction cho cộng đồng (#284, #362, #361, #509, Issue #202).\n- Enterprise / tích hợp hệ thống: tích hợp email/calendar (Google Workspaces), Bedrock và API stability—nhiều issue báo lỗi API/500 và nhu cầu dùng trong doanh nghiệp (Issues #29, #403, #406, PR #299).\n\n3) Skills tiềm năng cao chưa merge (PR có dấu hiệu hưởng ứng/giải quyết needs, có thể sớm triển khai)\n- record-knowledge (#521) — trực tiếp giải quyết nhu cầu nhớ giữa session; có khả năng được ưu tiên. Link: https://github.com/anthropics/skills/pull/521\n- plan-task (#522) — tương tự, tập trung task/plan persistence và chia sẻ trạng thái; phù hợp cho workflows sản xuất. Link: https://github.com/anthropics/skills/pull/522\n- shodh-memory (#154) — hệ thống bộ nhớ có hành vi chủ động; nền tảng cho agent dài hạn. Link: https://github.com/anthropics/skills/pull/154\n- skill-quality-analyzer & skill-security-analyzer (#83) — meta-skill quan trọng để nâng chuẩn marketplace, nhiều dự án phụ thuộc. Link: https://github.com/anthropics/skills/pull/83\n- document-typography (#514) — giải quyết lỗi hiển thị/tính đọc được tài liệu AI-generated; dễ thấy nhu cầu thực tế lớn. Link: https://github.com/anthropics/skills/pull/514\n- ODT skill (#486) — bổ sung định dạng chuẩn mở cho ecosystem văn phòng, hữu ích cho người dùng doanh nghiệp. Link: https://github.com/anthropics/skills/pull/486\n- Các sửa lỗi toolchain (quick_validate / UTF-8 / YAML) — #362, #361, #284: những PR này nhỏ nhưng thiết yếu để giảm lỗi upload/parse cho contributors và enterprise users. Links: https://github.com/anthropics/skills/pull/362 , https://github.com/anthropics/skills/pull/361 , https://github.com/anthropics/skills/pull/284\n\n4) Nhận định hệ sinh thái Skills (1 câu)\nCộng đồng đang tập trung mạnh vào: duy trì ngữ cảnh/kiến thức dài hạn và tính bền vững workflow (memory, plans, tasks), đồng thời yêu cầu công cụ kiểm định chất lượng/an toàn và tương thích định dạng tài liệu—những yếu tố này quyết định khả năng đưa Skills vào sử dụng doanh nghiệp và quy mô hoá sản phẩm.\n\nNếu cần, tôi có thể cung cấp ma trận ưu tiên (impact vs. effort) cho các PR/issue nêu trên để hỗ trợ ra quyết định duyệt/triage.\n\n---\n\nClaude Code Community Bulletin — 2026-03-10\n\n1) Điểm nổi bật hôm nay\n- B","offTopic":true},{"id":"7c9b6e69-4fe9-4f69-8042-2a3d8aec3f34","excerpt":"📊 AI CLI Tools Digest 2026-09-14 — # AI CLI Tools Community Digest 2026-09-14\n\n> Generated: 2026-09-13 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copi","url":"https://github.com/stevenko2002/agents-radar/issues/1253","role":"request","weight":0.8467417,"occurredAt":"2026-09-13T22:27:14.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"stevenko2002/agents-radar","intent":"problem_report","painScore":0.39,"sentiment":0.79810727,"confidence":0.6091667,"matchedPatterns":["vi_workaround","product:anthropic"],"statement":"**Platform-specific breakage with no workaround.** macOS Keychain corruption (#84331), iTerm2 daemon routing (#74699), Windows ECONNRESET after the first streamed chunk (#87183), and Windows \"Run on startup\" that cannot be disabled (#87208…","title":"📊 AI CLI Tools Digest 2026-09-14","body":"# AI CLI Tools Community Digest 2026-09-14\n\n> Generated: 2026-09-13 22:15 UTC | Tools covered: 12\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Gemini CLI](https://github​.com/google-gemini/gemini-cli)\n- [GitHub Copilot CLI](https://github​.com/github/copilot-cli)\n- [Kimi Code CLI](https://github​.com/MoonshotAI/kimi-cli)\n- [OpenCode](https://github​.com/anomalyco/opencode)\n- [Pi](https://github​.com/badlogic/pi-mono)\n- [Qwen Code](https://github​.com/QwenLM/qwen-code)\n- [DeepSeek TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n- [ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n- [Ollama](https://github​.com/ollama/ollama)\n- [llama.cpp](https://github​.com/ggerganov/llama.cpp)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n## Today's Highlights\n\n- **Gemini CLI** released nightly build `v0.61.0-nightly.20260913` implementing a native Google search tool in RobustAutonomousAgent, fixing A2A server JSON parsing middleware order, and preventing emoji corruption via surrogate pair splitting fixes during text truncation.  \n  [github.com/google-gemini/gemini-cli](https://github​.com/google-gemini/gemini-cli)\n\n- **Qwen Code** shipped nightly build `v0.23.3-nightly.20260913.faa395885e` updating cua-driver-rs to v0.20.6 (adding macOS codesigned/notarized prebuilt binaries) and refactoring dingtalk background response aggregation while removing obsolete notification polling logic.  \n  [github.com/QwenLM/qwen-code](https://github​.com/QwenLM/qwen-code/releases/tag/v0.23.3-nightly.20260913.faa395885e)\n\n- **Pi** added permanent branch deletion from session trees, mid-conversation system messages for accurate state resume, Azure Foundry v3 support, server-side tool declaration capability, and an \"exit\" tool call enabling models to terminate sessions autonomously.  \n  [github.com/badlogic/pi-mono](https://github​.com/badlogic/pi-mono)\n\n- **DeepSeek TUI** launched `/pet` mode taking over the terminal viewport, professionalized Computer Use with native permission setup and human Pause/Stop controls, exposed workspace file suggestions via Runtime API, and bounded unbounded engine channels to prevent memory growth from pathological tools.  \n  [github.com/Hmbown/DeepSeek-TUI](https://github​.com/Hmbown/DeepSeek-TUI)\n\n- **ComfyUI** progressed on its Asset System Refactor (#16295) separating records from content (collapsing a 10-PR review stack), optimized MiniMax H3 VAE decoding by folding norm/SiLU/padding into convolutions, and added the official Flux Video Edit node as part of partner nodes.  \n  [github.com/comfyanonymous/ComfyUI](https://github​.com/comfyanonymous/ComfyUI)\n\n- **llama.cpp** added Kimi-K3 text model support with hybrid KDA+MLA attention and latent MoE, implemented SYCL graph record/replay porting CUDA graph functionality, and enabled server-side `input_image` support in Responses tool outputs for Codex-style workflows.  \n  [github.com/ggml-org/llama.cpp](https://github​.com/ggml\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills — Community Highlights Report\n*Data as of 2026-09-14 · Source: github.com/anthropics/skills*\n\n---\n\n## 1. Top Skills Ranking (Most-Discussed PRs)\n\nPR comment counts were not exposed in the dataset, but the list is pre-sorted by discussion volume. The leading items:\n\n| # | Skill / PR | Functionality | Status |\n|---|-----------|---------------|--------|\n| [#1298](https://github​.com/anthropics/skills/pull/1298) | **fix(skill-creator): run_eval.py 0% recall** | Fixes eval harness that reports `recall=0%` for every skill; installs eval artifact as a real skill, fixes Windows stream reading & parallel workers | OPEN |\n| [#1742](https://github​.com/anthropics/skills/pull/1742) | **fix(mcp-builder): mcp≥2 streamable_http_client** | Supports renamed `streamable_http_client` import and custom headers via `create_mcp_http_client` | OPEN |\n| [#1734](https://github​.com/anthropics/skills/pull/1734) | **Detect orphaned docx comments** | Detects dangling/orphaned comments in .docx output | OPEN |\n| [#514](https://github​.com/anthropics/skills/pull/514) | **document-typography skill** | Typographic QC for AI docs: orphan wraps, widow paragraphs, numbering alignment | OPEN |\n| [#1615](https://github​.com/anthropics/skills/pull/1615) | **scnet-hpc skill** | Profile-based SSH + Slurm workflows for SCNet HPC clusters | OPEN |\n| [#538](https://github​.com/anthropics/skills/pull/538) | **fix(pdf): case-sensitive refs** | Corrects 8 uppercase `REFERENCE.md`/`FORMS.md` mismatches to lowercase | OPEN |\n| [#486](https://github​.com/anthropics/skills/pull/486) | **ODT skill** | Create/fill/parse OpenDocument (.odt/.ods) + ODT→HTML | OPEN |\n| [#210](https://github​.com/anthropics/skills/pull/210) | **Improve frontend-design skill** | Revisions for clarity, actionability, single-conversation coherence | OPEN |\n\n**Discussion highlights:** The dominant theme is *correctness of the Skill tooling itself* — `skill-creator`'s broken evaluator (#1298, mirroring Issue #556) and `mcp-builder`'s compatibility drift (#1742, #1602, #1724) attract the most sustained attention. Document-format skills (docx/pdf/odt/typography) form a large secondary cluster.\n\n---\n\n## 2. Community Demand Trends (from Issues)\n\nDistilled from the top-comment Issues:\n\n- **Security & Trust Boundaries** — [#492](https://github​.com/anthropics/skills/issues/492) (43 comments): community skills impersonating the `anthropic/` namespace; [#1175](https://github​.com/anthropics/skills/issues/1175) (SharePoint ACL in SKILL.md). Highly anticipated: verified/official namespace enforcement.\n- **Org-Wide Sharing & Distribution** — [#228](https://github​.com/anthropics/skills/issues/228) (16 comments, 8 👍): native in-product skill sharing instead of manual `.skill` file swaps.\n- **Evaluation & Reliability Tooling** — [#556](https://github​.com/anthropics/skills/issues/556) (12 comments), [#1390](https://github​.com/anthropics/skills/issues/1390): working eval harnesses for skills and MCP servers.\n- **Context / Token Efficiency** — [#1487](https://github​.com/anthropics/skills/issues/1487) (156k-token injection), [#1329](https://github​.com/anthropics/skills/issues/1329) (compact-memory symbolic state): demand for lean, memory-efficient skills.\n- **Governance & Quality Gates** — [#412](https://github​.com/anthropics/skills/issues/412) (agent-governance), [#1385](https://github​.com/anthropics/skills/issues/1385) (reasoning quality gate): safety/QA skills for agent output.\n- **Packaging Hygiene** — [#189](https://github​.com/anthropics/skills/issues/189) (9 👍): duplicate skills across `document-skills`/`example-skills` plugins.\n- **Platform Reach** — [#29](https://github​.com/anthropics/skills/issues/29) (Bedrock), [#16](https://github​.com/anthropics/skills/issues/16) (Skills-as-MCPs).\n\n---\n\n## 3. High-Potential Pending Skills (Active, Unmerged)\n\nAll listed PRs remain OPEN; these show recent activity and likely near-term landing:\n\n- [**#1298**](https://github​.com/anthropics/skills/pull/1298) — skill-creator eval fix (updated 2026-09-13, ties to high-traffic Issue #556).\n- [**#1742**](https://github​.com/anthropics/skills/pull/1742) — mcp-builder mcp≥2 support (updated 2026-09-13, fixes #1668).\n- [**#525**](https://github​.com/anthropics/skills/pull/525) — Pyxel retro-game MCP skill (updated 2026-09-13).\n- [**#1628**](https://github​.com/anthropics/skills/pull/1628) — Hivemind: zero-cost multi-agent orchestration via opencode workers.\n- [**#1627**](https://github​.com/anthropics/skills/pull/1627) — Buffer GraphQL API agent skill (portable across agents).\n- [**#1607**](https://github​.com/anthropics/skills/pull/1607) — claude-api retired-model IDs cleanup (fixes #1603).\n- [**#1367**](https://github​.com/anthropics/skills/pull/1367) — self-audit skill: mechanical verification + 4-dimension reasoning gate.\n- [**#1734**](https://github​.com/anthropics/skills/pull/1734) — orphaned docx comment detection (updated 2026-09-11).\n\n---\n\n## 4. Skills Ecosystem Insight\n\n> The community's most concentrated demand at the Skills level is **reliable, secure evaluation and distribution infrastructure for the Skills system itself** — fixing `skill-creator`/`mcp-builder` correctness, enforcing trust boundaries around the `anthropic/` namespace, and reducing token/context overhead — rather than net-new domain skills.\n\n---\n\n# Claude Code Community Digest — 2026-09-14\n\n**Source:** github.com/anthropics/claude-code\n\n---\n\n## 1. Today's Highlights\n\nThere were **no new releases** in the last 24 hours. Activity was dominated by a large batch of **issue closures**: all 50 issues updated today are marked `[CLOSED]`, the vast majority carrying the `stale` label after being auto-closed without a fix — including several high-severity auth, data-loss, and headless-execution bugs. On the PR side, only 7 PRs saw activity, and the most substantive movement is around the community `mods/` plugin test infrastructure rather than core CLI fixes.\n\n---\n\n## 2. Releases\n\nNone in the last 24 hours.\n\n---\n\n## 3. Hot Issues\n\n> ⚠️ **Note:** Every issue listed below is `[CLOSED]`/`stale` as of today. They are surfaced here because they represent unresolved user-visible problems that were swept by the stale bot rather than fixed.\n\n1. **#76026 — Sonnet 5 flags `UserPromptSubmit` hooks as prompt injection** (4 comments)\n   The model refuses to follow instructions delivered via the `UserPromptSubmit` hook on AWS Bedrock, treating them as injection attempts. This breaks a core extensibility surface for teams using hooks to inject context. Marked `reproduced`, then closed stale.\n   🔗 https://github​.com/anthropics/claude-code/issues/76026\n\n2. **#74699 — iTerm2 launches CLI as a daemon child session, blocking Agents panel** (4 comments)\n   On macOS, a normal top-level `claude` launch is routed through the background daemon with `CLAUDE_CODE_CHILD_SESSION=1`, disabling the Agents panel and session switching. A functional regression on the primary macOS terminal.\n   🔗 https://github​.com/anthropics/claude-code/issues/74699\n\n3. **#86370 — Cross-session messages silently dropped since 2.1.227** (4 comments, 👍1)\n   Sender receives a success response while the target session never receives the message. Silent delivery failure is among the worst failure modes for multi-agent workflows. Closed as `duplicate`.\n   🔗 https://github​.com/anthropics/claude-code/issues/86370\n\n4. **#84331 — macOS CLI login loop / Keychain credential blob blanked** (4 comments)\n   Every `accessToken`/`refreshToken` in `claudeAiOauth` and all `mcpOAuth` entries are emptied, forcing a permanent login loop. Related to #83345 but broader in scope; closed stale without a fix.\n   🔗 https://github​.com/anthropics/claude-code/issues/84331\n\n5. **#73886 — `fileSuggestion` `.map()` passes array index as score** (4 comments)\n   MCP resources outrank every file except the first because the array index is used as the score. A clean, well-diagnosed root cause that had never been correctly identified across four prior duplicate reports.\n   🔗 https://github​.com/anthropics/claude-code/issues/73886\n\n6. **#75613 — Headless `claude -p` hangs indefinitely at startup** (3 comments)\n   Zero stdout/stderr, no transcript created, process hung ~4 hours under memory pressure — suspected untimed background-daemon spare-worker handshake. Directly impacts CI and launchd/cron automation.\n   🔗 https://github​.com/anthropics/claude-code/issues/75613\n\n7. **#74052 — `AskUserQuestion` fires `Notification` with `notification_type: permission_prompt`** (3 comments)\n   Plain multiple-choice questions are indistinguishable from real tool-approval dialogs. Breaks hook-based notification routing and any ","offTopic":true},{"id":"1a9dd1a5-7f5f-45ff-a992-9a9930e28159","excerpt":"📊 AI CLI Tools Digest 2026-09-17 — # AI CLI Tools Community Digest 2026-09-17\n\n> Generated: 2026-09-17 03:09 UTC | Tools covered: 2\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross","url":"https://github.com/JohnGao818/agents-radar/issues/926","role":"pain","weight":0.6853,"occurredAt":"2026-09-17T03:13:28.000Z","sourceKey":"github","sourceName":"GitHub","credibility":0.78,"venue":"JohnGao818/agents-radar","intent":"other","painScore":0.4,"sentiment":-1,"confidence":0.4895,"matchedPatterns":["product:openai"],"statement":"Top Skills Ranking | # | Skill / PR | What it does | Discussion highlight | Status | |---|---|---|---|---| | 1 | **skill-creator** — isolate trigger evals, Windows & runtime failures, #1298 | Fixes false-miss scoring in trigger evaluation:…","title":"📊 AI CLI Tools Digest 2026-09-17","body":"# AI CLI Tools Community Digest 2026-09-17\n\n> Generated: 2026-09-17 03:09 UTC | Tools covered: 2\n\n- [Claude Code](https://github​.com/anthropics/claude-code)\n- [OpenAI Codex](https://github​.com/openai/codex)\n- [Claude Code Skills](https://github​.com/anthropics/skills)\n\n---\n\n## Cross-Tool Comparison\n\n# Cross-Tool Comparison Report — AI CLI Tools, 2026-09-17\n\n**Data quality note:** Only the OpenAI Codex digest was usable. Claude Code’s summary generation failed. No digests for other major AI CLI tools were supplied. The Codex digest appears truncated mid-release list, and it does not provide numeric issue or PR counts. Quantitative cross-tool comparison is therefore limited; the report is primarily qualitative and signal-based.\n\n## 1. Ecosystem Overview\nThe AI CLI landscape remains release-train driven, with Codex publishing multiple alpha tags in 24 hours and no detailed changelogs. Community friction is concentrated on reliability and platform parity: capacity/rate-limit failures despite available quota, Windows Desktop follow-up send regressions, and app-server queued follow-up errors. Feature work is moving toward agent orchestration and integration plumbing: TUI/Code Mode, context and attachment accounting, subagent settings, MCP interaction routing, and Windows sandbox setup. Claude Code produced no usable signal today, preventing a true two-sided comparison. Overall, differentiation is shifting from basic CLI access to production-grade reliability, transparent quota behavior, cross-platform consistency, and MCP/agent extensibility.\n\n## 2. Activity Comparison\n\n| Tool | Issues count | PR count | Release status |\n|---|---:|---:|---|\n| **OpenAI Codex** | Not reported. Dominant issue themes: capacity/rate-limit failures despite available quota; Windows Desktop follow-up send regressions; app-server queued follow-up errors. | Not reported. PR focus areas: TUI/Code Mode polish; context and attachment accounting; subagent settings; MCP interaction routing; Windows sandbox setup. | Alpha-heavy. Published `rust-v0.155.0-alpha.15`, multiple `0.155.0-alpha.*` tags, and `rusty-v8-v152.2.0` in the last 24h. Release notes contain only version strings. |\n| **Claude Code** | N/A — summary generation failed. | N/A — summary generation failed. | N/A — summary generation failed. |\n\n**Interpretation:** Codex shows clear release and PR activity, but without numeric counts it cannot be benchmarked quantitatively against Claude Code. Claude Code has no measurable activity in this dataset.\n\n## 3. Shared Feature Directions\nNo cross-tool shared feature direction can be confirmed from the supplied data because only one tool produced a usable digest. Codex-only requirement signals are:\n\n- **Quota and capacity reliability** — rate-limit failures despite available quota.\n- **Windows Desktop parity** — follow-up send regressions.\n- **App-server queue correctness** — queued follow-up errors.\n- **TUI/Code Mode UX** — continued polish.\n- **Context and attachment accounting** — resource visibility and budgeting.\n- **Subagent configuration** — agent orchestration controls.\n- **MCP interaction routing** — tool/permission\n\n---\n\n## Per-Tool Reports\n\n<details>\n<summary><strong>Claude Code</strong> — <a href=\"https://github​.com/anthropics/claude-code\">anthropics/claude-code</a></summary>\n\n## Claude Code Skills Highlights\n\n> Source: [anthropics/skills](https://github​.com/anthropics/skills)\n\n# Claude Code Skills — Community Highlights Report\n**Source:** github.com/anthropics/skills · **Data snapshot:** 2026-09-17\n\n> **Data caveat:** PR comment counts are returned as `undefined` in the dataset, so \"most-discussed\" is inferred from proxy signals — linked-issue traffic (the highest-comment issue a PR fixes), recency of activity, cross-referencing, and whether the PR touches *core tooling* (`skill-creator`, `mcp-builder`, `claude-api`, `office`) rather than a single skill. All PRs listed are **OPEN**; the repo shows no merged items in this window.\n\n---\n\n## 1. Top Skills Ranking\n\n| # | Skill / PR | What it does | Discussion highlight | Status |\n|---|---|---|---|---|\n| 1 | [**skill-creator** — isolate trigger evals, Windows & runtime failures, #1298](https://github​.com/anthropics/skills/pull/1298) | Fixes false-miss scoring in trigger evaluation: per-worker command probes competing, `select()` on subprocess pipes failing on Windows, unrelated tools aborting scans, and runtime failures mis-scored as non-triggers (which silently \"pass\" negative examples). | Sits on top of the repo's hottest bug class — Issue [#556](https://github​.com/anthropics/skills/issues/556) (12 comments): *\"`claude -p` never triggers skills (0% trigger rate across all queries)\"*. Latest activity 2026‑09‑16, one day before snapshot. | OPEN |\n| 2 | [**skill-creator** — trigger detection reporting 0% recall, #1769](https://github​.com/anthropics/skills/pull/1769) | Fixes [#1721](https://github​.com/anthropics/skills/issues/1721): trigger evaluation reports `precision=100% recall=0%` for *every* skill regardless of description, and `run_loop` then \"optimizes\" against fabricated evidence. | Same failure surface as #1298, submitted one day earlier — converging independent diagnoses of the eval harness. High merge probability. | OPEN |\n| 3 | [**mcp-builder** — support `mcp>=2` `streamable_http_client` + custom headers, #1742](https://github​.com/anthropics/skills/pull/1742) | Fixes [#1668](https://github​.com/anthropics/skills/issues/1668): in `mcp>=2.0.0` the client was renamed and headers moved to `create_mcp_http_client`/`http_client`, breaking `scripts/connections.py`. | `mcp-builder` is the most bug-reported skill in the collection (cf. Issue [#1390](https://github​.com/anthropics/skills/issues/1390): eval harness fabricates tool errors, scores 0/N). Updated 2026‑09‑17 — the freshest PR in the set. | OPEN |\n| 4 | [**skill-quality-analyzer + skill-security-analyzer** (marketplace), #83](https://github​.com/anthropics/skills/pull/83) | Two meta-skills: five-dimension quality analysis (structure/docs, examples, resources…) and a security analyzer for Skills. | Maps directly to the single highest-traffic community issue — [#492](https://github​.com/anthropics/skills/issues/492), 43 comments: community skills distributed under the `anthropic/` namespace enabling trust-boundary abuse. Long-lived (Nov 2025 → Jan 2026). | OPEN |\n| 5 | [**pyxel** — retro game development, #525](https://github​.com/anthropics/skills/pull/525) | Guides agents through building, debugging and verifying Pyxel/Python retro games: deterministic headless runs, direct frame inspection, task-specific state checks, plus references for Pyxel behavior and presentation defaults. | Open since 2026‑03‑05 yet still updated 2026‑09‑16 — one of the longest-running actively-iterated submissions, indicating sustained author/reviewer engagement. | OPEN |\n| 6 | [**proofcore-contract-auditor**, #1771](https://github​.com/anthropics/skills/pull/1771) | Web3 Agent Skill: static analysis of Solidity and Rust contracts, with cryptographic audit proofs anchored to the TON Blockchain via a zero-storage Merkle protocol. | Newest arrival (created 2026‑09‑15, updated 2026‑09‑16) and an unusual vertical — blockchain notarization — which tends to attract cross-ecosystem attention. | OPEN |\n| 7 | [**document-typography / ODT / docx fixes** — typography quality control, #514](https://github​.com/anthropics/skills/pull/514) · [ODT skill, #486](https://github​.com/anthropics/skills/pull/486) · [docx `w:id` collision, #541](https://github​.com/anthropics/skills/pull/541) | Prevents orphan word wrap, widow paragraphs and numbering misalignment; adds OpenDocument creation/templating; fixes DOCX corruption from tracked-change ID collisions with bookmarks. | The \"document-skills\" cluster is the largest coherent body of PR activity, largely driven by repeat contributors (PGTBoos, Lubrsy706, GitHubNewbie0) and by Issue [#189](https://github​.com/anthropics/skills/issues/189) (6 comments, 9 👍) on duplicate `document-skills`/`example-skills` content. | OPEN |\n| 8 | [**claude-api** — mark four retired model IDs as retired, #1607](https://github​.com/anthropics/skills/pull/1607) | Corrects `shared/models.md`: moves `claude-opus-4-1`, `claude-sonnet-4-0`, `claude-opus-4-0`, `claude-3-haiku-20240307` out of \"Legacy (still active)\" / \"Deprecated\". | Fixes [#1603](https://github​.com/anthropics/skills/issues/1603), and rides alongside Issue [#1487](https://github​.com/anthropics/skills/issues/1487) — `claude-api` eagerly injecting ~156k tokens and exhausting the context window in one tool call. | OPEN |\n\n*Other notable active PRs:* [md2video-audio, #1703](https://github​.com/anthropics/skills/pull/1703) · [office UTF‑8 redlining diff fix, #1765](https://github​.com/anthropics/skills/pull/1765) · [Hivemind multi-agent orchestration, #1628](https://github​.com/anthropics/skills/pull/1628) · [Buffer GraphQL skill, #1627](https://github​.com/anthropics/skills/pull/1627).\n\n---\n\n## 2. Community Demand Trends (from Issues)\n\n| Trend | Evidence | What the community wants |\n|---|---|---|\n| **Trust, provenance & security of Skills** | [#492](https://github​.com/anthropics/skills/issues/492) — 43 comments (top issue); [#1175](https://github​.com/anthropics/skills/issues/1175) on embedding access-control logic in `SKILL.md` | Namespace verification, signing/provenance, permission scoping, and a first-party security analyzer before a skill can claim `anthropic/`. |\n| **Evaluation & tooling correctness** | [#556](https://github​.com/anthropics/skills/issues/556) — 12 comments, 7 👍; [#1390](https://github​.com/anthropics/skills/issues/1390) — mcp-builder eval scores 0/N on real servers | Working, trustworthy trigger/eval harnesses. Two independent PRs (#1298, #1769) target the same 0%-recall bug — the community is effectively debugging Anthropic's own meta-tooling. |\n| **Team/organization distribution** | [#228](https://github​.com/anthropics/skills/issues/228) — 16 comments, 8 👍; [#189](https://github​.com/anthropics/skills/issues/189) — duplicate skills across plugins | Org-wide shared skill libraries, share links, deterministic installs — replacing the current \"download the `.skill` file and Slack it\" workflow. |\n| **Context-window economy** | [#1487](https://github​.com/anthropics/skills/issues/1487) — `claude-api` injects ~156k tokens in one call; [#202](https://github​.com/anthropics/skills/issues/202) — skill-creator reads like human docs, not operational instructions | Progressive/lazy loading, token budgets per skill, and concise instruction-style authoring as a hard guideline. |\n| **Cross-runtime interoperability** | [#29](https://github​.com/anthropics/skills/issues/29) — Bedrock; [#16](https://github​.com/anthropics/skills/issues/16) — expose Skills as MCPs | Portable skill format usable beyond Claude Code; MCP-style interface contracts so Skills can wrap software APIs. |\n| **Agent governance & reasoning quality** | [#412](https://github​.com/anthropics/skills/issues/412) — agent-governance (closed); [#1385](https://github​.com/anthropics/skills/issues/1385) — three-gate reasoning quality pipeline; [#1329](https://github​.com/anthropics/skills/issues/1329) — compact-memory | Safety patterns for autonomous agents, adversarial review gates, and compressed symbolic agent state. |\n| **Reliability of skill persistence** | [#62](https://github​.com/anthropics/skills/issues/62) — 12 skills silently disappeared | Stable storage/versioning for user-authored skills; less fear of losing work. |\n\n---\n\n## 3. High-Potential Pending Skills (most likely to land)\n\n| PR | Skill | Why it's close |\n|---|---|---|\n| [#1742](https://github​.com/anthropics/skills/pull/1742) | `mcp-builder` `mcp>=2` compatibility | Narrow, version-specific fix with an upstream issue (#1668); updated on the snapshot date. |\n| [#1769](https://github​.com/anthropics/skills/pull/1769) | `skill-creator` 0%-recall fix | Directly closes a reproducible bug (#1721) that m","offTopic":true}],"breakdown":[{"sourceKey":"github","sourceName":"GitHub","count":18},{"sourceKey":"hackernews","sourceName":"Hacker News","count":1}],"total":19}}