agent-backend-standard

agent-backend-standard is a skill for Claude Code, Codex from martin1847/evolab. It costs 203 tokens per session (2,185 once invoked), scanned A, original, MIT.

A handbook for building and reviewing back-end software that uses AI agents or language models, stores data in databases, or needs strict repository checks. It covers design, prompts, tools, memory, search, reliability, security, testing, cost, and data access.

In plain words
What is it for?
Use it when designing or reviewing an AI back end, a database-backed service, or repository engineering rules. It helps with decisions about agent control flow, prompts, tools, memory, retrieval-augmented generation (searching stored information for model context), retries, security, evaluation, and CI checks.
Why use it?
It gives developers one place to check the main engineering concerns before they become production problems. It also points to deeper guidance for each topic and defines checks for Python, Go, Java, and Rust projects.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit Use it when designing or reviewing an AI back end, a database-backed service, or repository engineering rules. It helps with decisions about agent control flow, prompts, tools, memory, retrieval-augmented generation (searching stored information for model context), retries, security, evaluation, and CI checks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/martin1847/evolab/agent-backend-standard
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 martin1847/evolab --skill agent-backend-standard
Clone the repo
git clone --depth 1 https://github.com/martin1847/evolab

Made for: Claude Code, Codex.

Its marketplace also offers this one on its own, as the plugin agent-backend-standard/plugin install agent-backend-standard after adding the marketplace above.

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 agent-backend-standard

