content/skills/workflow-skills/knowledge-absorber/SKILL.md
深度解析链接、文档或代码,生成“全能导师级”的教学笔记(零基础直达精通)。
npx skillsauth add bahayonghang/my-claude-code-settings knowledge-absorberInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
本技能采用 三级加载机制 (Level-3 Loading) 以优化上下文消耗。请严格按照以下步骤执行。
先运行脚本获取干净的 Markdown 数据。脚本会自动清洗 HTML 噪音。
requirements.txt 中的依赖;不要在 skill 主流程里自动安装。运行摄取脚本:
python "$SKILL_DIR/scripts/content_ingester.py" "INPUT_URL_OR_PATH"读取结果:
$SKILL_DIR/config/raw_content.txt。html2text 清洗,可直接用于分析。读取系统提示词以激活“首席认知架构师”人格。
$SKILL_DIR/references/system_prompt.md根据 raw_content.txt 的内容和 system_prompt.md 的指示,生成双模态输出。
评估模式:
system_prompt.md 中的“思维透镜”进行分析。生成与写入:
knowledge_{YYYYMMDD}_{Title}/knowledge_{YYYYMMDD}_{Title}.md/htmldevelopment
Turn vague or complex Codex tasks into strong `/goal` commands with outcome, verification, constraints, boundaries, iteration policy, completion evidence, and pause/block conditions. Use when the user asks for Codex goal instructions, Goal 指令, 目标指令, `/goal` prompts, 中文 Goal 模板, plan-to-goal interviews, success criteria, verification commands, or bounded agent work definitions.
tools
Write, debug, and validate ast-grep structural code search rules. Use this skill when the user needs syntax-aware code search, AST pattern matching, structural refactor discovery, language-construct queries, or searches that plain text tools like rg can miss, such as finding functions with particular descendants, calls inside specific contexts, missing error handling, React hook shapes, decorators, or other Tree-sitter-backed code structures.
development
Use when the user asks to ground an ambitious proposal, avoid over-grand designs, make a bold direction executable, pressure-test feasibility, prevent "too much vision and too little landing", or turn a strategy/refactor/product idea into the smallest verifiable first move with stop rules. Trigger for requests such as 落地, 先落地, 别太飘, 收一收, 可执行, 可验证, 止损, and for follow-ups after geju-style big-picture thinking. Do not trigger for ordinary code review or implementation unless the user explicitly asks to ground or shrink the plan first.
development
Use when the user explicitly asks to think bigger, open up the design space, challenge conservative design, avoid over-indexing on backward compatibility, escape local-detail fixation, or make a bold high-level product or architecture direction call. Use for strategic reframing, not for ordinary code review, PRD writing, implementation planning, or adversarial risk review.