customer-story-setup — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited customer-story-setup (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Single source of truth: maintain this skill under `.agents/skills/customer-story-setup/` only. Claude and Cursor load projected copies under `.claude/skills/customer-story-setup` and `.cursor/skills/customer-story-setup`.
Turns a plain Markdown draft into `content/customers/<slug>.mdx` in the same pattern as content/customers/canva.mdx and cresta.mdx.
Do not guess. If any item below is missing from the user's draft or message, ask explicitly and wait for answers (or confirm defaults).
| Topic | Ask |
|---|---|
| Company name | Legal/marketing name for copy and quotes |
| Company website | Public URL for the [Company](https://...) link in About <Company> |
| Slug | Filename: <slug>.mdx (lowercase, hyphens), e.g. cresta -> cresta.mdx |
| Page title | H1 string for BlogHeader + YAML title (often "How <Company> ... with Langfuse") |
| Short description | YAML description + BlogHeader description (SEO/social; 1-2 sentences) |
| Publish date | YAML date + BlogHeader date (e.g. March 26, 2026) |
| OG image | Optional ogImage: path; if unset, leave empty like other stories |
authors={["..."]})| Topic | Ask |
|---|---|
| Byline author(s) | Who should appear under the title (keys from data/authors.json) |
| External / guest speaker | If not in authors.json: collect name, title, optional socials, and headshot path under public/images/people/ or public/images/customers/<slug>/, then add an entry to `data/authors.json` (see existing entries). Every authors key must resolve in authors.json. |
| Topic | Ask | |
|---|---|---|
| Logos | Paths for customerLogo and customerLogoDark (light + dark mode), usually under `public/images/customers/<slug>/` | |
| Pull quote | customerQuote (short, for grid card) | |
| Quote attribution | quoteAuthor, quoteRole, quoteCompany | |
| Speaker headshot (optional) | quoteAuthorImage for card/SEO if you use the same as Canva | |
| Show on /users | `showInCustomerIndex: true \ | false` |
Produce a numbered checklist for the user (and keep it in the PR description if useful):
 per site conventionssips -g pixelWidth -g pixelHeight <file> to get dimensions):<div className="flex justify-center"><Frame fullWidth className="w-1/2">...</Frame></div><div className="flex justify-center"><Frame fullWidth className="w-2/3">...</Frame></div><Frame fullWidth className="w-full">...</Frame> (no centering wrapper needed)If the draft says "screenshot here" without files, list placeholders in MDX with consistent paths so the user can drop files in later.
Ask whether to add sparse internal links. Default policy: only link major product concepts (match what we used on Cresta):
Do not pepper every noun with links. Use paths from `llms-docs.txt` / available-internal-links rule so links resolve.
title, date, description, ogImage,tag: customer-story, author (display string if needed), customerLogo, customerLogoDark, optional quote fields, showInCustomerIndex.
BlogHeader, CustomerQuote (if quote), ImpactChart (ifimpact section), CustomerStoryCTA; use Frame for images (global in MDX).
title, description, customerLogo, authors, date;optional image for hero.
BlogHeader). Body uses`##` and `###`; do not skip levels.
<CustomerQuote quote="..." name="..." role="..." company="..." />role / company with frontmatter so the byline reads "Name, Role at Company"rolew-1/2 centeredw-2/3 centeredw-full<ImpactChart items={[{ area, impact }, ...]} /> (optional)then <CustomerStoryCTA />.
Reference implementations: content/customers/canva.mdx, content/customers/cresta.mdx.
"<slug>" to the pages array (with "index" first).sorted by `sortCustomerStoriesByMetaOrder` in lib/sortCustomerStoriesByMeta.ts, which reads this list. Place the slug where the card should appear (e.g. last in the list = bottom-right in a 2-column grid).
data/authors.json (key must match BlogHeaderauthors).
authors keys exist in data/authors.jsonmeta.json includes slug in desired order-) - the linter will do this anyway; better to do it upfrontAGENTS.md / documentation-pages.mdc: one H1 via BlogHeader, American English, accessible alt text---
title: "..."
date: ...
description: ...
ogImage:
tag: customer-story
author: ...
customerLogo: "/images/customers/<slug>/...-light.png"
customerLogoDark: "/images/customers/<slug>/...-dark.png"
customerQuote: "..."
quoteAuthor: "..."
quoteRole: "..."
quoteCompany: "..."
showInCustomerIndex: true
---~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.