docs-standards

docs-standards is a skill for Claude Code, Codex from Azure-Samples/eShopLite. It costs 21 tokens per session (240 once invoked), scanned A, original, MIT.

A documentation checklist for scenario README files and session documents. It explains what the scenario shows, where it came from, how to run it, what to expect, and how to troubleshoot it.

In plain words
What is it for?
Use it when writing or editing scenario READMEs, deployment instructions, prerequisites, expected output, troubleshooting, and links to shared session documents.
Why use it?
It prevents important setup and architecture details from being scattered or left implicit. Links between implementation and presentation documents make the larger story easier to follow.

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/azure-samples/eshoplite/docs-standards
Any agent
npx skills add Azure-Samples/eShopLite --skill docs-standards
Clone the repo
git clone --depth 1 https://github.com/Azure-Samples/eShopLite

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 docs-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure-samples/eshoplite/docs-standards.svg)](https://agentmods.dev/skills/azure-samples/eshoplite/docs-standards)
Your own site
<a href="https://agentmods.dev/skills/azure-samples/eshoplite/docs-standards"><img src="https://agentmods.dev/badge/skills/azure-samples/eshoplite/docs-standards.svg" alt="Measured on agentmods" height="20"></a>
Per session 21 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 240 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00021 $0.00240
Opus 5 $0.00010 $0.00120
Sonnet 5 $0.00004 $0.00048
Haiku 4.5 $0.00002 $0.00024

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

Security

Grade A, and why

docs-standards 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 4d 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.

.squad/skills/docs-standards/SKILL.md · 30 lines

What it actually says

Context

Use this skill when adding or editing scenario READMEs, session documentation, or docs that need to explain architecture and deployment flows.

Patterns

  • State what the scenario demonstrates.
  • Explicitly name the scenario it was derived from and why.
  • Include prerequisites, configuration, run steps, expected output, and troubleshooting.
  • Link back to shared session docs when the scenario supports a larger story.

Examples

  • Scenario 09 now calls out that it is derived from Scenario 01 - Semantic Search.
  • Scenario docs include a session-docs backlink so readers can move from the implementation to the presentation material.

Anti-Patterns

  • Leaving the source scenario implicit.
  • Documenting only screenshots without setup or troubleshooting.
  • Splitting the story across docs without a backlink to the session package.
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. 4d ago First seen · 30 lines · 21 tokens per session scan A c82dc4fc286b

Subscribe to this mod's changes

docs-standards is a skill published in the GitHub repository Azure-Samples/eShopLite (168 stars, last pushed 1mo ago), licensed MIT. It adds 21 tokens to every session and 240 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

foundry-agent-deploy

Build, register, and wire up a Foundry Hosted Agent end-to-end on Azure: build the container to ACR, register a hosted-agent version with the azure-ai-projects SDK, grant least-privilege RBAC, configure the CopilotKit runtime App Service, and verify through the Static Web App. Use when deploying or redeploying a…

leestott/generative-ui-foundry-hosted-agents · 147 tokens

foundry-hosted-agent-maf

Author a Microsoft Agent Framework (.NET) agent that is hosted as a Foundry Hosted Agent and speaks AG-UI over the invocations protocol. Use when building, refactoring, or reviewing a .NET agent that must run as a Foundry Hosted Agent and drive a CopilotKit / AG-UI frontend. WHEN: "build a Foundry hosted agent"…

leestott/generative-ui-foundry-hosted-agents · 126 tokens

mempalace

MemPalace — Local AI memory with 96.6% recall. Semantic search, temporal knowledge graph, palace architecture (wings/rooms/drawers). Free, no cloud, no API keys.

MemPalace/mempalace · 47 tokens

mempalace-task

Create, hand off, claim, execute, and close agent tasks through the MemPalace logstream. Use when the user wants to delegate work, prepare a ready-to-paste task for another agent, receive a MemPalace task id, or explicitly launch a supported headless agent in controlled mode.

MemPalace/mempalace · 67 tokens

mine

Mine a project or conversation into your MemPalace — extract and store memories for later retrieval.

MemPalace/mempalace · 21 tokens

mempalace-recall

Recall protocol for MemPalace — search the palace before answering about past work, people, projects, or prior decisions. Apply when the user asks what was decided, what happened before, who someone is, what was discussed last time, or anything that may already be filed in their memory palace; or when mempalace-recall…

MemPalace/mempalace · 94 tokens