·consumption-tax
</>

consumption-tax

This skill should be used when the user needs to calculate consumption tax (消費税) or determine their tax method (2割特例, 簡易課税, or 本則課税). Trigger phrases include: "消費税を計算", "消費税の申告", "消費税申告書", "2割特例", "簡易課税", "本則課税", "課税売上", "消費税額", "インボイス", "みなし仕入率", "課税仕入".

167Installs·7Trend·@kazukinagata

Installation

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

How to Install consumption-tax

Quickly install consumption-tax AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/kazukinagata/shinkoku --skill consumption-tax
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: kazukinagata/shinkoku.

SKILL.md

View raw

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

config の dbpath が ./shinkoku.db で CWD が /home/user/tax-2025/ の場合:

帳簿から課税売上高を税率区分別に集計する。ledger.py trial-balance や ledger.py search の結果から以下を算出する:

This skill should be used when the user needs to calculate consumption tax (消費税) or determine their tax method (2割特例, 簡易課税, or 本則課税). Trigger phrases include: "消費税を計算", "消費税の申告", "消費税申告書", "2割特例", "簡易課税", "本則課税", "課税売上", "消費税額", "インボイス", "みなし仕入率", "課税仕入". Source: kazukinagata/shinkoku.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/kazukinagata/shinkoku --skill consumption-tax
Category
</>Dev Tools
Verified
First Seen
2026-02-23
Updated
2026-03-10

Browse more skills from kazukinagata/shinkoku

Quick answers

What is consumption-tax?

This skill should be used when the user needs to calculate consumption tax (消費税) or determine their tax method (2割特例, 簡易課税, or 本則課税). Trigger phrases include: "消費税を計算", "消費税の申告", "消費税申告書", "2割特例", "簡易課税", "本則課税", "課税売上", "消費税額", "インボイス", "みなし仕入率", "課税仕入". Source: kazukinagata/shinkoku.

How do I install consumption-tax?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/kazukinagata/shinkoku --skill consumption-tax Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/kazukinagata/shinkoku

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-23