muggle-ai-works: Skill for Claude Code

.claude/skills/muggle-works-npm-release/SKILL.md

muggle-works-npm-release is a skill for Claude Code from multiplex-ai/muggle-ai-works. It costs 83 tokens per session (3,009 once invoked), scanned A, original, no licence file.

A release workflow for publishing the @muggleai/works package to npm, the JavaScript package registry, through a pull request and GitHub Actions.

In plain words
What is it for?
It is for preparing, checking, reviewing, merging, and triggering package releases.
Why use it?
It guides release version choices and verification while avoiding a direct local npm publish.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is multiplex-ai/muggle-ai-works's own configuration. It tells Claude Code how to work on muggle-ai-works itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything muggle-ai-works configures →

Reuse

Borrowing it

Nothing to install: this file belongs to multiplex-ai/muggle-ai-works. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/multiplex-ai/muggle-ai-works/master/.claude/skills/muggle-works-npm-release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/multiplex-ai/muggle-ai-works

Made for: Claude Code.

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 muggle-works-npm-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/multiplex-ai/muggle-ai-works/muggle-works-npm-release/github.svg)](https://agentmods.dev/skills/multiplex-ai/muggle-ai-works/muggle-works-npm-release)
Your own site
<a href="https://agentmods.dev/skills/multiplex-ai/muggle-ai-works/muggle-works-npm-release"><img src="https://agentmods.dev/badge/skills/multiplex-ai/muggle-ai-works/muggle-works-npm-release/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 muggle-works-npm-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/multiplex-ai/muggle-ai-works/muggle-works-npm-release"><img src="https://agentmods.dev/badge/skills/multiplex-ai/muggle-ai-works/muggle-works-npm-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 83 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,009 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 unknown 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.00083 $0.03009
Opus 5 $0.00042 $0.01504
Sonnet 5 $0.00017 $0.00602
Haiku 4.5 $0.00008 $0.00301

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

Security

Grade A, and why

muggle-works-npm-release 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 7d 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.

.claude/skills/muggle-works-npm-release/SKILL.md · 228 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 7d ago Changed · +21 lines 70f9dc458122
  2. 12d ago First seen · 207 lines · 83 tokens per session scan A 0ab2e6807539

Subscribe to this mod's changes

muggle-works-npm-release is a skill published in the GitHub repository multiplex-ai/muggle-ai-works (17 stars, last pushed 2d ago), with no licence file. It adds 83 tokens to every session and 3,009 once invoked, about $0.0004 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

release-testing-workflow

Use this skill when you need release-phase QA workflow from T-14 planning to go/no-go and post-release monitoring; triggers include release testing workflow and go/no-go QA.

naodeng/awesome-qa-skills · 40 tokens

github

Drive GitHub via the official gh CLI — repos, issues, pull requests, releases, gists, Actions runs, and raw REST through gh api. Use when the user asks to inspect or manage GitHub.

AtomicBot-ai/atomic-agent · 48 tokens

AI Release Guardian

Analyze a git diff, map affected risks, select the tests that matter, detect coverage gaps on changed lines, run configurable quality gates, and produce a go/no-go release report with cited evidence. Recommends only; never merges or deploys.

PramodDutta/qaskills · 54 tokens

upgrade

Use this when you receive an [Upgrade Event: x.y.z→a.b.c] lick — fired on boot whenever the bundled SLICC version differs from the previous run. The lick renders a binary action card: lickconfirm to Update workspace files (three-way merge of bundled vfs-root files against the user's local edits) or lickdismiss to…

ai-ecoverse/slicc · 132 tokens

versioning-by-impact

Use when completing a task and deciding whether repository changes require a semantic version bump and changelog entry before commit/push.

rexleimo/aios · 29 tokens

release-readiness

Validate release readiness with evidence-based go/no-go decisions. Covers go/no-go checklists, smoke test suite design, staged rollout validation, rollback criteria and procedures, and post-deployment verification. Ensures release confidence comes from data, not feelings. Use when: "release ready," "go/no-go," "smoke…

petrkindlmann/qa-skills · 160 tokens