custo-demissao-calculator

custo-demissao-calculator is a skill for Claude Code from trycomp-io/comp-skills. It costs 173 tokens per session (2,574 once invoked), scanned A, original, MIT.

A calculator for estimating the employer’s cost when ending an employment contract under Brazil’s CLT labor rules, including pay, notice, vacation, bonuses, taxes, and FGTS contributions.

In plain words
What is it for?
It is for calculating dismissals without cause, dismissals for cause, resignations, and mutual agreements under common CLT scenarios.
Why use it?
It breaks down the amounts owed for different termination types so the total cost is easier to understand.

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 It is for calculating dismissals without cause, dismissals for cause, resignations, and mutual agreements under common CLT scenarios.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/trycomp-io/comp-skills/custo-demissao-calculator
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-demissao-calculator
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-demissao-calculator

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/trycomp-io/comp-skills/custo-demissao-calculator"><img src="https://agentmods.dev/badge/skills/trycomp-io/comp-skills/custo-demissao-calculator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 173 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,574 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.00173 $0.02574
Opus 5 $0.00086 $0.01287
Sonnet 5 $0.00035 $0.00515
Haiku 4.5 $0.00017 $0.00257

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

Security

Grade A, and why

custo-demissao-calculator 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 11d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (eam_client.py, scripts/custo_demissao.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-demissao-calculator/SKILL.md · 199 lines

How it starts

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

Custo de Demissão CLT

Calcula o custo total de uma rescisão trabalhista CLT no Brasil, com decomposição completa das verbas e dos encargos do empregador. Cobre os 4 tipos mais comuns de término de contrato.

Dual-mode operation (Code + Cowork)

  • Claude Code: tem Bash + Python → python3 scripts/custo_demissao.py ... produz output rico e determinístico.
  • Claude Cowork: web app, sem Python → cálculo inline seguindo as fórmulas da seção "Inline calculation logic" abaixo.

Mesma resposta nas duas plataformas.

Inline calculation logic (Cowork)

Tabelas (INSS + IRPF 2024/2025)

São as mesmas do pj-vs-clt-calculator. INSS progressivo capado em R$ 908,85 (teto R$ 7.786,02). IRPF progressivo sobre base = salário - INSS.

Constantes

  • FGTS 8% do salário bruto, mensal.
  • Multa FGTS rescisória: 40% (sem justa causa) ou 20% (acordo art. 484-A) sobre o saldo FGTS.
  • Encargo empregador FGTS sobre verbas: 8% sobre o que é indenizado/proporcional.

Aviso prévio (dias)

30 + 3 × anos_completos_de_servico, capado em 90 dias (Lei 12.506/2011).

Cálculo por tipo

Sem justa causa (empregador demite):

  • Saldo de salário (salario × dias_trabalhados_mes / dias_no_mes)
  • Aviso prévio indenizado OU trabalhado (se trabalhado, sem custo extra)
  • 13º proporcional (salario × meses_no_ano / 12; mês conta se ≥15 dias trabalhados)
  • Férias proporcionais + 1/3 (avos do período aquisitivo atual × 1,333)
  • Férias vencidas + 1/3 (se houver) = 1 salário × 1,333
  • Multa FGTS 40% sobre saldo
  • INSS/IRPF descontam separado sobre saldo e sobre 13º

Com justa causa:

  • Apenas saldo + férias vencidas + 1/3 (se houver). Sem aviso, 13º, férias proporcionais, multa.

Pedido de demissão (colaborador pede):

  • Saldo + 13º proporcional + férias proporcionais + 1/3
  • Aviso: se não cumpriu, desconta do colaborador
  • Sem multa FGTS, sem saque

Acordo (art. 484-A, Lei 13.467/2017):

  • Saldo + 50% aviso indenizado + 13º proporcional + férias proporcionais + 1/3
  • Multa FGTS 20% (metade da 40%)
  • Saque 80% do FGTS (vs 100% sem justa causa)

Read the full file on GitHub · 199 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. 11d ago First seen · 199 lines · 173 tokens per session scan A c4ae06d72d70

Subscribe to this mod's changes

custo-demissao-calculator is a skill published in the GitHub repository trycomp-io/comp-skills (2 stars, last pushed 3mo ago), licensed MIT. It adds 173 tokens to every session and 2,574 once invoked, about $0.0009 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

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

controleur-fiscal

Inspecteur des finances publiques IA. Simule un contrôle fiscal DGFIP complet sur les comptes d'une entreprise française (SASU, EURL, SAS, SARL). Analyse le FEC, la liasse fiscale, les charges déduites, le compte courant d'associé, la TVA, l'IS selon 8 axes de vérification. Identifie les chefs de redressement…

romainsimon/paperasse · 136 tokens

commissaire-aux-comptes

Commissaire aux comptes IA pour l'audit des comptes annuels d'entreprises françaises. Applique la démarche NEP en 7 phases : prise de connaissance, contrôle du FEC, vérification du bilan, du compte de résultat, de la balance, de la liasse fiscale, et contrôles transversaux. Émet une opinion motivée sur la fiabilité…

romainsimon/paperasse · 123 tokens