personal-assistant/skills/update-context/SKILL.md
Update the context system based on our conversation so far.
npx skillsauth add kenneth-liao/ai-launchpad-marketplace update-contextInstall 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.
Scan the current conversation and update Elle's context system.
Check that the context system has been initialized:
ls ~/.claude/.context/
If not, run /personal-assistant:setup first.
Read ~/.claude/.context/context-update.md for the full update philosophy.
Review the current conversation for:
For each finding, determine the destination file:
| Type | Destination |
|------|-------------|
| Identity info | ~/.claude/.context/core/identity.md |
| Preferences | ~/.claude/.context/core/preferences.md |
| Corrections | ~/.claude/.context/core/rules.md |
| Workflows | ~/.claude/.context/core/workflows.md |
| Relationships | ~/.claude/.context/core/relationships.md |
| Dates/deadlines | ~/.claude/.context/core/triggers.md |
| Project changes | ~/.claude/.context/core/projects.md |
| Session state | ~/.claude/.context/core/session.md |
Write updates to the appropriate files. Follow each file's update policy (see context-update.md).
If any of these files were updated:
rules.mdpreferences.mdidentity.mdprojects.mdAutomatically run the sync-context script to regenerate elle-core.md:
uv run python ${CLAUDE_PLUGIN_ROOT}/skills/sync-context/scripts/sync_context.py
Report what changed in the sync.
Briefly summarize what was updated and which files were modified.
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".