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.
npx skills add shashankswe2020-ux/backend-pro-max-skill --skill basegit clone --depth 1 https://github.com/shashankswe2020-ux/backend-pro-max-skillWrote 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.
[](https://agentmods.dev/skills/shashankswe2020-ux/backend-pro-max-skill/base)<a href="https://agentmods.dev/skills/shashankswe2020-ux/backend-pro-max-skill/base"><img src="https://agentmods.dev/badge/skills/shashankswe2020-ux/backend-pro-max-skill/base/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.
<a href="https://agentmods.dev/skills/shashankswe2020-ux/backend-pro-max-skill/base"><img src="https://agentmods.dev/badge/skills/shashankswe2020-ux/backend-pro-max-skill/base.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00109 | $0.00397 |
| Opus 5 | $0.00055 | $0.00198 |
| Sonnet 5 | $0.00022 | $0.00079 |
| Haiku 4.5 | $0.00011 | $0.00040 |
Grade A, and why
backend-pro-max 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 9d 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.
What it actually says
Backend Pro Max
Use this skill whenever the user asks about backend, cloud, or distributed-systems engineering — choosing a language / database / broker, designing an API, sizing a cache, planning multi-region, debugging tail latency, hardening security, defining SLOs, etc.
Search
backendpro "<query>" [--domain <domain>] [--stack <stack>] [-n N]
backendpro "<query>" --all
backendpro --list
Working principles
- Run a
--stack <stack>query first if the user has named a language / framework. The stack CSV contains the strict guidelines for that ecosystem (concurrency, errors, build, testing, …) — follow them. - Then run a
--domain <domain>query to pull the right architectural pattern, infra component, or operational practice. - Be explicit about consistency, idempotency, retries, timeouts, and failure handling in any code or design you produce.
- Default to managed services unless there is a concrete reason to self-host.
- Wire observability and security from the start — never bolt on later.
Run backendpro --list for the full domain/stack catalogue.
What ships with it
3 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.
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.
- 9d ago First seen · 42 lines · 109 tokens per session scan A 7c3b7ffb6e22
backend-pro-max is a skill published in the GitHub repository shashankswe2020-ux/backend-pro-max-skill (5 stars, last pushed 4mo ago), licensed MIT. It adds 109 tokens to every session and 397 once invoked, about $0.0005 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.
Other skills, from other repositories
bfl-api
BFL FLUX API integration guide covering endpoints, async polling patterns, rate limiting, error handling, webhooks, and regional endpoints with Python and TypeScript code examples.
azure-storage
UTILITY SKILL — Azure Storage Services: Blob, File Shares, Queue, Table, and Data Lake. Object storage, SMB shares, async messaging, NoSQL key-value, big-data analytics. Access tiers + lifecycle management. WHEN: "blob storage", "file shares", "queue storage", "table storage", "data lake", "access tiers", "lifecycle…
create-handler
Create a new API handler following the handler pattern. Use when the user asks to create an endpoint, handler, or route.
azure-prepare
WORKFLOW SKILL — Prepare Azure apps for deployment (Bicep/Terraform, azure.yaml, Dockerfiles). WHEN: "create app", "build web app", "create API", "deploy to Azure", "generate Bicep", "generate Terraform", "function app", "add authentication", "managed identity". DO NOT USE FOR: cross-cloud migration…
azure-messaging
Troubleshoot and resolve issues with Azure Messaging SDKs for Event Hubs and Service Bus. Covers connection failures, authentication errors, message processing issues, and SDK configuration problems. WHEN: event hub SDK error, service bus SDK issue, messaging connection failure, AMQP error, event processor host issue…
entra-app-registration
WORKFLOW SKILL — Guides Microsoft Entra ID app registration, OAuth 2.0 authentication, and MSAL integration. WHEN: "create app registration", "register Azure AD app", "configure OAuth", "add API permissions", "generate service principal", "MSAL example", "Entra ID setup". DO NOT USE FOR: Azure RBAC (azure-rbac), Key…