DEV Community

linweidao
linweidao

Posted on

Tried `anthropics/claude-plugins-official`: A Better Starting Point for Claude Code

Tried anthropics/claude-plugins-official: A Better Starting Point for Claude Code

Anthropic’s anthropics/claude-plugins-official 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.

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.

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 claude-fable-5 gateway:

{
  "provider": "openai-compatible",
  "baseURL": "https://b-lost.com/v1",
  "apiKey": "${B_LOST_API_KEY}",
  "model": "claude-fable-5"
}
Enter fullscreen mode Exit fullscreen mode

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.

B-Lost lists a 20% discount against official list pricing, using a 0.8x base rate. It also supports native Anthropic /v1/messages 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.

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.

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.

Top comments (0)