Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/persona-hub:persona-hub-updateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Update persona-hub to the latest version from GitHub.
Update persona-hub to the latest version from GitHub.
Determine which platform you're running on:
| Signal | Platform |
|---|---|
claude CLI available, ~/.claude/plugins/ exists | Claude Code |
.cursor/skills/ exists in project root | Cursor |
.windsurf/skills/ exists in project root | Windsurf |
.clinerules/ exists in project root | Cline |
| None of the above | OpenClaw / Other |
Claude Code:
git -C ~/.claude/plugins/marketplaces/persona-hub pull origin mainclaude plugin uninstall persona-hub@persona-hub && claude plugin install persona-hub@persona-hubCursor:
npx skills add asimokby/persona-hub -a cursorWindsurf:
npx skills add asimokby/persona-hub -a windsurfCline:
npx skills add asimokby/persona-hub -a clineOpenClaw / Other:
npx skills add asimokby/persona-hubIf any step fails, show the error and suggest the user run the commands manually.
npx claudepluginhub asimokby/persona-hub --plugin persona-hubCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.