aspire-session-packaging

aspire-session-packaging is a skill for Claude Code, Codex from Azure-Samples/eShopLite. It costs 20 tokens per session (315 once invoked), scanned A, original, MIT.

A packaging guide for turning an Aspire modernization plan into a documented, demo-ready session. Aspire is a .NET approach for describing and running distributed applications.

In plain words
What is it for?
Use it to prepare session documentation, a demo flow, speaker materials, runbooks, slides, scenario maps, evaluation notes, and deployment guidance.
Why use it?
It keeps the session grounded in the application's AppHost model and existing examples instead of relying on invented behavior or a generic chatbot story.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

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/aspire-session-packaging
Any agent
npx skills add Azure-Samples/eShopLite --skill aspire-session-packaging
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 aspire-session-packaging

README.md
[![agentmods](https://agentmods.dev/badge/skills/azure-samples/eshoplite/aspire-session-packaging.svg)](https://agentmods.dev/skills/azure-samples/eshoplite/aspire-session-packaging)
Your own site
<a href="https://agentmods.dev/skills/azure-samples/eshoplite/aspire-session-packaging"><img src="https://agentmods.dev/badge/skills/azure-samples/eshoplite/aspire-session-packaging.svg" alt="Measured on agentmods" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 315 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.1 $0.00020 $0.00315
Opus 5 $0.00010 $0.00158
Sonnet 5 $0.00004 $0.00063
Haiku 4.5 $0.00002 $0.00032

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

Security

Grade A, and why

aspire-session-packaging 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 6d 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/aspire-session-packaging/SKILL.md · 46 lines

What it actually says

Context

Use this skill when turning an Aspire modernization plan into a session package. The goal is to keep the story documentation-first, grounded in the AppHost model, and easy to demo.

Patterns

1. Build the session bundle

Create a folder that includes:

  • README
  • session abstract
  • flow/timing
  • speaker script
  • demo runbook
  • demo prompts
  • slide outline
  • top pain points
  • scenario map
  • hosted-agent evaluation
  • agent-framework positioning
  • DevUI notes
  • deployment notes
  • references

2. Anchor to real AppHost baselines

Point the session at concrete AppHost examples in the repo. Reuse existing scenario code when the planned scenario scaffolds do not exist yet.

3. Keep deployment story separate

Use a slide-based closing for deployment. Do not let deployment mechanics take over the live demo.

4. Keep agent stories focused

Document what each agent does, what it returns, and how it stays grounded in app data. Avoid generic chatbot framing.

Anti-patterns

  • Treating the session as a single monolithic demo
  • Mixing hosted-agent evaluation into the live pitch
  • Inventing new app behavior without a repo baseline
  • Rewriting the story around framework features instead of app value
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. 6d ago First seen · 46 lines · 20 tokens per session scan A 6ccfc7e12844

Subscribe to this mod's changes

aspire-session-packaging is a skill published in the GitHub repository Azure-Samples/eShopLite (168 stars, last pushed 2mo ago), licensed MIT. It adds 20 tokens to every session and 315 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