consumption-tax
kazukinagata/shinkoku
課税売上・課税仕入から消費税額を計算するスキル。 assess スキルで消費税の課税事業者と判定され、settlement スキルで決算が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。
npx skills add https://github.com/kazukinagata/shinkoku --skill consumption-tax
Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.
Latest reviews
No community reviews yet. Be the first to review.
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
More from kazukinagata/shinkoku
tax-advisor
by kazukinagata/shinkoku
税理士・ライフプランナー相当の専門知識で、ユーザーの税務相談に回答するスキル。 令和7年分(2025年課税年度)の税制に基づく。
e-tax
by kazukinagata/shinkoku
shinkoku で計算した確定申告データを、確定申告書等作成コーナー( Claude in Chrome を使ってブラウザ上で入力・提出するためのスキル。
journal
by kazukinagata/shinkoku
CSV・レシート・請求書からデータを取り込み、ユーザー確認のうえ仕訳を登録するスキル。 帳簿の初期化、仕訳の検索・修正・削除も本スキルで対応する。
income-tax
by kazukinagata/shinkoku
事業所得・各種控除から所得税額を計算するスキル。 settlement スキルで決算書の作成が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。
Alternatives in Software Engineering
telegram-bot-builder
by sickn33/antigravity-awesome-skills
Source details, install context, and public review data are available on the full page.
flutter-app-size
by flutter/skills
Analyzes and optimizes Flutter application size by measuring build artifacts, generating size analysis reports, utilizing Dart DevTools for component breakdown, and implementing specific size reduction strategies such as debug info splitting, resource compression, and platform-specific tree-shaking. Assumes a...
sharp-edges
by trailofbits/skills
Evaluates whether APIs, configurations, and interfaces are resistant to developer misuse. Identifies designs where the "easy path" leads to insecurity.
iterative-retrieval
by affaan-m/everything-claude-code
Solves the "context problem" in multi-agent workflows where subagents don't know what context they need until they start working.