Find and connect to IONOS Cloud debugging VMs provisioned with the debug-vm tool. Use when the user wants to deploy to, test on, SSH into, or check status of their debug VMs. Triggers on references to "debug VM", "my VM", "test server", "deploy to VM", or when needing a remote Linux machine for testing.
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
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
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 lbroth-copilot/claude-private-skills --plugin toolsFun persona modes that change Claude's communication style while keeping full functionality
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Claude harness - A harness for solo developers (Vibecoders) to handle full-cycle contract development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Plugin-safe Claude Code distribution of Antigravity Awesome Skills with 1,561 supported skills.