/ Verzeichnis / Playground / hinge-profile-optimizer
● Community b1rdmania ⚡ Sofort

hinge-profile-optimizer

von b1rdmania · b1rdmania/hinge-profile-optimizer

Dating profile optimizer grounded in 45+ peer-reviewed sources — surfaces authentic specifics rather than inventing a persona.

b1rdmania/hinge-profile-optimizer is a research-backed Claude Skill for Hinge profile improvement. Explicitly rejects templating and fabrication — its core principle is 'you're not making someone more appealing, you're making them visible'. Draws on communication research (e.g. Toma & Hancock 2012) showing that specific concrete language signals honesty. Roughly 45 minutes to work through the guided process.

Warum nutzen

Hauptfunktionen

Live-Demo

In der Praxis

hinge-profile-optimizer-skill.replay ▶ bereit
0/0

Installieren

Wählen Sie Ihren Client

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

Öffne Claude Desktop → Settings → Developer → Edit Config. Nach dem Speichern neu starten.

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

Cursor nutzt das gleiche mcpServers-Schema wie Claude Desktop. Projektkonfiguration schlägt die globale.

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

Klicken Sie auf das MCP-Servers-Symbol in der Cline-Seitenleiste, dann "Edit Configuration".

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "hinge-profile-optimizer-skill": {
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ],
      "_inferred": true
    }
  }
}

Gleiche Struktur wie Claude Desktop. Windsurf neu starten zum Übernehmen.

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "hinge-profile-optimizer-skill",
      "command": "git",
      "args": [
        "clone",
        "https://github.com/b1rdmania/hinge-profile-optimizer",
        "~/.claude/skills/hinge-profile-optimizer"
      ]
    }
  ]
}

Continue nutzt ein Array von Serverobjekten statt einer Map.

~/.config/zed/settings.json
{
  "context_servers": {
    "hinge-profile-optimizer-skill": {
      "command": {
        "path": "git",
        "args": [
          "clone",
          "https://github.com/b1rdmania/hinge-profile-optimizer",
          "~/.claude/skills/hinge-profile-optimizer"
        ]
      }
    }
  }
}

In context_servers hinzufügen. Zed lädt beim Speichern neu.

claude mcp add hinge-profile-optimizer-skill -- git clone https://github.com/b1rdmania/hinge-profile-optimizer ~/.claude/skills/hinge-profile-optimizer

Einzeiler. Prüfen mit claude mcp list. Entfernen mit claude mcp remove.

Anwendungsfälle

Praxisnahe Nutzung: hinge-profile-optimizer

Run a full 45-minute Hinge profile overhaul

👤 Adults who've been on the apps a while and aren't getting the matches they want ⏱ ~45 min beginner

Wann einsetzen: You suspect your profile doesn't reflect you well.

Voraussetzungen
  • Skill installed — git clone https://github.com/b1rdmania/hinge-profile-optimizer ~/.claude/skills/hinge-profile-optimizer
Ablauf
  1. Share your current profile + context
    Use hinge-profile-optimizer — here are my current 6 prompts and photo descriptions. Here's the real me in 300 words.✓ Kopiert
    → Skill identifies specific overlooked details in your self-description, not generic advice
  2. Prompt-by-prompt rewrite
    For each prompt, draft 2 alternatives rooted in concrete specifics from my bio.✓ Kopiert
    → Alternatives with named experiences, not vague claims
  3. Photo audit
    Audit my photo lineup — which tells the viewer something specific, which is filler?✓ Kopiert
    → Per-photo rationale tied to research, not opinion

Ergebnis: A profile that shows the real you more clearly — not a different persona.

Fallstricke
  • You try to borrow a specific from someone else — Skill flags inauthenticity — don't claim hobbies you don't have, they fail on first conversation

Rewrite one prompt that's clearly not landing

👤 People 80% happy with their profile ⏱ ~10 min beginner

Wann einsetzen: One specific prompt answer feels flat and generic.

Ablauf
  1. Share the prompt + answer + context
    hinge-profile-optimizer — prompt: 'Two truths and a lie'. My current answer: <paste>. Here's real material: <paste>.✓ Kopiert
    → Alternatives that use concrete-specific language, grounded in material you provided

Ergebnis: A prompt answer that sounds like a specific person, not a LinkedIn bio.

Kombinationen

Mit anderen MCPs für 10-fache Wirkung

hinge-profile-optimizer-skill

This is a personal/private skill — avoid combining with tools that log or share externally

Werkzeuge

Was dieses MCP bereitstellt

WerkzeugEingabenWann aufrufenKosten
self_intake ~300 words about you + current profile Start of overhaul 0
prompt_rewrite prompt + your real material Any prompt that's not landing 0
photo_audit photo descriptions or images Lineup feels generic 0

Kosten & Limits

Was der Betrieb kostet

API-Kontingent
None
Tokens pro Aufruf
Small — profile data is compact
Kosten in €
Free — skills are local files
Tipp
One pass is usually enough; iterate only where you genuinely changed material.

Sicherheit

Rechte, Secrets, Reichweite

Credential-Speicherung: No credentials — pure prompts
Datenabfluss: None — your profile data stays in your Claude session

Fehlerbehebung

Häufige Fehler und Lösungen

Skill not invoked — Claude writes cheesy pickup lines

Reference 'hinge-profile-optimizer' explicitly.

Prüfen: ls ~/.claude/skills/hinge-profile-optimizer/SKILL.md
SKILL.md frontmatter wrong

Re-clone; description drives activation.

Prüfen: head ~/.claude/skills/hinge-profile-optimizer/SKILL.md
Wrong trigger keywords — generic dating advice appears

Say 'use the Hinge optimizer skill on this prompt'.

Alternativen

hinge-profile-optimizer vs. andere

AlternativeWann stattdessenKompromiss
Vanilla Claude adviceYou want quick takes without the 45-minute processUsually generic; misses the authenticity framework
Professional photographer + coachYou want human judgement and photo workCosts significant money; skill is free

Mehr

Ressourcen

📖 Offizielle README auf GitHub lesen

🐙 Offene Issues ansehen

🔍 Alle 400+ MCP-Server und Skills durchsuchen