> Auto-generated by `go run ./cmd/gen-skills`. Do not edit manually. # Recipes Generated workflow recipes for common invoice and recurring tasks. Start with the relevant area skill, then open the matching recipe. ## Recipes Generated workflow recipes for common invoice and recurring tasks. | Recipe | Description | | --- | --- | | [fakturownia-invoice-minimal](invoice-minimal/SKILL.md) | Create a minimal invoice when you already know the client and product IDs. | | [fakturownia-invoice-copy](invoice-copy/SKILL.md) | Create a new invoice by copying another invoice, order, or proforma with `copy_invoice_from`. | | [fakturownia-invoice-correction](invoice-correction/SKILL.md) | Create and inspect correction invoices, including before/after correction fields. | | [fakturownia-invoice-oss](invoice-oss/SKILL.md) | Create an OSS invoice and ask the API to validate the OSS conditions before marking it. | | [fakturownia-invoice-ksef-create-send](invoice-ksef-create-send/SKILL.md) | Create an invoice with the API-native `gov` companion flag that queues the document for KSeF submission right away. | | [fakturownia-invoice-ksef-send-status](invoice-ksef-send-status/SKILL.md) | Queue an already-created invoice for KSeF submission and read the `gov_*` status fields that the API returns. | | [fakturownia-invoice-ksef-download-documents](invoice-ksef-download-documents/SKILL.md) | Download KSeF XML documents through the generic invoice attachment endpoint using API-native `gov` kinds. | | [fakturownia-invoice-ksef-tax-id-kinds](invoice-ksef-tax-id-kinds/SKILL.md) | Prepare buyer and seller tax identifier fields for KSeF-aware invoice payloads, including foreign buyers. | | [fakturownia-invoice-ksef-recipients-issuers](invoice-ksef-recipients-issuers/SKILL.md) | Build recipient and issuer payloads with KSeF-specific roles, tax identifier kinds, and participation fields. | | [fakturownia-invoice-ksef-correction-to-zero](invoice-ksef-correction-to-zero/SKILL.md) | Model KSeF correction workflows, including `gov_corrected_invoice_number` and the practical correction-to-zero pattern. | | [fakturownia-invoice-send-email](invoice-send-email/SKILL.md) | Send an invoice email, optionally overriding recipients and attaching the PDF. | | [fakturownia-invoice-cancel](invoice-cancel/SKILL.md) | Cancel an invoice and optionally store a cancellation reason. | | [fakturownia-invoice-recipients-issuers](invoice-recipients-issuers/SKILL.md) | Create or update invoice recipients and issuers through the generic invoice payload. | | [fakturownia-invoice-attachment](invoice-attachment/SKILL.md) | Upload a file through the attachment credentials flow and bind it to an invoice. | | [fakturownia-invoice-fiscal-print](invoice-fiscal-print/SKILL.md) | Submit one or more invoices to the fiscal print endpoint, optionally targeting a printer by name. | | [fakturownia-recurring-definition](recurring-definition/SKILL.md) | Manage recurring invoice definitions through the dedicated recurring noun. | | [fakturownia-invoice-receipt-link](invoice-receipt-link/SKILL.md) | Link a receipt to an existing invoice or create a new invoice from a receipt using the README-backed payload fields. |