backend-development

backend-development is a skill for Claude Code, Codex from duongthinh03/portfolio. It costs 135 tokens per session (1,039 once invoked), scanned A, original, no licence file.

Guidance for building backend software: the server-side code, databases, APIs, authentication, tests, security, performance, and scaling behind an application. It covers technologies including Node.js, Python, Go, Rust, PostgreSQL, MongoDB, and Redis.

In plain words
What is it for?
Use it to build REST, GraphQL, or gRPC APIs; connect databases; add OAuth or JWT authentication; test services; and address security, performance, or scaling.
Why use it?
It brings common backend design and implementation areas together when building or improving a server system. The description does not identify one specific framework or project structure.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/duongthinh03/portfolio/backend-development
Any agent
npx skills add duongthinh03/portfolio --skill backend-development
Clone the repo
git clone --depth 1 https://github.com/duongthinh03/portfolio

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-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/duongthinh03/portfolio/backend-development.svg)](https://agentmods.dev/skills/duongthinh03/portfolio/backend-development)
Your own site
<a href="https://agentmods.dev/skills/duongthinh03/portfolio/backend-development"><img src="https://agentmods.dev/badge/skills/duongthinh03/portfolio/backend-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 135 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,039 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00135 $0.01039
Opus 5 $0.00068 $0.00519
Sonnet 5 $0.00027 $0.00208
Haiku 4.5 $0.00014 $0.00104

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

Security

Grade A, and why

backend-development 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.

.agents/skills/backend-development/SKILL.md · 96 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 · 96 lines · 135 tokens per session scan A 68e7dbc0221c

Subscribe to this mod's changes

backend-development is a skill published in the GitHub repository duongthinh03/portfolio (85 stars, last pushed 2mo ago), with no licence file. It adds 135 tokens to every session and 1,039 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

add-migration

Use when an EF Core model change needs a migration, or when a migration has to be reviewed as SQL before it is committed.

Krzysztof318/MailFathom · 30 tokens

entity-framework-core

Design, tune, or review EF Core data access with proper modeling, migrations, query translation, performance, and lifetime management for modern .NET applications. USE FOR: DbContext, migrations, model configuration, EF queries, tracking, loading, performance, transactions, and EF6 migration decisions. DO NOT USE FOR…

managedcode/dotnet-skills · 110 tokens

entity-framework6

Maintain or migrate EF6-based applications with realistic guidance on what to keep, what to modernize, and when EF Core is or is not the right next step. USE FOR: EF6 codebases; runtime versus ORM migration decisions; EDMX, code-first, ObjectContext, and legacy data-access review. DO NOT USE FOR: unrelated stacks…

managedcode/dotnet-skills · 114 tokens

new-entity

Create a backend entity with EF Core configuration and migration.

fpindej/netrock · 10 tokens

pydantic-resolve-3step

基于 pydantic-resolve 的三阶段开发模式,用于构建从建模讨论到生产部署的完整项目。适用于需要使用 ER Diagram + ORM + DefineSubset 渐进式开发的场景。.

KLR-Pattern/pydantic-resolve · 56 tokens

add-entity

Scaffold a new domain entity or aggregate in this Vertical Slice Architecture template — the entity itself, its strongly typed ID, errors, specification, EF Core configuration, DbSet, the mandatory Vogen registration, and the migration. Use when the user says "add an entity", "add an aggregate", "create a domain…

SSWConsulting/SSW.VerticalSliceArchitecture · 116 tokens