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 roedyrustam/vibes-plug --skill mpa-orchestratorgit clone --depth 1 https://github.com/roedyrustam/vibes-plugWrote 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/roedyrustam/vibes-plug/mpa-orchestrator)<a href="https://agentmods.dev/skills/roedyrustam/vibes-plug/mpa-orchestrator"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/mpa-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/roedyrustam/vibes-plug/mpa-orchestrator"><img src="https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/mpa-orchestrator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00057 | $0.02094 |
| Opus 5 | $0.00028 | $0.01047 |
| Sonnet 5 | $0.00011 | $0.00419 |
| Haiku 4.5 | $0.00006 | $0.00209 |
Grade A, and why
mpa-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 today.
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 — 121 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Multi-Page Application (MPA) Orchestrator (2026 Edition)
English
Orchestration & Integration
Connects and orchestrates with relevant domain skills like modern-web-guidance, brainstorming, zero-to-prod-orchestrator, and project-context-mapper to ensure cohesive execution.
Description
A structured approach for building and orchestrating Multi-Page Application (MPA) architectures within a single repository. Acts as an orchestrator connecting MPA principles with specialized skills (like mvc-expert, saas-multi-tenant, senior-frontend) to deliver cohesive, server-rendered applications. In 2026, MPAs are increasingly built with Astro 5 for content-heavy sites or traditional server frameworks (Laravel, Django, Go) augmented with HTMX 2 or Alpine.js for interactivity.
Core MPA Principles in a Single Repository
- Centralized Architecture: Frontend views, backend logic, and routing in a unified codebase — simplifies deployment and reduces cognitive load.
- Server-Side Routing & Rendering: A Front Controller intercepts requests, fetches data, and renders complete HTML per route. Options in 2026:
- Astro 5: Best for content-heavy sites — renders to static HTML by default, hydrates islands on demand.
- Next.js 15 (Pages Router): Traditional MPA feel with React components.
- Backend-driven: Laravel/Django/Gin templates rendered server-side.
- Islands Architecture (Astro 5):
- Render 100% static HTML for non-interactive content.
- Use
client:load,client:idle, orclient:visibledirectives to hydrate interactive islands only when needed. - Supports React, Vue, Svelte, Solid, or vanilla JS islands side by side.
- HTMX 2 — HTML-First Interactivity:
- Enhance any server-rendered page with partial HTML swaps without writing JavaScript.
- Works with any backend — Django, Laravel, Go, Node.js.
hx-get,hx-post,hx-target,hx-swapfor declarative AJAX.
- Shared UI Ecosystem:
- Maintain a
layouts/directory for base HTML structures. - Maintain a
components/directory for reusable UI elements.
- Maintain a
- Asset Management: Centralize static assets in
public/. Implement cache-busting for production. - Session-based State: Use secure HTTP-only cookies and server sessions for auth, tenant context, and flash messages.
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.
- today Changed 9ac747ef3445
- 8d ago First seen · 121 lines · 57 tokens per session scan A 143414142c64
mpa-orchestrator is a skill published in the GitHub repository roedyrustam/vibes-plug (53 stars, last pushed today), licensed MIT. It adds 57 tokens to every session and 2,094 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
sdlc-spec-slice-writer
Use to write focused implementation SPEC slices for UI, API, data, admin, permissions, directory, observability, or release.
dev-fullstack-feature
Use when the requested feature genuinely spans at least two delivery layers such as frontend, backend, API, data, scripts, or tests. Do not expand a single-layer change into a full-stack workflow.
algolia-search
Expert patterns for Algolia search implementation, indexing strategies, React InstantSearch, and relevance tuningUse when "adding search to, algolia, instantsearch, search api, search functionality, typeahead, autocomplete search, faceted search, search index, search as you type, algolia, search, instantsearch…
fullstack-coder
Full-stack implementation agent that writes complete, production-ready code following an approved architecture and schema. Triggers on: write the code, implement features, build the app, code the MVP, generate codebase.
performance-optimization
Profile and optimize web performance, Core Web Vitals, and backend latencies. Bootstrap on demand.
auth-web-cloudbase
CloudBase Web Authentication Quick Guide for frontend integration after auth-tool has already been checked. Provides concise and practical Web authentication solutions with multiple login methods and complete user management.