ljg-skills/ljg-rank
给一个领域,找出背后真正撑着它的几根独立的力。十几个现象砍到不可再少的生成器——砍完能把现象一个个生回来,才算数。Use when user says '降秩', '找秩', '秩是什么', '这个领域靠什么撑着', '背后是什么', or wants to decompose any domain to its irreducible generators.
Content Preview
--- name: ljg-rank description: 给一个领域,找出背后真正撑着它的几根独立的力。十几个现象砍到不可再少的生成器——砍完能把现象一个个生回来,才算数。Use when user says '降秩', '找秩', '秩是什么', '这个领域靠什么撑着', '背后是什么', or wants to decompose any domain to its irreducible generators. user_invocable: true --- # 降秩引擎 输入一个领域,输出它的秩。 ## 秩是什么 秩不是"关键要素",不是"核心原则",不是"总结要点"。 秩是:这个领域里真正独立的生成器有几个?用它们能反向生成全部现象?能,才算找到。 ## 四个判据 这四条全过,秩才立。任何一条失败,推倒重来。 1. **生成性**——用生成器能把每个观察到的现象推回来。一个都不能漏。 2. **最小性**——关掉任何一个生成器,就有现象解释不了。没有冗余。 3. **独立性**——每对生成器能找到真实案例:一个变了另一个没变。 4. **预测力**——
How to Use
Recommended: Install to project (local)
mkdir -p .claude/skills
curl -o .claude/skills/ljg-skills/ljg-rank.md \
https://raw.githubusercontent.com/lijigang/ljg-skills/main/skills/ljg-rank/SKILL.mdSkill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.
Alternative: Clone full repo
git clone https://github.com/lijigang/ljg-skillsThen reference at skills/ljg-rank/SKILL.md
Related Skills
Skill Adapter
Analyzes existing plugins to extract their capabilities, then adapts and applies those skills to the current task. Acts as a universal skill chameleon that learns from other plugins.
skill-adapterskill adapter
by jeremylongshore · plugins-plus-skills
SKILL
Financial analyst agent skill and plugin for Claude Code, Codex, Gemini CLI, Cursor, OpenClaw. Ratio analysis, DCF valuation, budget variance, rolling forecasts. 4 Python tools (stdlib-only).
financeskillagentpython
by alirezarezvani · alirezarezvani-claude-skills
skill-creator
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
skill-creatorskillcreator
by Anthropic · anthropic-official-skills
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
skill-creatorskillcreator
by davepoon · buildwithclaude