uploads
01Plugin Claude Code
Host screenshots, GIFs, recordings, and files on uploads.sh and embed them in GitHub PRs and issues.
Plugin Claude Code
Host screenshots, GIFs, recordings, and files on uploads.sh and embed them in GitHub PRs and issues.
Plugin Claude Code
Host screenshots, GIFs, recordings, and files on uploads.sh and embed them in GitHub PRs and issues.
Instructions file CodexOpenCode
Instructions for buildinternet/uploads, covering uploads, layout, commands, local wrangler / agent hygiene and releasing @buildinternet/uploads (changesets).
Instructions file
Instructions for buildinternet/uploads, a project described as: Lightweight upload tool for coding agents to add screenshots to pull requests. Cloud and self-host options.
Hook
Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From buildinternet/uploads.
Skill Claude CodeCodex
Bake hand-drawn boxes, arrows, labels, freeform strokes, and redactions onto a screenshot so a PR reviewer or teammate sees exactly what changed and where to look, instead of reading a caption and hunting for it. Use this whenever a screenshot needs a callout — "point at the new button", "circle the bug", "arrow to…
Skill Claude CodeCodex
House style and structure for uploads.sh documentation pages — the MDX subject pages under apps/web/src/content/docs/ (and the docs.astro hub) built on DocsLayout. Use this whenever you write, restructure, trim, or review a docs page: requests like "clean up the galleries docs", "this docs page has too much prose"…
Skill Claude CodeCodex
Embed screenshots, images, diagrams, GIFs, and screen recordings in GitHub PRs and issues — or stage them ahead of a PR, collect them into one attachments comment, or get a durable public link to share a visual with a person. Use this whenever a visual needs to end up in a PR description, issue body, or PR/issue…
Skill Claude CodeCodex
Reference for the uploads CLI and its stdio/hosted MCP tools — exact flags, keys, and contracts for put and attach, screenshot capture, stable PR/issue keys, the managed attachments comment, metadata and search, galleries, config defaults, login/doctor, and output formats. Use when driving the uploads CLI or its MCP…
Plugin Claude Code
Skills for listing your product on the Releases.sh registry, plus the operator skills for running and maintaining it. Grouping mirrors skills.sh.json so the skills.sh page and the npx skills add picker agree.
Agent Claude Code
Generates an org "overview" knowledge-page body from a composed prompt (the production overview system prompt + release inputs). Used by the key-free sub-agent overview eval (tests/evals/overview-subagent flow) to exercise overview generation on the Claude Code subscription instead of the metered Anthropic API.…
Agent Claude Code
Generic rubric grader for the local key-free evals. Reads a grader prompt (a + an plus grading instructions, as produced by buildGraderPrompt) and returns a single JSON verdict {criteria, explanation, result}. The grading logic is domain-neutral — the rubric supplies the per-eval criteria — so one grader serves every…
Command Claude Code
Given a company name or domain, find their changelog/release-note sources, add them to Releases, and fetch recent entries. This is the manual, Claude-driven onboarding flow — it uses the releases CLI against the production API and does not dispatch to managed agents. (If you want managed-agent onboarding, use releases…
Hook Claude Code
Runs when a session starts, executing setup-worktree.sh via bash. From buildinternet/releases.
Hook Claude Code
Runs when a session ends, executing session-teardown.sh via bash. From buildinternet/releases.
Hook Claude Code
Runs before the agent uses a tool for Edit, Write, MultiEdit, NotebookEdit and Bash tool calls, executing protect-env.sh and protect-worktree.sh (3 commands). From buildinternet/releases.
Settings file Claude Code
Agent settings declaring 3 hook events (SessionStart, SessionEnd, PreToolUse) and 10 allowed tools.
Skill Claude CodeCodex
Backfill a changelog source's full history locally in Claude Code via the backfill-source / backfill-sweep dynamic Workflows — preflight-gated, window-capped, budget-gated extraction written through the idempotent /batch upsert, with no remote extraction inference bill. Use when a source has a lot of history to pull…
Skill Claude CodeCodex
Decide whether an image or video found on a release page is editorial content (screenshots, demos, diagrams, product shots) or site chrome (avatars, logos, tracking pixels, decorative badges). Used during parsing to populate a release's media array.
Skill Claude CodeCodex
How to find, evaluate, and recommend the best ingestion method for changelog URLs — covers feed discovery, provider detection, GitHub API, markdown sources, and scraping fallback.
Skill Claude CodeCodex
Put a challenge-blocked or unreliable scrape source on the external Firecrawl monitoring backend, or triage one that's already on it. Use when a page sits behind a bot challenge our Browser Rendering can't clear, when render keeps returning an empty shell, when enabling/disabling/tuning a monitor, or when a…
Skill Claude CodeCodex
Generate the AI fields on releases — titlegenerated, titleshort, summary, and composition — for one release, a window, or a backfill, via Claude Code sub-agents and direct SDK calls (OpenRouter/DeepSeek to match production summarize). Use when iterating on prompts, running provider/model experiments, or filling in a…
Skill Claude CodeCodex
Group releases that cover the same underlying launch so readers see one story instead of three. Use when manually curating an org's coverage — reconciling a window of recent releases, fixing a bad automatic grouping, or linking coverage the deterministic clusterer can't see. Decide which item is the best entry point…
Skill Claude CodeCodex
Onboard or backfill a company's changelog locally in Claude Code by fetching pages and extracting releases with the agent itself (and parallel sub-agents), then writing through the batch-upsert endpoint — no remote fetch dispatch, no server-side extraction inference billing. Use when you want to onboard a source…