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

@repochan/skill

v0.2.0

Published

Platform-agnostic RepoChan skills: a wizard skill orchestrating the full pipeline plus single-role team skills.

Readme

@repochan/skill

RepoChan skills — the soul of the system. Platform-agnostic markdown that tells any agent (Pi / Claude Code / Codex) how to run the RepoChan creative pipeline.

This is a pure-markdown package (no build step, no code). It is the C-position of RepoChan: the wizard skill orchestrates the full pipeline by default, and each team skill covers one role.

Skills

  • repochan — the wizard (orchestrator). Default experience: one sentence from the user → the wizard schedules all teams through the full pipeline with checkpoints. Explicit yolo selects default creative decisions inside the authorized scope; CI does not grant external write permission. Per-team access is the advanced mode.
  • repochan-analysis — Analyst: scan the repo, write the analysis report.
  • repochan-interviewer — Interviewer (optional): structured interview for user preferences.
  • repochan-persona — Creative Team: build the mascot persona.
  • repochan-art-director — Art Director: create the foundation sheet (visual anchor) + downstream tasks.
  • repochan-painter — Painter: execute image generation tasks.
  • repochan-page-designer — Starter Localizer/Assembler (optional): pull an existing starter, project repository data, localize content, apply slot assets, and validate the instance. It does not redesign the site.
  • repochan-web-designer — Web Designer (explicit branch): create and implement an original project website through Gate 1/2 when no starter fits or a new art direction is requested.
  • repochan-starter-designer — Starter Productization Engineer: preserve a Gate-2-approved site as a creator-owned Source Starter with a concentrated Transfer Kit. Official inclusion happens by pull request; it is not part of the normal project pipeline.

Asset templates (not in this package)

Built-in image asset templates live in @repochan/templates (YAML data package). The CLI loads them via repochan template list|get; skills only teach agents how to pick and fill slots through that CLI. Project overrides: <projectRoot>/.repochan/templates/.

Distribution

Skills ship bundled with the repochan CLI (npm install -g repochan). repochan setup --agent <codex|claude|pi> copies the relevant skills to each agent's convention location and injects a reference into the top-level instruction file (AGENTS.md / CLAUDE.md).

Status

All shipped skills use the current repochan CLI subcommand contract (repochan foundation find, repochan order create --data-file, etc.). The wizard skill addresses the external orchestrator model.