README.md
[![agentmods](https://agentmods.dev/badge/skills/martin1847/evolab/agent-backend-standard/github.svg)](https://agentmods.dev/skills/martin1847/evolab/agent-backend-standard)
Your own site
<a href="https://agentmods.dev/skills/martin1847/evolab/agent-backend-standard"><img src="https://agentmods.dev/badge/skills/martin1847/evolab/agent-backend-standard/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 agent-backend-standard

Your own site · 80×15
<a href="https://agentmods.dev/skills/martin1847/evolab/agent-backend-standard"><img src="https://agentmods.dev/badge/skills/martin1847/evolab/agent-backend-standard.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 203 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,185 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 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.00203 $0.02185
Opus 5 $0.00102 $0.01092
Sonnet 5 $0.00041 $0.00437
Haiku 4.5 $0.00020 $0.00218

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

Security

Grade A, and why

agent-backend-standard 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.

skills/agent-backend-standard/SKILL.md · 44 lines

How it starts

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

Agent Backend — 后端工程手册(hub)

agent 时代后端工程规范的集中入口。本文件是目录(ToC):每章一句话 + reference 指针。深度全在 references/,按需读单章,别全量加载。

双层落地:软层 = 本手册(write-time 预防);硬层(CI 门禁 / ruleset / 清扫 bot)归 你的 IaC 仓 / IaC CTO。 粒度:同属"写·评审 agent 后端代码"这一触发的 concern 都在本 hub 作章;独立 skill 仅限触发动词不同者——埋点 → observability-standard、git → git-workflow-standard、A2A 对外契约 → A2A 对外契约规范(本 hub 交叉引用,不重复)。 TBD 章 = 已占位、待真实素材再写实(不空写通用建议)。

Book I — Foundations

  • I-1 何时该建 agentreferences/agent-foundations.md —— simplicity-first 升级路径(单调用→augmented→工作流→agent 循环,实测不够才升);已知步骤用真控制流;停止条件量化不了就别建。
  • I-2 架构与控制流references/agent-foundations.md —— 五工作流基元(chaining/routing/parallel/orchestrator-workers/evaluator)、循环四分类(turn/goal/time/proactive)、单 vs 多 agent(artifact handoff 不对话)、上下文工程四处方(just-in-time/compaction/note-taking/sub-agent)。

Book II — Engineering Concerns

  • II-3 上下文与 prompt 工程references/prompt-context.md —— 含 prompt 内容生命周期(写死值绑 eval、模型耦合打 REVISIT-WHEN)。
  • II-4 工具 / 函数设计(ACI)references/tool-design.md —— 质量定义="只拿工具能答多跳真问题";描述/示例杠杆大于实现(Tool Search 49→74%、Examples 72→90%);命名空间/token 效率(response_format、~25k 上限、中间结果不过模型可省 98%)/错误为 LLM 而写;有状态 handle 四约束(MCP 2026-07-28)。(交叉引 A2A 对外契约规范)
  • II-5 记忆 / 状态 / 持久references/state-durability.md —— workflow 首次 runnable / 首个副作用前原子固化 immutable effective-config snapshot(snapshot_id + digest);step / resume / recovery 只读该 snapshot,缺失 / 损坏 / digest mismatch fail-closed。
  • II-6 检索 / RAG / grounding —— chunking、faithfulness、向量弱点。TBD
  • II-7 韧性 / 错误 / 幂等references/resilience.md —— 每个外部/LLM/工具调用:超时 + 有界重试 + 幂等 + 熔断 + 池/并发;事件循环不阻塞(async 运行时承重条,五层门禁:lint→测试期检测→staging 阈值→生产 lag 遥测→部署断言)。
  • II-8 人在环(HITL)+ resume 安全references/hitl-resume-safety.md —— 可恢复 flow 的 resume 安全:六道闸防御(持久 checkpoint 校验请求 ctx、fail-closed、runtime 层)。clarify/approve 协议交叉引 A2A 对外契约规范。
  • II-9 安全 · 护栏 · 生成操作的有界执行references/safety-bounded-execution.md —— 执行不可信生成操作(尤 SQL)的硬边界、安全分层、workflow 迭代上限。

Book III — Operations & Governance

  • III-10 评估与测试references/evals.md —— 从 20-50 真实失败起步/两专家同判=好任务/grade outputs not paths;pass^k 非 pass@k、<3pp 差距不当能力差;judge 用 Kappa 校准+多 judge 一致门+Unknown 逃生口;威胁模型=被测物会作弊(reward hacking);MCP server eval 形态(10 多跳问题+字符串比对)。
  • III-11 可观测与成本 / 时延references/observability-cost.md —— 薄:成本/token/时延预算;埋点本体交叉引 observability-standard,不重复。
  • III-12 规范治理references/governance.md —— 例外/偏离、owner、手册如何演化。

Read the full file on GitHub · 44 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. 9d ago First seen · 44 lines · 203 tokens per session scan A 8f54f5f4e17f

Subscribe to this mod's changes

agent-backend-standard is a skill published in the GitHub repository martin1847/evolab (6 stars, last pushed today), licensed MIT. It adds 203 tokens to every session and 2,185 once invoked, about $0.0010 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 skills, from other repositories

spring-boot-patterns

Spring Boot best practices and patterns. Use when creating controllers, services or repositories, or when the user asks about Spring Boot layering, wiring, configuration or exception handling. For JPA and Hibernate behaviour, use jpa-patterns instead.

decebals/claude-code-java · 53 tokens

api-contract-review

Review REST API contracts for HTTP semantics, versioning, backward compatibility, and response consistency. Use when user asks "review API", "check endpoints", "REST review", or before releasing API changes.

decebals/claude-code-java · 44 tokens

continuum-tools-mcp

Connect MCP servers (Stdio/SSE/StreamableHTTP) to a Continuum agent, configure tool filtering, set up tool-context capture/injection (e.g. sessionid), and read run artifacts (UI widgets, structured tool data). Invoke when the user asks "connect MCP", "filesystem tool", "remote API tool", "auto-capture sessionid"…

shyftlabs/continuum · 94 tokens

posthog

Complete guide for the PostHog plugin — REST API access for querying analytics with HogQL, managing feature flags, inspecting events and persons, reading insights, experiments, cohorts, surveys, and more.

mereyabdenbekuly-ctrl/clodex-ide · 43 tokens

github

Complete guide for the GitHub plugin — REST API access for repositories, issues, pull requests, actions, releases, and search using a GitHub Personal Access Token.

mereyabdenbekuly-ctrl/clodex-ide · 35 tokens

supabase

Complete guide for the Supabase plugin — Management API access for running SQL queries, listing projects, managing edge functions, secrets, migrations, and inspecting project health.

mereyabdenbekuly-ctrl/clodex-ide · 35 tokens