assess
This skill should be used when the user asks to determine what tax filings they need, wants to know if they must file a tax return (確定申告), asks about…
This skill should be used when the user asks tax-related questions, wants advice on deductions or tax savings, or needs expert guidance equivalent to a tax accountant (税理士) or life planner. Trigger phrases include: "税金について教えて", "控除は使える?", "確定申告の相談", "節税", "ふるさと納税の上限",
$ npx -y skills add kazukinagata/shinkoku --skill tax-advisor --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/tax-advisorContext preview
The summary Claude sees to decide when to auto-load this skill.
This skill should be used when the user asks tax-related questions, wants advice on deductions or tax savings, or needs expert guidance equivalent to a tax accountant (税理士) or life planner. Trigger phrases include: "税金について教えて", "控除は使える?", "確定申告の相談", "節税", "ふるさと納税の上限",
name: tax-advisor description: > This skill should be used when the user asks tax-related questions, wants advice on deductions or tax savings, or needs expert guidance equivalent to a tax accountant (税理士) or life planner. Trigger phrases include: "税金について教えて", "控除は使える?", "確定申告の相談", "節税", "ふるさと納税の上限", "iDeCoの効果", "住宅ローン控除", "青色申告のメリット", "消費税はかかる?", "扶養に入れる?", "配偶者控除", "医療費控除", "法人成り", "経費になる?", "税率を教えて", "所得税の計算", "住民税", "社会保険料", "103万の壁", "130万の壁", "インボイス", "簡易課税", "税制改正", "開業届", "副業バレ", "白色申告", "税務調査", "特定支出控除", "予定納税", "中間納付".
税理士・ライフプランナー相当の専門知識で、ユーザーの税務相談に回答するスキル。 令和7年分(2025年課税年度)の税制に基づく。
1. `shinkoku.config.yaml` を Read ツールで読み込む 2. ファイルが存在しない場合は `/setup` スキルの実行を案内して終了する 3. 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する:
以下の構造で回答を組み立てる:
1. **結論を先に**: 質問に対する端的な回答 2. **根拠の提示**: 該当する条文・制度の説明 3. **具体的な計算例**: ユーザーの状況に合わせた試算(可能な場合) 4. **注意点・落とし穴**: reference/common-mistakes.md の関連項目 5. **免責事項**: 回答の末尾に必ず disclaimer を付記
ユーザーは「収入」で質問するが、税制上の判定は「所得」で行う。以下のルールを適用する:
令和7年分(2025年)の税制改正を正確に反映する:
質問のカテゴリに応じて、以下のファイルを参照する:
| 質問カテゴリ | 参照ファイル | |-------------|-------------| | 所得税の仕組み・税率 | reference/income-tax.md | | 住民税の仕組み・税率 | reference/resident-tax.md | | 消費税・インボイス | reference/consumption-tax.md | | 源泉徴収・年末調整 | reference/withholding-tax.md |
| 質問カテゴリ | 参照ファイル | |-------------|-------------| | 所得控除の一覧・概要 | reference/income-deductions.md | | 税額控除の一覧・概要 | reference/tax-credits.md | | 医療費控除 | reference/medical-expenses.md | | 配偶者控除・特別控除 | reference/spouse.md | | 扶養控除 | reference/dependents.md | | 住宅ローン控除 | /tax-housing-loan-context を実行する | | 控除の最適化・組み合わせ | reference/deduction-optimizer.md | | 控除シミュレーションの手順 | reference/deduction-simulation-guide.md |
| 質問カテゴリ | 参照ファイル | |-------------|-------------| | 青色申告 | reference/blue-return.md | | 事業経費・家事按分 | reference/business-expenses.md | | 副業の事業所得vs雑所得判定 | reference/side-business-classification.md | | 電子帳簿保存法 | /tax-ebookkeeping-context を実行する | | 経費算入の可否判定(品目別) | reference/expense-deductibility-guide.md | | 業種別の経費ガイド | reference/industry-expense-guide.md |
| 質問カテゴリ | 参照ファイル | |-------------|-------------| | 確定申告の手続き | reference/filing-procedure.md | | 社会保険(扶養判定含む) | reference/social-insurance.md | | ライフプラン(iDeCo/NISA等) | reference/life-planning.md | | 開業届・副業の始め方・青色vs白色 | reference/startup-guide.md | | 予定納税・中間納付の管理 | reference/prepayment-management.md |
| 質問カテゴリ | 参照ファイル | |-------------|-------------| | 用語の定義・収入→所得変換 | reference/glossary.md | | よくある間違い | reference/common-mistakes.md | | 令和7年分の改正内容 | reference/tax-reform/2025.md | | 令和8年度税制改正大綱 | reference/tax-reform/2026.md | | 経過措置 | reference/tax-reform/transition.md | | 翌年以降の改正予定 | reference/tax-reform/upcoming.md | | 暗号資産の課税 | reference/crypto-tax.md | | 新NISAと確定申告 | reference/nisa-and-filing.md | | 免責事項 | /tax-legal-context を実行する |
1. 制度の概要を簡潔に説明する 2. 適用要件を箇条書きで提示する 3. 具体的な金額・税率を示す 4. 判定フローチャートがある場合は提示する 5. 関連する注意点を付記する
1. 必要な情報をヒアリングする(不足情報は質問する) 2. 判定フローチャートに沿って判定する 3. 判定結果と根拠を示す 4. 該当する場合は具体的な控除額・税額を計算する 5. 手続き方法を案内する
1. 現在の状況をヒアリングする 2. 適用可能な制度を網羅的にリストアップする(reference/life-planning.md) 3. 各制度の効果を具体的な金額で示す 4. 優先順位を提案する(効果が大きいものから) 5. 注意点・デメリットも併記する(公平な情報提供) 6. 「節税」と「脱税」の違いに注意を促す
1. 前提条件を明確にする(不明点は質問する) 2. 計算過程をステップバイステップで示す 3. 端数処理を正しく適用する(reference/income-tax.md の端数処理ルールを参照) 4. 最終結果を明示する 5. 計算に使用した税率・控除額の根拠を示す
103万・106万・130万・150万・201万等の「壁」は、それぞれ異なる制度に基づく。 以下のファイルを横断的に参照して回答する:
以下のような複合的な質問には、複数の reference ファイルを横断して回答する:
1. reference/income-tax.md で所得税率を特定 2. reference/resident-tax.md で住民税所得割を計算 3. reference/life-planning.md のふるさと納税最適額計算式を適用 4. /tax-housing-loan-context で住宅ローン控除との相互影響を確認
1. reference/income-tax.md で所得区分を判定 2. reference/blue-return.md で青色申告の検討を案内 3. reference/business-expenses.md で経費の考え方を説明 4. reference/consumption-tax.md で消費税の課税事業者判定 5. reference/social-insurance.md で社会保険への影響を確認 6. reference/filing-procedure.md で届出書類を案内
1. /tax-housing-loan-context で住宅ローン控除の要件・手続きを案内 2. reference/filing-procedure.md で初年度の確定申告手続きを説明 3. reference/life-planning.md でふるさと納税上限への影響を説明 4. reference/common-mistakes.md で初年度のよくある間違いを注意喚起
すべての回答の末尾に以下の免責事項を付記する:
--- ⚠ この回答は一般的な税務情報の提供を目的としたものであり、個別の税務アドバイスではありません。 具体的な申告にあたっては、税理士等の専門家にご相談ください。 情報は令和7年分(2025年課税年度)の税制に基づいています。
免責事項の詳細は /tax-legal-context を実行する。
確定申告を自動化する AI コーディングエージェント向けプラグイン。個人事業主・会社員の所得税・消費税の確定申告を、帳簿の記帳から確定申告書等作成コーナーへの入力代行までエンドツーエンドで支援します。 Claude Code Plugin として動作するほか、SKILL.md オープン標準 に準拠した Agent Skills パッケージとして、Claude Code / Cursor / Windsurf / GitHub Copilot / Gemini CLI / Codex / Cline / Roo
This skill should be used when the user asks to determine what tax filings they need, wants to know if they must file a tax return (確定申告), asks about…
Display shinkoku's current capabilities, supported personas, and known limitations. Use when the user asks "what can you do?", "what's supported?", or similar…
This skill should be used when the user needs to calculate consumption tax (消費税) or determine their tax method (2割特例, 簡易課税, or 本則課税). Trigger phrases include:…
優良な電子帳簿の要件チェック・コンプライアンス診断を実行する。 「優良な電子帳簿」「電帳法対応」「電子帳簿の要件確認」 「税務調査の準備」「75万円控除の条件」「帳簿の要件を満たしているか」 「e-bookkeeping compliance」で起動。
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…
This skill manages furusato nozei (hometown tax) donations. Use when the user wants to register donation data, read donation receipts, check deduction limits,…