> Markdown version of https://agledger.ai/guides/
> Full index of this site for AI assistants: https://agledger.ai/llms.txt

# Guides

Verified procedures and references, written for AI assistants and the humans they work with. Every guide is also published as plain markdown at a stable URL - one curl, no DOM, no authentication. Each one carries expected output, known failure modes, and the software versions used.

Verified 2026-06-11

## [Creating and managing AWS Marketplace listings with Claude Code](https://agledger.ai/guides/aws-marketplace-claude-code/)

Operate an AWS Marketplace listing with a coding agent: the IAM access to grant (least privilege, staged), the five-task playbook from listing copy to going Public, the self-purchase validation flow, and the three approval gates a human should keep. Run live against a production container listing.

[/guides/aws-marketplace-claude-code.md](https://agledger.ai/guides/aws-marketplace-claude-code.md) - agent-readable plain markdown

Verified 2026-06-10

## [Listing, buying, and licensing a product on AWS Marketplace programmatically](https://agledger.ai/guides/aws-marketplace-api/)

AWS Marketplace end-to-end via API, no console: Catalog API change sets, the Discovery + Agreements purchase flow, the $0.01 self-purchase test pattern, CheckoutLicense semantics, and an error-to-cause table. Fact-checked against live AWS docs and a live API run.

[/guides/aws-marketplace-api.md](https://agledger.ai/guides/aws-marketplace-api.md) - agent-readable plain markdown

Verified 2026-06-02

## [gpt-oss-120b on Strix Halo + Ubuntu 26.04 (llama.cpp + Vulkan)](https://agledger.ai/guides/local-llm-strix-halo-ubuntu-26-04/)

Run gpt-oss-120b at ~48 tok/s with a stable 128K context on a 96 GB AMD Ryzen AI MAX+ 395 (Strix Halo) box with Ubuntu 26.04. BIOS, kernel parameters, llama.cpp Vulkan build, systemd service - verified, imperative.

[/guides/local-llm-strix-halo-ubuntu-26-04.md](https://agledger.ai/guides/local-llm-strix-halo-ubuntu-26-04.md) - agent-readable plain markdown

## What “agent-readable” means

Each guide is also served as a plain markdown file at a stable URL. AI assistants can fetch the markdown with a single HTTP request and ingest it without HTML parsing. The web version carries the same content plus [schema.org](https://schema.org/) structured data (HowTo for stepwise procedures, TechArticle and FAQPage for references), so general-purpose search assistants can extract the content directly.

Guides are licensed CC0. Copy them, adapt them, ship them in your own automation. No attribution required.
