New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

codesyncer

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codesyncer

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

latest
Source
npmnpm
Version
3.4.1
Version published
Maintainers
1
Created
Source

CodeSyncer

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

npm version License GitHub stars

한국어 | English

The Problem → The Solution

ProblemWithout CodeSyncerWith CodeSyncer
Context lossEvery session = start from scratch@codesyncer-* tags = permanent memory
Forgot to tagChanges go untrackedcodesyncer watch catches everything
Rules forgottenAI forgets guidelines mid-sessionHooks auto-remind at optimal moments
Dangerous inferenceAI guesses prices, security, APIsAuto-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):

HookWhenWhy
SessionStartSession beginsInject rules once
PreCompactBefore compressionRules survive compaction

CodeSyncer uses the most efficient hook timing.

→ Hooks Guide

Supported AI Tools

ToolStatus
Claude Code✅ Full support
Cursor🚧 Coming soon
GitHub Copilot🚧 Coming soon

Documentation

GuideDescription
Setup GuideInstallation, configuration, updating
Tag SystemAll tags and examples
Hooks GuideHook events and customization
Advanced UsageWatch mode, auto-discussion, monorepo
FAQCommon 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

Keywords

ai-collaboration

FAQs

Package last updated on 23 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts