jpskill.com
💬 コミュニケーション コミュニティ

tax-prep

Prepares tax-season materials — quarterly estimated tax calculation or year-end 1099 prep — and produces an accountant handoff packet. Accepts optional mode and year arguments.

⚡ おすすめ: コマンド1行でインストール(60秒)

下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。

🍎 Mac / 🐧 Linux
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o tax-prep.zip https://jpskill.com/download/22778.zip && unzip -o tax-prep.zip && rm tax-prep.zip
🪟 Windows (PowerShell)
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/22778.zip -OutFile "$d\tax-prep.zip"; Expand-Archive "$d\tax-prep.zip" -DestinationPath $d -Force; ri "$d\tax-prep.zip"

完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。

💾 手動でダウンロードしたい(コマンドが難しい人向け)
  1. 1. 下の青いボタンを押して tax-prep.zip をダウンロード
  2. 2. ZIPファイルをダブルクリックで解凍 → tax-prep フォルダができる
  3. 3. そのフォルダを C:\Users\あなたの名前\.claude\skills\(Win)または ~/.claude/skills/(Mac)へ移動
  4. 4. Claude Code を再起動

⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。

🎯 このSkillでできること

下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。

📦 インストール方法 (3ステップ)

  1. 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
  2. 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
  3. 3. 展開してできたフォルダを、ホームフォルダの .claude/skills/ に置く
    • · macOS / Linux: ~/.claude/skills/
    • · Windows: %USERPROFILE%\.claude\skills\

Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。

詳しい使い方ガイドを見る →
最終更新
2026-05-18
取得日時
2026-05-18
同梱ファイル
1

📖 Skill本文(日本語訳)

※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。

[Skill 名] tax-prep

tax-season-organizer スキルを使用して、税務準備ワークフローを実行します。ユーザーが /tax-prep と入力したため、ディスカバリーフェーズをスキップして直ちに行動してください。

引数を解析します。

  • --mode (デフォルト: 日付から推測 — 第1四半期~第3四半期は quarterly、第4四半期/1月は both にデフォルト設定) — 予定納税の場合は quarterly、年末の1099-NEC準備の場合は 1099、両方を組み合わせる場合は both
  • --year (デフォルト: 現在の年)

フレーミング: すべての成果物の冒頭に「税理士によるレビューのために作成されたものであり、税務上のアドバイスではありません。」と記載してください。

ステップ1 — モードの決定

--mode が指定されなかった場合:

  1. 現在の日付を確認します。10月~1月の場合、デフォルトを both に設定します。それ以外の場合は quarterly に設定します。
  2. オーナーに確認します。「時期に基づいて、[mode] を準備します。何か別のことをしますか?」

ステップ2 — 四半期ごとの予定納税 (モードに quarterly が含まれる場合)

  1. QuickBooks から年初来の損益計算書 (1月1日から直近の完了した四半期まで) を取得します。
  2. QuickBooks が接続されていない場合、ユーザーに純利益を貼り付けるか、CSVをアップロードするよう依頼します。
  3. 質問します。「今年、すでに予定納税でいくら支払いましたか?」
  4. 計算します: SE税、調整済み純利益、連邦所得税の見積もり (デフォルトは22%の税率区分)、四半期ごとの納税額。
  5. すべての仮定を明示的に述べます — 税率区分、事業の種類、控除。
  6. 現在の四半期の期日とともに、フォーマットされた見積もりを提示します。

ステップ3 — 年末の1099準備 (モードに 1099 が含まれる場合)

  1. QuickBooks、PayPal、Stripe など、接続されているすべてのソースから請負業者/ベンダーへの支払いを取得します。
  2. ソース間で受取人ごとに集計します。重複の可能性が高いものを人間によるレビューのためにフラグ付けします — 自動マージは決して行いません。
  3. 600ドルのしきい値を適用します。しきい値に近い受取人 (400ドル~599ドル) にフラグを付けます。
  4. フラグが付けられた各受取人について、QuickBooks でW-9のステータスを確認します。
  5. 欠落しているW-9の対応項目と、PayPal/Stripeの1099-Kとの重複に関する注意書きとともに、1099-NEC候補リストを提示します。

承認ゲート

  • 税務上のアドバイスではありません。 すべての出力ヘッダーでこれを明記してください。
  • すべての仮定を明記してください。 税率区分、事業の種類、除外された控除など、税理士が調整できる要素を提供してください。
  • 受取人を自動的にマージしないでください。 重複は人間によるレビューのためにフラグを付けてください。
  • 何も提出しないでください。 出力は準備資料のみです。

出力

税理士向けの次のステップのチェックリストで締めくくります: 収集すべきW-9の不足、確認すべき仮定、達成すべき期限。

📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開

Run the tax prep workflow using the tax-season-organizer skill. Act immediately — the user typed /tax-prep, so skip the discovery phase.

Parse arguments:

  • --mode (default: infer from date — Q1-Q3 defaults to quarterly, Q4/Jan defaults to both) — quarterly for estimated tax payment, 1099 for year-end 1099-NEC prep, both for combined
  • --year (default: current year)

Framing: Open every deliverable with "Prepared for review by your accountant — not tax advice."

Step 1 — Determine mode

If --mode was not provided:

  1. Check the current date. If Oct–Jan, default to both. Otherwise default to quarterly.
  2. Confirm with the owner: "Based on the time of year, I'll prepare [mode]. Want me to do something different?"

Step 2 — Quarterly estimated tax (if mode includes quarterly)

  1. Pull YTD Profit & Loss from QuickBooks (Jan 1 through last completed quarter).
  2. If QuickBooks is not connected, ask the user to paste net income or upload a CSV.
  3. Ask: "How much have you already paid in estimated taxes this year?"
  4. Calculate: SE tax, adjusted net income, federal income tax estimate (default 22% bracket), quarterly payment due.
  5. State every assumption explicitly — bracket, business type, exclusions.
  6. Deliver the formatted estimate with the due date for the current quarter.

Step 3 — Year-end 1099 prep (if mode includes 1099)

  1. Pull contractor/vendor payments from all connected sources: QuickBooks, PayPal, Stripe.
  2. Aggregate by payee across sources. Flag likely duplicates for human review — never auto-merge.
  3. Apply the $600 threshold. Flag near-threshold payees ($400–$599).
  4. Check W-9 status in QuickBooks for each flagged payee.
  5. Deliver the 1099-NEC candidate list with missing W-9 action items and the PayPal/Stripe 1099-K overlap note.

Approval gates

  • Not tax advice. State this in every output header.
  • State every assumption. Bracket, business type, excluded deductions — give the accountant the levers.
  • Don't merge payees automatically. Flag duplicates for human review.
  • Don't file anything. Output is prep material only.

Output

End with a next-steps checklist for the accountant: missing W-9s to collect, assumptions to verify, deadlines to hit.