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.
|
|
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:
|
|
3
|
-
description: "
|
|
2
|
+
name: book-map
|
|
3
|
+
description: "技术书结构解析——生成知识骨架地图。触发词:/book-map、画地图、分析结构。"
|
|
4
4
|
---
|
|
5
5
|
# 阶段一 Skill:技术书结构解析器
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
|
-
name:
|
|
3
|
-
description: "
|
|
2
|
+
name: chapter-drill
|
|
3
|
+
description: "技术书章节深度萃取——把一章钻透。自动生成骨架(如需要)。触发词:/chapter-drill、钻读、萃取。"
|
|
4
4
|
---
|
|
5
5
|
# 阶段二 Skill:技术书章节深度萃取器
|
|
6
6
|
|