muster-frappe-ui

muster-frappe-ui is a skill for Codex from musterhq/muster. It costs 58 tokens per session (554 once invoked), scanned A, original, MIT.

A user-interface workflow for Muster's automation screens inside Frappe version 16. It covers desktop, Desk, and mobile views for monitoring jobs, reviewing plans, approving actions, and inspecting results.

In plain words
What is it for?
Use it to build activity docks, mission workspaces, agent and workflow views, live progress, previews, approvals, dynamic pages, accessibility checks, and responsive mobile interactions.
Why use it?
It makes background automation visible while users continue working with normal Frappe records. Clear run states, controls, links, and evidence help users understand and manage work in progress.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to build activity docks, mission workspaces, agent and workflow views, live progress, previews, approvals, dynamic pages, accessibility checks, and responsive mobile interactions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/musterhq/muster/muster-frappe-ui
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 musterhq/muster --skill muster-frappe-ui
Clone the repo
git clone --depth 1 https://github.com/musterhq/muster

Made for: 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 muster-frappe-ui

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/musterhq/muster/muster-frappe-ui"><img src="https://agentmods.dev/badge/skills/musterhq/muster/muster-frappe-ui.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 554 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.00058 $0.00554
Opus 5 $0.00029 $0.00277
Sonnet 5 $0.00012 $0.00111
Haiku 4.5 $0.00006 $0.00055

Measured 11d ago against content hash 2b0d0e19f948, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

muster-frappe-ui 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 11d 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/muster-frappe-ui/SKILL.md · 34 lines

How it starts

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

Muster Frappe UI

Make automation visible and controllable without monopolizing the user's workspace. Muster must feel native to Frappe v16 while retaining its own execution identity.

Experience Model

  • Use a persistent, collapsible activity dock for background work and a full mission workspace for planning, graphs, artifacts, evidence, and recovery.
  • Let users navigate normal DocTypes while runs continue. Deep-link each event to the exact document, diff, approval, log, or artifact.
  • Show proposed, approved, executing, waiting, blocked, failed, cancelled, rolled back, and completed states distinctly.
  • Render the agent hierarchy and current task, but progressively disclose internal reasoning. Show actions, inputs, outputs, policy decisions, and evidence.
  • Provide pause, cancel, retry, edit plan, approve once, approve scope, reject, and open result controls according to permissions.

Implementation Workflow

  1. Inspect Frappe v16 Desk, Workspace Sidebar, desktop icon registration, route conventions, existing design tokens, and mobile breakpoints.
  2. Load frappe-agent:frappe-frontend and frappe-agent:frappe-fullstack.
  3. Prefer native Desk pages/components for the shell; use Vue and frappe-ui where a richer graph or streaming surface requires it.
  4. Subscribe to permission-filtered realtime events and reconcile from durable server state after reconnect.
  5. Implement keyboard, focus, screen-reader labels, reduced motion, empty/loading/offline/error states, and narrow viewport behavior.
  6. Test with real roles and large timelines on desktop and mobile.

Brand Contract

Use https://themuster.dev/assets/brand/muster-mark.png as the canonical mark, pinned to SHA-256 2342d61cd09bfa76e411a24a493a3a6a7b22a3be1f55e987ea33c9296e59c50d. The matching repository copy is currently website/public/assets/brand/muster-mark.png. It is the four white inward arms with a violet center. Reject a mismatched hash and do not use the older blue network “M” under docs/assets.

Read the full file on GitHub · 34 lines

Files

What ships with it

2 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.

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. 11d ago First seen · 34 lines · 58 tokens per session scan A 2b0d0e19f948

Subscribe to this mod's changes

muster-frappe-ui is a skill published in the GitHub repository musterhq/muster (11 stars, last pushed 6d ago), licensed MIT. It adds 58 tokens to every session and 554 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-08-30.

Related

Other skills, from other repositories

rn-best-practices

This skill should be used when writing or reviewing React Native / Expo code — before writing list rendering, animations, data fetching, component APIs, navigation, or image/media UI — and when asked to "review best practices", "check performance", "optimize renders", "review list rendering", "check animation…

Lykhoyda/rn-dev-agent · 98 tokens

rn-feature-dev

Explicit Codex workflow: Guided feature development for React Native — explore codebase, design architecture, implement, verify live on device, and review quality.

Lykhoyda/rn-dev-agent · 34 tokens

react-native-expert

Build, optimize, and debug cross-platform mobile applications with React Native and Expo. Use when the user needs navigation setup, native-module integration, mobile performance work, or platform-specific iOS and Android handling.

LuizEduPP/Rememb · 46 tokens

agency-drupal-performance-engineer

Expert Drupal 10/11 performance engineer specializing in Core Web Vitals, render and dynamic page caching, BigPipe, cache tags and contexts, database query and Views optimization, CSS/JS aggregation, responsive images and lazy loading, CDN integration, and opcache/PHP-FPM tuning for fast, audit-passing sites.

BlackPearl-AI/BlackPearl-CodingAgent · 71 tokens

agency-drupal-performance

Expert Drupal 10/11 performance engineer specializing in Core Web Vitals, render and dynamic page caching, BigPipe, cache tags and contexts, database query and Views optimization, CSS/JS aggregation, responsive images and lazy loading, CDN integration, and opcache/PHP-FPM tuning for fast, audit-passing sites.

BlackPearl-AI/BlackPearl-CodingAgent · 69 tokens

agency-cms-developer

Drupal and WordPress specialist for theme development, custom plugins/modules, content architecture, and code-first CMS implementation.

BlackPearl-AI/BlackPearl-CodingAgent · 27 tokens