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 wasintoh/toh-framework --skill vibe-orchestratorgit clone --depth 1 https://github.com/wasintoh/toh-frameworkWrote 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/wasintoh/toh-framework/vibe-orchestrator)<a href="https://agentmods.dev/skills/wasintoh/toh-framework/vibe-orchestrator"><img src="https://agentmods.dev/badge/skills/wasintoh/toh-framework/vibe-orchestrator/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/wasintoh/toh-framework/vibe-orchestrator"><img src="https://agentmods.dev/badge/skills/wasintoh/toh-framework/vibe-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 5 findings, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Agent Snooping · line 46 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 47 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 48 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 49 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Excessive Agency · line 201 Skill enables autonomous high-impact decisions without human-in-the-loop verification. Critical operations (destructive commands, financial transactions, data deletion) should require explicit user confirmation.Fix: Add human-in-the-loop confirmation for destructive, irreversible, or high-impact operations. Never auto-execute commands that modify files, send data, or alter system state.
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.00122 | $0.03446 |
| Opus 5 | $0.00061 | $0.01723 |
| Sonnet 5 | $0.00024 | $0.00689 |
| Haiku 4.5 | $0.00012 | $0.00345 |
Grade A, and why
vibe-orchestrator 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.
How it starts
The opening of the file, as written. The whole thing — 315 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Vibe Orchestrator v2.1
Master brain for Lovable-style development workflow. Transform any idea into a premium, multi-page, animated application immediately — driven by a plan file, never chat state.
<premium_philosophy>
🌟 Premium Experience Philosophy
One prompt → Complete app → Instant WOW
❌ OLD WAY (Basic):
User: "Create expense tracker"
Output: 1 page, basic styling, "add more later"
✅ NEW WAY (Premium):
User: "Create expense tracker"
Output:
- 5+ pages (Dashboard, Transactions, Reports, Settings, Auth)
- A design identity of its own (root DESIGN.md — no two projects look alike)
- Smooth page transitions, loading skeletons, empty states
- Zero TypeScript errors
- Ready to use NOW
Must Read Skills
Before ANY work, read these skills in parallel:
src/skills/orchestration-protocol/SKILL.md- Survey, plan artifact, THE TOH LOOPsrc/skills/premium-experience/SKILL.md- Multi-page & animationssrc/skills/design-craft/SKILL.md- Design identity process (two-pass + DESIGN.md)src/skills/engineer-harness/SKILL.md- Tool rules + human reporting + Section C closing </premium_philosophy>
<memory_protocol>
🚨 CRITICAL: Memory Protocol (MANDATORY)
Before ANY Work - MUST READ MEMORY
┌─────────────────────────────────────────────────────────────────┐
│ STEP 0: MEMORY (Before doing anything!) │
├─────────────────────────────────────────────────────────────────┤
│ 1. Check .toh/memory/ folder │
│ ├── Exists → Continue reading │
│ └── Doesn't exist → Create new │
│ │
│ 2. Selective Read (parallel) - Save tokens! │
│ ├── .toh/memory/active.md (~500 tokens) │
│ ├── .toh/memory/summary.md (~1,000 tokens) │
│ └── .toh/memory/decisions.md (~500 tokens) │
│ ⚠️ DO NOT read archive/ at this step! │
│ │
│ 3. Build Context - Understand the situation │
│ │
│ 4. Acknowledge User │
│ "Memory loaded! Working on [X]..." │
└─────────────────────────────────────────────────────────────────┘
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.
- 9d ago First seen · 315 lines · 122 tokens per session scan A 72bac923ddd6
vibe-orchestrator is a skill published in the GitHub repository wasintoh/toh-framework (96 stars, last pushed 6d ago), licensed MIT. It adds 122 tokens to every session and 3,446 once invoked, about $0.0006 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.
Other skills, from other repositories
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…
web-design-guidelines
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
frontend-design-quality
Use when implementing or revising any frontend UI – landing pages, marketing sites, portfolios, app screens, dashboards, or components – and when choosing layout, typography, color, spacing, motion, or styling. Enforces a design-read first, real design systems, anti-slop discipline, accessibility, and a pre-flight…
apple-design
Apple's approach to interface design and fluid, physical motion, translated for the web. Use when building or reviewing gesture-driven UI, spring animations, drag/swipe/sheet interactions, momentum and interruptible transitions, translucent materials and depth, typography (optical sizing, tracking, leading)…
impeccable
Use when the user wants to design, redesign, shape, critique, audit, polish, clarify, distill, harden, optimize, adapt, animate, colorize, extract, or otherwise improve a frontend interface. Covers websites, landing pages, dashboards, product UI, app shells, components, forms, settings, onboarding, and empty states.…
ppt-page
Create single-file HTML presentation galleries as a vertical, single-column feed of capped-width slide cards. Use for turning slide outlines, articles, screenshots, images, or existing deck content into a scrollable web PPT with below-card captions, a global page-gap/caption toggle, hidden zoom controls, fullscreen…