From aise-leadership
Capture a correction, new rule, or changed fact into context files and memory
How 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.
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.
npx claudepluginhub kmtz3/aise-leadership --plugin aise-leadershipCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.