Swedish Accounting Compliance
Developer compliance oracle for Swedish bokföringslag, moms, BAS accounts, and SIE4.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · ab267ce
Web-search-verified: the skill's claim that livsmedel moms drops 12%→6% from 1 April 2026 to 31 Dec 2027 under Prop. 2025/26:55 matches Skatteverket's own announcement, while my unassisted baseline answer to the same question cited the old flat 12% rate and missed the take-away-vs-dine-in split entirely.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Swedish Accounting Compliance does
Router-structured reference answering exactly what Swedish accounting law requires — verifikationer, bokföringsskyldighet, arkivering, momssatser, fakturakrav, BAS kontoplan, SIE4 — so a developer can check an implementation against the law rather than get a generic bookkeeping tutorial. Triggers on BFL/BFNAR/SIE4/K2-K3/momsdeklaration/Skatteverket mentions or plain 'is this compliant?' questions in a Swedish accounting context, and reads deeper reference files per domain rather than dumping everything into one file.
How to install Swedish Accounting Compliance
git clone https://github.com/erp-mafia/swedish-accounting-skills
cd swedish-accounting-skills
mkdir -p ~/.claude/skills
cp -r .claude/skills/swedish-accounting-compliance ~/.claude/skills/swedish-accounting-compliance
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Swedish Accounting Compliance
-
/swedish-accounting-complianceDeveloper compliance oracle for Swedish bokföringslag, moms, BAS accounts, and SIE4.
It also activates on plain-language prompts like these:
-
Does our invoicing feature meet Swedish fakturakrav requirements -
Check if our bookkeeping module follows bokforingslagen correctly -
I need to know what the SIE4 export has to include for compliance
Frequently asked questions
- Is the Swedish Accounting Compliance skill free?
- Yes. The skill itself is free from erp-mafia/swedish-accounting-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Swedish Accounting Compliance work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Web-search-verified: the skill's claim that livsmedel moms drops 12%→6% from 1 April 2026 to 31 Dec 2027 under Prop. 2025/26:55 matches Skatteverket's own announcement, while my unassisted baseline answer to the same question cited the old flat 12% rate and missed the take-away-vs-dine-in split entirely.
- What is the Swedish Accounting Compliance SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Swedish Accounting Compliance?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Swedish Accounting Compliance with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.