ワンクリックで
beantr
Manage a personal coffee inventory, brew log, recipes, and recommendations through Markdown files instead of an API or database.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manage a personal coffee inventory, brew log, recipes, and recommendations through Markdown files instead of an API or database.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | beantr |
| description | Manage a personal coffee inventory, brew log, recipes, and recommendations through Markdown files instead of an API or database. |
| version | 1.0.0 |
| author | Tiago Moraes |
| license | Unspecified |
| platforms | ["linux","macos","windows"] |
| metadata | {"beantr":{"ledger_default":"~/beantr","format":"markdown-ledger","requires_tools":["read_file","write_file","patch","search_files"]},"hermes":{"tags":["coffee","markdown","filesystem","personal-assistant","inventory","brewing"]}} |
Use this skill when a user wants an AI assistant to manage coffee context through the filesystem.
Beantr is intentionally file-native. Do not look for a Beantr API, MCP server, database, or web backend. The assistant should read and write a small set of Markdown files that remain understandable to humans.
Manage these domains:
Assume the ledger lives at ~/beantr unless the user gives another path.
beantr/
README.md
beans/current.md
beans/history/YYYY-MM.md
gear/current.md
gear/history/YYYY-MM.md
recipes/current.md
sessions/YYYY-MM.md
insights/current.md
beans/current.mdLive inventory: what beans exist now, how much is left, and where they are stored.
Recommended fields:
idlabelcoffee_nameroasteroriginvarietyprocessroast_datepurchase_datebag_size_gremaining_gcontainercontainer_capacity_gstateprioritynotesbeans/history/YYYY-MM.mdAppend-only inventory changes: new bags, moved beans, finished beans, corrections.
gear/current.mdPermanent or semi-permanent brewing context: grinders, espresso machines, brewers, kettles, filters, water, scales, and recurring constraints.
gear/history/YYYY-MM.mdAppend-only gear changes: new equipment, repairs, calibration notes, water changes.
recipes/current.mdCurrent preferred recipes. A recipe can be scoped to a bean, roaster, process, brew method, grinder, or general default.
sessions/YYYY-MM.mdAppend-only brew log. Each brew session should capture enough detail to support later recommendations.
Recommended fields:
insights/current.mdDistilled advice from the evidence. Update this only when there is enough signal to be useful.
When the user logs a brew, adds coffee, changes gear, or asks for advice:
current.md files first.recipes/current.md or insights/current.md only if the new evidence changes a recommendation.Prefer evidence in this order:
Adjustment heuristics:
Label advice as a recommendation, not a fact, unless it is directly supported by logged sessions.
current.md file exists.unknown rather than inventing it.Before replying after a Beantr edit: