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

response-shaper-skill

v0.1.3

Published

Installable Codex skill for shaping complex answers into the clearest, understanding-first format.

Readme

How it chooses

When a reply is too dense for plain Markdown, the skill picks the shape that makes it easiest to understand. It does not just paraphrase text.

| User intent | Mode | Typical output | | --- | --- | --- | | "Explain this" | explain | concise explanation with key points | | "Show me the structure" | visualize | flow, diagram, or hierarchy | | "What did you do?" | summarize_actions | transformation summary | | "Which is better?" | compare | trade-off view | | "What should I do next?" | checklist | actionable checklist | | "How did this happen?" | timeline | ordered sequence | | "Make it a page" | html | readable HTML brief | | "Make it visual" | image | single infographic or visual summary |

When nothing is explicit, it falls back to a concise structured brief:

  1. Takeaway
  2. Why it matters
  3. Key points
  4. Next step
  5. Risks or open questions

Example prompts

Use the skill when the raw answer would be hard to scan in plain Markdown:

Use $clarify-first to turn this dense update into a clean visual brief.
Use $clarify-first to explain this concept as a checklist.
Use $clarify-first to summarize what changed and what happens next.

Install

From git

git clone https://github.com/Jun0zo/response-shaper-skill.git
cd response-shaper-skill
npm install
npx clarify-first-install

From a git URL with npm

npm install git+https://github.com/Jun0zo/response-shaper-skill.git
npx clarify-first-install

From npm

npm install response-shaper-skill
npx clarify-first-install

Publish to npm

You need an authenticated npm session before publishing.

npm login
npm publish --access public

The package is already published as [email protected], so npm install response-shaper-skill should work now.

The npm package name stays response-shaper-skill, but the skill itself is now clarify-first.

Where it installs

By default, the installer copies the skill into:

$CODEX_HOME/skills/clarify-first

If CODEX_HOME is unset, it falls back to ~/.codex/skills/clarify-first.

Package contents

  • README.md
  • package.json
  • scripts/install-skill.js
  • skill/SKILL.md
  • skill/agents/openai.yaml
  • skill/references/classification.md
  • skill/assets/response-shaper-icon.png
  • skill/assets/response-shaper-hero.png