docs: README 补齐安装步骤,区分 Skill 本体与 DSH 插件层 - #7
Merged
Merged
Conversation
新用户此前卡在第一步——原文只说「把仓库目录交给你的 AI Agent」, 没有一条可复制的命令;PR #4 之后根目录多了一层 TS 构建产物, 只用 Skill 的人也无从判断哪些文件可以忽略。 - 「怎么用」第 1 步给出 git clone 命令,并说明无需编译和预装依赖 - 补充生成的主题往哪放(站点目录 themes/,附 customConfig 需重启才生效的提醒) - 目录结构标注 Skill 本体 vs DSH 插件封装,后者明确标为可忽略 - DSH 一句话扩成一节,讲清谁需要、谁可以跳过 - 开发环境说明 jinja2 只有 render_test 需要,且会自动安装 - SKILL.md 描述去掉会过时的「5 步 + 16 条」(实为 6 步,规则按引擎分组) - 散文标点对齐仓库全角惯例(prompt 示例代码块内保持原样) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
新用户卡在第一步。 原来的安装说明是:
全文没有一条能复制粘贴的命令,用户得自己猜目录结构。
#4 合并后又多了一个问题:根目录出现了
src/、lib/、tsconfig.json、package.json,只想用 Claude Skill 的人打开仓库会疑惑「我是不是还得编译一下」。README 没有任何地方说明这些可以忽略。改了什么
git clone命令,并明确「不需要编译,也不需要预装依赖」themes/,默认~/Documents/Gridea Pro/themes/),并提醒改动 customConfig 后需重启应用pip install通常不必手动执行 ——scaffold和validate是纯标准库,只有render_test.py需要 jinja2 且会自动安装SKILL.md的说明去掉「5 步工作流 + 16 条关键规则」,实际是 6 步、规则按引擎分组不编号,带数字的描述必然烂掉核对过的事实
git clone地址:git ls-remote验证有效~/Documents/Gridea Pro/是 Gridea Pro 的默认站点目录,本机存在;customConfig 的进程级缓存行为出自SKILL.md第 6 步SKILL.md实有第 1–6 步,第 6 步为「真实引擎验证」scaffold_theme.py/validate_syntax.py仅 import 标准库;render_test.py:305在ImportError时自动 pip 安装不在本 PR 范围
assets/下零张图片),但需要在 Gridea Pro 里实际预览截图,单独排🤖 Generated with Claude Code