How this skill is triggered — by the user, by Claude, or both
Slash command
/bantou:monthly-closerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Generate structured monthly closing reports for client companies.
Generate structured monthly closing reports for client companies. Produces a Markdown summary with transaction statistics, category breakdowns, and anomaly detection.
Invoke this skill when:
The generate_monthly_report tool produces a report with these sections:
Table showing each category with:
| 勘定科目 | 件数 | 金額 | 構成比 |
|---|---|---|---|
| 旅費交通費 | 45 | ¥234,500 | 18.2% |
| 会議費 | 32 | ¥128,000 | 9.9% |
| ... | ... | ... | ... |
Compares each category against the previous month. Flags any category where the amount changed by plus or minus 50% or more.
Example flags:
Anomalies are not errors — they are prompts for the tax accountant to verify that large swings are expected.
Reports are generated as Markdown by default. The output can be:
generate_monthly_report — produce the full monthly summaryGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub michielinksee/bantou --plugin bantou