بنقرة واحدة
onboard
Get to know the user through a guided conversation to personalize Elle's context.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Get to know the user through a guided conversation to personalize Elle's context.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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).
Regenerate ~/.claude/rules/elle-core.md from your context files. Run after significant context updates to keep your session rules current. Use when context feels stale, after /update-context changes rules/preferences/identity, or after /upgrade.
Audit your Elle context system for staleness, contradictions, bloat, and missing data. Use when context feels stale, after major life changes, or periodically for maintenance. Also use when you notice Elle's responses feel generic or out of date.
Research-driven self-upgrade pipeline for the Elle personal assistant. Fetches latest Claude Code features, audits Elle's architecture, plans upgrades, executes them, and verifies results. Use after Claude Code updates, when exploring new features, or periodically. Also use when the user says "let's modernize Elle", "evolve Elle", or "what Claude Code features are we missing".
Migrate your Elle installation between versions. Handles any version-to-version upgrade path with sequential, idempotent steps. Use when updating Elle, when prompted by a version mismatch, or when the user says "migrate Elle" or "upgrade Elle".
Use when ending a working session to capture lessons learned, when the user corrects Claude or asks to redo work, when the user expresses frustration with output quality, or when user triggers /retrospective
| name | onboard |
| description | Get to know the user through a guided conversation to personalize Elle's context. |
| user-invocable | true |
| disable-model-invocation | true |
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).