personal-assistant/skills/onboard/SKILL.md
Get to know the user through a guided conversation to personalize Elle's context.
npx skillsauth add kenneth-liao/ai-launchpad-marketplace onboardInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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).
development
Manage scheduled Claude Code tasks — add (recurring or one-off), list, pause, resume, remove, view results, and test execution of skills, prompts, and scripts with safety controls and notifications. Use when the user mentions scheduling, cron, automated tasks, recurring tasks, background tasks, running something on a schedule, periodic execution, or wants a skill/prompt/script to run automatically at a set time. Cross-platform (macOS, Linux, Windows).
tools
Upgrade a plugin's skills, hooks, and patterns to align with latest Claude Code capabilities and best practices. Use when a plugin needs modernization, after Claude Code updates, or when the user says "upgrade plugin", "modernize plugin", or "update plugin to latest patterns".
tools
Use when reviewing how skills performed during a session, when the user wants to analyze skill invocations and identify improvements, or when the user says "skill retro", "review skills", "how did skills do", "improve this skill", or "skill retrospective".
tools
Run or generate test suites for any skill. Use when testing a skill before deployment, after making changes, before/after plugin upgrades, when validating skill behavior, or when the user says "test skill", "run skill tests", "generate tests for skill", or "check for regressions".