neo-rabbitmq

neo-rabbitmq is a skill for Claude Code, Codex from Benknightdark/neo-skills. It costs 73 tokens per session (1,433 once invoked), scanned A, original, MIT.

A set of guidelines for designing and operating RabbitMQ messaging systems. RabbitMQ is software that routes messages between applications through exchanges, queues, and consumers.

In plain words
What is it for?
Use it for message topology, queue selection, acknowledgements, dead-lettering, cluster operations, TLS, permissions, monitoring, troubleshooting, and performance planning.
Why use it?
It helps reason about message delivery, retries, acknowledgements, security, monitoring, scaling, and failures in a broker-based system.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it for message topology, queue selection, acknowledgements, dead-lettering, cluster operations, TLS, permissions, monitoring, troubleshooting, and performance planning.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/benknightdark/neo-skills/neo-rabbitmq
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Benknightdark/neo-skills --skill neo-rabbitmq
Clone the repo
git clone --depth 1 https://github.com/Benknightdark/neo-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for neo-rabbitmq

README.md
[![agentmods](https://agentmods.dev/badge/skills/benknightdark/neo-skills/neo-rabbitmq/github.svg)](https://agentmods.dev/skills/benknightdark/neo-skills/neo-rabbitmq)
Your own site
<a href="https://agentmods.dev/skills/benknightdark/neo-skills/neo-rabbitmq"><img src="https://agentmods.dev/badge/skills/benknightdark/neo-skills/neo-rabbitmq/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for neo-rabbitmq

Your own site · 80×15
<a href="https://agentmods.dev/skills/benknightdark/neo-skills/neo-rabbitmq"><img src="https://agentmods.dev/badge/skills/benknightdark/neo-skills/neo-rabbitmq.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,433 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00073 $0.01433
Opus 5 $0.00036 $0.00717
Sonnet 5 $0.00015 $0.00287
Haiku 4.5 $0.00007 $0.00143

Measured 12d ago against content hash 319cd0ec58bc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

neo-rabbitmq scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/neo-rabbitmq/SKILL.md · 90 lines

How it starts

The opening of the file, as written. The whole thing — 90 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Neo RabbitMQ

Use RabbitMQ 4.3 as the default baseline for language-neutral guidance on message design, Broker operations, and performance optimization.

Scope Boundaries

Cover:

  • Development design: protocols, Virtual Hosts, Exchanges, Bindings, Queues, Publishers, Consumers, Acknowledgements, Publisher Confirms, Prefetch, TTL, Dead Lettering, reliability, and queue-type selection.
  • Operations and management: installation, configuration, CLI tools, Management, permissions, TLS, Plugins, Policies, clusters, backups, upgrades, Kubernetes Operator, and production checks.
  • Performance optimization: connection and Channel lifecycles, flow control, memory, disk, CPU, network, queues, Quorum Queues, Streams, monitoring, capacity, and bottleneck isolation.
  • Troubleshooting: connectivity, authentication, routing, consumer backlog, resource alarms, cluster health, and upgrade risks.

Do not cover:

  • Client APIs, SDK code, and language-specific tutorials for Java, Python, C#, Go, Ruby, or any other programming language.
  • RabbitMQ website React, Docusaurus, styling, deployment, or other website implementation.
  • RabbitMQ Blog, material outside the documented license scope, and documentation unrelated to the three focus areas.
  • Production operations using rabbitmqadmin publish or rabbitmqadmin get; the source instructions explicitly omit these commands.

If a request crosses the boundary, answer the language-neutral portion and identify the missing language-specific or product-specific documentation. Never invent a Client API.

Workflow

  1. Classify the request as topology design, reliability, routine operations, security, performance, troubleshooting, upgrade, or capacity planning.
  2. Identify the version. Use RabbitMQ 4.3 when no version is specified. For current-version behavior, development releases, release notes, Feature Flags, commands, or configuration defaults, consult current official documentation before answering.
  3. Load only the required references:
    • Development and message semantics: references/development.md
    • Operations, management, and upgrades: references/operations.md
    • Performance, capacity, and monitoring: references/performance.md
    • Layered troubleshooting: references/troubleshooting.md
    • Version, sources, and exclusions: references/sources-and-scope.md
  4. Gather evidence before drawing conclusions. At minimum, identify the RabbitMQ version, protocol, Virtual Host, Exchange, Queue type, message size and rate, durability, confirmation mode, Consumer behavior, node count, CPU, RAM, disk, network, and relevant metrics. State when the available data is insufficient.
  5. Separate source facts, recommendations, and inferences. Label inferences explicitly. Do not present a documentation example or single-environment value as a universal default.
  6. Start with non-destructive checks before proposing changes. For configuration changes, deletion, clearing, restart, failover, or upgrade, state the impact, backup, rollback, and verification conditions.
  7. Before using CLI examples, consult the corresponding help output when RabbitMQ tools are available locally. Mark every command with its applicable version and required permissions. Never invent parameters.

Read the full file on GitHub · 90 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 90 lines · 73 tokens per session scan A 319cd0ec58bc

Subscribe to this mod's changes

neo-rabbitmq is a skill published in the GitHub repository Benknightdark/neo-skills (7 stars, last pushed 6d ago), licensed MIT. It adds 73 tokens to every session and 1,433 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

api-designer

Design RESTful APIs with best practices for consistency and usability.

athola/skrills · 15 tokens

offensive-api-abuse

Advanced API exploitation methodology focused on business logic abuse and sophisticated attack patterns that bypass traditional security controls. Covers business logic bypass through API call chaining and workflow manipulation. Addresses GraphQL-specific attacks including batching for credential brute-force, query…

SnailSploit/Claude-Red · 184 tokens

offensive-graphql

Offensive methodology for attacking GraphQL APIs during penetration tests and bug bounty engagements. Covers the full attack lifecycle: endpoint discovery, introspection abuse and blind schema reconstruction when introspection is disabled, authentication and authorization bypass through Relay node IDs and nested…

SnailSploit/Claude-Red · 219 tokens

telegram

Send Telegram messages, files, and alerts via bot API; read replies; ask questions with inline buttons and wait for the answer (approve-from-phone). Supports multiple bots and named chat targets. Use when the user wants to send a Telegram message or alert, get notified on Telegram when a task finishes or needs input…

sanjay3290/ai-skills · 114 tokens

agent-ready-auth-md

Sub-skill: Implement Auth.md for agent registration discovery. Serve /auth.md with OAuth metadata at /.well-known/oauth-protected-resource and authorization server endpoints.

fabricioctelles/skills · 37 tokens

agent-ready-dns-aid

Sub-skill: Implement DNS-AID records so agents discover endpoints through DNS. Use SVCB/HTTPS records under agents namespace with alpn and connection parameters.

fabricioctelles/skills · 41 tokens