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

worclaude

v2.2.6

Published

CLI tool that scaffolds a comprehensive Claude Code workflow into any project

Downloads

3,470

Readme

Worclaude

One command. Best practices baked in. Your Claude Code environment, production-ready.

npm version license

Full Documentation · npm

Worclaude scaffolds a complete Claude Code workflow into any project in seconds. It implements all tips by Boris Cherny — the creator of Claude Code at Anthropic — as a reusable, upgradable scaffold. One init command gives you 25 agents, 16 slash commands, 15 skills, hooks, permissions, and a CLAUDE.md template tuned for your tech stack. Whether you're starting fresh or adding structure to an existing project, Worclaude handles the setup so you can focus on building.


What You Get

worclaude init installs a production-ready Claude Code workflow:

Agents (25 total)

  • 5 universal: plan-reviewer, code-simplifier, test-writer, build-validator, verify-app
  • 20 optional across 6 categories: Backend, Frontend, DevOps, Quality, Documentation, Data/AI

Slash Commands (16) /start /end /commit-push-pr /review-plan /techdebt /verify /compact-safe /status /update-claude-md /setup /sync /conflict-resolver /review-changes /build-fix /refactor-clean /test-coverage

Skills (15)

  • 11 universal knowledge files (testing, git conventions, context management, security, coordinator mode, and more)
  • 3 project-specific templates filled in by /setup
  • 1 generated agent routing guide (dynamically built from your agent selection)

Hooks

  • SessionStart context injection (auto-loads CLAUDE.md, PROGRESS.md, and last session on launch)
  • PostToolUse formatter (auto-formats on every write)
  • PostCompact re-injection (re-reads key files after compaction)
  • Stop notifications (desktop alert when Claude finishes)
  • Hook profiles (WORCLAUDE_HOOK_PROFILE) — minimal, standard, or strict

Configuration

  • Pre-configured permissions per tech stack (Node.js, Python, Go, Rust, and more)
  • CLAUDE.md template with progressive disclosure
  • Sandbox, effort, and output defaults ready out of the box

Quick Start

npm install -g worclaude
cd your-project
worclaude init

Follow the interactive prompts to select your project type, tech stack, and agents. Then open Claude Code and run /setup to fill in your project-specific content.

For parallel tasks, run Claude with worktrees: claude --worktree --tmux


Commands

| Command | Description | | ------------------- | ---------------------------------------------- | | worclaude init | Scaffold workflow into new or existing project | | worclaude upgrade | Update universal components to latest version | | worclaude status | Show current workflow state and version | | worclaude backup | Create timestamped backup of workflow files | | worclaude restore | Restore from a previous backup | | worclaude diff | Compare current setup vs latest version | | worclaude delete | Remove worclaude workflow from project | | worclaude doctor | Validate workflow installation health |

The init command detects existing setups and merges intelligently — no data is overwritten without your confirmation. Use upgrade to pull in new features while preserving your customizations.

See the full command reference for detailed usage and options.


Links