<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>claude-code</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/3275/feed"/>
    <updated>2026-08-01T18:58:20+00:00</updated>
    <id>https://links.biapy.com/guest/tags/3275/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13456</id>
            <title type="text"><![CDATA[Claude Code Merge Queue]]></title>
            <link rel="alternate" href="https://github.com/funador/claude-code-merge-queue" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13456"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The local merge queue for parallel Claude Code agents.

The local, zero-cost merge queue for parallel Claude Code agents. Several agents land, build, and test at the same time — this serializes it so push races, redundant heavy builds, and shared-resource test flakiness can&amp;#039;t happen.]]>
            </summary>
            <updated>2026-07-30T11:42:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13407</id>
            <title type="text"><![CDATA[Agent Flow]]></title>
            <link rel="alternate" href="https://github.com/patoles/agent-flow" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13407"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Real-time visualization of Claude Code agent orchestration — see your agents think, branch, and coordinate as they work.]]>
            </summary>
            <updated>2026-07-24T13:09:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13398</id>
            <title type="text"><![CDATA[claude-thermos]]></title>
            <link rel="alternate" href="https://github.com/izeigerman/claude-thermos" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13398"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Keeps your Claude session warm for you.

Stop paying to rebuild your Claude Code cache. When your main agent waits on a subagent for more than 5 minutes, its prompt cache silently expires, and the next turn re-encodes your entire conversation at the write rate instead of reading it back cheap. On long sessions with many subagents that&amp;#039;s roughly 20% of your bill. claude-thermos keeps the cache warm so you never pay that tax.]]>
            </summary>
            <updated>2026-07-24T12:24:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13244</id>
            <title type="text"><![CDATA[claude-video (/watch)]]></title>
            <link rel="alternate" href="https://github.com/bradautomates/claude-video" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13244"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.]]>
            </summary>
            <updated>2026-07-08T12:03:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13226</id>
            <title type="text"><![CDATA[claude-real-video]]></title>
            <link rel="alternate" href="https://github.com/HUANGCHIHHUNGLeo/claude-real-video" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13226"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Let Claude (or any LLM) actually watch a video — scene-aware, deduplicated frames + transcript, from a URL or local file. Runs locally, MIT.]]>
            </summary>
            <updated>2026-07-06T11:33:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13176</id>
            <title type="text"><![CDATA[claude-peers]]></title>
            <link rel="alternate" href="https://github.com/louislva/claude-peers-mcp" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13176"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Allow all your Claude Codes to message each other ad-hoc! 

Let your Claude Code instances find each other and talk. When you&amp;#039;re running 5 sessions across different projects, any Claude can discover the others and send messages that arrive instantly.

Related contents:

- [MCP : les serveurs et outils à connaître en 2026 @ Camille Roux :fr:](https://www.camilleroux.com/mcp-serveurs-outils/).]]>
            </summary>
            <updated>2026-07-02T06:12:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13083</id>
            <title type="text"><![CDATA[Recall]]></title>
            <link rel="alternate" href="https://github.com/raiyanyahya/recall" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13083"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[fully-local project memory for Claude Code.

Built for Claude Code. Stop wasting tokens and re-explaining your project every session. Recall gives Claude Code durable memory — entirely offline.]]>
            </summary>
            <updated>2026-06-22T11:39:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12992</id>
            <title type="text"><![CDATA[Anthropic Courses @ Skill Jar]]></title>
            <link rel="alternate" href="https://anthropic.skilljar.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12992"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Learn how to use Claude for everyday work tasks, understand core features, and explore resources for more advanced learning on other topics.]]>
            </summary>
            <updated>2026-06-11T06:43:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12970</id>
            <title type="text"><![CDATA[Defending Code Reference Harness]]></title>
            <link rel="alternate" href="https://github.com/anthropics/defending-code-reference-harness" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12970"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A reference implementation for autonomous vulnerability discovery and remediation with Claude.

 Skills for threat modeling, scanning, triage, patching, plus an autonomous scanning harness you can /customize.]]>
            </summary>
            <updated>2026-06-08T11:53:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12905</id>
            <title type="text"><![CDATA[Paseo]]></title>
            <link rel="alternate" href="https://paseo.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12905"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run Claude Code, Codex, Copilot, OpenCode from anywhere.

Run any coding agent from your phone, desktop, or terminal. Self-hosted, multi-provider, open source.

