slovenian-tax-edavki — slovenian-tax-edavki install slovenian-tax-edavki, brrr-generator, community, slovenian-tax-edavki install, ide skills, edavki tax reporting, slovenian tax authority reporting, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Financial Analysis Agents needing automated Slovenian tax report generation for brokerage accounts. slovenian-tax-edavki is a skill that generates tax reports for Slovenia's Tax Authority, utilizing specific details and schemas such as TaxAuthorityProvider.TaxAuthorities.Slovenia.Schemas.ReportTypes.SlovenianTaxAuthorityReportTypes

Features

Generates tax reports for Slovenia's Tax Authority using EDavki-specific details
Implements report types such as DOH_DIV for dividend income
Utilizes TaxAuthorityProvider.TaxAuthorities.Slovenia.Schemas.ReportTypes.SlovenianTaxAuthorityReportTypes for report generation
Supports pipeline-and-structure and infoproviders-lookup-data skills for enhanced functionality
Provides Slovenian label and use information for each report type

# Core Topics

MarjanDB MarjanDB
[7]
[0]
Updated: 2/18/2026

Agent Capability Analysis

The slovenian-tax-edavki skill by MarjanDB is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for slovenian-tax-edavki install, edavki tax reporting, slovenian tax authority reporting.

Ideal Agent Persona

Perfect for Financial Analysis Agents needing automated Slovenian tax report generation for brokerage accounts.

Core Value

Empowers agents to generate comprehensive tax reports for Slovenia's Tax Authority using EDavki-specific details, implementing report types like DOH_DIV for dividend income, and leveraging TaxAuthorityProvider schemas.

Capabilities Granted for slovenian-tax-edavki

Automating tax reporting for Slovenian brokerage accounts
Generating EDavki-compliant reports for dividend income
Validating tax report data against Slovenian Tax Authority requirements

! Prerequisites & Limits

  • Requires knowledge of Slovenian tax regulations
  • Specific to Slovenia's Tax Authority and EDavki system
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

slovenian-tax-edavki

Install slovenian-tax-edavki, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Slovenian tax and EDavki

Use alongside generic skills (pipeline-and-structure, infoproviders-lookup-data); this skill adds Slovenia/EDavki-specific details.

Report types

Implemented in TaxAuthorityProvider.TaxAuthorities.Slovenia.Schemas.ReportTypes.SlovenianTaxAuthorityReportTypes:

Report typeSlovenian labelUse
DOH_DIVDividendeDividend income
DOH_KDVPVrednostni papirjiSecurities / shares
D_IFIIzvedeni finančni inštrumentiDerivatives
DOH_OBRObrestiInterest

Notebook ↔ report mapping

NotebookReport typeLot matchingDate range (example)
notebooks/dividends.ipynbDOH_DIVNONE2025–2026
notebooks/stock trades.ipynbDOH_KDVPFIFO2024–2025
notebooks/derivative trades.ipynbD_IFIFIFO2025–2026

Output files: Doh_Div_3.xml, Doh_KDVP_9.xml, D_IFI_4.xml (and corresponding CSV exports in exports/).

EDavki document workflow types

Used for submission metadata. Defined in ReportTypes.EDavkiDocumentWorkflowType (see EDavki help):

  • ORIGINAL, SETTLEMENTZDAVP2_, CORRECTION__, SELF_REPORT, CANCELLED, etc.

Taxpayer config (userConfig.yml)

config/userConfig.yml is read by ConfigurationProvider and mapped to TaxPayerInfo (ConfigurationProvider.Configuration). Slovenian-oriented fields and defaults:

  • taxNumber, taxPayerType (FO / PO / SP), name, address1, address2, city
  • postOfficeNumber → postNumber, postOfficeName → postName, municipality
  • birthday → birthDate, identity → maticnaStevilka, company → invalidskoPodjetje, resident
  • Default countryID "SI", countryName "Slovenia"

XSDs and report generation

  • XSDs: src/TaxAuthorityProvider/TaxAuthorities/Slovenia/XmlSchemas/ (e.g. Doh_Div_3.xsd, Doh_KDVP_9.xsd, D_IFI_4.xsd, Doh_Obr_2.xsd, EDP-Common-1.xsd).
  • Report generation: TaxAuthorityProvider.TaxAuthorities.Slovenia.ReportGeneration/ with subfolders DIV, KDVP, IFI (Common, CSV**, XML**).

EDavki vs broker P/L

Slovenia uses trade price (1% of trade price as costs), not cost basis. When comparing with IBKR exports: take realized P/L and add commissions; generated reports can show higher gains than broker statements. See comments in ReportGeneration/KDVP/CSV_Doh_KDVP.py and ReportGeneration/IFI/CSV_D_IFI.py.

InfoProviders and Slovenia

Country/treaty and company lookups used by the Slovenia provider rely on:

  • src/InfoProviders/internationalTreaties.json – tax treaties (e.g. tax relief).
  • src/InfoProviders/specialCountryMappings.json – country name/code overrides.
  • src/InfoProviders/missingCompaniesLookup.json, missingISINLookup.json – fallbacks when ISIN/company resolution fails (helps avoid "Failed processing stock lot" where the cause is missing or wrong identifier).

References: MF list of treaties, FURS international tax.

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is slovenian-tax-edavki?

Perfect for Financial Analysis Agents needing automated Slovenian tax report generation for brokerage accounts. slovenian-tax-edavki is a skill that generates tax reports for Slovenia's Tax Authority, utilizing specific details and schemas such as TaxAuthorityProvider.TaxAuthorities.Slovenia.Schemas.ReportTypes.SlovenianTaxAuthorityReportTypes

How do I install slovenian-tax-edavki?

Run the command: npx killer-skills add MarjanDB/brrr-generator/slovenian-tax-edavki. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for slovenian-tax-edavki?

Key use cases include: Automating tax reporting for Slovenian brokerage accounts, Generating EDavki-compliant reports for dividend income, Validating tax report data against Slovenian Tax Authority requirements.

Which IDEs are compatible with slovenian-tax-edavki?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for slovenian-tax-edavki?

Requires knowledge of Slovenian tax regulations. Specific to Slovenia's Tax Authority and EDavki system.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add MarjanDB/brrr-generator/slovenian-tax-edavki. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use slovenian-tax-edavki immediately in the current project.

Related Skills

Looking for an alternative to slovenian-tax-edavki or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI