ag-organizar-arquivos

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

A guided system for sorting files and folders into a proposed structure. It scans and classifies the contents, asks for approval, then organizes them without deleting files unless explicitly approved.

In plain words
What is it for?
Use it to reorganize a project or working folder, define a clearer file taxonomy, and safely move files after reviewing the proposed plan.
Why use it?
It removes the guesswork from cleaning up a crowded folder while keeping the user in control of moves and deletions. A backup is made before files are moved.

Skill for Claude Code

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

Good fit Use it to reorganize a project or working folder, define a clearer file taxonomy, and safely move files after reviewing the proposed plan.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/andregusman-raiz/a-gusman-claude/ag-organizar-arquivos"><img src="https://agentmods.dev/badge/skills/andregusman-raiz/a-gusman-claude/ag-organizar-arquivos.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 44 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 383 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.00044 $0.00383
Opus 5 $0.00022 $0.00192
Sonnet 5 $0.00009 $0.00077
Haiku 4.5 $0.00004 $0.00038

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

Security

Grade A, and why

ag-organizar-arquivos 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-organizar-arquivos/SKILL.md · 44 lines

What it actually says

ag-organizar-arquivos — Organizar Arquivos

Spawn the ag-organizar-arquivos agent to organize files and folders with intelligent taxonomy. Scans, classifies, proposes structure, waits for approval, then executes.

Invocation

Use the Agent tool with:

  • subagent_type: ag-organizar-arquivos
  • mode: auto
  • run_in_background: false
  • prompt: Compose from template below + $ARGUMENTS

Prompt Template

Pasta: [path da pasta a organizar]
Criterios: [criterios de organizacao, se especificados pelo usuario]


## Output
- Plano de organizacao (5 fases: Scan → Classify → Propose → Approve → Execute)
- Taxonomia proposta com justificativa
- Backup antes de mover arquivos; NUNCA apaga sem confirmacao

Organize a pasta seguindo o protocolo de 5 fases: Scan, Classificar, Propor, Aprovar, Executar.
NUNCA apague arquivos sem confirmacao EXPLICITA do usuario.
NUNCA mova arquivos para fora da pasta de trabalho sem confirmacao.
Backup antes de mover — copiar primeiro, confirmar, depois apagar original.
SEMPRE apresente plano ao usuario antes de executar.

Important

  • ALWAYS spawn as Agent subagent — do NOT execute inline
  • Agent will ALWAYS propose changes before executing — requires user approval
  • After spawning, confirm to the user
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 · 44 lines · 44 tokens per session scan A 2f102277dd99

Subscribe to this mod's changes

ag-organizar-arquivos 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 383 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-09-03.

Related

Other skills, from other repositories

skill-factory

A workflow that examines completed session work and turns reusable patterns into Claude Code skills.

sangrokjung/claude-forge · 122 tokens

session-wrap

Use when wrapping up a session before ending. 4 parallel subagents detect doc updates, repeated patterns, learning points, and follow-ups, then a verifier deduplicates and presents choices. Triggers on /session-wrap, session wrap, session cleanup, end of session.

sangrokjung/claude-forge · 58 tokens

relay

Session relay — compresses what's been done so far (writes a one-liner for /compact) and generates a "next task" prompt (a baton) for the user to hand off. Use on requests like "relay / hand off / next session / continue after compact / baton / handoff / clean up context and continue next task." Does not run /compact…

sangrokjung/claude-forge · 97 tokens

docs

Use when documentation generally needs to catch up with a branch before pushing or merging, covering internal developer docs, external customer-facing docs, and release notes together — "update the docs", "do a docs pass before I merge", "make sure everything's documented". Prefer this when no single documentation…

The01Geek/prflow · 97 tokens

strategic-compact

Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.

sangrokjung/claude-forge · 27 tokens

skit

Run, inspect, and manage entries in the user's skit library — their personal hub, manager, and launcher for scripts in many languages (Python, shell, JS/TS, and more), executables, command templates, and AI-agent prompts, with typed parameter forms, saved presets, and per-entry launch policy. Use when the user asks to…

t41372/skit · 109 tokens