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.
npx skills add andregusman-raiz/a-gusman-claude --skill ag-meridiangit clone --depth 1 https://github.com/andregusman-raiz/a-gusman-claudeWrote 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.
[](https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-meridian)<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.
<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>- NVIDIA SkillSpector warn
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.
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.
| Model | Per session | Once 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 |
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.
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:
- SCOUT — Mapeia toda a aplicacao (rotas, features, auth, dados)
- 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)
- FORGE — Corrige bugs encontrados em sprints
- CONVERGE — Calcula MQS, loop ate >= threshold
- 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 |
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.
- 9d ago First seen · 77 lines · 55 tokens per session scan A 59dee7923d72
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.
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…
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.
qa-knowledge
To run QA engineering — requirements/gap analysis, scenario & spec design, test implementation, failure triage — over the QA knowledge base.
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.
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…
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…