Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

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.

UtilitiesBeginner28918AI score 8/10Last updated: Jul 9, 2026

What it does

  • Creates a 'crush profile' through a /simp command 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 quit to 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

  1. /simp create alex, then /simp analyze with your recent chat log to get a stage and signal report.
  2. /simp message she just finished her exams to get two or three low-pressure message drafts.
  3. /simp crisis read but no reply for two days to 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)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download 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.

  1. Open a terminal (Terminal on macOS, WSL or Git Bash on Windows).
  2. Make sure the skills folder exists: mkdir -p ~/.claude/skills
  3. Clone the repo into it: git clone https://github.com/BeamusWayne/simp-skill.git ~/.claude/skills/simp
  4. Verify the extra assets came along: ls ~/.claude/skills/simp should show SKILL.md, prompts/, tools/.
  5. For /simp timeline, check that Python is available: python3 --version
  6. Restart Claude Code and type /simp — the main menu should appear.
  7. Note: profiles and chat logs are stored under crushes/, so avoid shared machines and never push that folder to a public repo.