backend-pro-max-skill: Instructions file for Claude Code

CLAUDE.md

backend-pro-max-skill CLAUDE.md is an instructions file for Claude Code from shashankswe2020-ux/backend-pro-max-skill. It costs 1,506 tokens per session, scanned A, original, MIT.

A searchable reference guide for backend and distributed-systems engineering. It covers areas such as databases, cloud infrastructure, APIs, security, testing, and reliability, with guidance for particular programming stacks.

In plain words
What is it for?
It helps investigate backend design questions, compare technologies, and find advice about scaling, performance, deployment, observability, authentication, and data systems.
Why use it?
It gives a coding assistant a way to look up engineering guidance instead of relying only on general knowledge. The search can focus on a topic, technology stack, or domain.

Instructions file for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

This is shashankswe2020-ux/backend-pro-max-skill's own configuration. It tells Claude Code how to work on backend-pro-max-skill itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything backend-pro-max-skill configures →

Reuse

Borrowing it

Nothing to install: this file belongs to shashankswe2020-ux/backend-pro-max-skill. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/shashankswe2020-ux/backend-pro-max-skill/main/CLAUDE.md
Clone the repo
git clone --depth 1 https://github.com/shashankswe2020-ux/backend-pro-max-skill

Made for: Claude Code.

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 backend-pro-max-skill CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/shashankswe2020-ux/backend-pro-max-skill/claude-md/github.svg)](https://agentmods.dev/instructions/shashankswe2020-ux/backend-pro-max-skill/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/shashankswe2020-ux/backend-pro-max-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/shashankswe2020-ux/backend-pro-max-skill/claude-md/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 backend-pro-max-skill CLAUDE.md

Your own site · 80×15
<a href="https://agentmods.dev/instructions/shashankswe2020-ux/backend-pro-max-skill/claude-md"><img src="https://agentmods.dev/badge/instructions/shashankswe2020-ux/backend-pro-max-skill/claude-md.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 1,506 This file is loaded in full into every session.
When invoked 1,506 The same file — it is already loaded in full.
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.01506 $0.01506
Opus 5 $0.00753 $0.00753
Sonnet 5 $0.00301 $0.00301
Haiku 4.5 $0.00151 $0.00151

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

Security

Grade A, and why

backend-pro-max-skill CLAUDE.md 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 10d 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.

CLAUDE.md · 157 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) and other AI coding assistants when working with this repository.

Project Overview

Backend Pro Max is an AI skill that provides backend / distributed-systems engineering intelligence: searchable knowledge bases for programming languages, databases, message brokers, caching, cloud, IaC, containers, observability, API design, auth, security, CI/CD, testing, architecture, scaling, consistency, performance, reliability, and data engineering — plus language-specific stack guidelines.

It is intended to be installed as a skill / rules file in any AI coding assistant (Claude Code, Cursor, Windsurf, Copilot, Gemini, etc.).

Search Command

python3 src/backend-pro-max/scripts/search.py "<query>" --domain <domain> [-n <max_results>]
python3 src/backend-pro-max/scripts/search.py "<query>" --stack <stack>
python3 src/backend-pro-max/scripts/search.py "<query>" --all          # cross-domain
python3 src/backend-pro-max/scripts/search.py compare "<A>" "<B>" [--domain <d>]   # side-by-side
python3 src/backend-pro-max/scripts/search.py --stale --domain <d> --max-age-months 18
python3 src/backend-pro-max/scripts/search.py --interactive            # REPL
python3 src/backend-pro-max/scripts/search.py --list                   # list domains & stacks

If installed as a package (pip install -e .):

backendpro "<query>"
backendpro compare "Kafka" "RabbitMQ" --domain messaging
backendpro --interactive
backendpro-validate                # validate every CSV against its schema

Useful flags

  • --max-results / -n N — cap returned rows (default 5).
  • --min-score F — drop weak matches (BM25 score ≤ F).
  • --max-age-months N — drop rows whose Last Updated is older than N months.
  • --no-expand — disable synonym expansion (e.g. partial failure → compensation, saga).
  • --no-scores — hide BM25 confidence scores in markdown output.
  • --json — machine-readable output (always includes _score).

Read the full file on GitHub · 157 lines

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. 10d ago First seen · 157 lines · 1,506 tokens per session scan A 8e6892c42b1b

Subscribe to this mod's changes

backend-pro-max-skill CLAUDE.md is an instructions file published in the GitHub repository shashankswe2020-ux/backend-pro-max-skill (5 stars, last pushed 4mo ago), licensed MIT. It adds 1,506 tokens to every session, about $0.0075 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 instructions, from other repositories