mpa-orchestrator

mpa-orchestrator is a skill for Claude Code, Codex from roedyrustam/vibes-plug. It costs 57 tokens per session (2,094 once invoked), scanned A, original, MIT.

A guide to building a multi-page application, where the server returns a separate page for each route, within one repository. It covers shared coordination between frontend views, backend logic, and routing.

In plain words
What is it for?
Use it to plan server-side routes and rendering, coordinate frontend and backend code, and structure an MPA with tools such as Astro, Laravel, Django, or Go.
Why use it?
It helps keep a content-heavy or server-rendered application organised without splitting its parts into separate repositories or services.

Skill for Claude CodeCodex

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

Good fit Use it to plan server-side routes and rendering, coordinate frontend and backend code, and structure an MPA with tools such as Astro, Laravel, Django, or Go.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/roedyrustam/vibes-plug/mpa-orchestrator
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 roedyrustam/vibes-plug --skill mpa-orchestrator
Clone the repo
git clone --depth 1 https://github.com/roedyrustam/vibes-plug

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 mpa-orchestrator

README.md
[![agentmods](https://agentmods.dev/badge/skills/roedyrustam/vibes-plug/mpa-orchestrator/github.svg)](https://agentmods.dev/skills/roedyrustam/vibes-plug/mpa-orchestrator)
Your own site
<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.

agentmods 80×15 button for mpa-orchestrator

Your own site · 80×15
<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>
Per session 57 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,094 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00057 $0.02094
Opus 5 $0.00028 $0.01047
Sonnet 5 $0.00011 $0.00419
Haiku 4.5 $0.00006 $0.00209

Measured today against content hash 9ac747ef3445, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

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.

skills/mpa-orchestrator/SKILL.md · 121 lines

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 | Bahasa Indonesia


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

  1. Centralized Architecture: Frontend views, backend logic, and routing in a unified codebase — simplifies deployment and reduces cognitive load.
  2. 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.
  3. Islands Architecture (Astro 5):
    • Render 100% static HTML for non-interactive content.
    • Use client:load, client:idle, or client:visible directives to hydrate interactive islands only when needed.
    • Supports React, Vue, Svelte, Solid, or vanilla JS islands side by side.
  4. 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-swap for declarative AJAX.
  5. Shared UI Ecosystem:
    • Maintain a layouts/ directory for base HTML structures.
    • Maintain a components/ directory for reusable UI elements.
  6. Asset Management: Centralize static assets in public/. Implement cache-busting for production.
  7. Session-based State: Use secure HTTP-only cookies and server sessions for auth, tenant context, and flash messages.

Read the full file on GitHub · 121 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. today Changed 9ac747ef3445
  2. 8d ago First seen · 121 lines · 57 tokens per session scan A 143414142c64

Subscribe to this mod's changes

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.

Related

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.

BlueSkyXN/Codex-is-all-you-need · 35 tokens

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.

BlueSkyXN/Codex-is-all-you-need · 45 tokens

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…

omer-metin/skills-for-antigravity · 79 tokens

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.

Aizaz-Noor/Agent-Startup-Skills · 46 tokens

performance-optimization

Profile and optimize web performance, Core Web Vitals, and backend latencies. Bootstrap on demand.

ksprashu/agent-skill-forge · 24 tokens

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.

sutchan/Agent-Skills-Hub · 38 tokens