fr-fec-generator

fr-fec-generator is a skill for Claude Code, Codex from BuilderCed/agent-skills. It costs 42 tokens per session (1,436 once invoked), scanned A, original, MIT.

A tool for preparing and checking FEC files, the tabular accounting files French companies may need to provide to the tax authority.

In plain words
What is it for?
Use it to generate or validate a complete fiscal-year FEC file, understand its 18 required fields, and correct common format problems.
Why use it?
It helps catch formatting and required-field errors before submission, though an accountant must perform the final compliance check.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for cline. Also seen: mentions Codex; built for cline; mentions Gemini CLI.

Good fit Use it to generate or validate a complete fiscal-year FEC file, understand its 18 required fields, and correct common format problems.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/builderced/agent-skills/fr-fec-generator
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 BuilderCed/agent-skills --skill fr-fec-generator
Clone the repo
git clone --depth 1 https://github.com/BuilderCed/agent-skills

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 fr-fec-generator

README.md
[![agentmods](https://agentmods.dev/badge/skills/builderced/agent-skills/fr-fec-generator/github.svg)](https://agentmods.dev/skills/builderced/agent-skills/fr-fec-generator)
Your own site
<a href="https://agentmods.dev/skills/builderced/agent-skills/fr-fec-generator"><img src="https://agentmods.dev/badge/skills/builderced/agent-skills/fr-fec-generator/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 fr-fec-generator

Your own site · 80×15
<a href="https://agentmods.dev/skills/builderced/agent-skills/fr-fec-generator"><img src="https://agentmods.dev/badge/skills/builderced/agent-skills/fr-fec-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,436 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.00042 $0.01436
Opus 5 $0.00021 $0.00718
Sonnet 5 $0.00008 $0.00287
Haiku 4.5 $0.00004 $0.00144

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

Security

Grade A, and why

fr-fec-generator 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/metier-fr/fr-fec-generator/SKILL.md · 107 lines

How it starts

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

FEC Generator (Fichier des Ecritures Comptables)

AVERTISSEMENT : Ce skill aide a la preparation. La validation finale doit etre faite par un expert-comptable. Amende de 5 000 EUR en cas de non-conformite.

Quand Utiliser

  • Generer un fichier FEC a partir de donnees comptables
  • Valider un FEC existant avant transmission a la DGFIP
  • Comprendre les 18 champs obligatoires
  • Corriger les erreurs courantes de format

Specification du Format

  • Extension : .txt
  • Encodage : UTF-8
  • Delimiteur : Tabulation \t ou pipe | (coherent dans tout le fichier)
  • Nom de fichier : {SIREN}FEC{AAAAMMJJ}.txt (ex: 123456789FEC20251231.txt)
  • Separateur decimal : Point . ou virgule , (coherent dans tout le fichier)
  • Couverture : Toutes les ecritures d'un exercice fiscal complet

Les 18 Champs Obligatoires

# Champ Description Format
1 JournalCode Code du journal Texte (ex: "VE", "AC", "BQ")
2 JournalLib Libelle du journal Texte (ex: "Ventes", "Achats")
3 EcritureNum Numero de l'ecriture Texte, unique et croissant
4 EcritureDate Date de l'ecriture AAAAMMJJ
5 CompteNum Numero de compte PCG Texte (3 a 12 chiffres)
6 CompteLib Libelle du compte Texte
7 CompAuxNum Compte auxiliaire Texte (ou vide)
8 CompAuxLib Libelle auxiliaire Texte (ou vide)
9 PieceRef Reference de la piece Texte
10 PieceDate Date de la piece AAAAMMJJ
11 EcritureLib Libelle de l'ecriture Texte
12 Debit Montant au debit Numerique (0.00 si vide)
13 Credit Montant au credit Numerique (0.00 si vide)
14 EcrtureLettrage Lettrage Texte (ou vide)
15 DateLettrage Date de lettrage AAAAMMJJ (ou vide)
16 ValidDate Date de validation AAAAMMJJ
17 Montantdevise Montant en devise Numerique (ou vide)
18 Idevise Identifiant devise Texte ISO 4217 (ou vide)

Regles de Validation

Read the full file on GitHub · 107 lines

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 · 107 lines · 42 tokens per session scan A 0d8a47dd68da

Subscribe to this mod's changes

fr-fec-generator is a skill published in the GitHub repository BuilderCed/agent-skills (2 stars, last pushed 4mo ago), licensed MIT. It adds 42 tokens to every session and 1,436 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-31.

Related

Other skills, from other repositories

audit-support

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

anthropics/knowledge-work-plugins · 45 tokens

kyc-doc-parse

Parse an investor or client onboarding packet into structured KYC fields — identity, ownership, control, source of funds, and document inventory. Use as the first step of KYC screening; output feeds the rules engine.

anthropics/financial-services · 49 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

regulatory-analysis

Analyzes documents and processes against FINRA, SEC, Federal Reserve, and CFPB regulatory frameworks. Identifies compliance gaps, classifies findings by severity, and recommends remediation. Use when performing compliance audits, regulatory reviews, gap analyses, or verifying policy adherence to financial regulations.

open-gitagent/opengap · 59 tokens

subcontractor-payment-tracker

Track subcontractor payments, lien waivers, and compliance. Manage payment schedules and documentation.

datadrivenconstruction/DDC_Skills_for_AI_Agents_in_Construction · 25 tokens

tax-optimizer

Tax optimization strategies including tax-loss harvesting, wash sale rule navigation, asset location optimization, Roth conversion analysis, and charitable giving strategies.

CoWork-OS/CoWork-OS · 30 tokens