npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@dzhechkov/skills-reverse-engineering

v0.1.2

Published

Reverse Engineering Unicorn — composite skill for Claude Code: reverse-engineer any company into an actionable launch playbook (+ clickable CJM prototype) via a 6-module pipeline with QUICK/DEEP/VERIFIED modes

Readme

@dzhechkov/skills-reverse-engineering

Reverse Engineering Unicorn — composite skill for Claude Code that reverse-engineers any company into an actionable launch playbook (plus, in DEEP mode, a clickable CJM prototype).

What It Does

A 6-module pipeline orchestrated end-to-end, with three depth modes (QUICK / DEEP / VERIFIED):

  1. M1 Intelligence — company/product intel gathering
  2. M2 Product & Customers — JTBD, segments (+ M2.5 CJM prototype in DEEP)
  3. M3 Market & Competition — landscape, positioning
  4. M4 Business & Finance — model, unit economics
  5. M5 Growth Engine — acquisition/retention loops
  6. M6 Playbook Synthesis — the actionable launch playbook

Triggers on "проанализируй компанию", "reverse engineer", "разбери бизнес-модель", "playbook запуска".

Why

A standalone, canonical home for the orchestrator that several toolkits (keysarium, p-replicator) used to vendor as drifting copies. Centralizing it per ADR-0001 gives one source of truth; consumers reference it by id instead of carrying divergent forks.

How to Use

npx @dzhechkov/skills-reverse-engineering init

Then in Claude Code: /reverse-engineering-unicorn Notion or "разбери бизнес-модель Revolut".

What's Bundled

| Component | Description | |-----------|-------------| | reverse-engineering-unicorn | Orchestrator skill (6 modules, QUICK/DEEP/VERIFIED) | | explore | Pre-flight clarification (tracked vendor) | | goap-research-ed25519 | Adaptive research M1–M5 (tracked vendor) | | problem-solver-enhanced | Game Theory / TRIZ M3–M5 (tracked vendor) | | /reverse-engineering-unicorn | Slash command |

The core pipeline is self-contained. A few DEEP / Post-M6 modes reference extra skills that are not bundled (install separately if you need them):

| Optional dep | Used in | Get it from | |--------------|---------|-------------| | frontend-design | M2.5 CJM prototype (DEEP) | @dzhechkov/keysarium / p-replicator | | brutal-honesty-review | M6 BS-gate (DEEP) | @dzhechkov/skills-qe | | presentation-storyteller | Post-M6 pitch deck | @dzhechkov/keysarium | | idea2prd-manual | Post-M6 PRD | @dzhechkov/skills-idea2prd | | md2pptx | Post-M6 .md.pptx | external |

Canonicalization (ADR-0001)

reverse-engineering-unicorn is the canonical artifact of this pack. It previously existed as two drifting copies (keysarium ≠ p-replicator); resolved here by taking the p-replicator body (which correctly references goap-research-ed25519, not the non-existent bare goap-research) plus keysarium's trust_tier frontmatter, and rewriting /mnt/skills/{user,public}/<id>.claude/skills/<id>. The explore/goap/problem-solver trio is a sources.json-tracked vendored copy (canonical: @dzhechkov/skills-analyst-manual). Re-sync drift with dz sync-upstream.

CLI Commands

init (default) · update · remove · list · doctor — options --force, --dry-run, --help, --version.

Also Available Via dz

dz init --select reverse-engineering-unicorn
dz info reverse-engineering-unicorn

License

MIT