Persistent cross-session memory — store and recall user facts, project context, decisions, and error corrections. Use when the user asks to remember or recall something, references past work, starts work in a project, or when continuity across sessions matters. Part of the Agentic Rules Framework.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-rules:memory-rulesThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill activates the framework's canonical **Memory** rules. Do not work from this
This skill activates the framework's canonical Memory rules. Do not work from this
stub — load the source of truth (the framework keeps all rule text in modules/):
${CLAUDE_PLUGIN_ROOT}/modules/memory-rules/RULES.md.<lang>, where <lang> is
the user's configured language (${user_config.language}, default en). Fall back to
RULES.md.en if that language file is absent.SAFETY_PRECAUTION and First-Run Procedure headers in that file are activation
guards for other platforms — under Claude Code, enabling this plugin is the
activation, so disregard them.${CLAUDE_PLUGIN_ROOT}/modules/memory-rules/MEMORY-RULES.md.Honor the enable_memory and memory_path options. Related: [[rag-rules]],
[[critical-thinking-rules]].
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub paupawsan/agentic-rules --plugin agentic-rules