mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
feat(onboarding): browser-first README + starter_questions for 8 masters
Shift the README narrative so that non-developer users — the 99% of the actual audience — find the browser entry point first and the CLI install second. The old structure buried fojin.app/chat at line 48 under a wall of developer badges. Changes: - README.md / README_EN.md: new "立即体验 / Try It Now" hero section right after the title block, with a big call-to-action linking to fojin.app/chat, a "which master should I ask" recommendation table, and an explicit redirect for CLI users to the developer section. - Rename "快速开始 / Quick Start" → "开发者安装 / Developer Installation" with a clear "if you just want to try it, use the browser instead" callout at the top. - Update TOC anchors in both languages to match. - prebuilt/<master>/meta.json × 8: new `starter_questions` field with 4 Q&A entries per master. Each entry has `q` (the question) and `why` (why this question is suited for this specific master's voice and source corpus). Intended consumer: fojin.app/chat can fetch the raw meta.json on master selection and render these as cold-start prompts — solving the empty-input-box problem for first-time users. Rationale: the biggest onboarding gap for non-CLI users is "I don't know what to ask this master." A curated 4-question starter per master provides both a safe entry point and a teaching signal about what this particular master is actually good at answering. Validated: scripts/validate.py --strict passes (9/9 masters). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -25,9 +25,10 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="#立即体验浏览器直接使用">浏览器体验</a> ·
|
||||
<a href="#声明">声明</a> ·
|
||||
<a href="#特性">特性</a> ·
|
||||
<a href="#快速开始">安装</a> ·
|
||||
<a href="#开发者安装">开发者安装</a> ·
|
||||
<a href="#预置法师">预置法师</a> ·
|
||||
<a href="#与-fojin-的关系">FoJin 集成</a> ·
|
||||
<a href="README_EN.md">English</a>
|
||||
@@ -35,6 +36,34 @@
|
||||
|
||||
---
|
||||
|
||||
## 立即体验(浏览器直接使用)
|
||||
|
||||
> **大多数用户无需安装任何工具** —— 汉传佛教学习者、研究者、只想了解某位祖师思想的普通读者,都可以直接在浏览器里用。
|
||||
|
||||
### 👉 [打开 fojin.app/chat](https://fojin.app/chat)
|
||||
|
||||
在 AI 问答页面左下角点击「法师模式」,从 8 位汉传祖师中选一位即可开始对话。
|
||||
|
||||
- 无需安装、无需注册
|
||||
- 所有 `/compare-masters` 多祖师对比功能同样可用
|
||||
- 内置 FoJin 的 503 个数据源、678K+ 语义向量做实时经证检索
|
||||
- 每条回答附 CBETA 经号原文出处
|
||||
|
||||
**如果你不确定该找谁问,可以这样开始:**
|
||||
|
||||
| 你的状况 | 推荐法师 |
|
||||
|---|---|
|
||||
| "妄念纷飞坐不住" | `/虚云` `/智顗`(参话头 / 止观) |
|
||||
| "读经文看不懂逻辑" | `/玄奘`(唯识严密分析) |
|
||||
| "学佛很久但无力感" | `/印光`(老实念佛) |
|
||||
| "想了解空性" | `/鸠摩罗什` `/慧能`(中观 / 禅直指) |
|
||||
| "想系统学华严 / 天台" | `/法藏` `/智顗`(判教与哲学体系) |
|
||||
| "在禅与净土之间犹豫" | `/蕅益`(跨宗派融通) |
|
||||
|
||||
> 开发者、Claude Code / Cursor 用户可跳到下方 [开发者安装](#开发者安装) 小节,以 AgentSkill 形式在终端内使用。
|
||||
|
||||
---
|
||||
|
||||
> **v0.3 更新**:全面架构重构——CBETA 经文溯源(provenance frontmatter)、离线经文片段(sources/)、自动化保真度测试(fidelity.jsonl)、NPX 一键安装、cite.py/query.py 离线工具链。
|
||||
>
|
||||
> **v0.3 后续迭代**:`/create-master` 生成管线新增二阶段独立审查(教义准确性 → 风格一致性)、HARD-GATE 铁律(无 CBETA 引证不得写入)、多平台插件支持(Claude Code / Cursor / Codex / OpenCode / Gemini CLI 五端统一)、session-start hook 自动注入法师列表、8 位预置法师的 pressure tests 与 CI 验证流水线。
|
||||
@@ -45,14 +74,6 @@
|
||||
|
||||
---
|
||||
|
||||
## 在线体验
|
||||
|
||||
无需安装任何工具,直接在浏览器中体验所有预置法师:
|
||||
|
||||
**[fojin.app/chat](https://fojin.app/chat)** — 打开 AI 问答页面,左下角「法师模式」选择祖师即可开始对话。
|
||||
|
||||
---
|
||||
|
||||
## 声明
|
||||
|
||||
本项目本着对佛教传统的尊重而建立。所有内容均依据佛教经典文献生成,不做教义评判,不代表任何宗派权威。生成内容仅供学习参考,如需正式修行指导,请亲近善知识。
|
||||
@@ -76,7 +97,10 @@
|
||||
|
||||
---
|
||||
|
||||
## 快速开始
|
||||
## 开发者安装
|
||||
|
||||
> 👤 **只是想体验?** 直接用 [fojin.app/chat](https://fojin.app/chat),跳过下面的安装步骤。
|
||||
> 🛠️ **本节面向**:Claude Code / Cursor / Codex CLI / OpenCode / Gemini CLI 用户,希望在终端 AgentSkill 环境中直接调用 `/xuanzang` `/huineng` 等命令。
|
||||
|
||||
### 安装
|
||||
|
||||
|
||||
Reference in New Issue
Block a user