Skip to content
Automation
Skill

/invoice-system

This skill should be used when the user asks about the invoice system (インボイス制度), qualified invoices (適格請求書), registration numbers (登録番号), input tax credits (仕入税額控除), the 20% special measure (2割特例), the 30% special measure (3割特例), tax-exempt businesses (免税事業者), transitional

From plugin
shinkoku
36024 skills
Install
$ npx -y skills add kazukinagata/shinkoku --skill invoice-system --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/invoice-system

Context preview

The summary Claude sees to decide when to auto-load this skill.

This skill should be used when the user asks about the invoice system (インボイス制度), qualified invoices (適格請求書), registration numbers (登録番号), input tax credits (仕入税額控除), the 20% special measure (2割特例), the 30% special measure (3割特例), tax-exempt businesses (免税事業者), transitional

SKILL.md

invoice-system.SKILL.md
name: invoice-system
description: >
  This skill should be used when the user asks about the invoice system
  (インボイス制度), qualified invoices (適格請求書), registration numbers
  (登録番号), input tax credits (仕入税額控除), the 20% special measure
  (2割特例), the 30% special measure (3割特例), tax-exempt businesses
  (免税事業者), transitional measures (経過措置), small-amount exceptions
  (少額特例), corrected invoices (修正インボイス), or any related topics.
  Trigger phrases include: "インボイス", "適格請求書", "登録番号",
  "仕入税額控除", "2割特例", "3割特例", "免税事業者", "経過措置",
  "少額特例", "修正インボイス", "返還インボイス", "簡易インボイス",
  "インボイス登録", "T番号", "適格請求書発行事業者".

インボイス制度(Invoice System)

適格請求書等保存方式(インボイス制度)に関する包括的な知識ベース。 制度の概要、記載要件、経過措置、仕入税額控除ルール、登録判断を支援する。

制度概要

インボイス制度(適格請求書等保存方式)は、令和5年(2023年)10月1日に開始された消費税の仕入税額控除に関する制度。課税事業者が仕入税額控除を受けるためには、原則として「適格請求書発行事業者」が発行する「適格請求書(インボイス)」の保存が必要となる。適格請求書発行事業者になるには税務署への登録申請が必要で、登録番号(T+13桁)が付与される。

令和8年度税制改正大綱(R7.12.26閣議決定)により、3割特例の新設、経過措置スケジュールの5段階化など大幅な変更がある。

クイックリファレンス

登録番号の形式

  • **T + 13桁の数字**
  • 法人: T + 法人番号(例: T1234567890123)
  • 個人: T + 固有番号(マイナンバーとは異なる)

適格請求書の6つの必須記載事項

1. 発行事業者の氏名又は名称及び**登録番号** 2. 取引年月日 3. 取引内容(軽減税率対象品目の明示含む) 4. 税率ごとに区分した対価の額及び適用税率 5. 税率ごとに区分した消費税額等 6. 受領者の氏名又は名称

現行の経過措置一覧(令和7年時点)

| 措置 | 内容 | 適用期限 | |------|------|---------| | 2割特例 | 売上消費税額の20%を納付 | R8.9.30を含む課税期間まで | | 免税事業者仕入控除 | 80%→70%→50%→30%→0% | R11.10.1で完全移行 | | 少額特例 | 税込1万円未満はインボイス不要 | R11.9.30まで | | 少額返還インボイス免除 | 税込1万円未満は返還インボイス不要 | 恒久措置 |

消費税額の端数処理

  • 1インボイスにつき、税率ごとに**1回**の端数処理
  • 切捨て・切上げ・四捨五入いずれも可(事業者の選択)
  • 行ごとの端数処理は不可

リファレンスファイル参照ガイド

質問の内容に応じて、以下のリファレンスファイルを参照する:

