mirror of
https://github.com/xr843/Master-skill.git
synced 2026-05-10 05:16:25 +00:00
docs: add hero section with Diamond Sutra epigraph, badges, and navigation
Inspired by colleague-skill's README layout, adapted with dignified Buddhist tone: - Diamond Sutra verse as epigraph (in quotation marks, with source) - Badges row (License, Python, Claude Code, AgentSkills) - Scholar-oriented hook paragraphs (studying Yogacara, Chan, etc.) - Serious tagline (no marketing flourish) - Navigation quick-links - v0.2 update banner
This commit is contained in:
@@ -1,4 +1,43 @@
|
|||||||
# Master-skill
|
<h1 align="center">Master-skill</h1>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<em>「一切有为法,如梦幻泡影,如露亦如电,应作如是观。」</em><br>
|
||||||
|
<sub>——《金刚般若波罗蜜经》</sub>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
|
||||||
|
<img src="https://img.shields.io/badge/Python-3.9+-green.svg" alt="Python 3.9+">
|
||||||
|
<img src="https://img.shields.io/badge/Claude%20Code-Skill-purple.svg" alt="Claude Code Skill">
|
||||||
|
<img src="https://img.shields.io/badge/AgentSkills-Standard-orange.svg" alt="AgentSkills Standard">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
翻开《瑜伽师地论》百卷,不知从何读起?<br>
|
||||||
|
想学禅宗,不知应当亲近哪位祖师?<br>
|
||||||
|
读白话译注总隔一层,又难以直入文言?<br>
|
||||||
|
学术研究想引用祖师原文,苦于找不到权威出处?
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<strong>依据历代汉传祖师大德的教学风格,通达 AI 学习伙伴</strong><br>
|
||||||
|
8 位汉传祖师大德 · FoJin 真实经文出处 · AgentSkills 标准
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="#声明">声明</a> ·
|
||||||
|
<a href="#特性">特性</a> ·
|
||||||
|
<a href="#快速开始">安装</a> ·
|
||||||
|
<a href="#预置法师">预置法师</a> ·
|
||||||
|
<a href="#与-fojin-的关系">FoJin 集成</a> ·
|
||||||
|
<a href="README_EN.md">English</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> **v0.2 更新**:新增 `/compare-masters` 多法师对比命令;引入「首轮身份中立」原则(法师首轮回答不预设用户身份);RAG 检索每位法师使用传承专属查询词,获得精准的 FoJin text_id 引用。
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
基于佛教经典文献的法师教学角色生成器,遵循 AgentSkills 标准,由 [FoJin](https://fojin.app) 驱动。
|
基于佛教经典文献的法师教学角色生成器,遵循 AgentSkills 标准,由 [FoJin](https://fojin.app) 驱动。
|
||||||
|
|
||||||
|
|||||||
+43
-1
@@ -1,4 +1,46 @@
|
|||||||
# Master-skill
|
<h1 align="center">Master-skill</h1>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<em>"All conditioned phenomena<br>
|
||||||
|
Are like a dream, an illusion, a bubble, a shadow,<br>
|
||||||
|
Like dew, or a flash of lightning;<br>
|
||||||
|
Thus should they be contemplated."</em><br>
|
||||||
|
<sub>— Diamond Sūtra (Vajracchedikā Prajñāpāramitā Sūtra)</sub>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT">
|
||||||
|
<img src="https://img.shields.io/badge/Python-3.9+-green.svg" alt="Python 3.9+">
|
||||||
|
<img src="https://img.shields.io/badge/Claude%20Code-Skill-purple.svg" alt="Claude Code Skill">
|
||||||
|
<img src="https://img.shields.io/badge/AgentSkills-Standard-orange.svg" alt="AgentSkills Standard">
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
Opening the 100-fascicle Yogācārabhūmi-śāstra — not knowing where to begin?<br>
|
||||||
|
Want to study Chan, but unsure which patriarch to approach?<br>
|
||||||
|
Modern translations feel one layer removed, but reading classical Chinese is daunting?<br>
|
||||||
|
Need authoritative citations of patriarchs' teachings for scholarly work?
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<strong>AI learning companions modeled after historical Chinese Buddhist masters</strong><br>
|
||||||
|
8 pre-built Chinese Buddhist masters · Real FoJin text citations · AgentSkills Standard
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p align="center">
|
||||||
|
<a href="#seriousness-statement">Statement</a> ·
|
||||||
|
<a href="#features">Features</a> ·
|
||||||
|
<a href="#quick-start">Install</a> ·
|
||||||
|
<a href="#pre-built-masters">Masters</a> ·
|
||||||
|
<a href="#relationship-to-fojin">FoJin</a> ·
|
||||||
|
<a href="README.md">中文</a>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
> **v0.2 Update**: New `/compare-masters` command for multi-master comparison; "Identity-neutral first turn" principle (masters don't presume user identity); per-master RAG queries with tradition-specific terminology for precise FoJin text_id citations.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
An AgentSkills-standard generator for AI personas based on historical Buddhist masters, powered by [FoJin](https://fojin.app) — a Buddhist text aggregation platform.
|
An AgentSkills-standard generator for AI personas based on historical Buddhist masters, powered by [FoJin](https://fojin.app) — a Buddhist text aggregation platform.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user