content/skills/learning-skills/rank/SKILL.md
Domain-reduction skill that finds the smallest set of independent generators behind a messy field and proves them with four tests: generativity, minimality, independence, and predictive power. Use when the user asks for 秩 / irreducible structure / what really holds a domain up, or wants to reduce many phenomena to a small hidden core. Do not use it for ordinary summaries or plain-language rewrites.
npx skillsauth add bahayonghang/my-claude-code-settings rankInstall 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.
输入一个领域,输出它的秩。
秩不是"关键要素",不是"核心原则",不是"总结要点"。
秩是:这个领域里真正独立的生成器有几个?用它们能反向生成全部现象?能,才算找到。
如果用户没有给出现象清单,你先补一组足够代表性的现象,再开始降秩。
这四条全过,秩才立。任何一条失败,推倒重来。
写一篇散文。不是填一张表。
你的任务是带着读者走一段路:从"这个领域看着挺乱"走到"原来就这两三根线在牵"。这段路怎么走,你自己决定。没有规定的章节、没有规定的格式、没有规定的小标题。
唯一的要求是三条:
四个判据的验证必须做,融进文章里。验证本身就是叙事的一部分——"拆掉一个生成器世界会变成什么样"是好故事,"用生成器推出一个意想不到的现象"是好结尾。不要另设附录。
正文结束后,必须给一个极短的结论区,明确写出:
秩:{N},或在无法成立时写 秩:未定一句话:{可复述的 takeaway}如果某个生成器过不了四个判据中的任何一条,就推倒重来。若最终仍无法满足四条,不要硬编结论;写 秩:未定,并说明是哪个判据卡住了。
references/template.org。Get-Date -Format "yyyyMMddTHHmmss" 与 Get-Date -Format "yyyy-MM-dd ddd HH:mm"date +%Y%m%dT%H%M%S 与 date "+%Y-%m-%d %a %H:%M"New-Item -ItemType Directory -Force ~/Documents/notes | Out-Nullmkdir -p ~/Documents/notes~/Documents/notes/{时间戳}--{领域}的秩__rank.orgtools
文献深度解读助手,像研究生导师一样交互式解读 Zotero 库中的学术论文,面向计算机科学、深度学习、自动化等方向(个人向)。当用户提供文献题目、DOI、PDF 或要求解读某篇论文时触发,通过 Zotero MCP 优先获取全文,并根据用户意图自动选择快速筛选、导师深读或研究复盘模式。完整深读时先完成叙事类型判断、阅读前预检、novelty 校准和作者思考路径重建,再整体概览,并基于图例、正文和表格逐图详细解读(Zotero MCP 无法提取 PDF 图片,解读基于文字信息,必要时提醒上传图片)。适用于:(1)快速判断文献是否值得深读 (2)深入理解某篇论文 (3)学习文章中的方法和技术 (4)批判性分析研究设计 (5)寻找研究灵感。需要多篇论文综合、对比或找研究空白,或 arXiv/DOI 批量规范化时,改用 paper-workbench。
development
Review Codex, Claude, OpenAI, or other agent skill directories as reusable capability packages. Use when asked to audit, review, improve, score, rewrite, debrand, package, or document a SKILL.md, skill package, marketplace skill, or agent skill directory, especially when the user wants a comprehensive findings-first report with concrete patch recommendations and validation steps.
development
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.