From Palpatine
Quick reference for the 48 Laws of Power. Browse, search, or get specific laws by number or keyword.
How this skill is triggered — by the user, by Claude, or both
Slash command
/palpatine:lawsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoked via `/palpatine:laws` or `/palpatine:laws <query>`.
Invoked via /palpatine:laws or /palpatine:laws <query>.
| Command | Action |
|---|---|
/palpatine:laws | List all 48 laws (names only) |
/palpatine:laws 7 | Show Law 7 in detail |
/palpatine:laws boss | Search laws by keyword |
/palpatine:laws negotiation | Search by situation |
Run grep on law_index.json:
# By number
grep -A5 '"id": 7,' "${CLAUDE_PLUGIN_ROOT}/law_index.json"
# By keyword
grep -i -B2 -A5 "boss\|manager\|superior" "${CLAUDE_PLUGIN_ROOT}/law_index.json"
# By situation
grep -i -B2 -A5 "negotiation" "${CLAUDE_PLUGIN_ROOT}/law_index.json"
Single law:
**Law [N]: [Name]**
*"[Essence]"*
**When:** [situations]
**Reversal:** [when to do opposite]
**Keywords:** [for matching]
List:
1. Never Outshine the Master
2. Never Put Too Much Trust in Friends...
...
48. Assume Formlessness
Search results:
**Matching laws for "[query]":**
- Law [N]: [Name] — [essence snippet]
- Law [M]: [Name] — [essence snippet]
For quick mental access:
Power building: 5, 6, 11, 25, 27, 34 Relationships: 1, 2, 10, 12, 14, 18, 46 Conflict: 8, 9, 15, 19, 22, 39, 42, 44 Self-control: 4, 17, 28, 35, 47, 48 Deception: 3, 7, 21, 26, 30, 31 Image: 16, 24, 30, 32, 37, 38 Strategic patience: 8, 22, 29, 35, 45
npx claudepluginhub novusedge/palpatineApplies Naval Ravikant's mental models like compound interest, inversion, principal-agent problem to analyze complex situations, counterintuitive ideas, or business/life decisions.
Expertise in civil litigation, contract law, legal research, professional conduct, and citation format for drafting and analyzing legal documents.