How this skill is triggered — by the user, by Claude, or both
Slash command
/bantou:csv-importerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Import transaction CSV files exported from Japanese accounting software.
Import transaction CSV files exported from Japanese accounting software. Auto-detects the file format and runs the full classification pipeline on every imported row.
Invoke this skill when the user wants to:
For bank statements and credit card CSVs, the importer supports interactive column mapping. The user specifies which columns correspond to date, amount, and description.
The import_csv tool inspects the header row and first 5 data rows to
determine the format. Detection heuristics:
Japanese CSV files often use Shift_JIS or CP932 encoding. The importer handles conversion automatically, but for best results:
After import, every row automatically flows through:
Results are returned as a summary table showing classified, excluded, and needs-review counts.
import_csv — parse, detect format, and classify all rowsnpx claudepluginhub michielinksee/bantou --plugin bantouGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.