github-azure-agentic-journeys: Skill for Claude Code

.github/skills/journey-template/SKILL.md

journey-template is a skill for Claude Code from DanWahlin/github-azure-agentic-journeys. It costs 153 tokens per session (9,080 once invoked), scanned A, original, MIT.

A template for creating hands-on learning projects in which developers build and deploy an application to Azure. It generates a learner guide, an implementation plan, and application-specific deployment instructions.

In plain words
What is it for?
Use it to turn an app idea into a documented journey for stacks such as Node.js, Python, .NET, Java, Swift, or Kotlin, deployed with Azure services.
Why use it?
It gives new projects a repeatable structure with prerequisites, verification steps, costs, teardown guidance, and isolated workspace instructions.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery. Also seen: mentions AGENTS.md.

This is DanWahlin/github-azure-agentic-journeys's own configuration. It tells Claude Code how to work on github-azure-agentic-journeys itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything github-azure-agentic-journeys configures →

Needs its repository: it reads a path above its own folder, which exists only inside the repository. The line is > **Already installed?** If you completed the root [Quick Start](../../../README.md#quick-start) (or already installed `azure@azure-skills`), skip the install c.

Reuse

Borrowing it

Nothing to install: this file belongs to DanWahlin/github-azure-agentic-journeys. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/DanWahlin/github-azure-agentic-journeys/main/.github/skills/journey-template/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/DanWahlin/github-azure-agentic-journeys

Made for: Claude Code.

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 journey-template

README.md
[![agentmods](https://agentmods.dev/badge/skills/danwahlin/github-azure-agentic-journeys/journey-template/github.svg)](https://agentmods.dev/skills/danwahlin/github-azure-agentic-journeys/journey-template)
Your own site
<a href="https://agentmods.dev/skills/danwahlin/github-azure-agentic-journeys/journey-template"><img src="https://agentmods.dev/badge/skills/danwahlin/github-azure-agentic-journeys/journey-template/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 journey-template

Your own site · 80×15
<a href="https://agentmods.dev/skills/danwahlin/github-azure-agentic-journeys/journey-template"><img src="https://agentmods.dev/badge/skills/danwahlin/github-azure-agentic-journeys/journey-template.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 153 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 9,080 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 2 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector warn 7 Sept 2026
SkillSpector: 2 findings, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium MCP Rug Pull · line 469
    npx commands without a version suffix (e.g. @1.0.0) create a rug-pull risk if the upstream server is compromised and publishes a malicious update.
    Fix: Pin the version: npx @scope/[email protected]
  • low Excessive Agency · line 361
    Skill's behavior or capabilities extend beyond its stated purpose. Scope creep allows an agent to perform actions unrelated to its documented functionality, increasing the attack surface.
    Fix: Limit the skill's scope to its documented purpose. Remove instructions that enable the agent to perform actions outside its stated functionality.
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.00153 $0.09080
Opus 5 $0.00077 $0.04540
Sonnet 5 $0.00031 $0.01816
Haiku 4.5 $0.00015 $0.00908

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

Security

Grade A, and why

journey-template scanned grade A with 2 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

11. **Verification Checklist** — curl / az commands to confirm deployment

Runs shell commandslowCapability

Expected in a hook, worth knowing in a rule or an instructions file.

For example, n8n's `WEBHOOK_URL` depends on the Container App URL. The CommonJS `.js` hook resolves paths with `__dirname`, reads outputs with `azd env get-value`, and invokes Azure CLI with argument arrays. It must not
Origin

Copies of this mod

1 near-identical copy found in the catalogue:

.github/skills/journey-template/SKILL.md · 836 lines

How it starts

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

Journey Template Skill

Generate a complete agentic journey from a user's app idea. A journey is a hands-on learning experience where developers use GitHub Copilot (CLI, app, or IDE) to build and deploy an app to Azure.

Curriculum packaging (required)

Every journey README must include:

  • No journey-sequence or learning-path numbering such as "Journey 2 of 5" — journeys are self-contained. Numbered phases and steps inside one journey are encouraged when they clarify the flow.
  • Honest first-run time + cost if left running + same-day teardown
  • Done when checklist with concrete manual verification steps
  • Full-stack: one-line default stack at the first generate prompt (not a defaults table); put stack details in PLAN.md
  • Plugin commands: only microsoft/azure-skills / azure@azure-skills
  • What's Next uses plain links to related journeys, not prescribed-path or completion language
  • OSS: shared deploy recipe (location, secrets, probes, resolve issues, issues.md)
  • An isolated-workspace setup prompt that copies the journey, .github/agents, .github/skills, .github/scripts, and docs without modifying the source repository
  • A prerequisite table, concrete local/Azure acceptance criteria, and a reusable exact-error recovery prompt
  • A prompt that creates every generated verifier or diagnostic script before the README tells the learner to run it
  • A read-only pre-deployment review with READY/NOT READY, PASS/FAIL evidence, and fail-closed blockers
  • Agent-led azd environment preparation, followed by the learner running the consequential azd up command
  • No checked-in journey issues.md: prompts create it only in the isolated learner workspace when a real issue occurs

Update root README.md learning path + journey table when adding a journey.

Journey Types

Dimension Full-Stack (e.g. AIMarket) OSS Deployment (e.g. n8n, Grafana, Superset)
What the learner does Builds an app from scratch with GitHub Copilot Deploys an existing OSS app via @oss-to-azure-deployer agent
Files generated README.md + PLAN.md README.md + app-specific skill in .github/skills/
README structure "The Journey" with 3-5 phases (adapt to app complexity) "Deploy with the Agent" with 3 steps (Setup → Deploy → Verify)
Images 4-6 (one per phase boundary) 2 (hero + deployment)
Unique sections "The Spec", "How Agentic AI is Used", one-line default stack at first prompt "Configuration Reference", "Key Learnings", skip rules if expensive
Compute target Container Apps, App Service, Functions, Static Web Apps, AKS Container Apps, AKS, App Service

Read the full file on GitHub · 836 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 · 836 lines · 153 tokens per session scan A a087f3e755e7

Subscribe to this mod's changes

journey-template is a skill published in the GitHub repository DanWahlin/github-azure-agentic-journeys (37 stars, last pushed 1mo ago), licensed MIT. It adds 153 tokens to every session and 9,080 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 2 findings (makes network calls, runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.