A Claude Code plugin marketplace that indexes the standalone itamaker skill repositories. The skill source lives in those repos; this one only ships .claude-plugin/marketplace.json.
Register the marketplace once, then install the skills you want:
/plugin marketplace add itamaker/skills
/plugin install stitch-skill@itamaker-skills
/plugin install go-workspace-skill@itamaker-skills
/plugin install webpage-to-pdf-skill@itamaker-skills
/plugin install forge-skill@itamaker-skills
/plugin install runlens-skill@itamaker-skills
/plugin install ragcheck-skill@itamaker-skills
/plugin install promptdeck-skill@itamaker-skills
/plugin install datasetlint-skill@itamaker-skills
npx skills add itamaker/stitch-skill
npx skills add itamaker/go-workspace-skill
npx skills add itamaker/webpage-to-pdf-skill
npx skills add itamaker/forge-skill
npx skills add itamaker/runlens-skill
npx skills add itamaker/ragcheck-skill
npx skills add itamaker/promptdeck-skill
npx skills add itamaker/datasetlint-skillitamaker/stitch-skill— Google Stitch workflows with an SDK-backed runner.itamaker/go-workspace-skill— configurable multi-repo Go workspace management.itamaker/webpage-to-pdf-skill— export live webpages to pixel-perfect paginated PDFs via headless Chrome screenshots.itamaker/forge-skill— draft and scaffold OpenClaw-ready agent skills with skillforge.itamaker/runlens-skill— analyze agent and tool JSONL traces for failures, flaky paths, latency outliers, and token usage.itamaker/ragcheck-skill— evaluate retrieval and RAG runs offline with Precision@k, Recall@k, MAP, nDCG, and an answer judge.itamaker/promptdeck-skill— render, batch, and optimize prompt templates from JSON variables and experiment matrices.itamaker/datasetlint-skill— audit JSONL datasets for duplicates, semantic leakage, and label conflicts.
New skill content goes into the standalone repositories above. This repo only changes when the marketplace metadata (.claude-plugin/marketplace.json) needs to add, remove, or repoint a skill.