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

@kam-l/claude-coach

v2.0.0

Published

Session-aware coaching for Claude Code — curated tips and live contextual advice

Readme

claude-coach

Session-aware coaching for Claude Code — curated tips and live contextual advice.

Claude Code Plugin tests npm MIT License node

claude-coach showcase

  • 67 curated tips — workflow, context, agents, hooks, quality, performance
  • Session advisor — Sonnet sidecar that watches your session and coaches in real-time
  • Zero-cost fallback — tips rotate in the spinner with no LLM calls when advisor is off
  • Survives updates — runtime files live in ~/.claude/.coach/, decoupled from plugin cache

Install

npm install -g @kam-l/claude-coach

Alternatively:

claude plugin marketplace add kam-l/claude-plugins
claude plugin install claude-coach

Quick Start

# 1. Inside Claude Code — set up spinner tips and session advisor
/claude-coach:tips init

# 2. Restart Claude Code — tips appear in the spinner

How It Works

Spinner tips (always on): 67 hand-curated tips rotate during tool calls. You glance at them while waiting — passive reinforcement of best practices.

Session advisor (opt-in): Every 15 minutes, a detached Sonnet worker reads your session transcript and produces 1-3 tips grounded in what you're actually doing:

ℹ️ Run tests before committing the session-advisor changes
ℹ️ /compact — context is likely past 50%
ℹ️ Fix claudeline URL in marketplace.json before pushing
  • 💡 — curated tip from the base pool
  • ℹ️ — contextual tip from the session advisor
  • 🔍 — advisor is analyzing your session

Cost: ~$0.10-0.18/cycle, default every 15 min. Pro/Max users spend rate-limit budget, not dollars. Configure interval with CLAUDE_COACH_INTERVAL (seconds, default 900).

Enable:

// ~/.claude/settings.json
{ "env": { "CLAUDE_COACH": "1" } }

Or run /claude-coach:tips init for guided setup.

Tip Categories

| Category | # | Examples | |----------|---|---------| | Workflow | 15 | Plan mode first, /rewind for off-track runs, fan-out with claude -p | | Context | 11 | 200-line CLAUDE.md limit, /compact at 50%, .claudeignore | | Agents | 11 | File paths not content, isolation: worktree, scoped > generalist | | Hooks | 10 | exit 2 feedback, statusMessage, async: true for slow hooks | | Quality | 11 | Screenshots for visual bugs, explain-back, ultrathink | | Performance | 9 | /model downgrade, effortLevel, worktree parallelism |

Commands

| Command | What it does | |---------|-------------| | /claude-coach:tips init | Full setup — spinner tips + statusline + advisor | | /claude-coach:tips refresh | Re-scan friction data, update tips | | /claude-coach:tips add <tip> | Add a custom tip | | /claude-coach:tips list | Print all tips by category | | /claude-coach:tips uninstall | Remove all traces |

Sources

License

MIT