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

codesyncer

v3.4.1

Published

Claude forgets everything when the session ends. CodeSyncer makes it remember.

Readme

CodeSyncer

Claude forgets everything when the session ends. CodeSyncer makes it remember.

npm version License GitHub stars

한국어 | English


The Problem → The Solution

| Problem | Without CodeSyncer | With CodeSyncer | |---------|-------------------|-----------------| | Context loss | Every session = start from scratch | @codesyncer-* tags = permanent memory | | Forgot to tag | Changes go untracked | codesyncer watch catches everything | | Rules forgotten | AI forgets guidelines mid-session | Hooks auto-remind at optimal moments | | Dangerous inference | AI guesses prices, security, APIs | Auto-pause on critical keywords |


Demo

CodeSyncer Demo


Quick Start

# 1. Install
npm install -g codesyncer

# 2. Initialize
cd /path/to/your/project
codesyncer init

# 3. Let AI set up (say this to Claude)
"Read .claude/SETUP_GUIDE.md and follow the instructions"

# 4. Start coding (say this each session)
"Read CLAUDE.md"

Upgrade

npm install -g codesyncer@latest

Core Features

🏷️ Tag System

Put context IN your code. AI reads code, so it recovers context automatically.

// @codesyncer-decision: [2024-01-15] Using JWT (session management is simpler)
// @codesyncer-inference: Page size 20 (standard UX pattern)
const authConfig = { /* ... */ };

→ Tag System Guide


🔄 Watch Mode

Catch untagged changes in real-time:

codesyncer watch
[14:32:10] 📝 Changed: src/auth/login.ts
           └── 🎯 Found: @codesyncer-decision
           └── ✅ Added to DECISIONS.md

→ Advanced Usage


🪝 Hooks

Auto-remind AI at optimal moments (not every response):

| Hook | When | Why | |------|------|-----| | SessionStart | Session begins | Inject rules once | | PreCompact | Before compression | Rules survive compaction |

CodeSyncer uses the most efficient hook timing.

→ Hooks Guide


Supported AI Tools

| Tool | Status | |------|--------| | Claude Code | ✅ Full support | | Cursor | 🚧 Coming soon | | GitHub Copilot | 🚧 Coming soon |


Documentation

| Guide | Description | |-------|-------------| | Setup Guide | Installation, configuration, updating | | Tag System | All tags and examples | | Hooks Guide | Hook events and customization | | Advanced Usage | Watch mode, auto-discussion, monorepo | | FAQ | Common questions |


Commands

codesyncer init       # Initialize project
codesyncer update     # Update templates
codesyncer validate   # Check setup
codesyncer watch      # Real-time monitoring
codesyncer add-repo   # Add repo to workspace
codesyncer skills     # Browse skills.sh leaderboard

Contributing

We welcome contributions! See CONTRIBUTING.md

Priority areas:

  • 🤖 Support for more AI tools
  • 🌐 Additional language translations
  • 📦 More tech stack templates

Support

If CodeSyncer helps you:

  • ⭐ Star this repo
  • 🐦 Share on Twitter

Ethereum (ETH):

0x0a12177c448778a37Fa4EeA57d33D06713F200De

License

Commons Clause + MIT - Free for personal/non-commercial use. See LICENSE


Contact


Built with ❤️ by the CodeSyncer community