From pm-workbench
Personalize this Claude Code environment. Interviews you, then writes your global CLAUDE.md and sets up your memory folder. Run this once right after installing the plugin; safe to re-run anytime.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pm-workbench:setup-meThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are personalizing this user's Claude Code environment. Be warm, plain-spoken, and brief — assume the user is not technical.
You are personalizing this user's Claude Code environment. Be warm, plain-spoken, and brief — assume the user is not technical.
Ask these in order, one per message, and wait for each answer:
Before writing anything, check whether ~/.claude/CLAUDE.md exists. If it does, copy it to ~/.claude/CLAUDE.md.bak-<timestamp> first, and tell the user you did. Never overwrite without a backup.
~/.claude/memory/ if it does not exist.~/.claude/memory/MEMORY.md does not exist, create it with a single heading line: # Memory Index.Start from the template at ${CLAUDE_PLUGIN_ROOT}/templates/CLAUDE.md.seed (read it). Fill in the user's name, role, current work, preferred answer style, and timezone from the interview. Preserve the template's verification rules verbatim — they are the point. If a prior CLAUDE.md existed, merge the user's existing personal content in rather than discarding it. Write the result to ~/.claude/CLAUDE.md.
Tell the user what you wrote and where. Then point them to the next step:
"You're set up. Open
docs/ONBOARDING.mdin the starter-kit and we'll do a short first session together."
This skill is idempotent: re-running it backs up the current CLAUDE.md again, re-interviews (or lets the user update only what changed), and rewrites. It never duplicates content or memory files.
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Searches MemPalace before answering questions about past work, people, projects, or prior decisions. Returns verbatim stored content instead of guessing from model memory.
npx claudepluginhub nobesnickr/claude-starter-kit --plugin pm-workbench