personal-assistant/skills/context-health/SKILL.md
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.
npx skillsauth add kenneth-liao/ai-launchpad-marketplace context-healthInstall 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.
Audit the Elle context system at ~/.claude/.context/core/ for data quality issues.
Run each check in order. Report findings as a summary table at the end.
Read ~/.claude/.context/core/triggers.md:
Read ~/.claude/.context/core/session.md:
Read ~/.claude/.context/core/projects.md:
For each file in ~/.claude/.context/core/:
<guide> sections that could be filled with real datawc -l ~/.claude/.context/core/*.md
Read ~/.claude/.context/core/preferences.md and ~/.claude/.context/core/rules.md:
For each file, check if key sections are still placeholder text:
identity.md -- Basic Info, Professional, Personal Lifepreferences.md -- Communication, Working Stylerelationships.md -- any entries at all?triggers.md -- any upcoming events?workflows.md -- any workflows defined?Compare ~/.claude/rules/elle-core.md against source files:
head -5 ~/.claude/rules/elle-core.md
grep "Last synced" ~/.claude/rules/elle-core.md
If out of sync, recommend running /sync-context.
Read ~/.claude/.context/core/improvements.md:
Locate the evolve skill's platform capabilities reference:
EVOLVE_REF=""
# Source mode (marketplace repo)
if [ -f "<cwd>/personal-assistant/skills/evolve/references/platform-capabilities.md" ]; then
EVOLVE_REF="<cwd>/personal-assistant/skills/evolve/references/platform-capabilities.md"
else
# Deployed mode (plugin cache)
EVOLVE_REF=$(find ~/.claude/plugins/cache -path "*/personal-assistant/*/skills/evolve/references/platform-capabilities.md" 2>/dev/null | sort -V | tail -1)
fi
If found, read the ## System State section and check:
/evolve to check for obsolete skills"If reference file not found, skip with note: "Evolve reference files not found -- cannot check system freshness"
Recommend running /evolve if any flags are raised.
Present findings as:
| Check | Status | Details | |-------|--------|---------| | Staleness | OK / Warning | [specific issues] | | Bloat | OK / Warning | [file: line count] | | Contradictions | OK / Warning | [specific conflicts] | | Gaps | OK / Warning | [empty sections] | | Sync | OK / Warning | [sync status] | | Improvements | OK / Warning | [stale proposals] | | System Freshness | OK / Warning | [evolve run recency, version drift] |
Recommended actions: List specific fixes the user can take, prioritized by impact.
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".