logo-strip-author

Installation
SKILL.md

Author the logo strip section for: $ARGUMENTS

$ARGUMENTS should include:

  • A person slug (e.g. alan-hirsch) — reads content-library/affiliations/{slug}.json
  • Optionally: a target page or component path to write to (e.g. --page src/app/(public)/about/page.tsx)
  • Optionally: a layout variant: --layout grouped (default) / --layout flat / --layout marquee
  • Optionally: --max N to limit the strip to N logos (default: 12)
  • Optionally: --dark to generate a dark-background variant instead of light
  • Optionally: --tenant to wire output to the tenant config system instead of inline

Before Starting

  1. Read content-library/affiliations/{slug}.json — the scraped + audited affiliation data
  2. If not found, instruct user to run /affiliation-scrape {name} then /affiliation-audit {slug}
  3. Read src/lib/config/tenant.config.ts — understand the tenant config structure if --tenant is passed
  4. Read src/app/globals.css — note the CSS variables (primary, muted, border, background, etc.)
  5. Scan public/images/orgs/ — see which logos are already downloaded locally
  6. If a target page is given, read that file to understand the existing layout and component imports
Installs
1
GitHub Stars
1
First Seen
Jun 4, 2026
logo-strip-author — joshuashepherd/my-skills