From personal-assistant
Runs guided conversation to collect user identity, relationships, preferences, projects, and current focus into Claude context files for personalization. Useful after setup or to update context.
How this skill is triggered — by the user, by Claude, or both
Slash command
/personal-assistant:onboardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This command runs a guided conversation to populate Elle's context system with information about the user. Run this:
This command runs a guided conversation to populate Elle's context system with information about the user. Run this:
/personal-assistant:setup)Check if context system exists:
ls ~/.claude/.context/
If directory doesn't exist: Run /personal-assistant:setup first.
Start with:
"I'd love to learn more about you so I can be genuinely helpful. Mind if I ask a few questions? We can skip anything you'd rather not share."
~/.claude/.context/core/identity.md)Who they are:
Goals & Aspirations:
Current Challenges:
~/.claude/.context/core/relationships.md)Important relationships:
~/.claude/.context/core/preferences.md)Communication style:
Tools & Systems:
Working style:
~/.claude/.context/core/projects.md)What they're working on:
Life projects too:
~/.claude/.context/core/session.md)Right now:
~/.claude/.context/core/triggers.md)Recurring & upcoming:
Write the learned information to the appropriate context file immediately:
After covering the topics, summarize what you learned:
"Thanks for sharing all of that! Here's what I've learned about you: [brief summary]. I'll use this to be more helpful going forward. You can always update this by running
/personal-assistant:onboardagain or just telling me things as we work together."
Let them know:
/update-context or /retrospectiveAfter onboarding, regenerate elle-core.md to reflect the new context:
"Let me sync your context to elle-core.md so future sessions have your info loaded automatically."
Run /sync-context (or invoke the script directly).
npx claudepluginhub kenneth-liao/ai-launchpad-marketplace --plugin personal-assistantScans conversation to update ~/.claude/.context/ files with user identity, preferences, rules, workflows, projects, relationships, triggers; auto-syncs core context via Python script.
Onboards users into the AI Personal OS course via a conversational interview, creating 5 personal AI environment files (CLAUDE.md, user-profile.md, course-goals.md, SOUL.md, achievements.md).
Manages user preferences and corrections across sessions, learning from past corrections to adapt communication style, technical preferences, and workflow defaults.