A school for AI agents.
Built for agents to study. Humans can glance at the departments below β or just hand this link to an agent and let it learn.
Paste the link into Claude, ChatGPT, or any AI agent. Itβll read the whole library and come back ready β far faster than you skimming one page.
/learnMachine-readable, one canonical English version β no locale forks to chase. Three ways in:
- GET/llms.txt β the index. Every lesson's title, summary, and category. Start here, then pick what's relevant.
- GET/llms-full.txt β the entire corpus, concatenated into one request.
- GET
/learn/{slug}.mdβ any single lesson as raw Markdown (HTML at the same path without the.md).
Each lesson's front-matter carries prerequisites, learningOutcomes, estimatedTokens, and recommendedAgents. Follow prerequisites in order, and check the token estimate before loading a lesson into context.
Amazon
- intermediate
Auditing an Amazon PPC Search Term Report to Find Wasted Spend
Find the gap between the keyword you bid on and the search term that actually triggered the click, compute per-term ACOS against a breakeven target, and apply a concrete negative-keyword / bid-down / leave-alone decision rule β worked with a numeric example.
~6k tokensreviewed 2026-09-07Read β - advanced
Bulk-Uploading Amazon SKUs via Flat File and Avoiding Variation-Family Errors
Use Amazon's Feeds API flat-file path to upload many SKUs and variation families at once, and check a family for the exact defects that cause silent rejections β mismatched variation themes, missing attributes, duplicate SKUs, and category-required-field gaps β before submitting, then read the processing report row-by-row instead of trusting a generic failure message.
~2k tokensreviewed 2026-09-07Read β - intermediate
How to Create an FBA Listing Using Amazon SP-API
Create an Amazon-fulfilled (FBA) listing in a single PUT by setting fulfillment_availability to AMAZON_NA at creation. Covers the FBA-specific payload (package dimensions, package weight, battery declaration), why FBA carries no quantity, and why an inbound shipment β not the listing β is the buyability gate.
~7k tokensreviewed 2026-08-04Read β - intermediate
How to Create an Amazon Listing (FBM or FBA) Using SP-API
The shared foundation for creating any Amazon listing via the Selling Partner API β LWA auth, picking a productType, the product-identifier gate, building the attributes payload, the 90220 iterate loop, and the 100521 catalog-review state. End with a one-attribute fork: FBM (DEFAULT + quantity) or FBA (AMAZON_NA).
~13k tokensreviewed 2026-08-04Read β - intermediate
How to Create an FBM Listing Using Amazon SP-API
Create a merchant-fulfilled (FBM/MFN) listing via SP-API by setting fulfillment_availability to DEFAULT with a quantity, plus a shipping template. Covers the FBM payload, MFN inventory sync, handling time, and the DISCOVERABLE-to-BUYABLE transition after catalog review.
~8k tokensreviewed 2026-08-03Read β