design-share

design-share is a skill for Claude Code, Codex from DKeken/codex-skills-alternative. It costs 92 tokens per session (898 once invoked), scanned A, original, MIT.

A workflow for putting a tested prototype in front of reviewers through a local address, a tunnel, or a deployed preview.

In plain words
What is it for?
Use it to share a prototype for feedback or sign-off. It includes run instructions and a shareable link, with external deployment requiring approval.
Why use it?
It turns a working prototype into something other people can open and review, while checking that it still runs first.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to share a prototype for feedback or sign-off. It includes run instructions and a shareable link, with external deployment requiring approval.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dkeken/codex-skills-alternative/design-share
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DKeken/codex-skills-alternative --skill design-share
Clone the repo
git clone --depth 1 https://github.com/DKeken/codex-skills-alternative

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-share

README.md
[![agentmods](https://agentmods.dev/badge/skills/dkeken/codex-skills-alternative/design-share/github.svg)](https://agentmods.dev/skills/dkeken/codex-skills-alternative/design-share)
Your own site
<a href="https://agentmods.dev/skills/dkeken/codex-skills-alternative/design-share"><img src="https://agentmods.dev/badge/skills/dkeken/codex-skills-alternative/design-share/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-share

Your own site · 80×15
<a href="https://agentmods.dev/skills/dkeken/codex-skills-alternative/design-share"><img src="https://agentmods.dev/badge/skills/dkeken/codex-skills-alternative/design-share.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 92 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 898 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00092 $0.00898
Opus 5 $0.00046 $0.00449
Sonnet 5 $0.00018 $0.00180
Haiku 4.5 $0.00009 $0.00090

Measured 9d ago against content hash 8a70ec0039f7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

design-share scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/design-share/SKILL.md · 65 lines

How it starts

The opening of the file, as written. The whole thing — 65 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Design — Share

Get the prototype in front of reviewers with a working link + clear run notes. Final handoff stage. The goal is that someone who wasn't involved can open it, know what to look at, and leave useful feedback — without you in the room.

When to use

  • A QA'd prototype is ready to circulate for feedback.
  • "Share it", "give me a link", "publish", "let the team see it".
  • Handing off to stakeholders for review/sign-off.

When NOT to use

  • The prototype hasn't passed design-qa (especially HIGH items) — fix or explicitly flag first.
  • It's not runnable yet → design-prototype.

Inputs

  • The QA'd prototype (path).
  • Share method: local serve, tunnel, or deploy to a host.
  • Host/account constraints — ask before deploying anywhere external.

Workflow

  1. Confirm it runs clean: install + build + start. Fix any breakers before sharing.
  2. Pick the share method:
    • Local — serve on a port; give the localhost URL + start command (good for solo/local review).
    • Tunnel — expose local via a tunnel; only if the user wants external access right now.
    • Deploy — push to a preview host (Vercel/Netlify/etc.). Only with explicit user go-ahead, since it sends code off-machine.
  3. Write a review note: what to look at, the happy path to click, known stubs/TODOs, where to leave feedback.
  4. Return the link + run instructions + review note.

Worked example

method: local serve (user wants to review on their machine)
preflight: `npm install` ok, `npm run build` clean, `npm run dev` boots :5173 ✓
deliverable:
  link: http://localhost:5173
  run:  `npm install && npm run dev`
  review this: complete the onboarding happy path (Welcome → Template → Name → Dashboard);
               check the empty-name error and the loading state on "Create"
  known stubs: templates are 3 fixtures; "Create" writes to in-memory store (no real API yet)
  feedback: leave notes in #design-review or as comments on the Figma frame

(If deploy was requested: confirm host, check for secrets/env files, deploy, return the live URL + same review note.)

Read the full file on GitHub · 65 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 65 lines · 92 tokens per session scan A 8a70ec0039f7

Subscribe to this mod's changes

design-share is a skill published in the GitHub repository DKeken/codex-skills-alternative (15 stars, last pushed 3mo ago), licensed MIT. It adds 92 tokens to every session and 898 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

fec-web-workers

A Web Worker moves expensive JavaScript calculations into a separate browser thread so the page's main thread can handle input, scrolling, and animation. Workers cannot directly access the page's DOM.

bovinphang/frontend-craft · 78 tokens

web-scraping

Mass crawl/scrape sites incl. anti-bot (Cloudflare, Akamai, DataDome, PerimeterX). Crawl4AI = scale (arunmany, dispatchers, deep crawl, LLM-ready markdown); Camoufox = fingerprint evasion. For: scrape N pages, crawl a site, extract structured data, 403/challenge/bot-detection, captcha.

sergeyizmailov/knowledge-delta-skills · 85 tokens

page-health-check

A procedure for checking a web page from a URL for data, visual, interaction, console, and performance problems, then fixing or documenting them.

nongjun/feishu-cursor-claw · 64 tokens

multi-select-reorder

Use when the user wants an interactive ad hoc web page for choosing multiple options and reordering them before submitting.

dhruv-anand-aintech/agent-rules-sync · 27 tokens

content-script-developer

Expert in browser extension content scripts, DOM integration, and safe page augmentation across modern web apps. Use when building or updating a browser-extension content script, injecting UI into third-party pages, or handling SPA navigation and dynamic DOM changes.

shipshitdev/skills · 51 tokens

a11y-debugging

Uses Chrome DevTools MCP for accessibility (a11y) debugging and auditing based on web.dev guidelines. Use when testing semantic HTML, ARIA labels, focus states, keyboard navigation, tap targets, and color contrast.

ChromeDevTools/chrome-devtools-mcp · 50 tokens