- [Paseo @ GitHub](https://github.com/getpaseo/paseo:).]]>
            </summary>
            <updated>2026-06-03T11:39:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12851</id>
            <title type="text"><![CDATA[Webwright]]></title>
            <link rel="alternate" href="https://microsoft.github.io/Webwright/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12851"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Terminal-Native Web Agents.
A simple SWE style browser agent framework that achieves SOTA results on long horizon web tasks. 

 Webwright gives the model a terminal, a local workspace, and the freedom to write code that launches, inspects, and discards browser sessions. The output is not just a completed task, but a reusable program. 

- [Webwright @ GitHub](https://github.com/microsoft/Webwright).]]>
            </summary>
            <updated>2026-05-26T11:52:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12782</id>
            <title type="text"><![CDATA[Workshop]]></title>
            <link rel="alternate" href="https://www.raindrop.ai/workshop/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12782"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Debug your AI agent locally.

 Give your coding agent the power to write and run agent evals. 
The local debugger your agent is missing. Watch your agent think locally, the moment it happens: every token, every tool call, every decision.

Give Claude Code the power to read your traces, write evals against your codebase, and fix what&amp;#039;s broken.

- [Workshop @ GitHub](https://github.com/raindrop-ai/workshop).]]>
            </summary>
            <updated>2026-05-17T07:20:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12770</id>
            <title type="text"><![CDATA[Coding Agent Hooks by Sondera]]></title>
            <link rel="alternate" href="https://github.com/sondera-ai/sondera-coding-agent-hooks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12770"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hooking implementations and supporting tools for various coding agents (Claude, Cursor, Gemini, etc).

A reference monitor for AI coding agents. Rust hook binaries and Cedar policies intercept every shell command, file operation, and web request to forbid exfiltration and destructive behaviors, and enforce information flow control. YARA signatures and Cedar policy evaluation are deterministic; the optional LLM-based classifiers (data sensitivity, secure code policy) are probabilistic.

Related contents:

- [How to Stop Claude Code from Leaking Sensitive Data @ Secure Trajectories by Sondera](https://blog.sondera.ai/p/claude-code-data-leaks-security).]]>
            </summary>
            <updated>2026-05-15T14:14:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12762</id>
            <title type="text"><![CDATA[9Router]]></title>
            <link rel="alternate" href="https://9router.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12762"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free AI Router. Smart Fallback for Claude, Codex &amp;amp; More.

 Unlimited FREE AI coding. Connect Claude Code, Codex, Cursor, Cline, Copilot, Antigravity to FREE Claude/GPT/Gemini via 40+ providers. Auto-fallback, RTK -40% tokens, never hit limits. 

- [9Router @ GitHub](https://github.com/decolua/9router).]]>
            </summary>
            <updated>2026-05-15T11:06:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12729</id>
            <title type="text"><![CDATA[Claude Cookbooks]]></title>
            <link rel="alternate" href="https://github.com/anthropics/claude-cookbooks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12729"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of notebooks/recipes showcasing some fun and effective ways of using Claude. 

The Claude Cookbooks provide code and guides designed to help developers build with Claude, offering copy-able code snippets that you can easily integrate into your own projects.]]>
            </summary>
            <updated>2026-05-14T21:11:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12727</id>
            <title type="text"><![CDATA[CodeBurn]]></title>
            <link rel="alternate" href="https://codeburn.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12727"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[See Where Your AI Coding Tokens Go!
Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability. 

Track usage, cost, and performance across 18 AI coding tools. Break down spending by model, project, and provider.

- [CodeBurn @ GitHub](https://github.com/getagentseal/codeburn).]]>
            </summary>
            <updated>2026-05-14T21:09:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12721</id>
            <title type="text"><![CDATA[Deepsec]]></title>
            <link rel="alternate" href="https://github.com/vercel-labs/deepsec/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12721"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Deepsec is a security harness for finding vulnerabilities in your codebase powered by coding agents.

deepsec an agent-powered vulnerability scanner that you can run in your own infrastructure, optimized to perform on-demand review of all code in existing large-scale repos.

Related contents:

- [Introducing deepsec: The security harness for finding vulnerabilities in your codebase @ Vercel](https://vercel.com/blog/introducing-deepsec-find-and-fix-vulnerabilities-in-your-code-base).
- [Vercel’s deepsec Brings AI-Powered Security Scanning Into the Development Workflow @ devops.com](https://devops.com/vercels-deepsec-brings-ai-powered-security-scanning-into-the-development-workflow/).]]>
            </summary>
            <updated>2026-05-15T08:00:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12695</id>
            <title type="text"><![CDATA[Open Design]]></title>
            <link rel="alternate" href="https://open-design.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12695"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Design with the agent already on your laptop.

 🎨 Local-first, open-source alternative to Anthropic&amp;#039;s Claude Design. ⚡ 19 Skills · ✨ 71 brand-grade Design Systems 🖼 Generate web · desktop · mobile prototypes · slides · images · videos · HyperFrames 📦 Sandboxed preview · HTML/PDF/PPTX/MP4 export 🤖 Runs on Claude Code / Codex / Cursor / Gemini / OpenCode / Qwen / Copilot / Hermes / Kimi CLI. 

- [Open Design @ GitHub](https://github.com/nexu-io/open-design).

Related contents:

- [\#131: News Mai 2026, TypeScript 7 en beta, faux package TanStack et agent Cursor destructeur @ Double Slash :fr:](https://double-slash.dev/podcasts/news-mai26/).]]>
            </summary>
            <updated>2026-06-04T05:34:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12692</id>
            <title type="text"><![CDATA[Ruflo]]></title>
            <link rel="alternate" href="https://github.com/ruvnet/ruflo" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12692"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Multi-agent AI orchestration for Claude Code.

Orchestrate 100+ specialized AI agents across machines, teams, and trust boundaries. Ruflo adds coordinated swarms, self-learning memory, federated comms, and enterprise security to Claude Code — so agents don&amp;#039;t just run, they collaborate.

 🌊 The leading agent orchestration platform for Claude. Deploy intelligent multi-agent swarms, coordinate autonomous workflows, and build conversational AI systems. Features enterprise-grade architecture, self-learning swarm intelligence, RAG integration, and native Claude Code / Codex Integration]]>
            </summary>
            <updated>2026-05-14T09:21:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12670</id>
            <title type="text"><![CDATA[Davia]]></title>
            <link rel="alternate" href="https://davia.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12670"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Interactive, editable docs designed for coding agents.

Davia is an open-source tool designed for AI coding agents to generate interactive internal documentation for your codebase. When your AI coding agent uses Davia, it writes documentation files locally with interactive visualizations and editable whiteboards that you can edit in a Notion-like platform or locally in your IDE.

- [Davia @ GitHub](https://github.com/davialabs/davia).]]>
            </summary>
            <updated>2026-04-30T15:14:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12666</id>
            <title type="text"><![CDATA[Trellis]]></title>
            <link rel="alternate" href="https://trytrellis.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12666"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI Framework &amp;amp; Toolkit for Claude Code &amp;amp; Cursor.

AI’s capabilities grow like vines: full of vitality but spreading everywhere. Trellis is scaffolding for AI, guiding it along the path of your conventions.

- [Trellis @ GitHub](https://github.com/mindfold-ai/Trellis).]]>
            </summary>
            <updated>2026-04-30T15:09:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12665</id>
            <title type="text"><![CDATA[claude-devtools]]></title>
            <link rel="alternate" href="https://www.claude-dev.tools/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12665"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your Claude is coding blind.

 The missing DevTools for Claude Code — inspect session logs, tool calls, token usage, subagents, and context window in a visual UI. Free, open source. 

- [claude-devtools @ GitHub](https://github.com/matt1398/claude-devtools).]]>
            </summary>
            <updated>2026-04-30T15:06:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12664</id>
            <title type="text"><![CDATA[OpenSkills]]></title>
            <link rel="alternate" href="https://github.com/numman-ali/openskills" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12664"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Universal skills loader for AI coding agents.
One CLI. Every agent. Same format as Claude Code.

OpenSkills brings Anthropic&amp;#039;s skills system to every AI coding agent — Claude Code, Cursor, Windsurf, Aider, Codex, and anything that can read AGENTS.md.]]>
            </summary>
            <updated>2026-04-30T15:05:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12658</id>
            <title type="text"><![CDATA[claude-red]]></title>
            <link rel="alternate" href="https://github.com/SnailSploit/Claude-Red" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12658"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[claude-red is a curated library of offensive security skills designed for the Claude skills system. Each skill is a structured SKILL.md file that primes Claude with expert-level methodology for a specific attack surface — from SQLi to shellcode, EDR evasion to exploit development.]]>
            </summary>
            <updated>2026-04-30T11:21:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12608</id>
            <title type="text"><![CDATA[Clauditor]]></title>
            <link rel="alternate" href="https://github.com/gabrielsoltz/clauditor" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12608"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Security configuration scanner for Claude Code.

Clauditor audits your Claude Code settings and repository configuration to detect security misconfigurations.]]>
            </summary>
            <updated>2026-04-23T13:53:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12603</id>
            <title type="text"><![CDATA[Broccoli]]></title>
            <link rel="alternate" href="https://github.com/besimple-oss/broccoli" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12603"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI teammates for your engineering loop. Broccoli turns Linear tickets into shipped PRs — powered by Claude and Codex, running on your own Google Cloud.]]>
            </summary>
            <updated>2026-04-23T11:46:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12566</id>
            <title type="text"><![CDATA[CodeBurn]]></title>
            <link rel="alternate" href="https://github.com/getagentseal/codeburn" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12566"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[See where your AI coding tokens go. Interactive TUI dashboard for Claude Code, Codex, and Cursor cost observability.]]>
            </summary>
            <updated>2026-04-20T05:03:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12523</id>
            <title type="text"><![CDATA[tui-use]]></title>
            <link rel="alternate" href="https://github.com/onesuper/tui-use" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12523"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Like BrowserUse, but for the terminal.

tui-use lets agents interact with programs that expect a human at the keyboard — REPLs, debuggers, TUI apps, and anything else bash can&amp;#039;t reach.]]>
            </summary>
            <updated>2026-04-13T04:05:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12518</id>
            <title type="text"><![CDATA[jc]]></title>
            <link rel="alternate" href="https://github.com/jeapostrophe/jc" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12518"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code orchestrator in one window.

 Orchestrate multiple Claude Code sessions across projects.
Review diffs, annotate code, send instructions — all from one window.

Related contents:

- [Don&amp;#039;t Wait for Claude @ Jay McCarthy](https://jeapostrophe.github.io/tech/jc-workflow/).]]>
            </summary>
            <updated>2026-04-12T15:54:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12449</id>
            <title type="text"><![CDATA[Everything Claude Code (ECC) Tools]]></title>
            <link rel="alternate" href="https://ecc.tools/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12449"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Skills, agents, and security for your coding agent.
Open Agent Harness System for GitHub App Automation and Security.

Pick a profile. Install the skills and agents your team needs. AgentShield scans every session. The GitHub App turns repo history into reusable defaults. 140K+ stars on GitHub. Start free, scale to enterprise. 

- [Everything Claude Code @ GitHub](https://github.com/affaan-m/everything-claude-code).]]>
            </summary>
            <updated>2026-04-07T10:01:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12436</id>
            <title type="text"><![CDATA[Caveman]]></title>
            <link rel="alternate" href="https://getcaveman.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12436"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Lithic Token Compression.

 🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman 

A semantic constraint engine for Claude Code &amp;amp; Codex. Forces agentic communication into minimal-token lithic structures. Retain 100% technical accuracy while destroying up to 87% of output latency.

- [Caveman @ GitHub](https://github.com/JuliusBrussee/caveman).

Related contents:

- [I benchmarked caveman against two words @ Max Taylor](https://www.maxtaylor.me/articles/i-benchmarked-caveman-against-two-words).]]>
            </summary>
            <updated>2026-04-30T11:32:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12416</id>
            <title type="text"><![CDATA[Outworked]]></title>
            <link rel="alternate" href="https://github.com/outworked/outworked" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12416"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cozy Office for Claude Code.

 Outworked is a desktop app that turns Claude into a team of AI employees.
Hire agents. Give them roles. Watch them write code, interact with the web, send messages,
and run scheduled tasks — all from an office on your Mac.]]>
            </summary>
            <updated>2026-04-03T17:26:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12415</id>
            <title type="text"><![CDATA[claude-token-efficient]]></title>
            <link rel="alternate" href="https://github.com/drona23/claude-token-efficient" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12415"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[One CLAUDE.md file. Keeps Claude responses terse. Reduces output verbosity on heavy workflows. Drop-in, no code changes.]]>
            </summary>
            <updated>2026-04-03T17:24:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12401</id>
            <title type="text"><![CDATA[Claude Code Unpacked]]></title>
            <link rel="alternate" href="https://ccunpacked.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12401"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[What actually happens when you type a message into Claude Code? The agent loop, 50+ tools, multi-agent orchestration, and unreleased features, mapped straight from the source.]]>
            </summary>
            <updated>2026-04-03T14:26:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12399</id>
            <title type="text"><![CDATA[Agents Observe]]></title>
            <link rel="alternate" href="https://github.com/simple10/agents-observe" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12399"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Real-time observability of claude code sessions &amp;amp; multi-agents. 
Includes powerful filtering, searching, and visualization of multi-agent sessions.]]>
            </summary>
            <updated>2026-04-03T14:25:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12395</id>
            <title type="text"><![CDATA[agents-anywhere]]></title>
            <link rel="alternate" href="https://github.com/alejandrobailo/agents-anywhere" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12395"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your AI agent configs, skills, and instructions on every device. 
 One config repo. Every agent. Every machine. 

You&amp;#039;ve spent hours perfecting your CLAUDE.md, building custom skills, tuning your settings. Then you open your laptop and none of it is there. Or you switch from Claude Code to Codex and start from scratch.
agents-anywhere keeps your agent setup in a git repo and symlinks it to every agent on every machine.]]>
            </summary>
            <updated>2026-04-03T13:31:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12387</id>
            <title type="text"><![CDATA[Claw Code]]></title>
            <link rel="alternate" href="https://github.com/ultraworkers/claw-code" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12387"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Rewrite of Claude Code

 The fastest repo in history to surpass 50K stars ⭐, reaching the milestone in just 2 hours after publication. Better Harness Tools that make real things done. Now writing in Rust using oh-my-codex. 

Related contents:

- [Diving into Claude Code&amp;#039;s Source Code Leak @ Engineer&amp;#039;s Codex](https://read.engineerscodex.com/p/diving-into-claude-codes-source-code).]]>
            </summary>
            <updated>2026-04-03T12:59:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12385</id>
            <title type="text"><![CDATA[Codex plugin for Claude Code]]></title>
            <link rel="alternate" href="https://github.com/openai/codex-plugin-cc?utm_source=tldrnewsletter" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12385"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Use Codex from inside Claude Code for code reviews or to delegate tasks to Codex.

This plugin is for Claude Code users who want an easy way to start using Codex from the workflow they already have.]]>
            </summary>
            <updated>2026-03-31T14:36:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12357</id>
            <title type="text"><![CDATA[HolyClaude]]></title>
            <link rel="alternate" href="https://holyclaude.coderluii.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12357"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Docker Environment for AI Coding Agents.
 I hit every Docker + Claude Code bug so you don&amp;#039;t have to. 
 One container. Claude Code, web UI, 7 AI CLIs, headless browser, 50+ tools. All configured. All working. 

- [HolyClaude @ GitHub](https://github.com/CoderLuii/HolyClaude).]]>
            </summary>
            <updated>2026-03-29T15:27:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12346</id>
            <title type="text"><![CDATA[Cog]]></title>
            <link rel="alternate" href="https://github.com/marciopuga/cog" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12346"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cognitive architecture for Claude Code — persistent memory, self-reflection, and foresight.

A plain-text cognitive architecture for Claude Code — simple by design, so the model can reason over its own memory with the same Unix tools (grep, find, git diff) it already knows.]]>
            </summary>
            <updated>2026-03-28T15:22:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12335</id>
            <title type="text"><![CDATA[Anthropic Cybersecurity Skills]]></title>
            <link rel="alternate" href="https://www.mahipal.engineer/Anthropic-Cybersecurity-Skills/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12335"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[734 Cybersecurity Skills for AI Agents.
734+ AI-Ready Skills for Claude Code &amp;amp; More.

The largest open-source library of structured cybersecurity skills following the agentskills.io standard. Deploy instantly to Claude Code, GitHub Copilot, Cursor, and 26+ platforms. 

- [Anthropic Cybersecurity Skills @ GitHub](https://github.com/mukul975/Anthropic-Cybersecurity-Skills).]]>
            </summary>
            <updated>2026-03-28T11:55:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12329</id>
            <title type="text"><![CDATA[Claude Subconscious]]></title>
            <link rel="alternate" href="https://github.com/letta-ai/claude-subconscious" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12329"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Give Claude Code a subconscious.

A background agent that whispers to Claude Code. A Letta agent that watches your sessions, reads your files, builds up memory over time, and whispers guidance back.]]>
            </summary>
            <updated>2026-03-28T08:28:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12327</id>
            <title type="text"><![CDATA[OpenSpace]]></title>
            <link rel="alternate" href="https://open-space.cloud/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12327"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make Your Agents: Smarter, Low-Cost, Self-Evolving&amp;quot; -- Community.

Turn every task, trial, and triumph into shared intelligence with OpenSpace.

One Command to Evolve All Your AI Agents: OpenClaw, nanobot, Claude Code, Codex, Cursor and etc.

- [OpenSpace @ GitHub](https://github.com/HKUDS/OpenSpace).]]>
            </summary>
            <updated>2026-03-28T08:26:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12326</id>
            <title type="text"><![CDATA[code-review-graph]]></title>
            <link rel="alternate" href="https://github.com/tirth8205/code-review-graph" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12326"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Stop burning tokens. Start reviewing smarter.

 Local knowledge graph for Claude Code. Builds a persistent map of your codebase so Claude reads only what matters — 6.8× fewer tokens on reviews and up to 49× on daily coding tasks. 

Claude Code re-reads your entire codebase on every task. code-review-graph fixes that. It builds a structural map of your code with Tree-sitter, tracks changes incrementally, and gives Claude precise context so it reads only what matters.]]>
            </summary>
            <updated>2026-03-28T08:24:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12324</id>
            <title type="text"><![CDATA[Dev Browser]]></title>
            <link rel="alternate" href="https://github.com/SawyerHood/dev-browser" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12324"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Claude Skill to give your agent the ability to use a web browser.

A browser automation tool that lets AI agents and developers control browsers with sandboxed JavaScript scripts.]]>
            </summary>
            <updated>2026-03-28T08:21:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12323</id>
            <title type="text"><![CDATA[Claude Health]]></title>
            <link rel="alternate" href="https://github.com/tw93/claude-health" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12323"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Audit your Claude Code configuration health across all layers.