| 質問カテゴリ | 参照ファイル | |-------------|-------------| | 適格請求書の記載事項・種類・端数処理 | `references/qualified-invoice-requirements.md` | | 経過措置のスケジュール・控除率・期限 | `references/transitional-measures-timeline.md` | | 仕入税額控除の要件・例外・保存ルール | /tax-invoice-credit-context を実行する | | 登録すべきか・計算方法の選択 | `references/decision-flowchart.md` | | 実務上のよくある間違い・注意点 | `references/common-pitfalls.md` | | 登録申請・取消手続き・基準期間 | `references/registration-procedures.md` | | BtoC事業者の判断・価格戦略 | `references/btoc-and-pricing-strategy.md` | | その他の質問・特定状況 | `references/faq.md` |

回答パターン

ユーザーの質問に回答する際は、以下の構造に従う:

1. 結論(Answer)

質問に対する明確な回答を最初に提示する。

2. 根拠(Legal Basis)

関連する法令・通達を示す。例:

  • 「消費税法第57条の4に基づき、適格請求書の交付義務があります」
  • 「R8大綱により、R9年分から3割特例が新設されます(個人事業主のみ)」

3. 計算例(Calculation Example)

該当する場合は具体的な数値例を示す。金額は `int`(円単位の整数)で、端数処理ルール(CLAUDE.md 記載)に従う。

4. 注意点(Caveats)

  • 落とし穴や例外事項を指摘する
  • `references/common-pitfalls.md` の該当項目を参照

5. 免責事項(Disclaimer)

回答の末尾に以下を付記する: > この情報は一般的な税法の解釈に基づくものであり、個別の状況により異なる場合があります。具体的な判断は税理士等の専門家にご相談ください。

他スキルとのクロスリファレンス

| 関連スキル | 用途 | 参照タイミング | |-----------|------|-------------| | `consumption-tax` | 消費税の計算・申告書作成 | 消費税額の具体的な計算が必要な場合 | | `journal` | 仕訳入力・帳簿管理 | インボイスに基づく仕訳の記帳方法 | | `reading-invoice` | 請求書画像のOCR読取 | 紙のインボイスをデータ化する場合 | | `tax-advisor` | 税務全般のアドバイス | インボイス以外の税務相談を含む場合 | | `settlement` | 決算処理 | 消費税の経理処理を確認する場合 |

免責事項

  • 本スキルの情報は令和8年度税制改正大綱(令和7年12月26日閣議決定)までの内容を反映している
  • 国会での法案審議・成立により内容が変更される可能性がある(特に3割特例、5段階スケジュール)
  • 個別具体的な税務判断は、税理士等の専門家への相談を推奨する
  • インボイス制度の経過措置は年度ごとに適用条件が変わるため、適用年度を必ず確認すること
Read more
Ships withshinkoku

確定申告を自動化する AI コーディングエージェント向けプラグイン。個人事業主・会社員の所得税・消費税の確定申告を、帳簿の記帳から確定申告書等作成コーナーへの入力代行までエンドツーエンドで支援します。 Claude Code Plugin として動作するほか、SKILL.md オープン標準 に準拠した Agent Skills パッケージとして、Claude Code / Cursor / Windsurf / GitHub Copilot / Gemini CLI / Codex / Cline / Roo

Get the whole plugin
Stats
360
Stars
34
Forks
Active
Maintenance
Python
Language
MIT
License
7d ago
Last commit
7mo ago
Created

Repo: kazukinagata/shinkoku

Other skills on shinkoku.

e-bookkeeping-compliance
Skill

e-bookkeeping-complian…

優良な電子帳簿の要件チェック・コンプライアンス診断を実行する。 「優良な電子帳簿」「電帳法対応」「電子帳簿の要件確認」 「税務調査の準備」「75万円控除の条件」「帳簿の要件を満たしているか」 「e-bookkeeping compliance」で起動。

e-tax
Skill

e-tax

This skill should be used when the user wants to file their tax return electronically via the 確定申告書等作成コーナー (NTA Tax Return Preparation Corner) using Claude in…