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-analyst-manual

v1.0.0

Published

Composite analyst skill for Claude Code — 3-phase manual pipeline (explore → verified research → solve) with checkpoints, Ed25519 verification, and TRIZ problem solving

Downloads

54

Readme

@dzhechkov/skills-analyst-manual

Composite analyst skill for Claude Code — 3-phase manual pipeline with checkpoints for strategic product analysis.

What It Does

Orchestrates three phases with user confirmation between each:

  1. Explore — Task clarification, brief generation
  2. Verified Research — GOAP planning + Ed25519 cryptographic verification
  3. Solve — 9-module problem solving (TRIZ, Game Theory, OODA, SCQA)

Each phase produces a document. User confirms before proceeding to the next.

Quick Start

npx @dzhechkov/skills-analyst-manual init

Then in Claude Code:

/analyst-manual AI platform pricing strategy for enterprise market

Self-Contained Package

This package bundles everything needed — no additional dependencies required:

| Component | Description | |-----------|-------------| | analyst-manual-full | Orchestrator skill (3-phase pipeline with checkpoints) | | explore | Task clarification and brief generation | | goap-research-ed25519 | GOAP research with Ed25519 verification | | problem-solver-enhanced | 9-module solver (TRIZ + Game Theory) | | /analyst-manual | Slash command |

CLI Commands

npx @dzhechkov/skills-analyst-manual init      # Install into project
npx @dzhechkov/skills-analyst-manual update    # Update to latest
npx @dzhechkov/skills-analyst-manual list      # Show installed components
npx @dzhechkov/skills-analyst-manual doctor    # Health check
npx @dzhechkov/skills-analyst-manual remove    # Uninstall

Verification Modes

Choose at Checkpoint 1:

| Mode | Threshold | Command | |------|-----------|---------| | Moderate | 0.85 | "ok" | | Strict | 0.95 | "strict mode" | | Paranoid | 0.99 | "paranoid mode" |

Output Documents

| # | Document | Description | |---|----------|-------------| | 1 | 01_task_brief.md | Clarified objectives, constraints, success criteria | | 2 | 02_research_findings.md | Verified findings with Ed25519 citation chain | | 3 | 03_solution.md | Strategy with TRIZ contradictions resolved | | 4 | 04_final_summary.md | Executive summary + next steps |

Use Cases

  • Product pricing and positioning strategy
  • Competitive analysis with verified data
  • GTM (Go-to-Market) strategy development
  • Strategic product decisions requiring evidence-based analysis

Integration

Works alongside other @dzhechkov packages. If @dzhechkov/keysarium is already installed, the dependent skills are shared — no duplication.

License

MIT