Borrowing it
Nothing to install: this file belongs to ptonlix/beeweave. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ptonlix/beeweave/main/.skills/workbench/beeweave-writing-style-initializer/SKILL.mdgit clone --depth 1 https://github.com/ptonlix/beeweaveWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/ptonlix/beeweave/beeweave-writing-style-initializer)<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-writing-style-initializer"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-writing-style-initializer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/ptonlix/beeweave/beeweave-writing-style-initializer"><img src="https://agentmods.dev/badge/skills/ptonlix/beeweave/beeweave-writing-style-initializer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00082 | $0.00992 |
| Opus 5 | $0.00041 | $0.00496 |
| Sonnet 5 | $0.00016 | $0.00198 |
| Haiku 4.5 | $0.00008 | $0.00099 |
Grade A, and why
beeweave-writing-style-initializer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 119 lines — stays where its author put it; the contents beside it link to each section on GitHub.
BeeWeave 写作风格初始化器
这个 skill 只做写作风格资产初始化。它是文件系统建模任务,不是内容学习任务。
职责边界
本 skill 负责:
- 定位 BeeWeave Workbench。
- 创建
writing/style/、writing/traces/、writing/eval/目录。 - 创建缺失的 8 个固定风格资产文件。
- 从本 skill 的
references/逐个复制模板内容。 - 检查初始化是否完整。
本 skill 不负责:
- 阅读历史文章并总结风格。
- 从 trace、diff、反馈中提炼规则。
- 写入
pending_rules.md的学习候选。 - 激活或拒绝规则。
- 修改 writer
SKILL.md。 - 发布文章或触发 wiki ingest。
这些任务分别交给 beeweave-writing-style-learner、beeweave-writing-skill-evolver 和 beeweave-article-publisher。
工作区定位
如果用户请求里包含 @<name>,只从 ~/.beeweave/config.<name> 读取 BEEWEAVE_WORKBENCH_PATH。否则只从 ~/.beeweave/config 读取 BEEWEAVE_WORKBENCH_PATH。
如果配置文件不存在、没有配置 BEEWEAVE_WORKBENCH_PATH,或 Workbench 无法访问,先向用户说明无法找到 BeeWeave workbench,不要猜测其它路径。
初始化目标
必须确保这些目录存在:
$BEEWEAVE_WORKBENCH_PATH/writing/
├── style/
├── traces/
└── eval/
必须确保 style/ 下存在 8 个固定文件:
$BEEWEAVE_WORKBENCH_PATH/writing/style/
├── author_profile.md
├── active_style_rules.md
├── anti_patterns.md
├── article_examples.md
├── social_examples.md
├── pending_rules.md
├── rejected_rules.md
└── evolution_log.md
这 8 个文件是唯一的初始化完成标准。不要创建 author-writing-style.md、writing-style.md、style-summary.md 或其它汇总文件来替代它们。
模板来源
逐个读取本 skill 的模板文件:
references/author_profile.mdreferences/active_style_rules.mdreferences/anti_patterns.mdreferences/article_examples.mdreferences/social_examples.mdreferences/pending_rules.mdreferences/rejected_rules.mdreferences/evolution_log.md
只创建 Workbench 中缺失的文件。已有文件不能覆盖,也不要合并重写。
执行流程
- 定位 Workbench。
- 创建
writing/style/、writing/traces/、writing/eval/,如果它们不存在。 - 检查 8 个固定文件。
- 对每个缺失文件,读取同名 reference 模板并写入 Workbench。
- 如果存在非固定 legacy 文件,例如
author-writing-style.md,不要删除;只在最终回复里说明它不是 canonical 文件,可后续交给 learner 作为参考材料迁移。 - 再次检查 8 个固定文件是否全部存在。
- 输出初始化清单。
完成输出
最终回复必须列出 8 个固定文件的状态:
初始化完成:
- author_profile.md: created | exists | failed
- active_style_rules.md: created | exists | failed
- anti_patterns.md: created | exists | failed
- article_examples.md: created | exists | failed
- social_examples.md: created | exists | failed
- pending_rules.md: created | exists | failed
- rejected_rules.md: created | exists | failed
- evolution_log.md: created | exists | failed
What ships with it
9 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/active_style_rules.md 1.0 KB
- references/anti_patterns.md 910 B
- references/article_examples.md 698 B
- references/author_profile.md 462 B
- references/evolution_log.md 936 B
- references/pending_rules.md 767 B
- references/rejected_rules.md 659 B
- references/social_examples.md 766 B
- references/writing_style_assets.md 2.0 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 119 lines · 82 tokens per session scan A ee9ed820b1f5
beeweave-writing-style-initializer is a skill published in the GitHub repository ptonlix/beeweave (6 stars, last pushed 1mo ago), licensed MIT. It adds 82 tokens to every session and 992 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
local-ai-agents
Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…
next-cache-components-adoption
Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…
insight-error-page
Write or audit an insight-kind error page for the Next.js dev overlay. Use when creating a new errors/ .mdx page, auditing an existing one, or checking that a page matches the framework fix cards. Covers page structure, title alignment, FixCard cards with Copy prompt button, code snippets, terminology verification…
next-cache-components-optimizer
Drive a Next.js route to instant navigation by setting up an agentic loop, under Cache Components / PPR, on initial load (hard navigation) and client-side navigation (soft navigation). Encode the goal as a failing @next/playwright instant() e2e and work it to green, one verified route at a time; the shipped test then…
next-partial-prefetching-adoption
Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…