Help us improve
Share bugs, ideas, or general feedback.
From kongcode
Injects prior conversation and codebase context into Claude's responses when the user asks about state, history, or prior work.
npx claudepluginhub 42u/kongcode --plugin kongcodeHow this skill is triggered — by the user, by Claude, or both
Slash command
/kongcode:ground-on-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Body in kongcode DB. Call `mcp__plugin_kongcode_kongcode__get_skill_body` with `name="ground-on-memory"` to load full instructions.
Checks memory before code exploration when answering questions about code, architecture, or patterns. Saves time by recalling past knowledge.
Leverages fireauto-mem DB to actively search and apply user's accumulated dev knowledge on files, topics, patterns during code mods, bug fixes, new features, or explicit history requests.
Loads and applies project memories from prior sessions for consistent decisions, conventions, and preferences. Stores new entries automatically or via /remember.
Share bugs, ideas, or general feedback.
Body in kongcode DB. Call mcp__plugin_kongcode_kongcode__get_skill_body with name="ground-on-memory" to load full instructions.