The bridge to the agent's "past self". Before any new task, file edit, decision, or right after a failure, recall past caveats (pain records) / learnings (growth log) / implementation history from linksee-memory. This is the only way to solve Claude Code's "memory amnesia every session" problem. The "never repeat the…
A marketplace package for an AI bookkeeping assistant aimed at Japanese tax-accounting firms. Its description lists support for Japanese accounting workflows and services such as freee, Yayoi, MoneyForward, and TKC.
A local MCP server for automating Japanese bookkeeping, including integrations with freee, Yayoi, Money Forward, and TKC. MCP is a standard way for an AI coding tool to call outside tools; this server runs through an npm package and needs three environment variables.
A command that classifies one Japanese business transaction into an accounting category and tax type. It checks exclusions, past corrections, known keywords, and uses AI when needed.
A command that imports CSV files exported by Japanese accounting software and automatically classifies their transactions. CSV is a plain-text table format commonly used to move data between programs.
A command that creates a monthly closing report for a client company. Monthly closing is the accounting process of summarizing and reviewing a month's transactions.
An interactive setup wizard for configuring a Japanese tax accountant's office. It asks about the firm, clients, accounting software, expense rules, overseas services, invoices, payroll, and report sharing.
A local memory system that stores tax-accountant corrections to transaction classifications. It matches future transactions to earlier vendor or description patterns.
Batch-process all client companies overnight. Fetches unprocessed transactions from freee API, runs the full classification pipeline, and generates a summary for morning review.
A system for assigning Japanese business transactions to accounting categories, called 勘定科目, and consumption-tax treatments. It checks exclusions, past corrections, keywords, and then uses AI when needed.
AI bookkeeping agent for Japanese accountants — auto-classifies freee/Yayoi/MF/TKC transactions. Runs locally from the @kansei-link/bantou npm package.
The bridge to the agent's "past self" AND the integrity checker for product decisions. 11 MCP tools: remember/recall/readsmart (memory) + driftstatus/checkdecision/declareanchor/resolvedrift/flagproposals/resolveproposal/dream (drift) + whereami (a product map that catches doc/code drift with file:line evidence). This…