golang-backend-development

golang-backend-development is a skill for Claude Code from manutej/luxor-claude-marketplace. It costs 28 tokens per session (8,557 once invoked), scanned A, original, no licence file.

A guide to building backend services with Go, including web servers, databases, concurrent work, and microservices. Concurrency means handling multiple tasks during overlapping periods of time.

In plain words
What is it for?
Use it to build Go web servers, connect to databases, structure concurrent operations, create microservices, and prepare deployments.
Why use it?
It brings together the common server, database, and service patterns needed for Go backend projects.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the LUXOR Backend Toolkit plugin — 14 skills shipped together

Good fit Use it to build Go web servers, connect to databases, structure concurrent operations, create microservices, and prepare deployments.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/manutej/luxor-claude-marketplace/golang-backend-development
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 manutej/luxor-claude-marketplace --skill golang-backend-development
Clone the repo
git clone --depth 1 https://github.com/manutej/luxor-claude-marketplace

Made for: Claude Code.

Or install LUXOR Backend Toolkit, the plugin that ships this one along with the rest of its 14 skills.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/golang-backend-development/github.svg)](https://agentmods.dev/skills/manutej/luxor-claude-marketplace/golang-backend-development)
Your own site
<a href="https://agentmods.dev/skills/manutej/luxor-claude-marketplace/golang-backend-development"><img src="https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/golang-backend-development/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 golang-backend-development

Your own site · 80×15
<a href="https://agentmods.dev/skills/manutej/luxor-claude-marketplace/golang-backend-development"><img src="https://agentmods.dev/badge/skills/manutej/luxor-claude-marketplace/golang-backend-development.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 8,557 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. Third-party audits
  • Socket pass 18 Mar 2026
  • Snyk pass 15 Feb 2026
How audits are shown
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.00028 $0.08557
Opus 5 $0.00014 $0.04279
Sonnet 5 $0.00006 $0.01711
Haiku 4.5 $0.00003 $0.00856

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

Security

Grade A, and why

golang-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 13d 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.

plugins/luxor-backend-toolkit/skills/golang-backend-development/SKILL.md · 1,624 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

Files

What ships with it

2 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. 13d ago First seen · 1,624 lines · 28 tokens per session scan A d64d8e6b75ed

Subscribe to this mod's changes

golang-backend-development is a skill published in the GitHub repository manutej/luxor-claude-marketplace (61 stars, last pushed 3mo ago), with no licence file. It adds 28 tokens to every session and 8,557 once invoked, about $0.0001 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

golang

Use when building Go backend services, implementing goroutines/channels, handling errors idiomatically, writing tests with testify, or following Go best practices for APIs/CLI tools.

MadAppGang/claude-code · 38 tokens

go-expert

Expert-level Go development with Go 1.22+ features, concurrency, standard library, and production-grade best practices. Use when the user mentions concurrency, microservices, or backend, or when the task involves idiomatic Go, goroutines and channels, context-based cancellation, or writing an HTTP server.

personamanagmentlayer/pcl · 65 tokens

go

Go programming patterns and idioms.

miles990/claude-software-skills · 8 tokens

others-skills

Use when needing Go language development, desktop RPA automation, self-hosted email marketing, Java Spring Cloud scaffolding, or SSL/TLS certificate automation. Index of 6 skills: Go, RobotGo, RobotGo-Flow, BillionMail, RuoYi-Cloud, acme.sh.

znlgis/opengis-skills · 64 tokens

code-review-go

Deep Go-specific code review covering goroutine lifecycle, data races, error wrapping, domain modeling, and interface design. Applied in addition to the generic code-review skill when Go code is detected. Invoked when reviewing Go PRs, Go code changes, or performing Go-specific quality checks.

soulcodex/agentic · 61 tokens

Go Patterns

Use this skill when building Go services/CLIs and you want practical patterns for package layout, error handling, concurrency, and testing that keep code readable and reliable.

AmariahAK/atlarix-skills · 2 tokens