agentsclimarketplace

Make example gallery

Skill workingclassbuddha/codexmaxxing/skills/make-example-gallery

Create small visual examples for READMEs, docs, portfolios, skill packs, demos, and GitHub repositories. Use when Codex needs generic screenshots, SVG cards, diagrams, thumbnails, sample galleries, before/after visuals, or documentation images that explain a workflow without exposing private product details.From its SKILL.md

Install
npx -y skills add workingclassbuddha/codexmaxxing --skill make-example-gallery

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
  • runs commandsInstructs the agent to run 1 command, including `scripts/make_gallery_svg.py --out examples/images`.

SKILL.md

1.4 KB, 239 tokens by cl100k_base, as published. Nobody here has run it

Make Example Gallery

Use this skill to make examples visible without leaking private implementation value. Prefer simple diagrams and cards over fake proprietary screenshots.

Workflow

  1. Decide what the gallery should prove: workflow, UI state, architecture, test evidence, or before/after quality.
  2. Use generic labels and synthetic data.
  3. Create 2-5 images, each with one idea.
  4. Store images under examples/images/ or the repo's existing docs asset folder.
  5. Link the images from README or docs.
  6. Add alt text that describes the image and its purpose.

Visual Rules

  • Avoid company names, internal repo paths, real customer data, account IDs, dashboards, tokens, or unreleased architecture.
  • Use generic names: Demo App, Local Runtime, Evidence Pack, UI Flow.
  • Keep text large enough for GitHub preview.
  • Prefer SVG for diagrams and cards; use PNG only when a browser/render screenshot is the proof.

Resources

  • Run scripts/make_gallery_svg.py --out examples/images for starter SVG example cards.
  • Read references/gallery-patterns.md for safe gallery patterns.

What ships with it: 4 files

3.7 KB alongside SKILL.md, 1 of them executable

agents/

references/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.