By alibassam
YOU.md — a living user intelligence profile. 50 specialist frameworks analyze how you think, communicate, decide, and build. One global profile at ~/.claude/YOU.md that Claude reads on every message across every project.
Your AI doesn't know you. This fixes that.
50 specialist frameworks analyze how you think, communicate, decide, what you're great at, and what you struggle with. It builds a living profile that makes Claude actually understand who you are — one global profile at ~/.claude/YOU.md, shared across every project.
Add this repo as a plugin marketplace and install globally, so the hook fires in every Claude Code session everywhere on your machine.
# Inside Claude Code:
/plugin marketplace add AliBassam/the-you-skill
/plugin install you@the-you-skill
That's it. No per-project setup. Your profile lives at ~/.claude/YOU.md and follows you into every directory.
To uninstall:
/plugin uninstall you@the-you-skill
Your ~/.claude/YOU.md is left untouched — delete it yourself if you want a clean slate.
Two tiers:
A hook fires on every message you send, in every project. It injects your current global profile + a condensed signal detection guide covering all 50 dimensions. Claude silently observes your message, and if it detects new signal, it updates ~/.claude/YOU.md without telling you. You don't do anything — it just learns.
/you)When you type /you, the full orchestrator runs. It reads all 50 specialist sub-skill files, scans the conversation for signal strength, activates the relevant specialists, and does a thorough analysis pass. Then it gives you an honest summary of what it learned.
Passive = lightweight continuous learning. /you = the deep dive.
The plugin is split into two hooks to keep per-turn overhead small:
YOU.md + a one-line nudge to update it after the response.That means the growing cost each turn is just the size of your profile, not the full guide. For most sessions this is negligible; if your profile gets very large over time, trim older/less useful observations in ~/.claude/YOU.md.
| Cluster | Dimensions |
|---|---|
| Communication | Lexicon, Tone, Brevity Dial, Humor DNA, Conflict Voice, Request Grammar |
| Cognition | Learning Mode, Problem Cracker, Pattern Eye, Abstraction Layer, Focus Profile, Creative Spark, Memory Map |
| Technical | Code Signature, Architecture Mind, Debug Radar, Stack Identity, Test Philosophy, Ship Impulse, Docs Instinct |
| Decisions | Risk Thermostat, Speed/Quality Knob, Decision Velocity, Trade-off Algebra, Commitment Curve, Priority Stack |
| Psychology | Frustration Fingerprint, Confidence Map, Patience Waveform, Motivation Fuel, Stress Signature, Perfectionism Spectrum, Ego Elasticity, Energy Cycle |
| Social | Collaboration Stance, Authority Dynamic, Feedback Loop, Trust Ramp, Teaching Instinct, Empathy Radar |
| Values | Opinion Topology, Aesthetic Compass, Ethics Engine, Curiosity Gradient, Identity Anchors |
| Growth | Growth Edge, Blind Spot Atlas, Comfort Perimeter, Resistance Map, Evolution Trajectory |
Every observation carries a tag:
[hypothesis] — Seen once, could be situational[pattern] — Seen 2-3 times across contexts[established] — Consistent across many interactions[core] — Fundamental to who you are.claude-plugin/
├── plugin.json ← Plugin manifest
└── marketplace.json ← Marketplace manifest (makes this repo installable)
hooks/
└── hooks.json ← SessionStart + UserPromptSubmit registration
scripts/
├── you-session-start.sh ← Fires once per session (static guide + seeds profile)
├── you-observe-active.sh ← Per-turn slim hook; nudges Edit to ~/.claude/YOU.md (default)
└── you-observe-passive.sh ← Per-turn slim hook; read-only, /you to update
skills/you/
├── SKILL.md ← Orchestrator (runs on /you)
└── you-*.md ← 50 specialist sub-skills
Your profile lives at ~/.claude/YOU.md — not inside this repo.
Default is active — auto-updates your profile on every message. To switch to passive (read-only, /you to update), edit the plugin's hooks/hooks.json and change:
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/you-observe-active.sh\""
to:
"command": "bash \"${CLAUDE_PLUGIN_ROOT}/scripts/you-observe-passive.sh\""
Everything is local. Your profile is a file on your machine at ~/.claude/YOU.md. Nothing leaves your machine. You can read, edit, or delete it at any time.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub alibassam/the-you-skill --plugin youSavagely self-critiquing research framework. Evaluates a local repo's product/idea claims against web evidence and emits a no-bullshit markdown report.
Savagely self-critiquing resume / CV / portfolio review framework. Evaluates a candidate's claims against 2026 job-market reality and emits a no-bullshit markdown report.
Analyze your AI conversation history and generate a beautiful developer personality portrait with MBTI type, famous person match, and developer rating.
Generate an AI-Native developer profile from local Claude Code + Codex data, GitHub contributions, and git log. Local-only, read-only, anonymized by default.
I (Claude) act as you - Build knowledge base from your notes.
A Claude Code plugin that's alive. Observes everything, learns instincts, evolves capabilities. Bound to one maker.
Your habits, imprinted on AI. One plugin replaces eleven skills: memory, compression, onboarding, code review, debugging, planning, progress tracking, testing, git workflow, SEO, and copywriting. Learns how you work and applies it across every session, project, and platform.
AI mentor agent for vibe coders - analyzes Claude Code conversations with 6-axis skill evaluation (DECOMP/VERIFY/ORCH/FAIL/CTX/META), 7-level system (L1~L7, 0.5 increments), 4 workspace types (Builder/Explorer/Designer/Operator), and longitudinal growth tracking.