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.
npx agentmods add instructions/codeformers-it/ksefnik/claude-mdgit clone --depth 1 https://github.com/CodeFormers-it/ksefnikWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00796 | $0.00796 |
| Opus 5 | $0.00398 | $0.00398 |
| Sonnet 5 | $0.00159 | $0.00159 |
| Haiku 4.5 | $0.00080 | $0.00080 |
Grade A, and why
ksefnik CLAUDE.md 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 2d 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.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Ksefnik — TypeScript SDK
Project Overview
Open-source TypeScript SDK for KSeF (Polish National e-Invoice System) reconciliation. Core value: matching KSeF invoices with bank statement transactions.
Organization: CodeFormers-it Repo: CodeFormers-it/ksefnik (private → public when ready) Sister repo: CodeFormers-it/ksefnik-pro (always private) Domain: ksefnik.pl
Tech Stack
| Component | Choice |
|---|---|
| Language | TypeScript (strict) |
| Runtime | Node.js 22 |
| Package Manager | pnpm (workspace monorepo) |
| Validation | Zod |
| Testing | Vitest |
| KSeF API client | @ksef/client (adapter pattern) |
| MCP SDK | @modelcontextprotocol/sdk |
| CLI | Commander.js |
| Interactive | @clack/prompts |
| Fuzzy matching | fuzzball |
| MT940 parsing | mt940js |
| DB (local) | bun:sqlite |
| Binary | bun build --compile |
Monorepo Structure
packages/
shared/ @ksefnik/shared — Zod schemas, types, plugin interface
core/ @ksefnik/core — SDK facade, reconciliation engine, bank parsers
simulator/ @ksefnik/simulator — Offline KSeF mock server
mcp/ @ksefnik/mcp — MCP server (thin wrapper on core)
apps/
cli/ @ksefnik/cli — CLI entry point → standalone binary
Key Conventions
- pnpm workspace with
apps/*andpackages/*(same as codeformers-website) - SDK-first: all logic lives in
@ksefnik/core. CLI, MCP, and hosted API are thin wrappers. - Plugin system: pro features loaded via
try { await import(pkg) } catch {}— missing = free tier. - No DRM: zero license validation in runtime, zero phone-home.
- Zod everywhere: all domain models (Invoice, BankTransaction, Match) are Zod schemas.
- Money as integers: amounts in grosze (1 PLN = 100), never floats.
- Adapter pattern: @ksef/client wrapped in adapter for retry, cache, swappability.
- .nvmrc: 22
- Formatting: Prettier (no ESLint in root)
Architecture Principles
Ksefnikfacade with namespaces:invoices,bank,reconciliation,plugins- Factory:
createKsefnik() - Reconciliation engine: 6-pass pipeline (KSeF ref → exact NIP → invoice ref → fuzzy → partial → proximity)
- Each pass implements
ReconciliationPassinterface withordernumber (core: 50-500, plugins: 600+) - Bank parsers implement
BankStatementParserprotocol with auto-detection
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.
- 2d ago First seen · 80 lines · 796 tokens per session scan A f6a46418231c
ksefnik CLAUDE.md is an instructions file published in the GitHub repository CodeFormers-it/ksefnik (10 stars, last pushed 3mo ago), licensed MIT. It adds 796 tokens to every session, about $0.0040 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.
Other instructions, from other repositories
mcp-ezpay-einvoice CLAUDE.md
Claude Code instructions for asgard-ai-platform/mcp-ezpay-einvoice, covering mcp-ezpay-einvoice, setup, set ezpaymerchantid, ezpayhashkey, ezpayhashiv in .env, run and test.
mcp-universalec-e-invoice CLAUDE.md
Claude Code instructions for asgard-ai-platform/mcp-universalec-e-invoice, covering mcp universal ec e-invoice server, setup, run, test and unit tests (mocked, no credentials needed).
Vibe-Research AGENTS.md
Instructions for simonlin1212/Vibe-Research, covering vibe-research-agent 金融研究宪法, 0. 三条不可越线, 1. 数据纪律(五问 gate:给出任何数字或结论前逐条自问), 2. 研究哲学(评估框架,不是预测工具) and 3. 估值口径(你只选输入、解释输出;计算交给 calc/).
TradingAgents-astock CLAUDE.md
Claude Code instructions for simonlin1212/TradingAgents-astock, covering tradingagents-astock, 项目概述, 架构, 数据层(v0.2.5 全部直连 http,零第三方数据库依赖) and agent 角色(7 个).
Paymob-AI-Integration-Skill AGENTS.md
Instructions for PaymobAccept/Paymob-AI-Integration-Skill, covering agents.md — paymob payment integration, multi-agent work, non-negotiable rules, regional base urls and credentials the user provides (from the paymob dashboard).
jaz-ai AGENTS.md
Instructions for teamtinvio/jaz-ai, covering jaz ai · agent skills, skills, install, auto-detect your ai tool and install all 7 skills and or one skill at a time.