tech-book-extractor-skills 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-book-extractor-skills",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Claude Code skills for deep technical book reading — structure parsing (Stage 1) and chapter extraction (Stage 2).",
5
5
  "bin": {
6
6
  "tech-book-extractor-skills": "bin/install.js"
@@ -1,6 +1,6 @@
1
1
  ---
2
- name: tech-book-stage1
3
- description: "技术书精读前的知识骨架生成器。当用户想在读书前先画地图、分析章节价值分布、标注权重和阅读路线时激活。触发词:/tech-book-stage1、精读准备、生成骨架、分析这本书的结构。先运行 complexity_scanner.py,再生成 stage1-skeleton.json。"
2
+ name: book-map
3
+ description: "技术书结构解析——生成知识骨架地图。触发词:/book-map、画地图、分析结构。"
4
4
  ---
5
5
  # 阶段一 Skill:技术书结构解析器
6
6
 
@@ -1,6 +1,6 @@
1
1
  ---
2
- name: tech-book-stage2
3
- description: "技术书章节深度萃取器。当用户想精读某章节、把内容读薄提炼为可用知识时激活。需要 Stage 1 骨架作为输入。触发词:/tech-book-stage2、萃取这章、精读这章、深度提炼。输出六层结构的 Markdown 笔记。"
2
+ name: chapter-drill
3
+ description: "技术书章节深度萃取——把一章钻透。自动生成骨架(如需要)。触发词:/chapter-drill、钻读、萃取。"
4
4
  ---
5
5
  # 阶段二 Skill:技术书章节深度萃取器
6
6