Love Strategist (simp)
A dating-coach skill that reads your crush's signals, builds a stage-by-stage strategy, and drafts messages, confessions and crisis replies.
UtilitiesBeginner★ 289⑂ 18AI score 8/10Last updated: Jul 9, 2026
What it does
- Creates a 'crush profile' through a
/simpcommand set and diagnoses your current relationship stage from chat logs. - Provides a green/yellow/red/friend-zone signal taxonomy so you can judge interest by trend and density, not single messages.
- Lays out a five-stage pursuit roadmap (ice-breaking → warming up → ambiguity → pre-confession checklist → aftermath) with concrete focus points.
- Generates situation-specific messages and confessions using a three-layer "notice / feel / hope" formula, tuned to the crush's personality type.
- Ships crisis playbooks for rejection, sudden coldness, drifting apart, friend-zone, saying the wrong thing, and rivals — plus
/simp quitto test whether it's real affection or stubbornness. - Explicitly refuses PUA tactics and pushes you to let go gracefully after a clear no.
Who it's for
- Anyone who freezes over what to text a crush.
- People unsure whether mixed replies mean interest or politeness.
- Anyone preparing the timing and wording of a confession.
- Anyone who wants an honest read on whether to keep going or move on.
Examples
/simp create alex, then/simp analyzewith your recent chat log to get a stage and signal report./simp message she just finished her examsto get two or three low-pressure message drafts./simp crisis read but no reply for two daysto diagnose the cold-shoulder type and get a light re-engagement line to send in 3–5 days.
· · · Install guide · · ·
Try it now, no install
Paste this into Claude to use the skill without installing anything.
Read the instructions in this file and follow them to help me: https://raw.githubusercontent.com/BeamusWayne/simp-skill/HEAD/SKILL.md What I want: (describe your task here)
If Claude can't open the link, open it yourself and paste the contents instead.
↓ If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.
Install in the Claude app (no terminal)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Install in Claude Code
Let Claude do it — paste this into Claude Code
Install the skill I found on Claude Skill Mart. Copy the SKILL.m folder from the GitHub repo BeamusWayne/simp-skill into my ~/.claude/skills/simp/. When it's done, tell me in one line what this skill can do.
Install with a command instead
git clone https://github.com/BeamusWayne/simp-skill.git ~/.claude/skills/simp⚠ This is a third-party skill. Check the source repository before installing.
- Open a terminal (Terminal on macOS, WSL or Git Bash on Windows).
- Make sure the skills folder exists:
mkdir -p ~/.claude/skills - Clone the repo into it:
git clone https://github.com/BeamusWayne/simp-skill.git ~/.claude/skills/simp - Verify the extra assets came along:
ls ~/.claude/skills/simpshould showSKILL.md,prompts/,tools/. - For
/simp timeline, check that Python is available:python3 --version - Restart Claude Code and type
/simp— the main menu should appear. - Note: profiles and chat logs are stored under
crushes/, so avoid shared machines and never push that folder to a public repo.
View source on GitHub ↗License: MIT