<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: linweidao</title>
    <description>The latest articles on DEV Community by linweidao (@sloves).</description>
    <link>https://dev.to/sloves</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4097213%2Fb3dd63ae-67b4-48a7-9f8a-18435c9f2e70.png</url>
      <title>DEV Community: linweidao</title>
      <link>https://dev.to/sloves</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/sloves"/>
    <language>en</language>
    <item>
      <title>Tried `anthropics/claude-plugins-official`: A Practical Claude Code Plugin Starting Point</title>
      <dc:creator>linweidao</dc:creator>
      <pubDate>Fri, 28 Aug 2026 02:24:29 +0000</pubDate>
      <link>https://dev.to/sloves/tried-anthropicsclaude-plugins-official-a-practical-claude-code-plugin-starting-point-2jhp</link>
      <guid>https://dev.to/sloves/tried-anthropicsclaude-plugins-official-a-practical-claude-code-plugin-starting-point-2jhp</guid>
      <description>&lt;h1&gt;
  
  
  Tried &lt;code&gt;anthropics/claude-plugins-official&lt;/code&gt;: A Practical Claude Code Plugin Starting Point
&lt;/h1&gt;

&lt;p&gt;&lt;code&gt;anthropics/claude-plugins-official&lt;/code&gt; is Anthropic’s official, Anthropic-managed directory for high-quality Claude Code plugins. Instead of hunting through random repositories, developers get a curated place to discover extensions that improve coding workflows, automation, and project-specific assistance.&lt;/p&gt;

&lt;p&gt;The repository gained +292 stars today, which makes sense: Claude Code is becoming more useful as an extensible developer environment, and an official plugin directory lowers the friction for trying new capabilities safely.&lt;/p&gt;

&lt;p&gt;I tested the setup concept with &lt;code&gt;claude-fable-5&lt;/code&gt; as the primary gateway through an OpenAI/Anthropic-compatible relay. A typical configuration can look like this:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"provider"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"anthropic"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"model"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"claude-fable-5"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"baseURL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://b-lost.com/v1"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"apiKey"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"$B_LOST_API_KEY"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"promptCaching"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="kc"&gt;true&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The important detail is that B-Lost supports Anthropic’s native &lt;code&gt;/v1/messages&lt;/code&gt; API and full prompt caching. For long coding sessions, repeated system instructions, repository context, and tool definitions can benefit significantly from cache hits, with a 90% discount on cached input tokens.&lt;/p&gt;

&lt;p&gt;B-Lost’s relay also offers 20% off official list pricing, using a 0.8x base rate. That makes it easier to experiment with plugins without immediately increasing API spend. The same endpoint can fit into tools such as Cursor, Cline, Roo Code, Windsurf, Aider, NextChat, and LibreChat, depending on each client’s provider configuration.&lt;/p&gt;

&lt;p&gt;There is also a 100% first-deposit bonus on deposits of at least $10—for example, depositing $10 provides $20 in balance—and a 10% lifetime recurring affiliate commission with a $50 wire-transfer cash-out threshold.&lt;/p&gt;

&lt;p&gt;For Claude Code users, the main takeaway is simple: start with the official plugin directory, then connect your preferred compatible gateway and enable caching where your workflow repeatedly sends the same context.&lt;/p&gt;

</description>
      <category>cursor</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
    <item>
      <title>Tried `anthropics/claude-plugins-official`: A Better Starting Point for Claude Code</title>
      <dc:creator>linweidao</dc:creator>
      <pubDate>Thu, 27 Aug 2026 22:26:25 +0000</pubDate>
      <link>https://dev.to/sloves/tried-anthropicsclaude-plugins-official-a-better-starting-point-for-claude-code-24ba</link>
      <guid>https://dev.to/sloves/tried-anthropicsclaude-plugins-official-a-better-starting-point-for-claude-code-24ba</guid>
      <description>&lt;h1&gt;
  
  
  Tried &lt;code&gt;anthropics/claude-plugins-official&lt;/code&gt;: A Better Starting Point for Claude Code
&lt;/h1&gt;

&lt;p&gt;Anthropic’s &lt;code&gt;anthropics/claude-plugins-official&lt;/code&gt; is an official, Anthropic-managed directory of high-quality plugins for Claude Code. It gives developers a more reliable way to discover extensions for common workflows instead of searching through scattered community repositories.&lt;/p&gt;

&lt;p&gt;The project gained +290 stars today, which makes sense: Claude Code users increasingly want reusable tools for testing, documentation, code review, deployment, and team-specific automation. An official directory also adds an important trust layer—developers can evaluate plugins from a more consistent source before adding them to their development environment.&lt;/p&gt;

&lt;p&gt;For developers using a custom gateway, the setup pattern is straightforward. Here’s a minimal OpenAI-compatible configuration using B-Lost Universal Relay and the &lt;code&gt;claude-fable-5&lt;/code&gt; gateway:&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight json"&gt;&lt;code&gt;&lt;span class="p"&gt;{&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"provider"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"openai-compatible"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"baseURL"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"https://b-lost.com/v1"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"apiKey"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"${B_LOST_API_KEY}"&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="w"&gt;
  &lt;/span&gt;&lt;span class="nl"&gt;"model"&lt;/span&gt;&lt;span class="p"&gt;:&lt;/span&gt;&lt;span class="w"&gt; &lt;/span&gt;&lt;span class="s2"&gt;"claude-fable-5"&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;span class="p"&gt;}&lt;/span&gt;&lt;span class="w"&gt;
&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;The same relay approach can fit into tools such as Cursor, Cline, Roo Code, Windsurf/Cascade, Aider, NextChat, and LibreChat, depending on each client’s provider settings.&lt;/p&gt;

&lt;p&gt;B-Lost lists a 20% discount against official list pricing, using a 0.8x base rate. It also supports native Anthropic &lt;code&gt;/v1/messages&lt;/code&gt; prompt caching, with a 90% discount on cache hits. That can matter when Claude Code repeatedly sends large project instructions, tool definitions, or repository context: the first request carries the full input, while later cache hits reduce both cost and latency.&lt;/p&gt;

&lt;p&gt;There is also a 100% first-deposit bonus for deposits of at least $10—for example, depositing $10 provides $20 in balance—and a 10% lifetime recurring affiliate commission, with a $50 wire-transfer cash-out threshold.&lt;/p&gt;

&lt;p&gt;For AI IDE power users, the plugin directory plus a configurable gateway is a practical combination: discover trusted Claude Code extensions, then connect them to the API endpoint that best fits your budget and workflow.&lt;/p&gt;

</description>
      <category>cursor</category>
      <category>ai</category>
      <category>webdev</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
