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.
npx skills add linegel/threejs-complete-set-of-skill --skill product-from-scratchgit clone --depth 1 https://github.com/linegel/threejs-complete-set-of-skillWrote 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.
[](https://agentmods.dev/skills/linegel/threejs-complete-set-of-skill/product-from-scratch)<a href="https://agentmods.dev/skills/linegel/threejs-complete-set-of-skill/product-from-scratch"><img src="https://agentmods.dev/badge/skills/linegel/threejs-complete-set-of-skill/product-from-scratch/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.
<a href="https://agentmods.dev/skills/linegel/threejs-complete-set-of-skill/product-from-scratch"><img src="https://agentmods.dev/badge/skills/linegel/threejs-complete-set-of-skill/product-from-scratch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00176 | $0.04597 |
| Opus 5 | $0.00088 | $0.02299 |
| Sonnet 5 | $0.00035 | $0.00919 |
| Haiku 4.5 | $0.00018 | $0.00460 |
Grade A, and why
product-from-scratch 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 339 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Product from scratch — design before code, at a cost the change can afford
You are about to decide what a human will see and do. Make the important product and experience decisions explicit before they constrain implementation: the user, outcome, journey, interactions, states, failures, and recovery. If implementation exposes a real constraint, reopen the relevant decision instead of silently redesigning around the code.
The budget law — read this before anything else
This skill's ancestor grew into a certification bureaucracy: manifests, hashes, computed status ladders, approval and conformance records, evidence taxonomies, and a resolver wired into CI. In the originating trial, that machinery cost far more than implementing the same fixes directly, while the decisive defects were caught by simple product stories and state prompts. Three rules keep the machinery deleted:
- Design effort must be proportionate to consequence and unresolved uncertainty, and cheaper than the avoidable rework it is likely to prevent. For an ordinary change that means materially cheaper than implementing the change twice — a falsifiable ceiling, not a vibe. When work grows without resolving a decision or reducing a plausible risk, cut process, not quality.
- A required artifact or field must force a distinct decision or materially improve verification. If repeated real use shows it does neither, remove it.
- Reuse existing product canon before authoring anything new. A change does not earn a new document merely because it touches the interface.
The conditional decision chain
BRD when business intent changes
→ PRD when product behaviour changes
→ UX/XDS when a material experience decision exists
→ SDD when a material technical decision exists
→ implementation → verification
Conditionality prevents dummy artifacts; it is not permission to skip an unresolved decision. A new product capability or cross-surface journey normally uses every layer whose decision actually exists.
What ships with it
4 files 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.
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.
- 12d ago First seen · 339 lines · 176 tokens per session scan A d2162a895d00
product-from-scratch is a skill published in the GitHub repository linegel/threejs-complete-set-of-skill (6 stars, last pushed 1mo ago), licensed ISC. It adds 176 tokens to every session and 4,597 once invoked, about $0.0009 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.
Other skills, from other repositories
subagent-driven-development
Execute plans via delegatetask subagents (2-stage review).
duckduckgo-search
Free keyless web, news, and image search via ddgs.
mcporter
List, auth, and call MCP servers/tools from the terminal.
mem0-oss-to-platform
Plan and then execute a migration of a project from the mem0 open-source / self-hosted SDK (the local Memory class) to the mem0 Platform / hosted / managed SDK (the MemoryClient class). Use this whenever a developer wants to move, switch, or migrate their mem0 usage off OSS/self-hosted to the hosted API — e.g.…
deploy-docker-compose
Run the Omnigent server as a Docker compose stack (server + Postgres) on any Docker host — your laptop, a VPS, EC2 by hand, or as the base layer of any container-platform deploy. Invoke when the user wants to build the image, bring up the compose stack, debug the stack on a host they already have, or extend the stack…
mapping-to-snomed
Maps clinical concept spans extracted by OpenMed to SNOMED CT concepts through a USER-SUPPLIED terminology server (the user's own Ontoserver, Snowstorm, or UMLS/UTS), never a bundled vocabulary. Use when the user wants to code findings, disorders, procedures, body structures, or substances to SNOMED CT, run an ECL…