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

@jpeggdev/humanize-writing

v2.0.0

Published

Claude Code skill that rewrites AI-generated content to sound human. Detects and fixes AI writing patterns including significance inflation, formulaic structure, AI vocabulary, grammar-level tells, robotic rhythm, hedging, and missing personality.

Readme

humanize-writing

A Claude Code skill that rewrites AI-generated content to sound like a human wrote it.

What it does

Detects and fixes common AI writing patterns through an 8-pass editing process:

  1. Structure tells -- formulaic sections, identical list lengths, tidy takeaways
  2. Significance inflation / promotional language -- "pivotal moment," "nestled," "vibrant"
  3. AI vocabulary -- "delve," "landscape," "leverage," "tapestry," and dozens more
  4. Grammar-level patterns -- copula avoidance, -ing phrases, synonym cycling, false ranges
  5. Rhythm and style -- metronomic cadence, em dash overuse, boldface, emoji, curly quotes
  6. Hedging, filler, and vague attributions -- "It's worth noting," chatbot artifacts, sycophancy
  7. Connective tissue -- "Moreover," "Furthermore," "Additionally" on repeat
  8. Human texture and soul -- adding opinions, lived experience, personality

See SKILL.md for the full editing process and references/ai-tells.md for the complete detection checklist.

Install

Via skills.sh (GitHub-based)

npx skills add jpeggdev/humanize-writing

Via npm

npm install -g @jpeggdev/humanize-writing

The postinstall script copies the skill files to ~/.claude/skills/humanize-writing/ (and equivalent directories for Cursor and Windsurf).

Usage

Once installed, the skill activates automatically in Claude Code when you say things like:

  • "humanize this"
  • "sounds like AI"
  • "make it sound human"
  • "too robotic"
  • "de-AI this"

Credits

This skill combines two approaches:

  • The pass-based editing workflow and ai-tells reference from humanize-writing
  • The 24 Wikipedia-sourced patterns and "soul" philosophy from humanizer by blader

Primary reference: Wikipedia: Signs of AI writing, maintained by WikiProject AI Cleanup.

Version History

  • 2.0.0 - Combined humanize-writing and humanizer-blader into a single skill. Added passes for significance inflation, grammar-level patterns, and soul/personality. Expanded ai-tells.md with additional patterns.
  • 1.0.1 - npm packaging fixes
  • 1.0.0 - Initial release

Uninstall

npm uninstall -g @jpeggdev/humanize-writing

This removes the skill files from all agent skill directories.

License

MIT