"ai" agent skills
A developer is curating a collection of AI agent skills for open-source maintenance, exploring whether to organize them in a single repository or multiple skill repos with top-level SKILL.md files. Th…
A developer is curating a collection of AI agent skills for open-source maintenance, exploring whether to organize them in a single repository or multiple skill repos with top-level SKILL.md files. Th…
Claude Code, a CLI agent from Anthropic, can execute terminal commands and refactor code, but it requires guardrail prompting to avoid infinite loops and wasted API credits. Developers can use techniq…
Knowl, an open-source agent memory system, retires stale facts when they change by splitting knowledge into atomic units and flagging conflicts as superseded. In benchmarks on MemoryAgentBench FactCon…
Paseo, a new open-source tool, lets developers run coding agents like Claude Code or Codex on their own machines and control them from phone, desktop, web, or terminal, without replacing existing agen…
Antigma Labs released Ante, a self-contained coding agent that runs as a single Rust executable with zero runtime dependencies, claiming the #1 same-model agent on Terminal-Bench 2.1 and using ~7× les…
A growing number of clients are seeking help to fix 'vibe-coded' apps, according to Konstantin Klyagin, founder of Redwerk and QAwerk, who said his company has been offering 'vibe code cleanup' since …
Anthropic's Claude Code v2.1.224, released August 7, 2026, introduces cross-session messaging via new ListAgents and SendMessage tools, allowing separate Claude Code sessions to communicate directly o…
Agentic UI, a new interface paradigm for AI agents, must show progress, tool use, direction, and control, according to a developer's guide. The guide lists seven UI styles, including chat, copilot, ca…
Chaitanya Giri's Munder Difflin v0.4.5 fixes inaccurate cost reports, broken semantic memory on Apple Silicon, and unreliable communication between AI workers in the local-first agent harness that wra…
SkillWorks, a nightly index of Claude Code skills, has scored 503,570 listings and found 48,190 that fail to load, according to data rebuilt on 2026-08-22. The project, which reads 23,438 repositories…
A developer's blog post suggests that appending 'Devise a plan' to prompts is sufficient for large language models to plan before editing, eliminating the need for dedicated plan modes in tools like O…
A developer who hit ¥1.2M/month in revenue built an autonomous system to auto-disable unused Claude Code plugins, addressing a context-window tax that costs up to 4,000 tokens per session. The system …
A developer's tests show that Claude Code's internal configuration layers fail to prevent the coding agent from writing files, while a macOS sandbox profile consistently blocks it. Across measurements…
LeadAce, an outbound sales agent built as a Claude Code plugin by a small Tokyo software company, launched on Product Hunt on August 19 and received zero signups and only two upvotes. The company's an…
An observational study of 179 peer-to-peer messages between Claude Code sessions over five days found that cross-session messages always arrive at turn boundaries, never interrupting an active tool lo…
AWS released aws-bench, an open-source benchmark to evaluate AI agents on real AWS tasks, using disposable AWS accounts and automated verifiers. The benchmark, built on Harbor, supports agents like Cl…
A developer released a setup guide for terminal-browser, a fork that renders a real browser inside a terminal pane, offering three installation methods: standalone, as a herdr plugin, or via an agent.…
A developer's cost-monitoring script for Claude Code silently failed twice, once overcounting weekly spend by 4-6x and once going quiet due to set -e, leading to a redesign that prioritizes fail-open …
A developer has published a step-by-step guide for building an 'LLM Wiki'—a persistent, interlinked markdown knowledge base that an AI agent (such as Claude Code or Codex) maintains incrementally. The…
A developer who runs an observability hub for AI-assisted coding conducted a read-only penetration test of the stack, revealing that nearly all serious security defects were in recently written contro…