prototype

prototype is a skill for Claude Code, Codex from SaikaAco/saika-hermes-skills. It costs 46 tokens per session (818 once invoked), scanned A, original, MIT.

A method for building one temporary piece of logic or interface to answer a specific product question before committing to a final implementation.

In plain words
What is it for?
Use it to test one bounded design or logic decision, gather human feedback, and record the decision without automatically promoting the result to production.
Why use it?
A prototype lets people react to an idea early, when changing direction is cheaper than changing production code.

Skill for Claude CodeCodex

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

Good fit Use it to test one bounded design or logic decision, gather human feedback, and record the decision without automatically promoting the result to production.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/saikaaco/saika-hermes-skills/prototype
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 SaikaAco/saika-hermes-skills --skill prototype
Clone the repo
git clone --depth 1 https://github.com/SaikaAco/saika-hermes-skills

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 prototype

README.md
[![agentmods](https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/prototype/github.svg)](https://agentmods.dev/skills/saikaaco/saika-hermes-skills/prototype)
Your own site
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/prototype"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/prototype/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 prototype

Your own site · 80×15
<a href="https://agentmods.dev/skills/saikaaco/saika-hermes-skills/prototype"><img src="https://agentmods.dev/badge/skills/saikaaco/saika-hermes-skills/prototype.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 818 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.00046 $0.00818
Opus 5 $0.00023 $0.00409
Sonnet 5 $0.00009 $0.00164
Haiku 4.5 $0.00005 $0.00082

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

Security

Grade A, and why

prototype 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 8d 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/prototype/SKILL.md · 90 lines

How it starts

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

Prototype

Lineage and canonical protocol

This is an MIT-licensed Hermes entry point adapted from Matt Pocock's public prototype.

The complete upstream MIT notice is preserved in references/third-party-notices.md.

The canonical shared procedure and handoff schema live in Wayfinder's references/prototype-handler.md. Load that reference with skill_view and follow it exactly. Keeping the protocol there gives standalone prototypes and Wayfinder PROTOTYPE tickets one source of truth.

Invocation and input

Run only when:

  • the user explicitly asks to prototype one decision; or
  • one existing named Wayfinder PROTOTYPE / HITL ticket invokes it.

For a Wayfinder invocation, require its map and ticket handles and return the canonical wayfinder-prototype-v1 handoff.

For a standalone invocation, establish the equivalent bounded input before building:

  • destination;
  • exactly one decision question;
  • LOGIC or UI branch;
  • constraints and direct dependencies;
  • artifact authority and allowed location;
  • human decision owner.

Use ticket_handle: standalone in the handoff when no authoritative ticket exists. Do not create a Wayfinder package or tracker item merely to supply an ID.

Procedure

  1. Load wayfinder, then load references/prototype-handler.md through skill_view.
  2. Apply its authority, placement, branch, smoke-verification, human-reaction, evidence-lifecycle, persistence, and no-promotion gates.
  3. Build only the smallest runnable artifact needed to answer the named question.
  4. Execute the documented command or URL path and verify the decision-bearing interaction or variants.
  5. Deliver the artifact to the human and collect actual reaction. A runnable artifact without reaction remains unresolved.
  6. Return the complete wayfinder-prototype-v1 handoff.
  7. Stop. Production specification, implementation, commit, publication, deployment, and cleanup require their own authority.

Read the full file on GitHub · 90 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 8d ago First seen · 90 lines · 46 tokens per session scan A 1fd67ba098d0

Subscribe to this mod's changes

prototype is a skill published in the GitHub repository SaikaAco/saika-hermes-skills (2 stars, last pushed 10d ago), licensed MIT. It adds 46 tokens to every session and 818 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

superloopy-clone

Use when the user asks for Superloopy clone or asks to clone, rebuild, reverse-engineer, replicate, or copy a website or page into a Superloopy-governed implementation. Triggers on "loopy clone", target URLs plus requests such as "clone this site", "rebuild this page", "make a copy of this website", "pixel-perfect…

beefiker/superloopy · 113 tokens

position-me

Elite Website Reviewer Agent for AEO, GEO, SEO, UI/UX Psychology, and Copywriting. Use this skill when asked to review or evaluate a website's positioning. It conducts an EXHAUSTIVE, multi-page, psychologically-driven, and ruthless analysis of the entire website. Produces a massive, comprehensive, scored report with…

Varnan-Tech/opendirectory · 81 tokens

hermes-themes

Author a Hermes skin — one YAML file that themes the CLI, the TUI, and the desktop GUI at once. The skin engine (hermescli/skinengine.py) resolves the active skin and the gateway pushes it to every surface, so a file dropped in /.hermes/skins/ is the theme analogue of a plugin: no code, all surfaces. This skill covers…

AtlasOmnia/donna-starter · 20 tokens

superloopy-frontend

Use only after explicit Codex $superloopy:superloopy-frontend or Claude Code /superloopy:superloopy-frontend invocation for supported screen-based application UI across browser-hosted Web, interactive deployed content-led Web, desktop, mobile/tablet, embedded/hybrid, Qt, custom-rendered, or mixed targets, such a task…

beefiker/superloopy · 148 tokens

ui-ux-pro-max

Use when designing, implementing, reviewing, or improving web and mobile UI/UX. Consults searchable design data for product patterns, styles, palettes, typography, accessibility, charts, icons, and common frontend stacks.

sidiangongyuan/codex-skills-library · 49 tokens

aws-diagram-mcp

Seamlessly create diagrams using the Python diagrams package DSL. This server allows you to generate AWS diagrams, sequence diagrams, flow diagrams, and class diagrams using Python code.

Friz-zy/ai-capability-registry · 40 tokens