Generate professional, branded case studies from any company website URL. One command. Zero design skills needed.
Paste this in your terminal:
bash <(curl -sL https://raw.githubusercontent.com/Aston1690/case-study-skill/main/install.sh)In Claude Code, type:
/case-study https://example.com
The skill will:
- Extract brand colors, fonts, and logo from the website
- Research the company (product, metrics, testimonials)
- Generate a fully branded HTML case study page
- Export to PDF via Puppeteer
A professional, responsive case study with:
- Hero section with brand-colored accent headline
- Stats bar with 4 key metrics
- Challenge section with narrative + pain points card
- Solution timeline with 3–5 numbered steps
- Industry impact cards with result metrics
- Testimonial block
- Results grid with detailed metric cards
- Technology / capabilities grid
- CTA section linking to the company website
All styled with the company's own brand colors, fonts, and logo.
- Claude Code (CLI)
- Node.js v18+ (for PDF export)
~/.claude/skills/case-study/
├── SKILL.md # Skill definition + workflow
├── scripts/
│ ├── export-pdf.js # Puppeteer PDF exporter
│ └── package.json # Node dependencies
├── templates/
│ └── case-study-template.html # Reference template
└── references/ # Design references
- Brand Extraction — Scrapes the target website for colors, fonts, logo, and visual style
- Content Research — Uses WebSearch and WebFetch to gather company info, metrics, and testimonials
- HTML Generation — Creates a self-contained HTML page using the template structure with brand tokens
- Preview & Verify — Launches a local preview server to verify the output
- PDF Export — Uses Puppeteer to render a high-quality PDF
rm -rf ~/.claude/skills/case-studyBuilt by Inspra.ai — AI-powered business tools for Claude Code.
