Skip to main content
Back to registry

consumption-tax

kazukinagata/shinkoku

課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。

Installs194
Install command
npx skills add https://github.com/kazukinagata/shinkoku --skill consumption-tax
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。 config の db_path が ./shinkoku.db で CWD が /home/user/tax-2025/ の場合: 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 消費税計算を開始する前に以下を確認する: 帳簿から課税売上高を税率区分別に集計する。 ledger.py trial-balance や ledger.py search の結果から以下を算出する: 入力 JSON (ConsumptionTaxInput): 出力 (ConsumptionTaxResult): みなし仕入率(事業区分別): 複数の方法が選択可能な場合、それぞれの税額を試算して比較表を提示する。 サマリー提示後、以下のファイルを Write ツールで出力する。 これにより、セッションの中断や Compact が発生しても次のステップで結果を引き継げる。 .shinkoku/progress/08-consumption-tax.md に以下の形式で出力する: 消費税申告が不要な場合(免税事業者)は status を skipped とし、内容は「免税事業者のため申告不要」と記載する。 .shinkoku/progress/progress-summary.md を更新する(存在しない場合は新規作成): ファイルを出力したらユーザーに以下を伝える: - shinkoku.config.yaml を Read ツールで読み込む - ファイルが存在しない場合は /setup スキルの実行を案内して終了する - 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: - db_path : CLI スクリプトの --db-path 引数に使用 - output_dir : 進捗ファイル等の出力先ベースディレクトリ - 各ディレクトリ: ファイル参照時に使用 - shinkoku tax calc-consumption --input /home/user/tax-2025/output/consumption_input.json - .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) - 以下の引継書を Read ツールで読み込む(存在する場合): - .shinkoku/progress/06-settlement.md - .shinkoku/progress/02-assess.md - 読み込んだ情報を以降のステップで活用する(ユーザーへの再質問を避ける) - ファイルが存在しない場合はスキップし、ユーザーに必要情報を直接確認する - assess スキルの判定結果(課税事業者判定・申告方法)を確認してから開始する - 免税事業者の場合は消費税申告不要であることを案内して終了する - 申告方法(2割特例/簡易課税/本則課税)に応じた計算を行う -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does consumption-tax do?

課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。

Is consumption-tax good?

consumption-tax does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does consumption-tax work with?

consumption-tax currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.

What are alternatives to consumption-tax?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install consumption-tax?

npx skills add https://github.com/kazukinagata/shinkoku --skill consumption-tax

Related skills

More from kazukinagata/shinkoku

Related skills

Alternatives in Software Engineering