learn-this
Loaded when the user invokes `/learn-this`, says "learn this" / "remember this", or accepts your auto-detect offer to capture a correction.
Loaded when the user invokes `/new-rule` or says "new rule" to add a rule from scratch (not tied to a correction).
$ npx -y skills add kakha13/think-like-me --agent claude-codeHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Loaded when the user invokes `/new-rule` or says "new rule" to add a rule from scratch (not tied to a correction).
Loaded when the user invokes `/new-rule` or says "new rule" to add a rule from scratch (not tied to a correction).
If the invocation includes the rule text, skip to step 2. Otherwise ask once:
> Describe the rule in your own words. Include: what the rule is (`Do`), when it applies (`When`), and why it matters (`Why`).
Map the user's prose to the canonical block. Be charitable about interpretation:
Same logic as `learn-this.md` step 3: match to `mobile` / `backend` / `ui` / `general`, or propose a new category with user confirmation.
> **Draft rule → `rules/<category>.md`** > > [full block verbatim] > > Save? (`yes` / `edit` / `skip`)
A personal Claude Code skill that stores your curated engineering rules and actively consults them before Claude drafts code. Complements Claude Code's passive auto-memory: memory surfaces facts when relevant, rules shape the approach up front.
Repo: kakha13/think-like-me
Loaded when the user invokes `/learn-this`, says "learn this" / "remember this", or accepts your auto-detect offer to capture a correction.