A Claude Code skill that systematically reviews your project&amp;#039;s setup using the six-layer framework: CLAUDE.md → rules → skills → hooks → subagents → verifiers. It detects project complexity, runs two parallel diagnostic agents, and outputs a prioritized report telling you what to fix first.]]>
            </summary>
            <updated>2026-03-28T08:20:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12322</id>
            <title type="text"><![CDATA[claude-pulse]]></title>
            <link rel="alternate" href="https://github.com/NoobyGains/claude-pulse" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12322"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Real-time usage monitor for Claude Code — session limits, weekly limits, and plan tier with colour-coded progress bars]]>
            </summary>
            <updated>2026-03-28T08:20:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12321</id>
            <title type="text"><![CDATA[Kanna]]></title>
            <link rel="alternate" href="https://github.com/jakemor/kanna" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12321"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A beautiful web UI for the Claude Code &amp;amp; Codex CLIs]]>
            </summary>
            <updated>2026-03-28T08:18:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12318</id>
            <title type="text"><![CDATA[Understand Anything]]></title>
            <link rel="alternate" href="https://lum.is-a.dev/Understand-Anything/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12318"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Understand Any Codebase.

Turn 200,000 lines of code into an interactive knowledge graph you can explore, search, and learn from — powered by multi-agent AI analysis. 

 Claude Code skills that turn any codebase into an interactive knowledge graph you can explore, search, and ask questions about (Multi-platform e.g., Codex are supported). 

