azure-artifacts

azure-artifacts is a skill for Claude Code, Codex from jonathan-vella/apex-accelerator. It costs 103 tokens per session (1,879 once invoked), scanned A, original, MIT.

A guide for creating standardized agent artifacts, which are documents produced during an agent workflow. It defines required headings, templates, formatting, and output locations.

In plain words
What is it for?
Use it to generate or check project artifacts such as step reports and as-built documentation.
Why use it?
It prevents generated documents from missing required sections or using inconsistent structures.

Skill for Claude CodeCodex

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

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is node tools/scripts/check-h2-order.mjs agent-output/<project>/02-architecture-assessment.md.

Good fit Use it to generate or check project artifacts such as step reports and as-built documentation.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/jonathan-vella/apex-accelerator
agentmods
npx agentmods add skills/jonathan-vella/apex-accelerator/azure-artifacts

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 azure-artifacts

README.md
[![agentmods](https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-artifacts/github.svg)](https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-artifacts)
Your own site
<a href="https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-artifacts"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-artifacts/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 azure-artifacts

Your own site · 80×15
<a href="https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-artifacts"><img src="https://agentmods.dev/badge/skills/jonathan-vella/apex-accelerator/azure-artifacts.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,879 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
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00103 $0.01879
Opus 5 $0.00051 $0.00940
Sonnet 5 $0.00021 $0.00376
Haiku 4.5 $0.00010 $0.00188

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

Security

Grade A, and why

azure-artifacts 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.

.github/skills/azure-artifacts/SKILL.md · 156 lines

How it starts

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

Azure Artifacts Skill

Single source of truth for artifact template structures and styling. Per-step H2 definitions live in references/ — load only the step you are generating.

Rules

Mandatory Compliance

Rule Requirement
Template skeleton Read step template from references/ and replicate
Exact text Use H2 text from templates verbatim
Exact order Required H2s appear in the order listed
Anchor rule Extra sections allowed ONLY after last required H2
No omissions Every H2 listed must appear in output
Attribution > Generated by {agent} agent | {YYYY-MM-DD}

DO / DON'T

  • DO: Read the step-specific template before generating
  • DO: Copy H2 text character-for-character (including emoji)
  • DO: Save all output to agent-output/{project}/
  • DON'T: Reorder H2 headings from the listed sequence
  • DON'T: Use placeholder text like "TBD" or "Insert here"
  • DON'T: Add custom H2 sections BEFORE the last required H2

Mandatory: Project README

Every project in agent-output/{project}/ MUST have a README.md.

After saving step artifact(s), update the README:

  1. Mark your step as complete in ## ✅ Workflow Progress
  2. Add artifact files to ## 📄 Generated Artifacts
  3. Update Last Updated date and progress bar percentage

Steps

Artifact generation flow (per Step N):

  1. Read template — load the matching references/0N-*-template.md for the step you are generating
  2. Copy H2 skeleton — replicate every required H2 in the listed order, character-for-character
  3. Fill content — replace {placeholder} tokens; never use "TBD" or "Insert here"
  4. Add attribution> Generated by {agent} agent | {YYYY-MM-DD}
  5. Save to agent-output/{project}/ with the prescribed filename
  6. Update README — mark step complete, list artifacts, refresh Last Updated date
  7. Delegate validation — do not invoke npm run lint:artifact-templates, npm run lint:h2-sync, or markdownlint-cli2 directly against agent-output/**. The lefthook artifact-validation pre-commit hook (which wraps these scripts) and the 10-Challenger review own the artifact contract. See agent-authoring.instructions.md.

Read the full file on GitHub · 156 lines

Files

What ships with it

35 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. 5d ago First seen · 156 lines · 103 tokens per session scan A eefa42d15beb

Subscribe to this mod's changes

azure-artifacts is a skill published in the GitHub repository jonathan-vella/apex-accelerator (50 stars, last pushed yesterday), licensed MIT. It adds 103 tokens to every session and 1,879 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.