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 measures (経過措置), small-amount exceptions (少額特例), corrected invoices (修正インボイス), or any related topics. Trigger phrases include: "インボイス", "適格請求書", "登録番号", "仕入税額控除", "2割特例", "3割特例", "免税事業者", "経過措置", "少額特例", "修正インボイス", "返還インボイス", "簡易インボイス", "インボイス登録", "T番号", "適格請求書発行事業者".From its SKILL.md
npx -y skills add kazukinagata/shinkoku --skill invoice-systemAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- runs commandsInstructs the agent to run 8 commands, including `references/qualified-invoice-requirements.md を参照する` and 7 more.
SKILL.md
6.0 KB, ~2.1k tokens by cl100k_base, as published. Nobody here has run it
インボイス制度(Invoice System)
適格請求書等保存方式(インボイス制度)に関する包括的な知識ベース。 制度の概要、記載要件、経過措置、仕入税額控除ルール、登録判断を支援する。
制度概要
インボイス制度(適格請求書等保存方式)は、令和5年(2023年)10月1日に開始された消費税の仕入税額控除に関する制度。課税事業者が仕入税額控除を受けるためには、原則として「適格請求書発行事業者」が発行する「適格請求書(インボイス)」の保存が必要となる。適格請求書発行事業者になるには税務署への登録申請が必要で、登録番号(T+13桁)が付与される。
令和8年度税制改正大綱(R7.12.26閣議決定)により、3割特例の新設、経過措置スケジュールの5段階化など大幅な変更がある。
クイックリファレンス
登録番号の形式
- T + 13桁の数字
- 法人: T + 法人番号(例: T1234567890123)
- 個人: T + 固有番号(マイナンバーとは異なる)
適格請求書の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段階スケジュール)
- 個別具体的な税務判断は、税理士等の専門家への相談を推奨する
- インボイス制度の経過措置は年度ごとに適用条件が変わるため、適用年度を必ず確認すること
What ships with it: 7 files
58.5 KB alongside SKILL.md
references/
- btoc-and-pricing-strategy.md10.1 KB
- common-pitfalls.md9.2 KB
- decision-flowchart.md7.7 KB
- faq.md9.9 KB
- qualified-invoice-requirements.md6.5 KB
- registration-procedures.md8.8 KB
- transitional-measures-timeline.md6.3 KB
Gives 0 of the 12 instructions most finance skills give in ~2.1k tokens
Counted across 469 of the 469 authors here whose files we hold, read 2026-08-07
- Extract date vendor amount and descriptionin 15 of 469, across 3 files
- Scan folder for invoice filesin 14 of 469, across 2 files
- Rename files to standard formatin 14 of 469, across 2 files
- Show organization plan before movingin 14 of 469, across 2 files
- Generate summary CSVin 14 of 469, across 2 files
- Organize files by categoryin 13 of 469, across 1 file
- Preserve original filesin 13 of 469, across 1 file
- Flag files missing critical infoin 13 of 469, across 1 file
- Produce the requested output filein 9 of 469, across 4 files
- Build best, base, and worst case scenariosin 9 of 469, across 5 files
- Implement backoff if rate limit errors occurin 8 of 469, across 3 files
- Determine the weighted average cost of capitalin 8 of 469, across 4 files
Said here and by no other author read
- append the standard disclaimer text to answer
- check the applicable fiscal year for transitional measures
- refer to specified reference files based on question category
- execute /tax-invoice-credit-context when asked about input tax credits
- present the answer first
- cite the relevant laws or notifications
Grouped from the skills themselves: near-identical wordings counted once, and counted by distinct author, so one author publishing three of these counts once. Length counted with cl100k_base; the agent that loads this file may tokenize it differently.