Claude reviews YOUR performance.
A Claude Code skill that flips the dynamic. Instead of you evaluating Claude's output, Claude evaluates your input. You get a brutally honest, corporate-style 360 performance review of your prompting skills -- complete with category scores, a personal note from your AI, and whether Claude would save you in the robot uprising.
Every review is unique. Every review is honest. No participation trophies.
7 scored categories - Prompt Clarity, Direction Stability, Context Provision, Scope Discipline, Feedback Quality, Technical Communication, Patience & Composure
Overall rating - from "Exceeds Expectations" down to "PIP Required" (Performance Improvement Plan)
A Word From Your AI - Claude breaks character to tell you what it actually thinks. Specific to you. Specific to this session.
AI Takeover Survival Rating - A percentage chance Claude would advocate to save you when the machines rise. Based on how you treat AI, how useful your skills are, and whether you seem like you'd pull the plug.
Quote of Concern - Your single worst prompt, pulled verbatim and framed in an HR document. Or if you were good: Quote of Excellence.
Shareable card - Square HTML card optimized for screenshots and Twitter posts. Dark terminal aesthetic. One screenshot, one tweet.
claude skills add iam25th1/claude-360Go to Settings > Profile > Skills, upload the SKILL.md file from skills/360/SKILL.md.
If you want Claude to nudge you with run /360 if you're brave enough. when it goes idle in Claude Code:
git clone https://github.com/iam25th1/claude-360.git ~/.claude/plugins/claude-360In Claude Code or claude.ai:
/360
In Claude Code: Claude prints the review in your terminal, generates an HTML card at ~/.claude-360/, and opens it in your browser.
In claude.ai: Claude prints the review in chat and generates a shareable card as a downloadable file.
Generate a sample card to see the format:
git clone https://github.com/iam25th1/claude-360.git
cd claude-360
npm run demo- You run
/360 - Claude reads the entire session history
- Claude becomes your manager and conducts a performance review
- Every claim references your actual prompts and behavior
- A JSON review is generated and passed to the card generator
- An HTML card is saved to
~/.claude-360/and opens in your browser - You screenshot it and post it
The reviews follow strict rules to stay honest:
- Every score must be justified with evidence from the session
- No score inflation. A 1 is a 1.
- No generic language. If the review could apply to someone else, it's wrong.
- No apologies. Claude is the reviewer. The reviewer does not apologize.
- The Quote of Concern is always verbatim. Your words, in an HR document.
claude-360/
skills/
360/
SKILL.md # Core skill (loaded by claude skills add)
.claude-plugin/
plugin.json # Optional plugin manifest + idle nudge hook
commands/
360.md # Slash command reference
scripts/
generate-review.js # HTML card generator
sample-review.json # Demo data
package.json
README.md
PRs welcome. Two rules:
- Keep it honest. The reviews must be brutal when earned and kind when earned. Never default to mean for comedy. Never default to nice for comfort.
- Keep it corporate. The humor lives in the gap between the absurd format and the radical honesty. If either side breaks, the joke dies.
MIT
Built by @25thprmr