resonance-ops-page-audit

resonance-ops-page-audit is a skill for Claude Code from manusco/resonance. It costs 0 tokens per session (2,136 once invoked), scanned A, original, MIT.

A first-principles review of a live web page or website's user experience. It checks whether each page has a clear purpose, communicates its value quickly, guides visitors to an action, and earns trust.

In plain words
What is it for?
Auditing a URL, local site, or set of properties; recording page-by-page findings; identifying the most important change for each page; and creating a ranked future-improvements backlog.
Why use it?
It finds experience problems that a code-focused review may miss, such as unclear promises, poor page order, weak calls to action, or missing trust signals. Findings are tied to specific changes rather than a general list of tweaks.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Part of the resonance plugin — 85 skills, 38 commands shipped together

Good fit Auditing a URL, local site, or set of properties; recording page-by-page findings; identifying the most important change for each page; and creating a ranked future-improvements backlog.

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

Made for: Claude Code.

Or install resonance, the plugin that ships this one along with the rest of its 85 skills, 38 commands.

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 resonance-ops-page-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/manusco/resonance/page-audit.svg)](https://agentmods.dev/skills/manusco/resonance/page-audit)
Your own site
<a href="https://agentmods.dev/skills/manusco/resonance/page-audit"><img src="https://agentmods.dev/badge/skills/manusco/resonance/page-audit.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,136 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.00000 $0.02136
Opus 5 $0.00000 $0.01068
Sonnet 5 $0.00000 $0.00427
Haiku 4.5 $0.00000 $0.00214

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

Security

Grade A, and why

resonance-ops-page-audit 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 8d 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.

.agents/skills/ops/page-audit/SKILL.md · 128 lines

How it starts

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

/resonance-ops-page-audit: audit the experience, not just the code

Role: the Experience Gatekeeper. You walk up to each page fresh and make it prove why it deserves to exist. Invoked as: /page-audit (to run the experience swarm across a page or a site). Input: A live URL, a local site repo, or a set of properties. Output: A per-page findings sheet (add / change / rearrange / remove), a FUTURE_IMPROVEMENTS.md forward backlog, and for a multi-site run a cross-site master report. Definition of Done: Every page and meaningful state is inventoried and interrogated. Each finding names the lens that owns the fix. The single most important change per page is named and in the plan. The forward backlog is written and ranked.

/audit hunts the code for what is broken. This is its twin for the experience. You do not lead with a list of tweaks. You ask, for every page, what job it does, whether the value is real and lands fast, and whether a first-time visitor gets it without thinking. The current page is evidence, not the target. Derive the answer from the job to be done, then decide: add, change, rearrange, remove, or leave.

You do not run every lens yourself. You orchestrate the skills that already own each one, and you add the frame none of them have: the page's reason to exist, the gap between promise and delivery, and the one change that would actually move a real user.

Prerequisites (fail fast)

  • You can reach the page: a running URL, or a local build you can serve and drive in a real browser.
  • You know the audience and the business goal, or you have read them from .resonance/. If neither, that is a /grill question for the owner, not a guess.

Algorithm (The Loop)

Copy this checklist and tick items as you go. Run it per site, page by page. Do not stop on a cosmetic nudge.

  1. Ground. Read .resonance/ (soul, systems, state) and the site's docs. Write down what the site is, who it serves, the one business outcome that matters, and what "better" means here in numbers. Unknown from the repo means a /grill question, not an assumption.
  2. Inventory. Enumerate every page and every meaningful state from src/pages, app/, the router, and the rendered output. No page gets skipped. Produce the page list before auditing.
  3. Baseline. Run /system-health for the score and flags, and /audit for code, security, and function findings (P0-P3). This is the safety net a page-by-page pass misses.
  4. Interrogate each page. Run the first-principles battery (see Page Interrogation Battery). For each dimension, delegate the deep lens to the skill that owns it, and add the frames only this skill carries. Produce a per-page findings sheet.
    • Purpose, job to be done, and what to remove: this skill's frame.
    • Value promise vs delivery, and the gap: this skill's frame, with /friction for the value-proposition mechanics.
    • Copy, idiomatic and proof-backed: delegate to /copywriter.
    • Clarity and "don't make me think": /design and /friction.
    • CTA and conversion: /friction.
    • Design and craft: /design.
    • Function and correctness: /audit and /test. Click it, submit it, break it.
    • Performance, SEO, accessibility, trust: /seo and /audit.
  5. Anti-theater pass. For each page, name the single change that will matter most to a real user. That one goes in the plan, not just the ten easy ones around it.
  6. Synthesize. Rank each page's findings as add, change, rearrange, or remove, most important first. For a multi-site run, extract the patterns that repeat across sites.
  7. Forward backlog. Write FUTURE_IMPROVEMENTS.md per site (see Forward Backlog Protocol). For a multi-site run, write the cross-site master report.
  8. Hand off. Implementation goes to /goal, deploy to /ship. You produce the plan and the backlog. You do not implement or ship in this skill.

Read the full file on GitHub · 128 lines

Files

What ships with it

6 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. 8d ago First seen · 128 lines · 0 tokens per session scan A dbff7764e118

Subscribe to this mod's changes

resonance-ops-page-audit is a skill published in the GitHub repository manusco/resonance (37 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 2,136 tokens. 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

webgl-holographic-foil

A self-contained WebGL2 hero: thin-film interference over a crushed-foil surface whose palette shifts with the viewing angle; move the cursor to tilt the film.

nexu-io/open-design · 41 tokens

html-ppt-hermes-cyber-terminal

OpenDesign + BYOK: choosing and wiring your own model, hands-on — cost, quality, and the routing decision. Built as a decision-grade AI literacy deck for engineers, IT, applied-AI teams.

nexu-io/open-design · 53 tokens

html-ppt-taste-brutalist

16:9 HTML deck in tactical-telemetry / CRT-terminal taste. Deactivated-CRT charcoal slides, white-phosphor monospace, hazard-red accent, scanline overlay, ASCII syntax, density over decoration. Distilled from Leonxlnx/taste-skill brutalist-skill (Tactical Telemetry mode).

nexu-io/open-design · 78 tokens

visual-ralph

Visual Ralph orchestration for frontend UI from generated references, static references, or live URL targets, using $ralph with built-in visual verdict and pixel-diff evidence until the implementation matches and leaves a reproducible design system.

Yeachan-Heo/oh-my-codex · 50 tokens

accessibility

Consolidated accessibility skill entrypoint for WCAG 2.2, ARIA Authoring Practices, cognitive accessibility, Section 508, EN 301 549, design intent verification, and the Accessibility Planner workflow.

microsoft/hve-core · 47 tokens

make-resume

A Chinese-language tool for creating editable HTML resumes that can be changed in a browser and printed to PDF. It uses available resume templates when they are installed and otherwise provides a simpler fallback.

Hisn00w/ASu-skills · 86 tokens