How this skill is triggered — by the user, by Claude, or both
Slash command
/bantou:correction-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Persistent memory system that learns from tax accountant corrections.
Persistent memory system that learns from tax accountant corrections. Every correction is permanently stored and never repeated. This is the core differentiator of the plugin — it gets smarter with every use.
Invoke this skill when:
Corrections are stored as vendor/description patterns. When a new transaction arrives, the memory is queried for matches:
Corrections apply across all client companies in the firm. If a tax accountant corrects "Zoom" from 通信費 to 支払手数料 for Client A, that correction automatically applies to Clients B, C, etc.
This is intentional — accounting conventions are firm-level decisions, not per-client. Individual client overrides are supported but rare.
Memory is stored locally at ~/.cockpit-mcp/memory.json. This is
fully local — no data is sent to any cloud service.
The memory file is human-readable JSON and can be manually edited, backed up, or transferred between machines.
As Memory accumulates corrections, the proportion of transactions handled by Stage 1 (free, instant) increases while Stage 2 (API call, costs tokens) decreases. Typical trajectory:
This means the plugin becomes both faster and cheaper over time.
correct_classification — store a new correctionrecall_memory — query memory for matching patternsGuides 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