ag-gerar-documentos

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

A document-generation helper for creating professional PowerPoint and Word files through a separate agent. It does not handle Excel files; those use a different spreadsheet workflow.

In plain words
What is it for?
Use it for presentations and written reports when you can provide the project location, file format, subject, visual style, and intended audience.
Why use it?
It gives a project a defined way to request consistent, polished PPTX or DOCX documents without adding business logic to the current codebase.

Skill for Claude Code

Written for Claude Code: disable-model-invocation in frontmatter. Also seen: model in frontmatter; reads .claude/ paths; mentions subagents.

Good fit Use it for presentations and written reports when you can provide the project location, file format, subject, visual style, and intended audience.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/andregusman-raiz/a-gusman-claude/ag-gerar-documentos
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-gerar-documentos
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-gerar-documentos

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

agentmods 80×15 button for ag-gerar-documentos

Your own site · 80×15
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-gerar-documentos"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-gerar-documentos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 542 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: 2 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 38
    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.
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.00034 $0.00542
Opus 5 $0.00017 $0.00271
Sonnet 5 $0.00007 $0.00108
Haiku 4.5 $0.00003 $0.00054

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

Security

Grade A, and why

ag-gerar-documentos 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 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.

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-gerar-documentos/SKILL.md · 52 lines

What it actually says

ag-gerar-documentos — Gerar Documentos Office

Spawn the ag-gerar-documentos agent to generate professional Office documents (PPTX, DOCX) with consulting-level quality.

Para XLSX: NAO usar este agent. Usar o skill xlsx diretamente — tem workflow completo com formulas, formatacao, recalculo via LibreOffice, e validacao de erros.

Invocation

Use the Agent tool with:

  • subagent_type: ag-gerar-documentos
  • mode: auto
  • run_in_background: true
  • prompt: Compose from template below + $ARGUMENTS

Prompt Template

Projeto: [CWD or user-provided path]
Formato: [pptx|docx]
Tema: [tema ou assunto do documento]
Design Brief: [descricao do estilo, cores, publico-alvo]

Gere documento Office profissional com qualidade de consultoria (McKinsey, BCG, Bain).
Para projetos com 5+ modulos, considere usar Agent Teams para paralelizar.
Output: arquivo no formato solicitado com design consistente.

XLSX Routing

Se formato solicitado = xlsx:

  1. Carregar skill xlsx (path: ~/.claude/skills/xlsx/SKILL.md)
  2. Seguir workflow do skill (openpyxl/pandas + recalc.py)
  3. NAO spawnar ag-gerar-documentos — executar inline com as instrucoes do skill

Important

  • ALWAYS spawn as Agent subagent — do NOT execute inline (exceto xlsx)
  • Runs in background — document generation may take time
  • After spawning, confirm to the user

Regra PDF → Markdown (obrigatoria — economia de tokens)

Qualquer PDF consumido por esta skill DEVE ser convertido ANTES via markitdown: bash ~/Claude/.claude/scripts/pdf2md.sh <arquivo.pdf> → Read/Grep no .md gerado (cache automatico). NUNCA Read direto de .pdf para extrair texto. Excecao visual (layout/slides): converter primeiro, Read multimodal depois. Enforcement: hook pdf-read-guard.sh. Detalhes: .claude/rules/pdf-markitdown.md.

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. 12d ago First seen · 52 lines · 34 tokens per session scan A 2272b1c4b00f

Subscribe to this mod's changes

ag-gerar-documentos is a skill published in the GitHub repository andregusman-raiz/a-gusman-claude (19 stars, last pushed 3d ago), licensed MIT. It adds 34 tokens to every session and 542 once invoked, about $0.0002 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

docs-sync-internal

Use when code changes on the current branch need matching internal or developer documentation — "update our internal docs", "the architecture docs are stale after this change", "document what I just changed", "do the dev docs still match the code?" — or as a pre-push check that developer docs track the code. Narrower…

The01Geek/prflow · 105 tokens

lab-report-writer

A writing workflow for producing structured, journal-style laboratory, research, engineering, or competition reports from experiment details and results.

endearqb/endearqb-skills · 256 tokens

community-profiler

A skill for analyzing technical community chat records from text, screenshots, JSON, or CSV. It creates member profiles, activity assessments, influence rankings, and community-health findings.

endearqb/endearqb-skills · 226 tokens

svg-flowchart

A tool for turning written steps into a consistent SVG flowchart. SVG is a scalable image format that can be embedded in web pages and documents.

endearqb/endearqb-skills · 256 tokens

frontend-dataviz

A skill for choosing and creating clear charts from user-provided data, following the Storytelling with Data approach. It matches chart types to tasks such as comparing categories, showing trends, or displaying distributions.

endearqb/endearqb-skills · 124 tokens

storybook-story-generation

Use after React components are built (Phase 4.5 of the Figma/Canva/screenshot pipeline) or whenever a project needs Storybook coverage — auto-generates .stories.tsx and .mdx docs from components via ts-morph AST parsing, with prop controls, variant stories, action args, and default args. Keywords: Storybook, generate…

PMDevSolutions/Aurelius · 0 tokens