From cc-sync
This skill manages the synchronization of Claude Code conversations to your knowledge base via configurable output adapters.
npx claudepluginhub vincent-leon/cc-obsidian-sync --plugin cc-syncThis skill uses the workspace's default tool permissions.
This skill manages the synchronization of Claude Code conversations to your knowledge base via configurable output adapters.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
This skill manages the synchronization of Claude Code conversations to your knowledge base via configurable output adapters.
Use this skill when the user asks about:
/cc-sync:web — Open the web dashboard (the single management entry point)All configuration, testing, sync operations, and log viewing are done through the dashboard.
A Stop hook fires after every Claude Code session ends, calling scripts/cc-sync.py hook which:
| Adapter | Mode | Description |
|---|---|---|
local | Lite | Write .md files directly to a local directory |
fns | Lite | Push via Fast Note Sync REST API |
git | Lite | Write .md + auto git commit (optional push) |
server | Server | POST ConversationObject to cc-sync-server |
/cc-sync:web)The dashboard runs on http://127.0.0.1:8765 and provides three tabs:
Config is stored at ~/.config/cc-sync/config.json. Database at ~/.config/cc-sync/cc-sync.db. Configure via the Dashboard Settings tab or cc-sync setup CLI.