bitjarubitjaruCommunityยท1 Agent Skills Included

codesyncer

Persistent coding context and decision memory across sessions

Preserves coding decisions, inferences, and business context across sessions using searchable comment tags in source code. Eliminates repeated explanations, forgotten rules, and risky guesses about prices, security settings, and API endpoints. Auto-pauses on critical keywords, watches files for untagged changes, and keeps project documentation continuously updated.
npx skills add bitjaru/codesyncer --all -g -y
Available:

Directs the agent to load the detailed coding rules in .claude/CLAUDE.md, which enforce mandatory context tags, no-inference zones for prices and security, and automatic pauses for user discussion on critical keywords.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install CodeSyncer?โ–ผ

Run `npx skills add bitjaru/codesyncer --all -g -y` in your terminal to install it globally, then run `codesyncer init` inside your project.

How does CodeSyncer preserve context between sessions?โ–ผ

It embeds searchable @codesyncer-* tags directly in your code, so the agent recovers decisions, inferences, and business context automatically when it reads the files.

Does CodeSyncer stop risky code changes?โ–ผ

Yes. It auto-pauses on keywords related to payments, security, data deletion, and external APIs, requiring your confirmation before the agent proceeds.

Which coding tools work with CodeSyncer?โ–ผ

It fully supports Claude Code today, with Cursor and GitHub Copilot support planned, and its tags work in any tool that reads your code.

Can CodeSyncer watch my files automatically?โ–ผ

Yes. Running `codesyncer watch` monitors file changes in real time and logs new decision tags to DECISIONS.md automatically.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’