Help us improve
Share bugs, ideas, or general feedback.
From aise-leadership
Capture a correction, new rule, or changed fact into context files and memory
npx claudepluginhub kmtz3/aise-leadership --plugin aise-leadershipHow this skill is triggered — by the user, by Claude, or both
Slash command
/aise-leadership:assistant-rememberThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
the user wants to persist.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Creates, reads, edits, and analyzes .docx files using docx-js for new documents, pandoc for text extraction, Python scripts for XML unpacking/validation/changes, and LibreOffice for conversions.
Share bugs, ideas, or general feedback.
the user wants to persist.
Read the procedure in agents/context-keeper.md and execute it inline as the main assistant — do not try to spawn context-keeper as a subagent (custom agents in this plugin are procedure documents, not registered subagent types). The steps:
context/ — read it, check for existing related content.~/.claude/projects/<this-project-slug>/memory/ — Claude Code derives the slug from this project's absolute path, same as context-keeper.md).Note: the context-keeper should also trigger automatically whenever the user gives a correction in normal conversation. /assistant-remember is the explicit override.