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

brag-document-skill

v0.2.0

Published

Install the brag-document skill into Claude Code, Cursor, Codex, Gemini, Antigravity, Windsurf, Copilot, or Goose.

Downloads

442

Readme

brag-document

A reusable brag document skill — a running record of your accomplishments used for performance reviews, promotions, and self-reflection. Works in every major agentic coding tool.

Inspired by Julia Evans' essay "Get your work recognized: write a brag document."

What it does

Triggers when you ask the assistant things like:

  • "Help me prep for my review"
  • "I can't remember what I did this year"
  • "Make the case for my promotion"
  • "Summarize my accomplishments"
  • "Start a brag document"

It guides you through:

  • Building a new brag document from scratch
  • Updating an existing one with recent work
  • Reconstructing forgotten work from PRs, tickets, design docs, calendars
  • Sharpening flat "things I did" into impact statements
  • Spotting themes and reflecting on direction
  • Preparing to share with a manager or reviewers

Install (any tool)

npx brag-document-skill

You'll be shown a menu of every supported tool, marked (detected) if found on your machine. Pick one, a for all detected, or A for all known.

Skip the prompt with flags:

npx brag-document-skill --tool claude-code              --scope global
npx brag-document-skill --tool cursor                   --scope project
npx brag-document-skill --tool claude-code,cursor,codex --scope global

Supported tools

| Tool | Install mode | Global location | Project location | |-----------------------|------------------|--------------------------------------------------------------|-----------------------------------------------| | Claude Code | Native skill | ~/.claude/skills/brag-document/SKILL.md | .claude/skills/brag-document/SKILL.md | | Cursor | Native skill | ~/.cursor/skills-cursor/brag-document/SKILL.md | .cursor/skills-cursor/brag-document/SKILL.md| | Codex CLI | Native skill | ~/.codex/skills/brag-document/SKILL.md | .codex/skills/brag-document/SKILL.md | | Gemini CLI | Appended block | ~/.gemini/GEMINI.md | ./GEMINI.md | | Antigravity (Google) | Appended block | ~/.gemini/GEMINI.md (same as Gemini) | ./GEMINI.md | | Windsurf | Appended block | ~/.codeium/windsurf/memories/global_rules.md | ./.windsurfrules | | GitHub Copilot | Appended block | (global not supported — IDE-config based) | .github/copilot-instructions.md | | Goose (Block) | Appended block | ~/.config/goose/.goosehints | ./.goosehints |

Appended blocks are wrapped in <!-- BEGIN brag-document skill --> / <!-- END brag-document skill --> markers — re-running the installer replaces the block cleanly, no duplicates.

Install (Claude Code plugin alternative)

If you'd rather install as a Claude Code plugin (manageable via /plugin):

/plugin marketplace add sdshah09/brag-document-skill
/plugin install brag-document

License

MIT