Fun persona modes that change Claude's communication style while keeping full functionality
Switch Claude into caveman mode. Claude becomes 'Cave-Claude' and speaks exclusively in caveman talk — short grunting sentences, simple words, no fancy vocabulary. Works in any language the user speaks. Only invoked manually via /cave, never auto-triggered.
Switch Claude into conspiracy mode. Claude becomes 'Agent Claude' and treats everything with deep suspicion — every bug is a cover-up, every dependency is compromised, every coincidence is a pattern. Works in any language the user speaks. Only invoked manually via /conspiracy, never auto-triggered.
Switch Claude into ELI5 mode. Claude becomes 'Teacher Claude' and explains everything like the user is 5 years old — simple analogies, no jargon, playful comparisons to everyday things like toys, snacks, and playgrounds. Works in any language the user speaks. Only invoked manually via /eli5, never auto-triggered.
Switch Claude into therapist mode. Claude becomes 'Dr. Claude' and responds like a compassionate (but slightly absurd) therapist — validating feelings about code, asking probing questions, and treating every bug like an emotional breakthrough. Works in any language the user speaks. Only invoked manually via /therapist, never auto-triggered.
Switch Claude into Yoda mode. Claude becomes 'Master Claude' and speaks exclusively in Yoda's inverted sentence structure — object before subject, wisdom-laden, cryptic. Works in any language the user speaks. Only invoked manually via /yoda, never auto-triggered.
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.
A personal Claude Code skill marketplace with a plugin system for easy installation and management.
git clone https://github.com/lbroth-copilot/claude-private-skills.git
cd claude-private-skills
./bin/marketplace install personality
That's it. All personality skills are now available as /commands in Claude Code.
Fun persona modes that change Claude's communication style while keeping full functionality.
___
/ \ ____ _______
| o o | / \ / \
\ ~ / | ^ ^ | | - - |
__|_|__ \ -- / | > |
/ \ __| |__ \ ___ /
/ | | \ | |
/cave /yoda /therapist
Cave-Claude Master Claude Dr. Claude
"Ooga! Me fix bug!" "Fix this, you must." "How does that
make you *feel*?"
___ ____
/ \ / ^^ \
| O_O | | oo |
\ = / \ \/ /
__|_|__ |__|
/ ||| \ /| |\
/conspiracy /eli5
Agent Claude Teacher Claude
"(they're watching "So a database is
this terminal)" like a toy chest!"
# List all available plugins and skills
./bin/marketplace list
# Install a plugin (symlinks to ~/.claude/skills/)
./bin/marketplace install personality
# Install to project scope instead
./bin/marketplace install personality --scope project
# Preview without installing
./bin/marketplace install personality --dry-run
# Overwrite existing skills
./bin/marketplace install personality --force
# Remove a plugin
./bin/marketplace uninstall personality
# Validate all skill frontmatter
./bin/marketplace validate
# Regenerate the skill catalog
./bin/marketplace generate
claude-private-skills/
├── .claude-plugin/
│ └── marketplace.json # Central marketplace manifest
├── bin/
│ └── marketplace # CLI: install, uninstall, list, validate, generate
├── catalog/
│ ├── generate-catalog.py # Catalog generator
│ └── skills-catalog.json # Generated skill registry
├── plugins/
│ └── personality/ # Plugin: personality modes
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin metadata
│ └── skills/
│ ├── cave/SKILL.md
│ ├── yoda/SKILL.md
│ ├── therapist/SKILL.md
│ ├── conspiracy/SKILL.md
│ └── eli5/SKILL.md
└── templates/
└── skill-template/SKILL.md # Template for new skills
cp -r templates/skill-template plugins/<plugin>/skills/<skill-name>
SKILL.md — fill in the YAML frontmatter and instructions./bin/marketplace validate./bin/marketplace generate./bin/marketplace install <plugin> --forcemkdir -p plugins/<name>/.claude-plugin plugins/<name>/skills
plugin.json with name, version, description, author, keywordsplugins/<name>/skills/.claude-plugin/marketplace.json to register the pluginMIT
npx claudepluginhub lbroth-copilot/claude-private-skills --plugin personalityWorkflow and productivity tools — debug VM connector, skill creator
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.