From personal-assistant
Audits Elle context system at ~/.claude/.context/core/ for staleness, contradictions, bloat, missing data, sync issues, and improvements. Use when responses feel generic, outdated, or after changes.
npx claudepluginhub kenneth-liao/ai-launchpad-marketplace --plugin personal-assistantThis skill uses the workspace's default tool permissions.
Audit the Elle context system at `~/.claude/.context/core/` for data quality issues.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
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.