plugins/claude-code-expert/archive/v7.6.0/skills/project-sync/SKILL.md
Project sync and configuration propagation — auto-invoke when running /cc-sync or updating Claude Code setup across repos
npx skillsauth add markus41/claude plugins/claude-code-expert/archive/v7.6.0/skills/project-syncInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Reusable workflow for keeping Claude Code configuration current across a project
and its sub-repositories. Powers the /cc-sync command.
.claude/ configurationdocs/context/ needs scaffolding or updatesRe-scan the project using detection maps from /cc-setup:
.claude/sync-state.json for delta# Find nested git repos (exclude standard non-project dirs)
EXCLUDE="node_modules|\.git|vendor|dist|build|coverage|__pycache__|\.next|\.nuxt"
find . -maxdepth 2 -name ".git" -type d | grep -vE "$EXCLUDE"
For each sub-repo without .claude/:
.claude/ directory structureCreate docs/context/ files that don't exist:
| File | Auto-populated from | |------|---------------------| | project-overview.md | package.json, directory tree, fingerprint | | architecture.md | Detected components, services | | data-model.md | Prisma schema, migration files | | api-contracts.md | Route files, OpenAPI specs | | testing-strategy.md | Test framework config, test directories | | security-rules.md | Auth middleware, env vars | | changelog.md | Git log summary |
Section-aware merge:
For each detected language, check binary availability and install if missing.
Score the configuration on a 0-100 scale across:
IF file does not exist → CREATE from template
ELIF --force flag → BACKUP (.bak) then OVERWRITE
ELSE → SKIP (preserve user content)
For README.md and CLAUDE.md, use section-level granularity instead of file-level.
.claude/sync-state.json/cc-sync command: commands/cc-sync.md/cc-setup command: commands/cc-setup.mddevelopment
Enhanced plan-authoring skill with Pre-Writing context gathering, task metadata, non-TDD templates, Red Flags, telemetry, and an automated plan linter. Use when you have a spec or requirements for a multi-step task, before touching code.
tools
Documentation intelligence engine with graph-based API docs, algorithm library, and drift detection
tools
Ultraplan cloud planning — kick off a plan in the cloud from your terminal, review and revise in the browser, then execute remotely or send back to CLI
tools
--- name: mcp description: Configure MCP servers for Claude Code — stdio vs HTTP, authentication, Tools/Resources/Prompts distinction, channels (CI webhook, mobile relay, Discord bridge, fakechat), and cost of always-loaded tools. Use this skill whenever adding an MCP server, debugging connection issues, choosing between MCP Tools vs Prompts vs Resources, installing channel servers, or managing .mcp.json. Triggers on: "MCP server", "mcp config", "add Obsidian MCP", "install context7", "channels"