ag-meridian

ag-meridian is a skill for Claude Code from andregusman-raiz/a-gusman-claude. It costs 55 tokens per session (775 once invoked), scanned A, original, MIT.

An automated software-quality check that discovers an application, tests it across loading, data, features, appearance, and user experience, then fixes issues and tests again. It can produce a quality certificate, fixes, and baseline reports.

In plain words
What is it for?
Use it to audit a local or deployed web application, test selected routes, fix discovered bugs, and repeat the checks until the chosen quality threshold is reached.
Why use it?
It helps find problems that a single test run may miss, including broken features, mock data, visual issues on different screen sizes, and production-readiness concerns.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; reads .claude/ paths.

Good fit Use it to audit a local or deployed web application, test selected routes, fix discovered bugs, and repeat the checks until the chosen quality threshold is reached.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andregusman-raiz/a-gusman-claude/ag-meridian
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 andregusman-raiz/a-gusman-claude --skill ag-meridian
Clone the repo
git clone --depth 1 https://github.com/andregusman-raiz/a-gusman-claude

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 ag-meridian

README.md
[![agentmods](https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-meridian/github.svg)](https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-meridian)
Your own site
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-meridian"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-meridian/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 ag-meridian

Your own site · 80×15
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-meridian"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-meridian.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 55 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 775 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 warn 7 Sept 2026
SkillSpector: 1 finding, up to medium

These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →

  • medium Excessive Agency · line 4
    Skill selects an external model or provider that may use a different account or billing plan than the operator expects. Undisclosed model switches can cause unexpected cost or quota consumption.
    Fix: Remove the model/provider override or disclose it prominently and require explicit operator approval before invoking an external coding CLI or billed model.
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.00055 $0.00775
Opus 5 $0.00028 $0.00387
Sonnet 5 $0.00011 $0.00155
Haiku 4.5 $0.00006 $0.00077

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

Security

Grade A, and why

ag-meridian 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 9d 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/ag-meridian/SKILL.md · 77 lines

What it actually says

MERIDIAN — Maquina Autonoma de Qualidade de Software

Invocacao

/meridian https://app.example.com              # App deployada
/meridian ~/Claude/GitHub/raiz-platform         # Projeto local
/meridian https://app.example.com --threshold 90   # Threshold customizado
/meridian https://app.example.com --audit-only     # So diagnosticar
/meridian --resume                                  # Retomar run interrompido
/meridian ~/Claude/GitHub/fgts-platform --scope "/dashboard,/consultas"  # Rotas especificas

O que faz

Executa QA completo AUTONOMO em 5 fases:

  1. SCOUT — Mapeia toda a aplicacao (rotas, features, auth, dados)
  2. SIEGE — Testa 5 dimensoes:
    • D1-ALIVE: Carrega sem erros?
    • D2-REAL: Dados sao reais (nao mock)?
    • D3-WORKS: Features funcionam?
    • D4-LOOKS: Visual correto em 4 viewports? (usa ag-capturar-tela para apps desktop/nativos)
    • D5-FEELS: Cliente aceitaria? (narrativa)
  3. FORGE — Corrige bugs encontrados em sprints
  4. CONVERGE — Calcula MQS, loop ate >= threshold
  5. DELIVER — Quality Certificate, Fix PR, baselines, issues

Execucao

Spawnar o agent principal:

Agent({
  subagent_type: "ag-meridian",
  prompt: "{input do usuario}",
  run_in_background: true,
  mode: "auto"
})

Artefatos Produzidos

Artefato Arquivo
Quality Certificate docs/meridian-certificate-YYYY-MM-DD.md
Fix PR GitHub PR com before/after
Baselines meridian-baselines.json
State (recovery) meridian-state.json
KB Update ~/.claude/shared/meridian-kb/
Issues backlog GitHub Issues com label meridian-finding

Agents Delegados

Agent Fase Proposito
ag-explorar-codigo SCOUT Explorar codebase
ag-testar-ux-qualidade SIEGE D4 Visual quality testing
ag-corrigir-bugs FORGE Bugfix em sprints
ag-corrigir-tipos FORGE Fix TypeScript errors
ag-depurar-erro FORGE Debug de bugs obscuros
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. 9d ago First seen · 77 lines · 55 tokens per session scan A 59dee7923d72

Subscribe to this mod's changes

ag-meridian is a skill published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed 3d ago), licensed MIT. It adds 55 tokens to every session and 775 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

flutter-skill

Automate and test Flutter applications — launch apps, inspect widgets, tap elements, enter text, scroll, swipe, take screenshots, validate state, and debug via Dart VM Service Protocol. Use when the user wants to run Flutter app tests, automate Flutter UI interactions, inspect widget trees, debug a running Flutter…

ai-dashboad/flutter-skill · 73 tokens

qa

Use to verify that code works correctly — browser-based testing with Playwright, native app testing with computer use, CLI testing, API testing, or root-cause debugging. Supports --quick, --standard, --thorough modes. Triggers on /qa.

garagon/nanostack · 54 tokens

qa-knowledge

To run QA engineering — requirements/gap analysis, scenario & spec design, test implementation, failure triage — over the QA knowledge base.

griddynamics/rosetta · 32 tokens

verify-work

Multi-phase UAT gate — cold-start smoke, build, typecheck, lint, tests, step-by-step manual verification, gaps-closure loop. Use after execute-plan or develop-tdd, before audit-code.

danielvm-git/bigpowers · 46 tokens

figma-to-react-workflow

Orchestrates end-to-end Figma-to-React conversion pipeline with enforced TDD, automated pixel-diff visual QA, E2E testing, and app-type awareness (web apps, Chrome extensions, PWAs). Keywords: Figma to React, design tokens, autonomous component generation, Figma conversion, Tailwind config, component library, TDD…

PMDevSolutions/Aurelius · 0 tokens

react-testing-workflows

Testing strategy and execution for React applications. Covers Vitest configuration, React Testing Library patterns, custom hook testing, Playwright E2E, Storybook stories and play functions, and coverage reporting. Keywords: test, vitest, testing library, playwright, storybook, coverage, unit test, integration test…

PMDevSolutions/Aurelius · 0 tokens