income-tax
kazukinagata/shinkoku
事業所得・各種控除から所得税額を計算するスキル。 settlement スキルで決算書の作成が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。
npx skills add https://github.com/kazukinagata/shinkoku --skill income-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 income-tax do?
事業所得・各種控除から所得税額を計算するスキル。 settlement スキルで決算書の作成が完了していることを前提とする。 計算結果は /e-tax スキル(Claude in Chrome)で確定申告書等作成コーナーに入力する。
Is income-tax good?
income-tax does not have approved reviews yet, so SkillJury cannot publish a community verdict.
What agent does income-tax work with?
income-tax currently lists compatibility with codex, gemini-cli, opencode, cursor, amp, github-copilot.
What are alternatives to income-tax?
Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.
How do I install income-tax?
npx skills add https://github.com/kazukinagata/shinkoku --skill income-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・レシート・請求書からデータを取り込み、ユーザー確認のうえ仕訳を登録するスキル。 帳簿の初期化、仕訳の検索・修正・削除も本スキルで対応する。
gather
by kazukinagata/shinkoku
確定申告に必要な書類を、申告の種類に基づいて一覧化し、各書類の取得先・取得方法を案内するスキル。 assess スキルの判定結果を前提として動作する。判定結果がない場合は、まず assess スキルの実行を促す。
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.