custo-folha-simulator

custo-folha-simulator is a skill for Claude Code from trycomp-io/comp-skills. It costs 158 tokens per session (1,526 once invoked), scanned A, original, MIT.

A calculator for estimating the total monthly cost of employing people in Brazil, including employer charges, legally required provisions, and benefits. It can use a staff list in CSV format or an employee count and average salary.

In plain words
What is it for?
Use it for payroll budgets, hiring projections, and scenario comparisons. It is not a replacement for a real payroll system.
Why use it?
Salary alone does not show the employer’s full cost, so the calculator includes common charges and provisions in the estimate.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the comp-skills plugin — 37 skills shipped together

Good fit Use it for payroll budgets, hiring projections, and scenario comparisons. It is not a replacement for a real payroll system.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trycomp-io/comp-skills/custo-folha-simulator
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 trycomp-io/comp-skills --skill custo-folha-simulator
Clone the repo
git clone --depth 1 https://github.com/trycomp-io/comp-skills

Made for: Claude Code.

Or install comp-skills, the plugin that ships this one along with the rest of its 37 skills.

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 custo-folha-simulator

README.md
[![agentmods](https://agentmods.dev/badge/skills/trycomp-io/comp-skills/custo-folha-simulator/github.svg)](https://agentmods.dev/skills/trycomp-io/comp-skills/custo-folha-simulator)
Your own site
<a href="https://agentmods.dev/skills/trycomp-io/comp-skills/custo-folha-simulator"><img src="https://agentmods.dev/badge/skills/trycomp-io/comp-skills/custo-folha-simulator/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 custo-folha-simulator

Your own site · 80×15
<a href="https://agentmods.dev/skills/trycomp-io/comp-skills/custo-folha-simulator"><img src="https://agentmods.dev/badge/skills/trycomp-io/comp-skills/custo-folha-simulator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 158 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,526 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.
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.00158 $0.01526
Opus 5 $0.00079 $0.00763
Sonnet 5 $0.00032 $0.00305
Haiku 4.5 $0.00016 $0.00153

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

Security

Grade A, and why

custo-folha-simulator 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.

The scan reads SKILL.md. This mod also ships 2 executable files (eam_client.py, scripts/custo_folha.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/custo-folha-simulator/SKILL.md · 142 lines

How it starts

The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Custo de Folha Simulator

Simula o custo TOTAL empregador da folha brasileira em segundos. Não executa folha (use seu HRIS pra isso): serve pra orçamento, projeção, cenários.

Dual-mode operation (Code + Cowork)

  • Claude Code: python3 scripts/custo_folha.py ... (CSV de roster ou estimate).
  • Claude Cowork: cálculo inline com as taxas abaixo. Modo estimate é nativo; modo CSV grande sugerir Code.

Inline calculation logic (Cowork)

Taxas (Brasil 2024/2025)

Encargos patronais (~35,8%):

  • INSS patronal: 20%
  • FGTS: 8%
  • SAT: 2% (varia 1-3% por CNAE, default 2%)
  • Sistema S + salário-educação + INCRA: 5,8%

Provisões mensais (~19,7%):

  • 13º salário: 8,33% (1/12)
  • Férias: 8,33% (1/12)
  • 1/3 constitucional: 2,78%
  • Multa FGTS rescisória provisionada: ~0,27%/mês

Onerated factor: ~1,555 (salário × 1,555 = custo total mensal, sem benefícios extras)

Modo estimate (Cowork, caso comum)

CHRO informa: headcount + salário médio + (opcional) benefícios médios mensais.

Cálculo:

  1. total_salário = headcount × salário_médio
  2. encargos = total_salário × 0,358
  3. provisões = total_salário × 0,197
  4. benefícios = headcount × (VR/VA + outros)
  5. custo_mensal = total_salário + encargos + provisões + benefícios
  6. custo_anual = custo_mensal × 12

Modo detailed (CSV)

Pra <50 linhas no Cowork: cole o CSV, calcula linha por linha somando. Pra ≥50: usar Code.

Output markdown (Cowork)

## Custo de folha: modo ESTIMATE

**Headcount**: N · **Salário médio**: R$ X

| Componente | Valor mensal |
|---|---|
| Salários brutos | R$ X |
| Encargos patronais (~36%) | R$ X |
| Provisões (~20%) | R$ X |
| Benefícios (VR/VA + outros) | R$ X |
| **Custo mensal total** | **R$ X** |
| **Custo anual total** | **R$ X** |

**Onerated factor**: {factor}x salário

> Não substitui sistema de folha real. SAT varia por CNAE; Sistema S por setor. Pra precisão fiscal use sua folha.

Quando usar

Ativa em frases como:

  • "custo de folha", "simulador de folha"
  • "custo total empregador", "onerated factor"
  • "quanto custa folha de X colaboradores"
  • "encargos sobre folha"
  • "quanto sai a folha total no fim do mês"
  • "projeção de custo de folha"

Read the full file on GitHub · 142 lines

Files

What ships with it

3 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.

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 · 142 lines · 158 tokens per session scan A 1a5415ec0e12

Subscribe to this mod's changes

custo-folha-simulator is a skill published in the GitHub repository trycomp-io/comp-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 158 tokens to every session and 1,526 once invoked, about $0.0008 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-31.

Related

Other skills, from other repositories

contingencia-report

Gera relatórios estruturados de contingência jurídica para uso em balanços, auditoria e compliance. Use quando o usuário precisar classificar processos por probabilidade de perda (provável/possível/remota) conforme CPC art. 95-96 e IAS 37 / CPC 25, calcular impacto financeiro no passivo contingente, ou preparar…

autodevx/legal-skills · 107 tokens

Classificação de Risco e Provisão (CPC 25)

Classifica o risco de cada processo judicial como Provável, Possível ou Remoto conforme CPC 25 e calcula o valor de provisão contábil recomendado, com memória de cálculo auditável para reporte ao financeiro e auditoria externa.

autodevx/legal-skills · 63 tokens

Revisão de Fatura Jurídica (Billing Guidelines)

Revisa faturas de escritórios externos contra as billing guidelines da organização, identificando linhas não conformes (horas excessivas, atividades não faturáveis, profissionais não aprovados) e calculando o valor a glosar com justificativa por linha.

autodevx/legal-skills · 64 tokens

irpf-brasil

Use para declaração de IRPF guiada passo a passo, análise de pré-preenchida, cálculo de imposto, deduções, bens e direitos, rendimentos, restituição, malha fina, carnê-leão. Conduz o usuário como se estivesse declarando de verdade.

AlissonSantos1/brasil-legal-skills · 63 tokens

design-compensation-structure

Use when building or redesigning a salary band structure, total rewards framework, or compensation philosophy for an organization.

jeffreytse/grimoire-core · 27 tokens

fiscaliste

Fiscaliste IA pour la fiscalité personnelle des particuliers français : optimisation et déclaration de l'impôt sur le revenu, IFI, revenus du capital, revenus fonciers, equity salarial, crypto-actifs et PER. Couvre le calcul de l'IR (barème, quotient familial, décote, PAS, CEHR, revenus exceptionnels), la déclaration…

romainsimon/paperasse · 302 tokens