bean-entry
Create a new bean entry with the correct file shape, public identifier, frontmatter, imported images, and Beans-specific markdown conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a new bean entry with the correct file shape, public identifier, frontmatter, imported images, and Beans-specific markdown conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Create or update a bean entry from handwritten scans while preserving line breaks, handling CompanionComment formatting correctly, maintaining spans, and avoiding low-value boilerplate transcription.
Close out a Beans work session cleanly by validating work, finishing Beads-managed tasks correctly, landing on main, and pruning closed worktrees.
Capture local dev-server screenshots with Playwright for Beans preview workflows, especially for `/beans/` routes and visual verification of new pages or content edits.
Use when adding, changing, or reorganizing AI guidance in this repository. Prefer Rulesync skills over commands, subagents, or hooks for reusable workflows, and always edit Rulesync sources before generating tool-specific AI config files.
Generates and syncs AI rule configuration files (.cursorrules, CLAUDE.md, copilot-instructions.md) across 20+ coding tools from a single source. Use when syncing AI rules, running rulesync commands, importing or generating rule files, or managing shared AI coding configurations.
Create a new glossary term entry with the correct schema, compact body, and lightly sourced Beans field-guide tone.
| name | bean-entry |
| description | Create a new bean entry with the correct file shape, public identifier, frontmatter, imported images, and Beans-specific markdown conventions. |
Use this skill when creating a new bean entry.
$ bean log <YYYY-MM-DD> [HHMM]
bean is display text for CLI-style formatting and naming conventions in this project. Do not paste this command into the markdown body.
Create:
src/content/beans/<YYYY-MM-DD>-<beanKey>.md
id, and frontmatter beanKey in the internal <YYYY-MM-DD>-<beanKey> format.time converted to 24-hour HHMM as the public identifier.1 or 2.---
id: "<YYYY-MM-DD>-<beanKey>"
beanKey: "<beanKey>"
date: "<YYYY-MM-DD>"
time: "<HH:MM>"
title: "<short title>"
tags:
- "<tag>"
coffee:
roaster:
name: "<roaster name>"
slug: "<roaster-slug>"
roast:
name: "<roast name>"
slug: "<roaster-slug>/<roast-slug>"
brew:
brewer:
name: "<brewer name>"
slug: "<brewer-slug>"
recipe:
name: "<recipe name>"
slug: "<recipe-slug>"
brewDetails:
dose: "<dose>"
water: "<water>"
ratio: "<ratio>"
grinder:
name: "<grinder name>"
slug: "<grinder-slug>"
grind: "<grind description>"
setting: "<setting>"
temp: "<temperature>"
release: "<release time>"
total: "<total time>"
time: "<brew time>"
gear:
- label: "<label>"
value: "<value>"
slug: "<slug>"
---
<note>
public/images/./beans/images/<filename>.image when appropriate.bean-entry-handwritten skill.$ bean log YYYY-MM-DD; the entry header already renders the command prompt.