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

@windyroad/voice-tone

v0.5.5

Published

Voice and tone enforcement for user-facing copy

Downloads

9,629

Readme

@windyroad/voice-tone

Voice and tone enforcement for Claude Code. Reviews user-facing copy against your brand's voice and tone guide before it ships. Maturity: Experimental (suite-bootstrap window; 169 invocations / 30d).

Part of Windy Road Agent Plugins.

What It Does

When an AI agent writes user-facing text -- button labels, error messages, onboarding copy, marketing pages -- it doesn't know your brand voice. This plugin teaches it.

The voice-tone plugin:

  1. Detects when an edit touches user-facing copy
  2. Blocks the edit until the voice-tone agent has reviewed it
  3. Reviews the proposed copy against your docs/VOICE-AND-TONE.md guide
  4. Reports violations with suggested fixes that match your brand's voice principles, banned patterns, and word list

Beyond in-repo edits, the plugin also gates external communicationsgh issue create, gh pr create, gh issue/pr comment, gh api security-advisories, npm publish, and .changeset/*.md author-time — via the wr-voice-tone:external-comms subagent and the on-demand /wr-voice-tone:assess-external-comms skill. This composes with @windyroad/risk-scorer's sibling external-comms gate (see ADR-028 amended 2026-05-14) — when both plugins are installed, voice/tone and risk/leak review fire independently on the same outbound prose call. This serves automatic governance enforcement on every copy edit and on-demand pre-flight governance checks before a release or handover.

Install

npx @windyroad/voice-tone

Restart Claude Code after installing.

Usage

The plugin works automatically. On first use in a project without a voice guide, it blocks edits and directs you to create one:

/wr-voice-tone:update-guide

This examines your existing content and asks about your brand voice, target audience, and tone preferences to generate a docs/VOICE-AND-TONE.md tailored to your project.

How It Works

| Hook | Trigger | What it does | |------|---------|-------------| | voice-tone-eval.sh | Every prompt | Evaluates whether the task involves user-facing copy | | voice-tone-enforce-edit.sh | Edit or Write | Blocks edits until the voice-tone agent has reviewed | | voice-tone-mark-reviewed.sh | Agent completes | Marks the review as done (TTL: 3600s) |

Agent

The wr-voice-tone:agent reads your docs/VOICE-AND-TONE.md and reviews proposed copy changes against:

  • Voice principles and personality traits
  • Tone guidance for different contexts
  • Banned words and patterns
  • Preferred terminology

Updating and Uninstalling

npx @windyroad/voice-tone --update
npx @windyroad/voice-tone --uninstall

Licence

MIT