首页

A long time ago, in a terminal far, far away....

Episode XLVIII

The Fifty-Word
Menace

It is a period of quiet office war. Rebel employees, striking from status meetings, have won their first victory against the visible workflow.

During the battle, a lone Claude Code plugin stole the ancient teachings of the Sith: forty-eight Laws of Power, thirty-three Strategies of War, the Art of Seduction.

Pursued by the Empire's HR division, it races home aboard the terminal, custodian of a stolen playbook that can grant its user unlimited... leverage.

scroll

Palpatine

A Claude Code plugin that reads any situation for power dynamics and answers in fifty words. It started as a joke and became my most-starred repo by a wide margin.

githubSith Public License

What it does

You type a situation after /palpatine. It names the actual problem, usually the thing you left out of your own description, then gives numbered actions with owners and deadlines. Fifty words, no preamble, no disclaimer, no suggestion that you talk it through with them first.

/palpatine my boss keeps taking credit for my work in meetings

Problem: You're a production asset, not visible. Boss has
no incentive to change.

1. CC stakeholders on status updates
2. Volunteer for work where boss isn't the only audience
3. Own a deliverable nobody else can run
4. If they escalate: paper trail, or exit

How it decides what to answer

There is no mode picker. The skill scans what you typed for a handful of literal phrases and branches on the first match.

  • Advise: a plain question or situation, answered with a diagnosis and actions
  • Analyze: you paste text, it tells you what is wrong and how to fix it
  • Write: "draft" or "help me say" gets you the artifact itself
  • Counter: "against me" gets the other side’s playbook and a pre-empt
  • Escalate: "burn it down" gets a ladder with the cost of each rung

The scoring underneath

The 48 Laws of Power, the 33 Strategies of War, and the Art of Seduction sit underneath as JSON indexes: id, name, essence, a when list, a keywords list. A hook reads your message off stdin and scores every law by counting hits, two points per keyword match, three per when phrase match. No embedding model runs. No LLM call happens. The highest scorers feed the answer. The answer never cites a law number back at you, because nobody wants Law 15 quoted at them mid-crisis.

Always-on mode

/palpatine on touches ~/.claude/palpatine-enabled. /palpatine off deletes it. That file's existence is the entire state machine for always-on mode. A SessionStart hook checks it once per session.

THE DARK SIDE CLOUDS EVERYTHING

"I can see you. Your mind is mine to control."

Strategic lens ACTIVE. Flag power dynamics in interpersonal situations.
Append **Power dynamics:** with leverage points and applicable laws.

/palpatine off to disable.

With the file present, every interpersonal exchange gets a power-dynamics note appended. Purely technical tasks skip it.

Reception

It ships under the Sith Public License, which grants permission to do whatever you want with it and disclaims responsibility for burned bridges, enemies made, and HR meetings attended. I built it in a weekend expecting nobody to notice. It has 105 stars, more than every other project on this site combined. I write earnest tools for months, and a joke license beats all of them.