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.
git clone --depth 1 https://github.com/jonathan-vella/apex-acceleratornpx agentmods add skills/jonathan-vella/apex-accelerator/azure-artifactsWrote 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.
[](https://agentmods.dev/skills/jonathan-vella/apex-accelerator/azure-artifacts)<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.
<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>- NVIDIA SkillSpector pass
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.
| Model | Per session | Once 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 |
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.
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:
- Mark your step as complete in
## ✅ Workflow Progress - Add artifact files to
## 📄 Generated Artifacts - Update
Last Updateddate and progress bar percentage
Steps
Artifact generation flow (per Step N):
- Read template — load the matching
references/0N-*-template.mdfor the step you are generating - Copy H2 skeleton — replicate every required H2 in the listed order, character-for-character
- Fill content — replace
{placeholder}tokens; never use "TBD" or "Insert here" - Add attribution —
> Generated by {agent} agent | {YYYY-MM-DD} - Save to
agent-output/{project}/with the prescribed filename - Update README — mark step complete, list artifacts, refresh
Last Updateddate - Delegate validation — do not invoke
npm run lint:artifact-templates,npm run lint:h2-sync, ormarkdownlint-cli2directly againstagent-output/**. The lefthookartifact-validationpre-commit hook (which wraps these scripts) and the10-Challengerreview own the artifact contract. Seeagent-authoring.instructions.md.
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.
- references/01-requirements-template.md 791 B
- references/02-architecture-template.md 732 B
- references/04-plan-template.md 1021 B
- references/05-code-template.md 303 B
- references/06-deploy-template.md 300 B
- references/07-docs-template.md 3.1 KB
- references/cost-estimate-sections.md 11 KB
- references/cost-estimate-standards.md 3.3 KB
- references/revision-workflow.md 2.0 KB
- references/styling-standards.md 5.5 KB
- templates/00-session-state.template.json 3.2 KB
- templates/01-requirements.template.md 16 KB
- templates/02-architecture-assessment.template.md 9.5 KB
- templates/03-des-cost-estimate.template.md 11 KB
- templates/04-environment-manifest.template.json 1.3 KB
- templates/04-governance-constraints.template.md 12 KB
- templates/04-iac-contract.template.json 1.9 KB
- templates/04-implementation-plan.template.md 11 KB
- templates/04-policy-property-map.template.json 1000 B
- templates/04-preflight-check.template.md 5.1 KB
- templates/05-iac-handoff.template.json 1.7 KB
- templates/05-implementation-reference.template.md 4.3 KB
- templates/06-deployment-summary.template.md 5.1 KB
- templates/07-ab-cost-estimate.template.md 11 KB
- templates/07-backup-dr-plan.template.md 6.7 KB
- templates/07-compliance-matrix.template.md 5.2 KB
- templates/07-design-document.template.md 9.0 KB
- templates/07-documentation-index.template.md 5.1 KB
- templates/07-operations-runbook.template.md 5.7 KB
- templates/07-resource-inventory.template.md 4.2 KB
- templates/09-lessons-learned.template.md 2.5 KB
- templates/PROJECT-README.template.md 9.5 KB
- templates/README.md 3.8 KB
- templates/sku-manifest.template.json 4.1 KB
- templates/sku-manifest.template.md 6.7 KB
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.
- 5d ago First seen · 156 lines · 103 tokens per session scan A eefa42d15beb
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.
Other skills, from other repositories
speech-to-text
Transcribe audio to text using ElevenLabs Scribe v2. Use when converting audio/video to text, generating subtitles, transcribing meetings, or processing spoken content.
org-report
Generate an executive organization brief (leadership chain, direct reports, extended teams, and vendor partners) for a target person. Produces a Word + PDF report from a directory MCP source (WorkIQ is the reference implementation) and displays it in a Copilot canvas. Triggers on "generate org report for X", "build…
md-to-word
Convert Markdown with Mermaid diagrams and SVG illustrations to professional Word documents.
docx-to-md
Convert Word documents (.docx) to clean Markdown with image extraction and pandoc cleanup.
md-to-html
Convert Markdown to standalone HTML pages with embedded CSS, images, and Mermaid diagrams.
phoenix-okf
Produce, validate, and consume Open Knowledge Format (OKF v0.1) bundles — turn Phoenix's code graph (graph.json) into browsable, diffable markdown knowledge, make the skill pack an OKF bundle, and ingest any external OKF bundle as token-cheap progressively-disclosed context. Use when the user says /phoenix-okf…