backend-dev-guidelines

backend-dev-guidelines is a skill for Claude Code, Codex from danstrem2/clawdbot-skill-master-pack. It costs 94 tokens per session (1,831 once invoked), scanned A, original, no licence file.

A development guide for building Node.js, Express, and TypeScript backend services, including APIs, database access, validation, error tracking, and asynchronous code.

In plain words
What is it for?
Use it when creating API routes, controllers, services, repositories, middleware, or Prisma-based database code.
Why use it?
It provides consistent patterns for common backend tasks and helps avoid mistakes when structuring service code.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Use it when creating API routes, controllers, services, repositories, middleware, or Prisma-based database code.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines
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 danstrem2/clawdbot-skill-master-pack --skill backend-dev-guidelines
Clone the repo
git clone --depth 1 https://github.com/danstrem2/clawdbot-skill-master-pack

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 backend-dev-guidelines

README.md
[![agentmods](https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines/github.svg)](https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines)
Your own site
<a href="https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines"><img src="https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines/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-dev-guidelines

Your own site · 80×15
<a href="https://agentmods.dev/skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines"><img src="https://agentmods.dev/badge/skills/danstrem2/clawdbot-skill-master-pack/backend-dev-guidelines.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,831 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 unknown 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.00094 $0.01831
Opus 5 $0.00047 $0.00915
Sonnet 5 $0.00019 $0.00366
Haiku 4.5 $0.00009 $0.00183

Measured 5d ago against content hash 7698edb57ccb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

backend-dev-guidelines 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 5d 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/backend-dev-guidelines/SKILL.md · 303 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 5d ago First seen · 303 lines · 94 tokens per session scan A 7698edb57ccb

Subscribe to this mod's changes

backend-dev-guidelines is a skill published in the GitHub repository danstrem2/clawdbot-skill-master-pack (2 stars, last pushed 7mo ago), with no licence file. It adds 94 tokens to every session and 1,831 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-09-03.

Related

Other skills, from other repositories

apple-cktool-js

Builds and troubleshoots CloudKit automation with Apple's CKTool JS packages, including @apple/cktool.database, @apple/cktool.target.nodejs, and @apple/cktool.target.browser. Use when Codex needs typed JavaScript or TypeScript for CloudKit schema import, export, validation, or reset; container and team discovery…

bastos/skills · 141 tokens

nestjs-patterns

NestJS architecture patterns for modules, controllers, providers, DTO validation, guards, interceptors, config, and production-grade TypeScript backends.

majiang213/OpenClaw-MAS · 33 tokens

effect

Opinionated guide for building production TypeScript applications with Effect v4. Use when implementing Effect workflows, services, layers, schemas, configuration, schedules, caches, streams, HTTP clients, or tests.

kitlangton/skills · 42 tokens

zapier-sdk

Zapier SDK for TypeScript. Programmatic access to 9,000+ apps on a user's behalf via Zapier's OAuth and audit layer. Use when writing code that needs to run actions in third-party apps (send an email, upsert a CRM record, look up a spreadsheet row, post to a chat) without managing per-app OAuth or vendor SDKs.…

zapier/sdk · 151 tokens

js-backend-expert

Expert-level skill for Node.js 24+ (LTS), Bun 1.2+, and Deno 2.x backend development. Covers Express 5, Fastify 5, Hono v4, NestJS, Prisma 6, Drizzle ORM, WebSockets, BullMQ, OpenTelemetry, and microservices in English and Indonesian.

roedyrustam/vibes-plug · 77 tokens

nodejs-backend

Node.js backend patterns: layered architecture, TypeScript, validation, error handling, security, observability, logging, metrics, deployment. Use when building REST APIs, REST endpoints, middleware, Express/Fastify/Hono/NestJS/Koa servers, tRPC procedures, Bun servers, or server-side TypeScript.

iliaal/ai-skills · 69 tokens