studyanalysis-skills
💡 Summary
Knowledge Absorber enhances AI assistants with deep reading and structured knowledge extraction from lengthy documents.
🎯 Target Audience
🤖 AI Roast: “It's like giving your AI a PhD in document analysis, but it still can't make coffee.”
The project may involve risks such as dependency vulnerabilities and potential exposure of sensitive data through document processing. To mitigate, ensure all dependencies are regularly updated and validate input sources.
📚 Knowledge Absorber (知识吸收器)
通用 AI 技能模块 | 适用于 Trae, Claude, Gemini, VS Code Copilot 等环境
Knowledge Absorber 是一个独立的“外挂大脑”模块。它赋予 AI 助手深度阅读、解析长文档并生成结构化知识晶体(Markdown + HTML)的能力。
🚀更新
更新内容
- ⚛️ 深度裂变模块 (Deep Fission):新增原子级矛盾分析与版本考据模块,用于揭示颠覆常识的结论(样式:
.fission-section)。 - 🔍 严格搜索内化 (Strict Filter):HTML 交互升级,搜索框现在会严格隐藏不匹配的内容块,而非仅高亮,提供专注阅读体验。
- 🛡️ Mermaid 安全协议:内置语法自动修正机制,强制转义特殊字符,杜绝图表渲染崩溃。
支持功能
- 支持多链接/文件同步抓取。
- 实现具备高对比度色彩的实时状态追踪与彩色终端任务看板。
- 新增
【💡 深度链接】分析,自动对比多源输入冲突,强化 AI 的事实校验能力。
📂 跨平台移植指南 (Portability Guide)
本模块设计为 "文件夹级即插即用"。 不同的 AI 助手通常会扫描项目根目录下的特定配置文件夹。为了让其他 AI (如 Claude 或 Gemini) 识别此技能,你只需要修改父目录的名称。
📂 目录结构适配
假设你把 skills 文件夹放在项目根目录:
-
在 Trae 中使用 (默认):
Project_Root/ └── .trae/ <-- 保持原名 └── skills/ └── knowledge-absorber/ -
在 Claude Projects 中使用:
- 将
.trae重命名为.claude。
Project_Root/ └── .claude/ <-- 重命名为 .claude └── skills/ └── knowledge-absorber/ - 将
-
在 Gemini Advanced / AI Studio 中使用:
- 将
.trae重命名为.gemini。
Project_Root/ └── .gemini/ <-- 重命名为 .gemini └── skills/ └── knowledge-absorber/ - 将
-
在 VS Code (Copilot/Cline) 中使用:
- 将
.trae重命名为.vscode。
Project_Root/ └── .vscode/ <-- 重命名为 .vscode └── skills/ └── knowledge-absorber/ - 将
💡 核心原理:AI 助手通常有权限读取隐藏文件夹(以
.开头)。只要路径正确,并明确指示 AI “使用这个技能”,它就能工作。
🛠️ 安装与使用 (Installation & Usage)
第一步:环境准备
确保你的电脑安装了 Python 3.8+。
在 knowledge-absorber 目录下运行:
pip install -r requirements.txt
第二步:何时调用 (When to Activate)
不要为简单的 Google 搜索使用此技能。请在以下“高认知负载”场景召唤它:
- 啃大部头:当你面对数百页的 PDF、技术框架文档(如 BMad, React 源码)或古籍时。
- 需要知识晶体:当你不仅要一个简单的总结,而是要生成可永久存档、排版精美的 HTML 卡片时。
- 多源交叉分析:当需要同时对比抓取多个不同平台的链接(如知乎 + 博客 + 官方文档)进行深度真理锚定时。
第三步:调用机制 (Workflow)
你不需要手动运行复杂的命令行,只需在对话中自然指令,AI 会自动代理执行:
-
用户指令示例:
“帮我深度解析这个链接:
https://docs.bmad-method.org/” “读取manual.pdf并按【机械透镜】拆解生成知识卡片。” -
AI 的执行逻辑:
- 摄取:并发调用
scripts/content_ingester.py抓取并清洗内容。 - 透镜分析:根据
SKILL.md中的协议(如机械透镜、意义透镜)进行深度推理。 - 交付:自动生成
.md(深度笔记)和.html(可视化卡片)文件。
- 摄取:并发调用
📦 产出物 (Outputs)
该技能会自动生成两种格式的文件(位于 data/ 目录):
- Markdown 深度笔记 (
.md):- 包含元数据、核心概念破冰、深度拆解、思维导图、避坑指南。
- 支持“双文异构”(古文繁体/解释简体)或“技术栈模版”。
- HTML 可视化卡片 (
.html):- 精美的排版,适合分享或作为知识库归档。
- 支持深色/浅色模式适配,代码高亮与 Mermaid 导图完美显示。
🤖 技能协议 (Skill Protocol)
核心逻辑定义在 SKILL.md 文件中。
如果你想修改 AI 的思考方式(例如修改解析的深度、改变输出风格),请直接编辑 SKILL.md。
维护者: Little Code Sauce 版本: v4.0.0 (Mixed Script Edition)
Pros
- Facilitates deep analysis of complex documents.
- Generates structured outputs for easy reference.
- Supports multiple input sources for comprehensive insights.
Cons
- May require a learning curve for effective use.
- Not suitable for simple queries or tasks.
- Dependency on AI's ability to interpret commands accurately.
Related Skills
pytorch
S“It's the Swiss Army knife of deep learning, but good luck figuring out which of the 47 installation methods is the one that won't break your system.”
agno
S“It promises to be the Kubernetes for agents, but let's see if developers have the patience to learn yet another orchestration layer.”
nuxt-skills
S“It's essentially a well-organized cheat sheet that turns your AI assistant into a Nuxt framework parrot.”
Disclaimer: This content is sourced from GitHub open source projects for display and rating purposes only.
Copyright belongs to the original author YuJunZhiXue.
