focused-fix
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
/cs:pmf-check — Are you before or after product/market fit? A focused Andreessen-mode interrogation that scores the felt signals + the Sean Ellis 40% gate and issues BEFORE-PMF / APPROACHING-PMF / AFTER-PMF with explicit confidence and a single next move.
$ npx -y skills add alirezarezvani/claude-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/cs-pmf-checkContext preview
What this command does when you run it.
/cs:pmf-check — Are you before or after product/market fit? A focused Andreessen-mode interrogation that scores the felt signals + the Sean Ellis 40% gate and issues BEFORE-PMF / APPROACHING-PMF / AFTER-PMF with explicit confidence and a single next move.
name: "cs-pmf-check" description: "/cs:pmf-check — Are you before or after product/market fit? A focused Andreessen-mode interrogation that scores the felt signals + the Sean Ellis 40% gate and issues BEFORE-PMF / APPROACHING-PMF / AFTER-PMF with explicit confidence and a single next move."
**Command:** `/cs:pmf-check`
A focused slice of the `cs-andreessen` persona aimed at one question: are you before or after product/market fit? Per Andreessen, PMF is the only milestone that matters and it is **not subtle** — if you have to squint to see it, you don't have it.
A focused interrogation, then a deterministic verdict:
1. **The felt-signal test** (Andreessen): are customers buying as fast as you can make it? Is usage growing as fast as you can add servers? Is money piling up? Are you hiring support as fast as you can? 2. **The Sean Ellis 40% gate** (Ellis, not Andreessen): do ≥40% of users say they'd be "very disappointed" without you? 3. **Verdict:** `BEFORE-PMF` / `APPROACHING-PMF` / `AFTER-PMF` + explicit confidence. 4. **One next move:** before PMF → what to change (product/segment/team). After PMF → pour fuel, stop deliberating, feed demand.
inflate it to "after."
how good acquisition looks.
python ../skills/andreessen/scripts/pmf_signal_scorer.py \ --ellis-pct 45 --retention 8 --organic 7 --demand 8 --frequency 7
---
**Version:** 1.0.0
388 production-ready Claude Code skills, plugins, and agent skills for 13 AI coding tools. The most comprehensive open-source library of Claude Code skills and agent plugins — also works with OpenAI Codex, Gemini CLI, Cursor, and 9 more coding agents.
Repo: alirezarezvani/claude-skills
Deep-dive feature repair — systematically fix an entire feature/module across all its files and dependencies. Usage: /focused-fix <feature-path>
Clean up merged branches locally and on remote, keeping only main, dev, and gh-pages.
Stage, commit, and push the current branch following git governance rules.
Comprehensive audit pipeline for skills, plugins, agents, and commands. Validates structure, quality, security, marketplace compliance, cross-platform…