mrclrchtr
@mrclrchtr
Public Skills
git-commit
by mrclrchtr
"Creates a commit: detects conventions, stages intentionally, writes a clear subject, add a concise body when useful, and commits."
stitch-downloader
by mrclrchtr
"Download Stitch (stitch.withgoogle.com) screen screenshots at best quality from screenshot.downloadUrl (often lh3.googleusercontent.com). Use to normalize googleusercontent size parameters from canvas dimensions, download with curl, optionally verify pixel dimensions, and avoid committing signed URLs."
agent-orchestrator-standalone
by mrclrchtr
Orchestrate complex work via a phase-gated multi-agent loop (audit → design → implement → review → validate → deliver). Use when you need to split work into subsystems, run independent audits, reconcile findings into a confirmed issue list, delegate fixes in clusters, enforce PASS/FAIL review gates, and drive an end-to-end validated delivery. Do not use for small, single-file tasks.
web-fetch-to-markdown
by mrclrchtr
Fetches and normalizes http(s) web pages into clean Markdown for LLM ingestion. Use when a task includes a URL, needs to fetch docs or asks to convert web docs/articles/pages into Markdown for summarizing, quoting, diffing, or saving.
agent-orchestrator
by mrclrchtr
Orchestrate complex work via a phase-gated multi-agent loop (audit → design → implement → review → validate → deliver). Use when you need to split work into subsystems, run independent audits, reconcile findings into a confirmed issue list, delegate fixes in clusters, enforce PASS/FAIL review gates, and drive an end-to-end validated delivery. Do not use for small, single-file tasks.