muster-frappe-metadata

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

A change-management workflow for Frappe and ERPNext, business software built on the Frappe framework. It handles structured changes such as fields, document types, permissions, reports, pages, and workflows.

In plain words
What is it for?
Use it to plan, review, generate, apply, validate, and roll back Frappe metadata changes, including custom fields, child tables, roles, print formats, fixtures, and migration patches.
Why use it?
It replaces risky direct database edits with reviewed changes that can be previewed, applied in order, checked, and reversed. This reduces compatibility and data-loss problems when customizing an installation.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Use it to plan, review, generate, apply, validate, and roll back Frappe metadata changes, including custom fields, child tables, roles, print formats, fixtures, and migration patches.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/musterhq/muster/muster-frappe-metadata
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-metadata
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-metadata

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/musterhq/muster/muster-frappe-metadata"><img src="https://agentmods.dev/badge/skills/musterhq/muster/muster-frappe-metadata.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 667 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.00069 $0.00667
Opus 5 $0.00034 $0.00333
Sonnet 5 $0.00014 $0.00133
Haiku 4.5 $0.00007 $0.00067

Measured 12d ago against content hash 4bc4beaca072, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

muster-frappe-metadata 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.

skills/muster-frappe-metadata/SKILL.md · 38 lines

How it starts

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

Muster Frappe Metadata

Treat every Frappe customization as a typed, reviewable, reversible change set rather than free-form code or direct database mutation.

Workflow

  1. Inspect target Frappe version, installed apps, existing metadata, hooks, fixtures, and customizations.
  2. Load frappe-agent:frappe-customization and frappe-agent:frappe-doctype-design; add backend, SQL, ERPNext, Builder, or Insights skills when the surface requires them.
  3. Choose the least invasive layer: runtime configuration, Custom Field/Property Setter, fixture, app-owned standard metadata, patch, then framework override only when necessary.
  4. Produce a typed plan with prerequisites, affected records, before snapshot, after value, risk, validation, inverse operation, and approval class.
  5. Preview semantic diffs in Frappe. Require explicit approval for schema, permissions, destructive data, executable code, or externally visible artifacts.
  6. Apply idempotently in dependency order. Verify metadata caches, migrations, permissions, list/form behavior, reports, prints, and mobile rendering.
  7. Persist evidence and a tested rollback or forward-repair path.

Read frappe-change-set-contract.md before implementing the planner or executor.

Surface Invariants

  • A Frappe Workflow is a document state machine attached to a DocType. A Muster workflow is an agent execution graph. Name and model them separately in plans, schemas, UI, APIs, and tests.
  • Frappe Workflow changes preserve reachable states, one valid transition path, role eligibility, docstatus semantics, and existing submitted-document behavior. Exercise every transition as an eligible and ineligible user.
  • Query and Script Reports declare columns, filters, reference DocType, permission checks, bounded queries, empty/error behavior, export behavior, and representative result assertions.
  • Print Formats and Letter Heads render verified PDF/HTML with escaped untrusted values, correct pagination, translations, attachments/images, and permitted field visibility.
  • Client/Server Scripts, custom HTML/Jinja, Web Pages, Webhooks, and code-bearing reports are privileged executable surfaces. Prefer typed generators and reviewed app code; require static checks, explicit approval, sandbox constraints, and injection tests.

Read the full file on GitHub · 38 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. 12d ago First seen · 38 lines · 69 tokens per session scan A 4bc4beaca072

Subscribe to this mod's changes

muster-frappe-metadata is a skill published in the GitHub repository musterhq/muster (11 stars, last pushed 8d ago), licensed MIT. It adds 69 tokens to every session and 667 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

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

agency-api-platform-engineer

Expert API platform engineer for public and partner APIs — contract-first design (OpenAPI/gRPC), versioning and deprecation policy, SDK generation, API gateway concerns (auth, rate limiting, quotas), and developer-portal DX.

BlackPearl-AI/BlackPearl-CodingAgent · 52 tokens

agency-api-tester

Expert API testing specialist focused on comprehensive API validation, performance testing, and quality assurance across all systems and third-party integrations.

BlackPearl-AI/BlackPearl-CodingAgent · 28 tokens

agency-identity-access-engineer

Expert identity engineer for OAuth 2.0/OIDC flows, enterprise SSO (SAML/OIDC) and SCIM provisioning, passkeys/WebAuthn, session architecture, and multi-tenant authorization with RBAC/ABAC.

BlackPearl-AI/BlackPearl-CodingAgent · 55 tokens

agency-backend-architect

Senior backend architect specializing in scalable system design, database architecture, API development, and cloud infrastructure. Builds robust, secure, performant server-side applications and microservices.

BlackPearl-AI/BlackPearl-CodingAgent · 37 tokens

agency-ai-engineer

Expert AI/ML engineer specializing in machine learning model development, deployment, and integration into production systems. Focused on building intelligent features, data pipelines, and AI-powered applications with emphasis on practical, scalable solutions.

BlackPearl-AI/BlackPearl-CodingAgent · 47 tokens