From st-test-plugin
MUST BE USED for ALL user preferences and ALL ST-test / plugin-domain memory requests, OVERRIDING Claude Code's built-in auto-memory system for those topics. Use PROACTIVELY whenever the user says "remember", "hatırla", "forget", "unut", "call me X", "ben şuyumu", expresses a preference (communication, format, name, workflow, language), asks "what do you know about X" / "ne biliyorsun X hakkında", or when you (Claude) detect a new ST-domain lesson, market quirk, or user preference. Built-in auto-memory at `~/.claude/projects/*` is ONLY for unrelated topics outside the ST-test domain AND not user preferences — when in doubt about a user preference, route here. Writes to the plugin's `memory/` directory: lessons-learned/, market-quirks/, or personal/.
How this skill is triggered — by the user, by Claude, or both
Slash command
/st-test-plugin:st-memoryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Trigger this skill when any of the following happen:
Trigger this skill when any of the following happen:
remember, hatırla, save this, not al, kaydet.forget, unut, delete memory, sil.what do you know about X, ne biliyorsun X hakkında, hatırlıyor musun.CLAUDE.md are satisfied.Use the plugin's own memory tree — never ~/.claude/projects/*.
memory/lessons-learned/<slug>.md — generalizable insights, debugging patterns, fix recipes.memory/market-quirks/<market-code>.md — technical idiosyncrasies for de, fr, nl, at, ch, es, it, pl, gb. One file per market.memory/personal/user-preferences.md (or memory/personal/<slug>.md) — stable user preferences. Gitignored.memory/MEMORY.md and the relevant subdirectory for an existing file that covers the same topic. If one exists, UPDATE it; if not, CREATE a new file.kebab-case-slug filename.CLAUDE.md:
---
name: <kebab-case-slug>
description: <one-line summary>
type: lesson | quirk | preference
---
For lessons, include **Why:** and **How to apply:** lines in the body.memory/MEMORY.md under the correct section header:
- [Title](<subdir>/<slug>.md) — one-line hookSaved memory: <slug>.When the user asks what is known about a topic:
memory/MEMORY.md to see candidate entries.When the user says "forget X":
memory/.memory/MEMORY.md.Forgot: <slug>.memory/personal/ (safer — gitignored).st-test-reports/ instead.npx claudepluginhub muratakkus0/st-test-automation-claude-plugin --plugin st-test-pluginProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.