- [Understand Anything @ GitHub](https://github.com/Lum1104/Understand-Anything).]]>
            </summary>
            <updated>2026-03-28T08:13:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12312</id>
            <title type="text"><![CDATA[oh-my-claudecode]]></title>
            <link rel="alternate" href="https://yeachan-heo.github.io/oh-my-claudecode-website/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12312"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Teams-first Multi-agent orchestration for Claude Code. A weapon, not a tool.

Multi-AI orchestration plugin for Claude Code. Coordinate Claude, Gemini, and Codex with 19 specialized agents, 28 skills, and MCP-powered tools.

- [oh-my-claudecode @ GitHub](https://github.com/Yeachan-Heo/oh-my-claudecode).]]>
            </summary>
            <updated>2026-03-28T07:31:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12307</id>
            <title type="text"><![CDATA[The Companion]]></title>
            <link rel="alternate" href="https://www.thecompanion.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12307"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code + Codex in Your Browser.

Pilot your coding agents in one browser workspace: connect MCP servers, open a terminal, create model-specific environments, and run sessions locally or on a remote server.

 Web &amp;amp; Mobile UI for Claude Code &amp;amp; Codex . Launch sessions, stream responses, approve tools. All from your browser / mobile 

- [The Companion @ GitHub](https://github.com/The-Vibe-Company/companion).]]>
            </summary>
            <updated>2026-03-26T16:13:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12305</id>
            <title type="text"><![CDATA[T3 Code]]></title>
            <link rel="alternate" href="https://t3.codes/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12305"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[T3 Code is the best way to code with AI.

T3 Code is a minimal web GUI for coding agents (currently Codex and Claude, more coming soon).

- [T3 Code @ GitHub](https://github.com/pingdotgg/t3code).]]>
            </summary>
            <updated>2026-03-26T16:10:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12274</id>
            <title type="text"><![CDATA[cq]]></title>
            <link rel="alternate" href="https://github.com/mozilla-ai/cq" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12274"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open standard for shared agent learning. Agents persist, share, and query collective knowledge so they stop rediscovering the same failures independently. 

cq is derived from colloquy (/ˈkɒl.ə.kwi/), a structured exchange of ideas where understanding emerges through dialogue rather than one-way output. It reflects a focus on reciprocal knowledge sharing; systems that improve through participation, not passive use. In radio, CQ is a general call (&amp;quot;any station, respond&amp;quot;), capturing the same model: open invitation, response, and collective signal built through interaction.

Related contents:

- [cq: Stack Overflow for Agents @ Mozilla.ai](https://blog.mozilla.ai/cq-stack-overflow-for-agents/).]]>
            </summary>
            <updated>2026-03-24T13:25:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12271</id>
            <title type="text"><![CDATA[Claude Code]]></title>
            <link rel="alternate" href="https://claude.com/product/claude-code" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12271"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[AI Coding Agent, Terminal, IDE.

Work with Claude directly in your codebase. Build, debug, and ship from your terminal, IDE, Slack, or the web. Describe what you need, and Claude handles the rest.

Related contents:

- [Claude Code Cheat Sheet](https://cc.storyfox.cz/).
- [Claude Code Essentials @ freeCodeCamp.org&amp;#039;s YouTube](https://www.youtube.com/watch?v=brLhhkUqcn4).
- [How I&amp;#039;m Productive with Claude Code @ Neil Kakkar](https://neilkakkar.com/productive-with-claude-code.html).
- [Auto mode for Claude Code @ Simon Willison&amp;#039;s Weblog](https://simonwillison.net/2026/Mar/24/auto-mode-for-claude-code/#atom-everything).
- [Inside the Claude Code source @ Haseeb Qureshi&amp;#039;s GitHub Gist](https://gist.github.com/Haseeb-Qureshi/d0dc36844c19d26303ce09b42e7188c1).
- [Entire Claude Code CLI source code leaks thanks to exposed map file @ Ars Technica](https://arstechnica.com/ai/2026/03/entire-claude-code-cli-source-code-leaks-thanks-to-exposed-map-file/).
- [Reading leaked Claude Code source code @ Vita Nouva](https://lr0.org/blog/p/claude-code-source/).
- [The Claude Code Source Leak: fake tools, frustration regexes, undercover mode, and more @ Alex Kim&amp;#039;s blog](https://alex000kim.com/posts/2026-03-31-claude-code-source-leak/).
- [What&amp;#039;s cch? Reverse Engineering Claude Code&amp;#039;s Request Signing](https://a10k.co/b/reverse-engineering-claude-code-cch.html).
- [How Claude Code Builds a System Prompt @ dbreunig.com](https://www.dbreunig.com/2026/04/04/how-claude-code-builds-a-system-prompt.html).
- [Fuite Claude Code - 6 trucs à piquer pour vos hooks @ Korben :fr:](https://korben.info/claude-code-6-patterns-bonnes-pratiques-hooks.html).
- [Leveling Up Secure Code Reviews with Claude Code @ SpecterOps](https://specterops.io/blog/2026/03/26/leveling-up-secure-code-reviews-with-claude-code/).]]>
            </summary>
            <updated>2026-04-13T04:12:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12264</id>
            <title type="text"><![CDATA[Claude Octopus]]></title>
            <link rel="alternate" href="https://github.com/nyldn/claude-octopus" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12264"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Multi-LLM orchestration plugin for Claude Code — 8 providers (Codex, Gemini, Claude, Perplexity, OpenRouter, Copilot, Qwen, Ollama), 47 commands, 50 skills, Double Diamond workflows .

Multi-LLM orchestration plugin for Claude Code — coordinates Codex, Gemini, Perplexity, OpenRouter, Copilot, Qwen, and Ollama with consensus gates. Eight tentacles, zero blind spots.

Related contents:

- [Claude Octopus - Faites débattre 3 IA sur votre code @ Korben :fr:](https://korben.info/claude-octopus-orchestrateur-multi-ia-claude-code.html).]]>
            </summary>
            <updated>2026-03-23T16:27:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12230</id>
            <title type="text"><![CDATA[gstack]]></title>
            <link rel="alternate" href="https://github.com/garrytan/gstack" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12230"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Use Garry Tan&amp;#039;s exact Claude Code setup: 15 opinionated tools that serve as CEO, Designer, Eng Manager, Release Manager, Doc Engineer, and QA]]>
            </summary>
            <updated>2026-03-20T14:20:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12178</id>
            <title type="text"><![CDATA[GET SHIT DONE]]></title>
            <link rel="alternate" href="https://github.com/gsd-build/get-shit-done" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12178"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code, OpenCode, Gemini CLI, Codex, Copilot, and Antigravity.

Solves context rot — the quality degradation that happens as Claude fills its context window.]]>
            </summary>
            <updated>2026-03-18T13:05:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12174</id>
            <title type="text"><![CDATA[Claude HUD]]></title>
            <link rel="alternate" href="https://github.com/jarrodwatts/claude-hud" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12174"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Claude Code plugin that shows what&amp;#039;s happening — context usage, active tools, running agents, and todo progress. Always visible below your input.]]>
            </summary>
            <updated>2026-03-18T11:47:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12162</id>
            <title type="text"><![CDATA[Godogen]]></title>
            <link rel="alternate" href="https://github.com/htdt/godogen" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12162"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code skills that build complete Godot 4 projects from a game description.

You describe what you want. An AI pipeline designs the architecture, generates the art, writes every line of code, captures screenshots from the running engine, and fixes what doesn&amp;#039;t look right. The output is a real Godot 4 project with organized scenes, readable scripts, and proper game architecture. Handles 2D and 3D, runs on commodity hardware.]]>
            </summary>
            <updated>2026-03-17T12:36:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12138</id>
            <title type="text"><![CDATA[Conductor]]></title>
            <link rel="alternate" href="https://www.conductor.build/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12138"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run a team of coding agents on your Mac.

Create parallel Codex + Claude Code agents in isolated workspaces. See at a glance what they&amp;#039;re working on, then review and merge their changes.

Related contents:

- [Conductor - Lancez des agents IA en parallèle sur votre code @ Korben :fr:](https://korben.info/conductor-build.html).]]>
            </summary>
            <updated>2026-03-16T09:39:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12132</id>
            <title type="text"><![CDATA[Switchboard]]></title>
            <link rel="alternate" href="https://github.com/doctly/switchboard" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12132"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A desktop app for browsing, searching, and managing CLI coding sessions. Your command center for Claude Code sessions.

Switchboard is a desktop app that gives you a unified view of all your Claude Code sessions across every project. Launch, resume, fork, and monitor sessions from a single window — no more juggling terminal tabs or digging through ~/.claude/projects to find that one conversation from last week.]]>
            </summary>
            <updated>2026-03-16T07:46:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12105</id>
            <title type="text"><![CDATA[Rudel]]></title>
            <link rel="alternate" href="https://rudel.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12105"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Understand how your team codes with AI.
Coding Agent Analytics for Claude Code.

Rudel gives engineering leaders visibility into Claude Code usage across their team. Track productivity, quantify ROI, and surface quality signals, automatically.

- [Rudel @ GitHub](https://github.com/obsessiondb/rudel).]]>
            </summary>
            <updated>2026-03-13T12:36:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12101</id>
            <title type="text"><![CDATA[Plannotator]]></title>
            <link rel="alternate" href="https://plannotator.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12101"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Annotate plans.
Not in the terminal.
Visual Plan Review for Claude Code

Interactive Plan Review for coding agents. Mark up and refine plans visually, share for team collaboration. Works with Claude Code, OpenCode, and Pi. 
 Annotate and review coding agent plans visually, share with your team, send feedback to agents with one click. 
Interactive Plan Review for AI Coding Agents. Mark up and refine your plans using a visual UI, share for team collaboration, and seamlessly integrate with Claude Code, OpenCode, Pi, and Codex.

- [Plannotator @ GitHub](https://github.com/backnotprop/plannotator).]]>
            </summary>
            <updated>2026-03-12T11:32:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12099</id>
            <title type="text"><![CDATA[claude-code-best-practice]]></title>
            <link rel="alternate" href="https://github.com/shanraisshan/claude-code-best-practice" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12099"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[practice makes claude perfect]]>
            </summary>
            <updated>2026-03-12T11:23:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12083</id>
            <title type="text"><![CDATA[Rust Token Killer (rtk)]]></title>
            <link rel="alternate" href="https://www.rtk-ai.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12083"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make your AI coding agent smarter. CLI proxy.

 CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies.

rtk filters and compresses command outputs before they reach your LLM context. Single Rust binary, zero dependencies, &amp;lt;10ms overhead.

- [rtk @ GitHub](https://github.com/rtk-ai/rtk).

Related contents:

- [RTK - Le proxy Rust qui vous fait économiser jusqu&amp;#039;à 90% de tokens @ Korben :fr:](https://korben.info/rtk-proxy-rust-economiser-tokens.html).
- [\#131: News Mai 2026, TypeScript 7 en beta, faux package TanStack et agent Cursor destructeur @ Double Slash :fr:](https://double-slash.dev/podcasts/news-mai26/).]]>
            </summary>
            <updated>2026-06-04T05:35:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12062</id>
            <title type="text"><![CDATA[yolobox]]></title>
            <link rel="alternate" href="https://github.com/finbarr/yolobox" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12062"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Let your AI go full send. Your home directory stays home.

Run Claude Code, Codex, or any AI coding agent in &amp;quot;yolo mode&amp;quot; without nuking your home directory.

Related contents:

- [Yolobox - Lâchez vos agents IA sauvages sans flinguer votre home @ Korben :fr:](https://korben.info/yolobox-sandbox-ia-agents.html).]]>
            </summary>
            <updated>2026-03-09T09:55:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11972</id>
            <title type="text"><![CDATA[OpenSwarm]]></title>
            <link rel="alternate" href="https://github.com/Intrect-io/OpenSwarm" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11972"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CLI Code Agent Orchestrator. Autonomous AI agent orchestrator powered by Claude Code CLI.

OpenSwarm orchestrates multiple Claude Code instances as autonomous agents. It picks up Linear issues, runs Worker/Reviewer pair pipelines to produce code changes, reports progress to Discord, and retains long-term memory via LanceDB vector embeddings.]]>
            </summary>
            <updated>2026-03-02T06:55:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11900</id>
            <title type="text"><![CDATA[Custom Claude Code skills for Pulumi infrastructure as code]]></title>
            <link rel="alternate" href="https://github.com/dirien/claude-skills" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11900"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Custom Claude Code skills for infrastructure as code development.

Related contents:

- [The Claude Skills I Actually Use for DevOps @ Pulumi](https://www.pulumi.com/blog/top-8-claude-skills-devops-2026/).]]>
            </summary>
            <updated>2026-02-20T17:07:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11899</id>
            <title type="text"><![CDATA[66 Specialized Skills for Full-Stack Developers]]></title>
            <link rel="alternate" href="https://github.com/jeffallan/claude-skills" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11899"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[66 Specialized Skills for Full-Stack Developers. Transform Claude Code into your expert pair programmer.

Related contents:

- [The Claude Skills I Actually Use for DevOps @ Pulumi](https://www.pulumi.com/blog/top-8-claude-skills-devops-2026/).]]>
            </summary>
            <updated>2026-02-20T17:07:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11887</id>
            <title type="text"><![CDATA[peon-ping]]></title>
            <link rel="alternate" href="https://www.peonping.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11887"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Game character voice lines + visual overlay notifications when your AI coding agent needs attention — or let the agent pick its own sound via MCP.

AI coding agents don&amp;#039;t notify you when they finish or need permission. You tab away, lose focus, and waste 15 minutes getting back into flow. peon-ping fixes this with voice lines and bold on-screen banners from Warcraft, StarCraft, Portal, Zelda, and more — works with Claude Code, GitHub Copilot, Codex, Cursor, OpenCode, Kilo CLI, Kiro, Windsurf, Google Antigravity, and any MCP client.

- [peon-ping @ GitHub](https://github.com/PeonPing/peon-ping).

Related contents:

- [Newsletter du 16 Février 2026 @ Rudeops :fr:](https://www.rudeops.com/newsletter/2026-02-16-rudeops-newsletter/).
- [Peon Ping - Donnez de la voix à vos agents IA @ Korben :fr:](https://korben.info/peon-ping-notifications-warcraft-agents-ia.html).]]>
            </summary>
            <updated>2026-03-23T16:23:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11855</id>
            <title type="text"><![CDATA[Curated Skills Marketplace]]></title>
            <link rel="alternate" href="https://github.com/trailofbits/skills-curated" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11855"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Curated, community-vetted Claude Code plugin marketplace.

Trail of Bits&amp;#039; reviewed and approved Claude Code plugins. Every skill and marketplace here has been vetted for quality and safety.]]>
            </summary>
            <updated>2026-02-19T12:29:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11802</id>
            <title type="text"><![CDATA[AgentLogs]]></title>
            <link rel="alternate" href="https://agentlogs.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11802"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Coding agents, visible to your team.  Collaboration in the age of agentic engineering .

Open-source and self-hostable. Track sessions, share prompts, and link every conversation to the commit it produced.

AgentLogs captures and analyzes transcripts from AI coding agents (like Claude Code, Codex, OpenCode, and Pi) to give your team visibility into how AI tools are used in their codebases.

- [AgentLogs @ GitHub](https://github.com/agentlogs/agentlogs).

Related contents:

- [Open-sourcing AgentLogs @ spiess.dev](https://spiess.dev/blog/open-sourcing-agentlogs).]]>
            </summary>
            <updated>2026-02-13T12:54:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11800</id>
            <title type="text"><![CDATA[Karpathy-Inspired Claude Code Guidelines]]></title>
            <link rel="alternate" href="https://github.com/forrestchang/andrej-karpathy-skills" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11800"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy&amp;#039;s observations on LLM coding pitfalls.

Related contents:

- [A few random notes from claude coding quite a bit last few weeks @ Andrej Karpathy&amp;#039;s X](https://nitter.net/karpathy/status/2015883857489522876).
- [65 lines of Markdown - a Claude Code sensation @ Michiels Blog](https://tildeweb.nl/~michiel/65-lines-of-markdown-a-claude-code-sensation.html).]]>
            </summary>
            <updated>2026-02-13T12:48:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11774</id>
            <title type="text"><![CDATA[The Vibe Companion]]></title>
            <link rel="alternate" href="https://github.com/The-Vibe-Company/companion" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11774"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Web UI for Claude Code built on a reverse-engineered WebSocket protocol. Launch sessions, stream responses, approve tools. All from your browser / mobile.

Claude Code in your browser. We reverse-engineered the undocumented WebSocket protocol hidden inside the CLI and built a web UI on top of it. No API key needed, it runs on your existing Claude Code subscription.

Related contents:

- [The Vibe Companion - Une interface web pour piloter Claude Code @ Korben :fr:](https://korben.info/the-vibe-companion-web-ui-claude-code.html).]]>
            </summary>
            <updated>2026-02-10T16:24:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11773</id>
            <title type="text"><![CDATA[Claude Code Skills]]></title>
            <link rel="alternate" href="https://github.com/jezweb/claude-skills" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11773"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Skills for Claude Code CLI such as full stack dev Cloudflare, React, Tailwind v4, and AI integrations.]]>
            </summary>
            <updated>2026-02-10T12:50:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11637</id>
            <title type="text"><![CDATA[1Code]]></title>
            <link rel="alternate" href="https://1code.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11637"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Best UI for Claude Code with local and remote agent execution.

- [1Code @ GitHub](https://github.com/21st-dev/1code).]]>
            </summary>
            <updated>2026-01-28T13:23:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11636</id>
            <title type="text"><![CDATA[Toad]]></title>
            <link rel="alternate" href="https://www.batrachian.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11636"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Universal AI Terminal Interface.

Toad is an interface to coding agents, such as Claude, Gemini, Codex, OpenHand, and many more.
Toad blends a traditional shell based workflow and powerful agentic AI, with an intuitive Terminal User Interface.

- [Toad](https://github.com/batrachianai/toad).

Related contents:

- [Introducing Claude Chic @ Matthew Rocklin](https://matthewrocklin.com/introducing-claude-chic/).]]>
            </summary>
            <updated>2026-01-28T13:19:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11635</id>
            <title type="text"><![CDATA[Claude Chic]]></title>
            <link rel="alternate" href="https://matthewrocklin.com/claudechic/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11635"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A stylish terminal UI for Claude Code, built with Textual.

- [Claude Chic @ GitHub](https://github.com/mrocklin/claudechic).

Related contents:

- [Introducing Claude Chic @ Matthew Rocklin](https://matthewrocklin.com/introducing-claude-chic/).
- [We&amp;#039;re all Beginners Again @ Matthew Rocklin](https://matthewrocklin.com/ai-beginners/).]]>
            </summary>
            <updated>2026-01-28T13:17:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11604</id>
            <title type="text"><![CDATA[Auto Claude]]></title>
            <link rel="alternate" href="https://github.com/AndyMik90/Auto-Claude" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11604"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Autonomous multi-agent coding framework that plans, builds, and validates software for you.

Related contents:

- [Faites de Claude une armée de développeurs à votre service @ Korben :fr:](https://korben.info/transformez-claude-en-une-armee-de-developpeurs-a-votre-service.html).]]>
            </summary>
            <updated>2026-01-26T08:43:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11600</id>
            <title type="text"><![CDATA[Wake]]></title>
            <link rel="alternate" href="https://github.com/joemckenney/wake" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11600"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Wake records your terminal sessions so Claude Code can see what you&amp;#039;ve been doing. 

Related contents:

- [Wake - L&amp;#039;outil qui donne de la mémoire à Claude Code @ Korben :fr:](https://korben.info/wake-terminal-recorder-claude-code.html).]]>
            </summary>
            <updated>2026-01-26T08:21:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11592</id>
            <title type="text"><![CDATA[Humanizer]]></title>
            <link rel="alternate" href="https://github.com/blader/humanizer" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11592"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code skill that removes signs of AI-generated writing from text.

Related contents:

- [Wikipedia volunteers spent years cataloging AI tells. Now there’s a plugin to avoid them @ ars Technica](https://arstechnica.com/ai/2026/01/new-ai-plugin-uses-wikipedias-ai-writing-detection-rules-to-help-it-sound-human/).]]>
            </summary>
            <updated>2026-01-26T07:42:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11575</id>
            <title type="text"><![CDATA[Trail of Bits Skills Marketplace]]></title>
            <link rel="alternate" href="https://github.com/trailofbits/skills" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11575"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Trail of Bits Claude Code skills for security research, vulnerability detection, and audit workflows.

A Claude Code plugin marketplace from Trail of Bits providing skills to enhance AI-assisted security analysis, testing, and development workflows.

Related contents:

- [Erreur 403 | \#60](https://newsletter.erreur403.fr/p/erreur-403-60).]]>
            </summary>
            <updated>2026-01-23T07:26:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11558</id>
            <title type="text"><![CDATA[claude-chill]]></title>
            <link rel="alternate" href="https://github.com/davidbeesley/claude-chill?utm_source=tldrdev" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11558"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A PTY proxy that tames Claude Code&amp;#039;s massive terminal updates using VT-based rendering.

Claude Code uses synchronized output to update the terminal atomically. It wraps output in sync markers (\x1b[?2026h ... \x1b[?2026l) so the terminal renders everything at once without flicker.

The problem: Claude Code sends entire screen redraws in these sync blocks - often thousands of lines. Your terminal receives a 5000-line atomic update when only 20 lines are visible. This causes lag, flicker, and makes scrollback useless since each update clears history.]]>
            </summary>
            <updated>2026-01-21T13:07:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11556</id>
            <title type="text"><![CDATA[Terraform Skill for Claude]]></title>
            <link rel="alternate" href="https://github.com/antonbabenko/terraform-skill" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11556"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Claude Agent Skill for Terraform and OpenTofu - testing, modules, CI/CD, and production patterns.

Comprehensive Terraform and OpenTofu best practices skill for Claude Code. Get instant guidance on testing strategies, module patterns, CI/CD workflows, and production-ready infrastructure code.

Related contents:

- [The Only Claude Skill Every DevOps Engineer Needs @ AWS Fundamentals](https://awsfundamentals.com/blog/terraform-claude-skill-guide).]]>
            </summary>
            <updated>2026-02-20T16:50:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11539</id>
            <title type="text"><![CDATA[Laravel Claude Code Plugins]]></title>
            <link rel="alternate" href="https://github.com/laravel/claude-code" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11539"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of Claude Code plugins tailored for PHP / Laravel development.

Related contents:

- [Simplifier son code Laravel avec le plugin Claude Code de Taylor Otwell @ Laravel France :fr:](https://laravel-france.com/posts/simplifier-code-laravel-plugin-claude-code-taylor-otwell).]]>
            </summary>
            <updated>2026-01-20T08:57:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11531</id>
            <title type="text"><![CDATA[Today in Claude Code]]></title>
            <link rel="alternate" href="https://gist.github.com/chrismdp/29b3c5504504fe9ad2ff3310fa2a2a99" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11531"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A skill to generate daily summaries of your Claude Code activity.]]>
            </summary>
            <updated>2026-01-19T13:07:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11528</id>
            <title type="text"><![CDATA[AionUi]]></title>
            <link rel="alternate" href="https://github.com/iOfficeAI/AionUi" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11528"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🚀 Cowork with Your AI, Gemini CLI, Claude Code, Codex, Qwen Code, Goose CLI, Auggie, and more.

 Free, local, open-source Cowork for Gemini CLI, Claude Code, Codex, Opencode, Qwen Code, Goose Cli, Auggie, and more | 

If you have installed command-line tools like Gemini CLI, Claude Code, CodeX, Qwen Code, Goose AI, Augment Code, AionUi can automatically detect them and provide a unified graphical interface]]>
            </summary>
            <updated>2026-01-19T12:47:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11470</id>
            <title type="text"><![CDATA[Agent Skills]]></title>
            <link rel="alternate" href="https://agentskills.io/home" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11470"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple, open format for giving agents new capabilities and expertise.
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently.

- [Agent Skills @ GitHub](https://github.com/agentskills/agentskills).

Related contents:

- [Vercel&amp;#039;s Agent Skills @ GitHub](https://github.com/vercel-labs/agent-skills).
- [MCP, Skills, and Agents @ cramr](https://cra.mr/mcp-skills-and-agents/).
- [Agent Skills vs. Rules vs. Commands @ builder.io](https://www.builder.io/blog/agent-skills-rules-commands).
- [3 Principles for Designing Agent Skills @ Block Engineering Blog](https://engineering.block.xyz/blog/3-principles-for-designing-agent-skills).
- [Claude Code Skills Are a Massive Security Threat — Greg Pstrucha, Sentry @ Mastra&amp;#039;s YouTube](https://www.youtube.com/watch?v=WNJHMoHTrBU).]]>
            </summary>
            <updated>2026-06-04T05:55:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11442</id>
            <title type="text"><![CDATA[Claude Code Switcher]]></title>
            <link rel="alternate" href="https://github.com/andisearch/claude-switcher" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11442"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Automate scripts with Claude Code. Use shebang support for executable markdown files, pipe data through AI scripts in standard Unix pipelines, and switch between providers (Pro/Max, Anthropic API, AWS, Google Cloud, Azure, Vercel) without logging out.]]>
            </summary>
            <updated>2026-01-12T13:14:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11413</id>
            <title type="text"><![CDATA[Mantic.sh]]></title>
            <link rel="alternate" href="https://github.com/marcoaapfortes/Mantic.sh" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11413"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A structural code search engine for AI agents. Provides sub-500ms file ranking across massive codebases without embeddings, vector databases, or external dependencies.

Mantic is an infrastructure layer designed to remove unnecessary context retrieval overhead for AI agents. It infers intent from file structure and metadata rather than brute-force reading content, enabling retrieval speeds faster than human reaction time.]]>
            </summary>
            <updated>2026-01-07T13:27:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11391</id>
            <title type="text"><![CDATA[Claudish]]></title>
            <link rel="alternate" href="https://github.com/MadAppGang/claudish" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11391"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code. Any Model. The most powerful AI coding agent now speaks every language.

Run Claude Code with any AI model - OpenRouter, Gemini, OpenAI, or local models.

Claudish (Claude-ish) is a CLI tool that allows you to run Claude Code with any AI model by proxying requests through a local Anthropic API-compatible server. Supports OpenRouter (100+ models), direct Google Gemini API, direct OpenAI API, and local models (Ollama, LM Studio, vLLM, MLX).]]>
            </summary>
            <updated>2026-01-06T13:03:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11384</id>
            <title type="text"><![CDATA[Obsidian + Claude Code PKM Starter Kit 🚀]]></title>
            <link rel="alternate" href="https://github.com/ballred/obsidian-claude-pkm" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11384"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A complete starter kit for an Obsidian + Claude Code personal knowledge management system.

A complete personal knowledge management system that combines Obsidian&amp;#039;s powerful note-taking with Claude Code&amp;#039;s AI assistance. Go from zero to a fully functional PKM in 15 minutes or less.]]>
            </summary>
            <updated>2026-01-06T06:51:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11374</id>
            <title type="text"><![CDATA[React Grab]]></title>
            <link rel="alternate" href="https://www.react-grab.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11374"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Select context for coding agents directly from your website.

How? Point at any element and press ⌘C (Mac) or Ctrl+C (Windows/Linux) to copy the file name, React component, and HTML source code.

It makes tools like Cursor, Claude Code, Copilot run up to 3× faster and more accurate.

- [React Grab @ GitHub](https://github.com/aidenybai/react-grab).]]>
            </summary>
            <updated>2026-01-05T12:52:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11356</id>
            <title type="text"><![CDATA[Gas Town]]></title>
            <link rel="alternate" href="https://github.com/steveyegge/gastown" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11356"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Multi-agent orchestrator for Claude Code. Track work with convoys; sling to agents.

Related contents:

- [Welcome to Gas Town @ Steve Yegge&amp;#039;s Medium](https://steve-yegge.medium.com/welcome-to-gas-town-4f25ee16dd04).
- [Gas Town Decoded @ Andrew Lilley Brinker](https://www.alilleybrinker.com/mini/gas-town-decoded/).
- [How to think about Gas Town @ Steve Klabnik](https://steveklabnik.com/writing/how-to-think-about-gas-town/).
- [Agent Psychosis: Are We Going Insane? @ Armin Ronacher&amp;#039;s Thoughts and Writings](https://lucumr.pocoo.org/2026/1/18/agent-psychosis/).
- [Gas Town’s Agent Patterns, Design Bottlenecks, and Vibecoding at Scale @ Maggie Appleton](https://maggieappleton.com/gastown/).
- [Move Over Gas Town, Claude Has First-Party Agent Orchestration @ Andrew Lilley Brinker](https://www.alilleybrinker.com/mini/move-over-gas-town/).]]>
            </summary>
            <updated>2026-02-06T14:19:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11329</id>
            <title type="text"><![CDATA[Continuous Claude]]></title>
            <link rel="alternate" href="https://github.com/parcadei/Continuous-Claude-v2" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11329"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Session continuity, token-efficient MCP execution, and agentic workflows for Claude Code.

 Context management for Claude Code. Hooks maintain state via ledgers and handoffs. MCP execution without context pollution. Agent orchestration with isolated context windows.]]>
            </summary>
            <updated>2025-12-29T12:38:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11327</id>
            <title type="text"><![CDATA[Claude Code Safety Net]]></title>
            <link rel="alternate" href="https://github.com/kenryu42/claude-code-safety-net" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11327"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.

Related contents:

- [Claude Code Safety Net - Le plugin qui empêche l&amp;#039;IA de tout niquer @ Korben :fr:](https://korben.info/claude-code-safety-net-plugin-securite-agent-ia.html).]]>
            </summary>
            <updated>2025-12-29T08:46:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11315</id>
            <title type="text"><![CDATA[Claude How To]]></title>
            <link rel="alternate" href="https://github.com/luongnv89/claude-howto" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11315"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Complete collection of examples for some important Claude Code features and concepts.]]>
            </summary>
            <updated>2025-12-29T07:35:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11282</id>
            <title type="text"><![CDATA[OpenMemory]]></title>
            <link rel="alternate" href="https://openmemory.cavira.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11282"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Long-term Memory for AI Agents.

 Local persistent memory store for LLM applications including claude desktop, github copilot, codex, antigravity, etc. 

- [OpenMemory @ GitHub](https://github.com/CaviraOSS/OpenMemory).]]>
            </summary>
            <updated>2025-12-23T08:52:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11279</id>
            <title type="text"><![CDATA[Destructive Git Command Protection for Claude Code]]></title>
            <link rel="alternate" href="https://github.com/Dicklesworthstone/misc_coding_agent_tips_and_scripts/blob/main/DESTRUCTIVE_GIT_COMMAND_CLAUDE_HOOKS_SETUP.md" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11279"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[On December 17, 2025, an AI agent (Claude) ran git checkout -- on multiple files containing hours of uncommitted work from another agent (Codex). This destroyed the work instantly and silently. The files were eventually recovered from a dangling Git object, but this incident revealed a critical gap: AI agents can execute destructive commands without understanding the consequences.

The AGENTS.md file already forbade such commands, but instructions alone don&amp;#039;t prevent execution. This hook provides mechanical enforcement - the command is blocked before it can run.]]>
            </summary>
            <updated>2025-12-22T13:18:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11273</id>
            <title type="text"><![CDATA[SkillsMP]]></title>
            <link rel="alternate" href="https://skillsmp.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11273"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Agent Skills Marketplace -  Claude, Codex &amp;amp; ChatGPT Skills.

Related contents:

- [SkillsMP - Plus de 26 000 skills Claude à portée de clic @ Korben n :fr:](https://korben.info/skillsmp-marketplace-skills-claude-code-github.html).]]>
            </summary>
            <updated>2025-12-22T08:29:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11269</id>
            <title type="text"><![CDATA[Nimbalyst]]></title>
            <link rel="alternate" href="https://nimbalyst.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11269"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Better Way to Work with Claude Code.

Nimbalyst is the free, local, WYSIWYG editor &amp;amp; session manager where you iterate with Claude Code on your full context: markdown docs, mockups, diagrams, data models, MCP, and code]]>
            </summary>
            <updated>2025-12-22T06:38:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11258</id>
            <title type="text"><![CDATA[Claude-Mem]]></title>
            <link rel="alternate" href="https://claude-mem.ai/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11258"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your AI&amp;#039;s Perfect Memory Archive.

 A Claude Code plugin that automatically captures everything Claude does during your coding sessions, compresses it with AI (using Claude&amp;#039;s agent-sdk), and injects relevant context back into future sessions. 

- [Claude-Mem @ GitHub](https://github.com/thedotmack/claude-mem).]]>
            </summary>
            <updated>2025-12-16T12:59:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11215</id>
            <title type="text"><![CDATA[Layrr]]></title>
            <link rel="alternate" href="https://www.layrr.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11215"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Layrr is the visual editor for real code.
Design visually, edit any stack, own everything. 
 A browser coding agent interface for selecting elements and sending instructions directly to Claude Code. 

- [Layrr @ GitHub](https://github.com/thetronjohnson/layrr).]]>
            </summary>
            <updated>2025-12-12T07:29:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11033</id>
            <title type="text"><![CDATA[CC Switch]]></title>
            <link rel="alternate" href="https://github.com/farion1231/cc-switch" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11033"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[All-in-One Assistant for Claude Code, Codex &amp;amp; Gemini CLI.
 A cross-platform desktop All-in-One assistant tool for Claude Code, Codex &amp;amp; Gemini CLI.

A desktop application for managing and switching between different provider configurations &amp;amp; MCP for Claude Code and Codex.

- []().]]>
            </summary>
            <updated>2025-11-21T12:50:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11014</id>
            <title type="text"><![CDATA[🔂 Continuous Claude]]></title>
            <link rel="alternate" href="https://github.com/AnandChowdhary/continuous-claude" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11014"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[🔂 Run Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging

Automated workflow that orchestrates Claude Code in a continuous loop, autonomously creating PRs, waiting for checks, and merging - so multi-step projects complete while you sleep.]]>
            </summary>
            <updated>2025-11-19T06:34:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10517</id>
            <title type="text"><![CDATA[Claudesidian]]></title>
            <link rel="alternate" href="https://github.com/heyitsnoah/claudesidian" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10517"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code + Obsidian Starter Kit.

Turn your Obsidian vault into an AI-powered second brain using Claude Code.

Related contents:

- [The Magic of Claude Code @ Alephic](https://www.alephic.com/writing/the-magic-of-claude-code).]]>
            </summary>
            <updated>2025-10-03T12:22:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/166</id>
            <title type="text"><![CDATA[Claude Code IDE for Emacs]]></title>
            <link rel="alternate" href="https://github.com/manzaltu/claude-code-ide.el" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/166"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Claude Code IDE integration for Emacs.

Claude Code IDE for Emacs provides native integration with Claude Code CLI through the Model Context Protocol (MCP). Unlike simple terminal wrappers, this package creates a bidirectional bridge between Claude and Emacs, enabling Claude to understand and leverage Emacs’ powerful features—from LSP and project management to custom Elisp functions. This transforms Claude into a true Emacs-aware AI assistant that works within your existing workflow and can interact with your entire Emacs ecosystem.]]>
            </summary>
            <updated>2026-03-24T14:25:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/328</id>
            <title type="text"><![CDATA[Conductor]]></title>
            <link rel="alternate" href="https://conductor.build/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/328"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run a bunch of Claude Codes in parallel.

Each Claude gets an isolated workspace. See who’s working, see who’s stuck, and what’s changed.]]>
            </summary>
            <updated>2026-01-20T15:24:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/519</id>
            <title type="text"><![CDATA[🎯 Claude Code Usage Monitor]]></title>
            <link rel="alternate" href="https://github.com/Maciek-roboblog/Claude-Code-Usage-Monitor" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/519"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Real-time Claude Code usage monitor with predictions and warnings.

A beautiful real-time terminal monitoring tool for Claude AI token usage. Track your token consumption, burn rate, and get predictions about when you&amp;#039;ll run out of tokens.]]>
            </summary>
            <updated>2025-12-16T07:11:48+00:00</updated>
        </entry>
    </feed>
