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.
FAQ
think-like-me is a Claude Code plugin with 1 hand-picked skill for development work, indexed on Flowy. Install it with the command on its page. It includes think-like-me. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.
$ npx -y skills add kakha13/think-like-me --agent claude-code
Repo: kakha13/think-like-me
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.
When you ask Claude to build, modify, debug, or design a technical feature, the skill:
mobile, backend, ui, general).rules/<domain>.md file(s).When: keywords overlap with the task.If no rule matches, Claude proceeds normally โ no forced matches.
| Invocation | When to use | Flow |
|---|---|---|
/learn-this | Right after correcting Claude | Claude analyzes the correction, drafts a rule with Don't pre-filled from the wrong approach, asks for approval. |
/new-rule [description] | Adding a rule from scratch (not tied to a correction) | Claude parses your prose into the structured block, asks if Why: is missing, shows draft. |
| Auto-detect | You correct Claude without typing a command | Claude offers once: "Caught โ want me to save this as a rule? (yes to draft, skip to drop)" โ never pressures twice. |
All three end the same: draft โ approve โ dual-write to rules/<category>.md and ~/.claude/projects/<project>/memory/feedback_<slug>.md (with a pointer in MEMORY.md).
### Short searchable title
**When:** domain + feature keywords + specific context
**Do:** the fix, generalized
**Don't:** what not to do (optional)
**Why:** the mechanism that makes the wrong approach fail
**Example:** short snippet (optional)
When / Do / Why are required. Why in particular matters โ it lets Claude judge edge cases the rule doesn't literally cover. Full spec in references/rule-format.md.
~/.claude/skills/think-like-me/
โโโ SKILL.md โ AI-facing entry point (trigger, flow, dual-write)
โโโ DESIGN.md โ full design spec
โโโ PLAN.md โ implementation plan
โโโ docs/README.md โ this file
โโโ references/rule-format.md โ canonical rule block spec
โโโ agents/
โ โโโ learn-this.md โ /learn-this procedure
โ โโโ new-rule.md โ /new-rule procedure
โโโ rules/
โโโ mobile.md โ iOS / Android / React Native / Expo
โโโ backend.md โ Laravel / API / server
โโโ ui.md โ styling / layout / icons
โโโ general.md โ cross-cutting (starts empty)
Migrated from cross-project entries in your auto-memory:
Mobile (7): NativeWind crash in tab FlatLists ยท Expo prebuild required for new plugins ยท Native module rebuild on dev client ยท EAS --local /var symlink fix ยท npm --legacy-peer-deps workaround ยท Google OAuth PKCE + IdToken clash ยท .env.local override trap
Backend (2): Laravel custom middleware priority ยท Sanctum v4.3 no isExpired()
UI (1): No emojis โ use icon library
General: empty โ accumulates via /new-rule and /learn-this
Project-specific memories (e.g. eSIM Access orderNo fix, processing-tab work, Paddle setup) were intentionally not promoted โ they stay in project-scoped memory where they belong.
/new-rule [your description including When, Do, Why]/learn-this/new-rule (e.g. "this is a devops rule") โ Claude will propose creating rules/devops.md and ask to confirmrules/<domain>.md in any editor; format stays the sameDESIGN.mdPLAN.mdreferences/rule-format.mdagents/learn-this.md, agents/new-rule.md.gitignore
.nojekyll
agents/
learn-this.md
new-rule.md
DESIGN.md
docs/
_sidebar.md
.nojekyll
index.html
presentation/
index.html
README.md
index.html
PLAN.md
README.md
references/
rule-format.md
rules/
backend.md
general.md
mobile.md
ui.md
SKILL.mdยฉ 2026 Flowy ยท Free and open source
Built for Claude Code ยท Not affiliated with Anthropic