trabalhista-brasil

trabalhista-brasil is a skill for Claude Code, Codex from AlissonSantos1/brasil-legal-skills. It costs 95 tokens per session (1,734 once invoked), scanned A, original, MIT.

A guide to Brazilian employment and social-security topics under the CLT, Brazil’s main employment law. It covers pay, termination, holidays, FGTS, overtime, INSS, retirement, and the difference between CLT employment and working as a contractor.

In plain words
What is it for?
Use it to estimate take-home pay, hourly pay, overtime, severance, holiday pay, FGTS, INSS contributions, or retirement-related amounts and rights.
Why use it?
Brazilian pay and employment rights depend on rules, deductions, work hours, and the reason an employment relationship ends. This helps organize the calculation or question, while legal cases still need a qualified lawyer.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 scripts/aposentadoria_estimativa.py --idade 35 --contribuicoes 13 --salario_medio 5000.

Good fit Use it to estimate take-home pay, hourly pay, overtime, severance, holiday pay, FGTS, INSS contributions, or retirement-related amounts and rights.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/AlissonSantos1/brasil-legal-skills
agentmods
npx agentmods add skills/alissonsantos1/brasil-legal-skills/trabalhista

Made for: Claude Code, Codex.

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 trabalhista-brasil

README.md
[![agentmods](https://agentmods.dev/badge/skills/alissonsantos1/brasil-legal-skills/trabalhista/github.svg)](https://agentmods.dev/skills/alissonsantos1/brasil-legal-skills/trabalhista)
Your own site
<a href="https://agentmods.dev/skills/alissonsantos1/brasil-legal-skills/trabalhista"><img src="https://agentmods.dev/badge/skills/alissonsantos1/brasil-legal-skills/trabalhista/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 trabalhista-brasil

Your own site · 80×15
<a href="https://agentmods.dev/skills/alissonsantos1/brasil-legal-skills/trabalhista"><img src="https://agentmods.dev/badge/skills/alissonsantos1/brasil-legal-skills/trabalhista.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 95 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,734 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.00095 $0.01734
Opus 5 $0.00048 $0.00867
Sonnet 5 $0.00019 $0.00347
Haiku 4.5 $0.00010 $0.00173

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

Security

Grade A, and why

trabalhista-brasil 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.

The scan reads SKILL.md. This mod also ships 4 executable files (scripts/clt_vs_pj.py, scripts/inss_calculator.py, scripts/rescisao_calculator.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.

trabalhista/SKILL.md · 172 lines

How it starts

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

👷 Trabalhista — CLT, Salário e Aposentadoria

⚠️ Orientação educativa. Para processos trabalhistas, consulte advogado habilitado na OAB. Referência: CLT completa


Calculadoras disponíveis

1. Calculadora de Salário Líquido

Dado o salário bruto, calcula descontos e valor líquido:

Descontos obrigatórios:

  • INSS (tabela progressiva 2026):

    Faixa salarial Alíquota
    Até R$ 1.518,00 7,5%
    R$ 1.518,01 a R$ 2.793,88 9%
    R$ 2.793,89 a R$ 4.190,83 12%
    R$ 4.190,84 a R$ 8.157,41 14%
  • IRRF (tabela progressiva mensal 2026)

  • Vale-transporte: desconto máximo de 6% do salário

  • Vale-refeição: conforme convenção coletiva

python3 scripts/salario_liquido.py --bruto 5000 --dependentes 1

2. Calculadora de Valor por Hora

Salário mensal ÷ (dias úteis × horas/dia)
Exemplo: R$ 4.500 ÷ (22 × 8) = R$ 25,57/hora

Horas extras:

  • Dias úteis: + 50% (mínimo)
  • Finais de semana/feriados: + 100% (mínimo, conforme CCT)
  • Noturno (22h–5h): + 20% adicional

3. Calculadora de Rescisão

Tipos e verbas devidas:

Tipo Aviso Multa FGTS 13° prop. Férias prop.
Sem justa causa 40% ✅ + 1/3
Justa causa
Pedido de demissão ✅ + 1/3
Acordo mútuo (484-A) 50% 20% ✅ + 1/3
python3 scripts/rescisao_calculator.py --salario 4500 --meses 36 --tipo sem_justa_causa --fgts 15000

4. CLT vs PJ — Qual compensa mais?

Perguntar ao usuário:

  • Qual o valor ofertado como CLT? E como PJ?
  • Tem dependentes? (impacta plano de saúde)
  • A empresa oferece benefícios (VT, VR, plano, etc.)?
  • Tem estabilidade no contrato PJ?

Fórmula geral CLT → PJ equivalente:

Salário PJ necessário = Salário CLT × 1,35 a 1,50
(para compensar FGTS, 13°, férias, INSS e benefícios)
python3 scripts/clt_vs_pj.py --clt 8000 --beneficios 1500 --pj 12000

Read the full file on GitHub · 172 lines

Files

What ships with it

4 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. 12d ago First seen · 172 lines · 95 tokens per session scan A 3d6713b64506

Subscribe to this mod's changes

trabalhista-brasil is a skill published in the GitHub repository AlissonSantos1/brasil-legal-skills (8 stars, last pushed 1mo ago), licensed MIT. It adds 95 tokens to every session and 1,734 once invoked, about $0.0005 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

auditor-estrategico-juridico

Camada estratégico-auditorial que precede a redação de peças no contencioso brasileiro. O advogado alimenta o caso; a skill classifica fatos, monta a matriz probatória, hierarquiza teses, antecipa o adversário, controla a jurisprudência em tripla camada e calibra a firmeza do tom pela solidez real de cada tese.…

pizaniadv/auditor-estrategico-juridico · 216 tokens

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

contrato-review

Analisa contratos brasileiros identificando cláusulas problemáticas, riscos jurídicos e oportunidades de negociação. Use quando precisar fazer due diligence contratual, revisar minutas antes de assinatura, identificar cláusulas abusivas ou desequilibradas, verificar conformidade com CC/2002, CDC, LGPD ou legislação…

autodevx/legal-skills · 101 tokens

audiencia-classifier

Classifica publicações de audiência judicial por tipo e modalidade. Use quando receber textos de intimações, pautas de audiência ou publicações do diário de justiça e precisar categorizar automaticamente em INICIAL/INSTRUÇÃO/JULGAMENTO/CONCILIAÇÃO × PRESENCIAL/VIRTUAL/HÍBRIDA. Aplicável a publicações de qualquer…

autodevx/legal-skills · 104 tokens

Geração de RIPD (Relatório de Impacto à Proteção de Dados)

Gera o Relatório de Impacto à Proteção de Dados Pessoais (RIPD) conforme exigido pela LGPD (Art. 38), descrevendo o tratamento, identificando riscos, propondo medidas de mitigação e documentando a base legal aplicável.

autodevx/legal-skills · 74 tokens

Triagem e Resposta a Solicitações de Titulares (LGPD)

Classifica solicitações de titulares de dados pessoais recebidas pelo canal de privacidade, verifica prazo legal de resposta, identifica o direito exercido (Art. 18 LGPD) e gera minuta de resposta formal adequada ao pedido.

autodevx/legal-skills · 61 tokens