Documentation
README
SC Skill
Overview
Use this skill to produce repeatable screenshots for two modes:
testing: stable evidence screenshots for QA/regression workflows.marketing: polished, consistently framed screenshots for docs/site/release assets.
This skill is macOS-first and uses Peekaboo as primary automation with native screencapture fallback.
Quick Start
- Normalize window size and position:
skills/sc-skill/scripts/sc_window_preset.sh --app "AgentSessions" --preset marketing
- Capture one screenshot (auto-select tool):
skills/sc-skill/scripts/sc_capture.sh \
--app "AgentSessions" \
--mode marketing \
--delay 0.25 \
--max-edge auto \
--window-preset auto \
--output artifacts/screenshots/agent-sessions-main.png
This is the opening of the README. Read the full README on GitHub.