
from claude-ecom27
Claude-powered toolkit that analyzes order CSVs to produce KPI trees, health checks, prioritized findings, and a concrete action plan for D2C ecommerce stores.
This skill transforms raw order transaction CSVs into structured business reviews for D2C ecommerce stores. The bundled Python engine computes periodized KPIs (30d/90d/365d), decomposes revenue drivers, runs ~30 health checks across Revenue/Customer/Product, and surfaces prioritized action candidates. The agent (Claude) reads the generated review.json and writes a clear REVIEW.md with executive summary, periodized KPI trees, findings, and a concise action plan.
Use this skill when you have order or sales CSVs and need a rapid, data-driven business review: quarterly business reviews, post-promo diagnostics, retention vs acquisition trade-offs, product assortment evaluations, or ad-hoc questions like "how was last month?". It supports both full reports and focused queries (single question -> inline response).
references/)Best used with Claude-style code-focused assistants that can Read and Write files and run local Python wrappers. The skill assumes an environment where the Python engine can execute and produce review.json for the assistant to interpret.
Ecommerce business review toolkit for D2C stores. Takes order CSVs and produces KPI trees, health checks, findings, and action plans via a local Python engine. SKILL.md is exceptionally detailed with strong data contracts, quality gates, and prohibited-pattern rules. No bundled scripts to test — relies on a pre-installed Python runtime at ~/.claude/skills/ecom/. Clean security profile with only allowed-tools declared and no suspicious patterns.
Very well-documented skill with impressive structural rigor. The SKILL.md itself is the main artifact — no scripts bundled in the repo for audit. The skill assumes the Python engine is already installed, which limits portability. Security is clean: no network calls, no credential handling, no destructive operations. The schema and output format specification are production-quality.