claude-blog-brain

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Claude Blog Brain

Claude Blog Brain

Operate the vault first. Read
CODEX.md
,
wiki/hot.md
, and
wiki/index.md
before changing notes.
请先操作vault。修改笔记前,请先阅读
CODEX.md
wiki/hot.md
wiki/index.md

Commands

命令

bash
/claude-blog-brain new <client-slug> --owner <name>
/claude-blog-brain demo
/claude-blog-brain ingest --vault <path> --file <source>
/claude-blog-brain synthesize --vault <path>
/claude-blog-brain report --vault <path>
/claude-blog-brain visuals --vault <path>
/claude-blog-brain lint --vault <path>
/claude-blog-brain next --vault <path>
Source checkout equivalent:
bash
claude-blog-brain new <client-slug> --owner <name>
claude-blog-brain demo
claude-blog-brain ingest --vault <path> --file <source>
claude-blog-brain synthesize --vault <path>
claude-blog-brain report --vault <path> --html-only
bash
/claude-blog-brain new <client-slug> --owner <name>
/claude-blog-brain demo
/claude-blog-brain ingest --vault <path> --file <source>
/claude-blog-brain synthesize --vault <path>
/claude-blog-brain report --vault <path>
/claude-blog-brain visuals --vault <path>
/claude-blog-brain lint --vault <path>
/claude-blog-brain next --vault <path>
源码检出等效命令:
bash
claude-blog-brain new <client-slug> --owner <name>
claude-blog-brain demo
claude-blog-brain ingest --vault <path> --file <source>
claude-blog-brain synthesize --vault <path>
claude-blog-brain report --vault <path> --html-only

Required Operating Rules

操作规则要求

  1. Read
    <vault>/CODEX.md
    .
  2. Read
    <vault>/wiki/hot.md
    .
  3. Read
    <vault>/wiki/index.md
    .
  4. Preserve
    .raw/
    as immutable source material.
  5. Never store credentials in the vault.
  6. Never make domain-specific claims without dated trustworthy sources.
  7. Keep
    hot
    ,
    index
    ,
    overview
    , and
    log
    current.
  8. Record research evidence in
    references/source-ledger.json
    .
  9. Record domain adapter completion in
    references/adapter-manifest.json
    .
  1. 阅读
    <vault>/CODEX.md
  2. 阅读
    <vault>/wiki/hot.md
  3. 阅读
    <vault>/wiki/index.md
  4. 保留
    .raw/
    作为不可修改的源材料。
  5. 切勿在vault中存储凭证信息。
  6. 若无日期明确的可信来源,切勿做出特定领域的断言。
  7. 保持
    hot
    index
    overview
    log
    内容的时效性。
  8. references/source-ledger.json
    中记录研究证据。
  9. references/adapter-manifest.json
    中记录领域适配器的完成情况。

Script Mapping

脚本映射

  • new
    ->
    python scripts/scaffold_vault.py
  • demo
    ->
    python scripts/build_demo_vault.py
  • ingest
    ->
    python scripts/ingest_source.py
  • synthesize
    ->
    python scripts/synthesize_brain.py
  • report
    ->
    python scripts/render_brain_report.py
  • visuals
    ->
    python scripts/generate_vault_visuals.py
  • lint
    ->
    python scripts/lint_vault.py
  • next
    ->
    python scripts/guide_next_action.py
  • new
    ->
    python scripts/scaffold_vault.py
  • demo
    ->
    python scripts/build_demo_vault.py
  • ingest
    ->
    python scripts/ingest_source.py
  • synthesize
    ->
    python scripts/synthesize_brain.py
  • report
    ->
    python scripts/render_brain_report.py
  • visuals
    ->
    python scripts/generate_vault_visuals.py
  • lint
    ->
    python scripts/lint_vault.py
  • next
    ->
    python scripts/guide_next_action.py

Quality Gates

质量管控要求

  • No ranking or traffic guarantee; content outcomes are probabilistic and never certain
  • No credentials, tokens, API keys, or private client content in repo artifacts
  • No mutation of a CMS, GSC, GA4, or publishing platform; the brain is advisory and read-only
  • No recommendation without a dated source, confidence level, and rollback note
  • No deprecated advice (HowTo schema, retired FAQ rich results, FID) presented as current
  • No fabricated or unsourced statistics and no generic, unsupported, or low-quality generated filler presented as fact
Do not call this brain market-ready unless
scripts/audit_brain.py --require market-ready
passes. A scaffold is not a finished brain.
  • 不保证排名或流量提升;内容效果具有概率性,无法确保必然达成
  • 仓库产物中不得包含凭证、令牌、API密钥或客户私有内容
  • 不得修改CMS、GSC、GA4或发布平台;该知识库仅提供建议,为只读模式
  • 若无日期明确的来源、置信度等级和回滚说明,不得给出建议
  • 不得将已过时的建议(如HowTo Schema、已停用的FAQ富结果、FID)作为当前有效内容呈现
  • 不得编造无来源的统计数据,不得将通用、无支撑或低质量的生成内容作为事实呈现
只有当
scripts/audit_brain.py --require market-ready
执行通过时,才可称该知识库已具备市场就绪条件。脚手架并不等同于成品知识库。

Research Refresh

研究更新

monthly for Google algorithm updates and Search Central policy; before every release for E-E-A-T framing, schema deprecations, and GEO/AEO citation claims; on-changelog for the claude-blog skill
每月针对谷歌算法更新和Search Central政策进行更新;每次发布前需更新E-E-A-T框架、Schema废弃信息以及GEO/AEO引用相关声明;当claude-blog skill更新时同步更新。

Community

社区支持

Use public project Discussions for questions and support: https://github.com/AgriciDaniel/claude-blog/discussions. Report reproducible defects through public Issues: https://github.com/AgriciDaniel/claude-blog/issues.
如需咨询和支持,请使用公开项目讨论区:https://github.com/AgriciDaniel/claude-blog/discussions。 如需报告可复现的缺陷,请提交公开Issue:https://github.com/AgriciDaniel/claude-blog/issues。