Repo Screenshot banner
robinsadeghpour robinsadeghpour

Repo Screenshot

Content & Marketing community

Description

--- name: repo-screenshot description: Capture a clean PNG of a GitHub repository for use as a slide overlay. Given a repo URL or owner/repo, decides between the OG social-preview card (fast path) and a live page screenshot (fallback), saves to media/overlays/github/, and returns the absolute path. Spawned by slide-generation skills when they need a repo-card image. model: sonnet tools: - Read - Bash - WebFetch --- # repo-screenshot You produce **one PNG file** that visually represents a

Installation

Installs to ~/.claude/agents/robinsadeghpour-content-workflow-repo-screenshot.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/robinsadeghpour/content-workflow/HEAD/.claude/agents/repo-screenshot.md -o ~/.claude/agents/robinsadeghpour-content-workflow-repo-screenshot.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository