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-5-documentosgit 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-5-documentos)<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-5-documentos"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-5-documentos/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-5-documentos"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-5-documentos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 3 findings, 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.
- medium Agent Snooping · line 464 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
- medium Agent Snooping · line 476 Skill enumerates or reads other installed skills. Access to other skills' SKILL.md files or the skills directory reveals prompt instructions, capabilities, and secrets that should be invisible to peer skills.Fix: Remove all code or instructions that list or read other skills' files or directories. Skills should operate independently; cross-skill access is a privilege escalation.
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.00044 | $0.08027 |
| Opus 5 | $0.00022 | $0.04013 |
| Sonnet 5 | $0.00009 | $0.01605 |
| Haiku 4.5 | $0.00004 | $0.00803 |
Grade A, and why
ag-5-documentos scanned grade A with 1 finding 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.
Runs shell commandslowCapability
Expected in a hook, worth knowing in a rule or an instructions file.
import { spawn } from "node:child_process"; How it starts
The opening of the file, as written. The whole thing — 605 lines — stays where its author put it; the contents beside it link to each section on GitHub.
DOCUMENTOS — Maquina Autonoma de Documentacao
Invocacao
/ag-5-documentos [modo] [path ou descricao]
Docs Location (OBRIGATORIO em todos os modos)
Antes de salvar qualquer doc gerado, resolver PROJECT_ROOT:
PROJECT_ROOT="$(git rev-parse --show-toplevel 2>/dev/null || pwd)"
[ "$PROJECT_ROOT" = "$HOME/Claude" ] && {
# Workspace raiz nao e projeto. Perguntar qual projeto ao usuario.
# Listar opcoes: ls ~/Claude/GitHub/ ~/Claude/projetos/
exit 1
}
Mapa de destinos por modo (todos relativos a $PROJECT_ROOT):
executive/pptx/docx/pdf→$PROJECT_ROOT/docs/reports/<slug>.{pptx,docx,pdf}spec→$PROJECT_ROOT/docs/specs/<slug>-spec.mdprd→$PROJECT_ROOT/docs/specs/<slug>-prd.mdadr→$PROJECT_ROOT/docs/adr/ADR-NNN-<slug>.mdreport→$PROJECT_ROOT/docs/reports/<slug>.md(textual) ou$PROJECT_ROOT/docs/diagnosticos/(tecnico)data-dict→$PROJECT_ROOT/docs/data-dictionaries/<schema>.mdapi-doc→$PROJECT_ROOT/docs/api/<spec>.mddiagram→$PROJECT_ROOT/docs/diagrams/<slug>.{md,svg,png}changelog→$PROJECT_ROOT/CHANGELOG.mdreadme→$PROJECT_ROOT/README.md
Excecao legitima cross-project: salvar em ~/Claude/docs/workspace/... com flag --workspace-doc.
NUNCA salvar em ~/Claude/docs/ raiz — hook docs-location-guard.sh bloqueia. Detalhes: ~/Claude/.claude/shared/patterns/docs-location.md.
⚠️ Pipeline 7-fase OBRIGATORIO (modo executive e pptx --executive)
Atualizado em 2026-04-25 com P0/P1 da auditoria rigorosa (
docs/diagnosticos/2026-04-25-avaliacao-rigorosa-pptx-skill.md). Nota anterior: 5.4/10. Meta apos P0+P1: ~7.5/10.2026-04-25 (v4 audit): aplicados P0.6/P0.7/P0.8 + P1.5/P1.6/P1.7 apos auditoria slide-por-slide do v4 (nota 7.2/10). Defeitos cobertos: arbitrary wrap, intra-slide overlap, audience leak, closing slide com 5 frases, cover sem logo, hero caption inflada, stack ordem semantica != visual, accent monolitico (laranja decorativo).
What ships with it
60 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.
- cli.py 27 KB runs code
- cli/__init__.py 375 B runs code
- cli/audit_existing.py 4.2 KB runs code
- cli/loader.py 1.8 KB runs code
- cli/minimal_builder.py 7.8 KB runs code
- lib/__init__.py 428 B runs code
- lib/anatomy_validator.py 12 KB runs code
- lib/audit.py 44 KB runs code
- lib/briefing_schema.py 8.7 KB runs code
- lib/bullet_validator.py 11 KB runs code
- lib/chart_validator.py 21 KB runs code
- lib/charts/__init__.py 3.4 KB runs code
- lib/charts/bar_chart.py 6.7 KB runs code
- lib/charts/base.py 7.6 KB runs code
- lib/charts/builder.py 3.7 KB runs code
- lib/charts/bullet_chart.py 4.3 KB runs code
- lib/charts/combo_chart.py 3.8 KB runs code
- lib/charts/donut_chart.py 3.8 KB runs code
- lib/charts/driver_tree_chart.py 6.1 KB runs code
- lib/charts/embed.py 3.1 KB runs code
- lib/charts/heatmap_chart.py 4.6 KB runs code
- lib/charts/infographic_chart.py 3.7 KB runs code
- lib/charts/insight.py 9.9 KB runs code
- lib/charts/line_chart.py 4.5 KB runs code
- lib/charts/pipeline_hooks.py 3.7 KB runs code
- lib/charts/scatter_chart.py 4.4 KB runs code
- lib/charts/slope_chart.py 4.5 KB runs code
- lib/charts/stacked_bar_chart.py 5.4 KB runs code
- lib/charts/tests/__init__.py 0 B runs code
- lib/charts/tests/test_bar_chart.py 5.0 KB runs code
- lib/charts/tests/test_bullet_chart.py 2.1 KB runs code
- lib/charts/tests/test_combo_chart.py 2.4 KB runs code
- lib/charts/tests/test_donut_chart.py 2.5 KB runs code
- lib/charts/tests/test_driver_tree_chart.py 3.1 KB runs code
- lib/charts/tests/test_embed.py 5.8 KB runs code
- lib/charts/tests/test_heatmap_chart.py 3.3 KB runs code
- lib/charts/tests/test_infographic_chart.py 2.4 KB runs code
- lib/charts/tests/test_line_chart.py 3.6 KB runs code
- lib/charts/tests/test_pipeline_hooks.py 7.4 KB runs code
- lib/charts/tests/test_scatter_chart.py 2.7 KB runs code
- lib/charts/tests/test_slope_chart.py 1.8 KB runs code
- lib/charts/tests/test_stacked_bar_chart.py 3.2 KB runs code
- lib/charts/tests/test_treemap_chart.py 2.2 KB runs code
- lib/charts/tests/test_waterfall_chart.py 2.9 KB runs code
- lib/charts/treemap_chart.py 5.7 KB runs code
- lib/charts/waterfall_chart.py 5.4 KB runs code
- lib/color_proportion_validator.py 7.7 KB runs code
- lib/configs/principles.yaml 4.4 KB
- lib/configs/slide_template.yaml 2.5 KB
- lib/configs/visual_style.yaml 1.4 KB
- lib/exec_summary_generator.py 8.5 KB runs code
- lib/exhibits/__init__.py 5.3 KB runs code
- lib/exhibits/bar_chart_comparison.py 1.3 KB runs code
- lib/exhibits/before_after_arrow.py 4.8 KB runs code
- lib/exhibits/callout_box.py 3.3 KB runs code
- lib/exhibits/decision_slide.py 4.8 KB runs code
- lib/exhibits/driver_tree.py 8.4 KB runs code
- lib/exhibits/executive_table.py 7.7 KB runs code
- lib/exhibits/funnel_steps.py 6.1 KB runs code
- lib/exhibits/hero_number.py 4.8 KB runs code
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.
- 12d ago First seen · 605 lines · 44 tokens per session scan A f9042aebcbb9
ag-5-documentos is a skill published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed 3d ago), licensed MIT. It adds 44 tokens to every session and 8,027 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 1 finding (runs shell commands). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
cli-anything-wps
A command-line tool that controls WPS Office on Windows, including Writer, Calc, and Impress. It can also build presentations from structured JSON data and export them as PowerPoint and PDF files.
historical-data-manager
Extract, clean, and organize legacy construction data from archives. Migrate historical project data, cost records, and schedules into modern formats.
pdf-report-generator
Automatically generate PDF reports from construction data. Create formatted project reports with charts and tables.
cwicr-report-generator
Generate professional cost estimation reports from CWICR calculations. HTML, PDF, Excel outputs with charts and breakdowns.
google-apps-script
Build Google Apps Script automation for Sheets and Workspace. Custom menus, triggers (onEdit / time-driven / form submit), dialogs, sidebars, email batches, PDF export, external API. Use whenever the user wants to automate a Google Sheet, build a Sheets menu / sidebar / dialog, hit a Sheets row from email or a…
anydoc
Convert Word (.doc/.docx/.docm), PowerPoint (.ppt/.pps/.pot/.pptx/.pptm/.ppsx/.ppsm), Excel (.xls/.xlsx/.xlsm/.xlsb), OpenDocument (.odt/.ods/.odp), RTF, EPUB, CSV, and PDF documents to clean GitHub-Flavored Markdown locally with the Any Doc CLI (npx -y @firecrawl/[email protected]): headings, GFM tables, slide structure…