weekly-report

Struktur und Datenquellen für den wöchentlichen Inventurbericht. Lade dies, wenn die Aufgabe „wöchentlicher Bericht“, „Montagsbericht“ oder „Inventurstatus zusammenfassen“ lautet.

npx skills add https://github.com/anthropics/cwc-workshops --skill weekly-report

Weekly Inventory Report

Generate the report by writing one Python script via code execution that reads the CSVs and emits markdown. Do not make per-SKU tool calls.

Structure

# Inventory Report — {{warehouse or "All Warehouses"}} — week of {{date}}

## Stockouts (on_hand = 0)
| SKU | Product | Warehouse | Days out |
...

## Low Stock (below reorder point)
| SKU | On hand | Reorder pt | Days cover | Action |
...top 15 by urgency (lowest days_cover first)...

## Open POs
| PO | SKU | Qty | Supplier | ETA |
...from /mnt/user/sinks/purchase_orders.jsonl...

## Forecast Risk
SKUs where promo_next_month=1 or is_seasonal=1 and on_hand < 14d cover.
One line each: SKU, reason, recommended action.

Operating cadence (which report is being asked for)

CadenceTrigger phrasingContents
Daily"run the check", "the sweep"Low-stock list with action taken per SKU; one summary notification at the end.
Weekly (Mon)"the report", "weekly review"Per-warehouse: top concerns, open POs aging past their lead time, SKUs below reorder for >5 business days.
Monthly"supplier review"Suppliers whose on-time rate slipped; SKUs whose primary supplier may need changing.
Ad hocanything elseScope to what was asked.

If the request doesn't say which, infer from wording. The structure below is the weekly format; for daily, drop the Open-POs and Forecast-Risk sections and lead with the actions taken.

Aging-PO check (weekly only)

For each open PO, compare days-since-placed to the supplier's lead_time_days. List any PO where elapsed > lead_time as aging and include supplier + days overdue so ops can follow up.

Data sources

  • Stockouts & low stock: latest-date rows from /mnt/user/data/stock_levels.csv joined with /mnt/user/data/products.csv
  • Days of cover: on_hand / avg_daily_sales (last 14d from /mnt/user/data/sales_history.csv)
  • Open POs: /mnt/user/sinks/purchase_orders.jsonl
  • Forecast risk: /mnt/user/data/products.csv flags + days-of-cover from above

Do this in code

The CSVs are large (stock_levels is ~67k rows). Write a single script that loads them once, computes everything, and prints the markdown. Don't page through the data with tool calls — that's exactly the pattern this skill replaces.

Mehr Skills von anthropic

access
anthropic
Verwalte den Discord-Kanalzugriff — genehmige Paarungen, bearbeite Zulassungslisten, lege DM/Gruppen-Richtlinien fest. Verwende dies, wenn der Benutzer darum bittet, jemanden zu paaren, zu genehmigen, zu prüfen, wer zugelassen ist, …
official
session-report
anthropic
Generieren Sie einen erkundbaren HTML-Bericht über die Nutzung von Claude Code-Sitzungen (Tokens, Cache, Subagenten, Fähigkeiten, teure Prompts) aus Transkripten von ~/.claude/projects.
official
build-mcp-server
anthropic
Diese Fähigkeit sollte verwendet werden, wenn der Benutzer darum bittet, "einen MCP-Server zu bauen", "einen MCP zu erstellen", "eine MCP-Integration zu machen", "eine API für Claude zu wrappen", "Werkzeuge für … bereitzustellen".
official
cookbook-audit
anthropic
Auditieren eines Anthropic Cookbook-Notebooks basierend auf einer Bewertungsmatrix. Verwenden Sie dies, wann immer eine Notebook-Überprüfung oder -Audit angefordert wird.
official
handle-complaint
anthropic
Bearbeitet eine eingehende Kundenbeschwerde durchgängig – zieht Kontext, entwirft eine Antwort und schlägt eine operative Lösung vor. Akzeptiert optionale E-Mail oder Ticket-ID…
official
use-case-triage
anthropic
Schnell feststellen, ob eine Verarbeitungstätigkeit eine PIA, eine obligatorische DSGVO-DPIA erfordert oder fortgesetzt werden kann – zeigt Datenschutzkonflikte auf und leitet zur richtigen…
official
board-minutes
anthropic
Erstellt Sitzungsprotokolle für Vorstands- oder Ausschusssitzungen in Ihrem Hausformat. Erkennt automatisch bevorstehende Vorstands- und Ausschusssitzungen aus Ihrem Kalender, fragt nach der Tagesordnung und…
official
renewal-tracker
anthropic
Zeige Verträge mit bevorstehenden Kündigungsfristen an und warne vor Ablauf von Kündigungsfenstern, basierend auf einem gepflegten Verlängerungsregister. Verwende, wenn der Benutzer fragt…
official