plugins/claude-code-expert/skills-old/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/skills-old/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.mdtools
Build Teams-native agents with the Teams SDK (formerly Teams AI Library v2) — App class, activity routing, adaptive cards, streaming, AI-generated labels, feedback, message extensions, Teams-as-MCP-server, and the bring-your-own-AI pattern with Agent Framework.
tools
Run agents on Microsoft Foundry (formerly Azure AI Foundry) Agent Service — prompt agents vs hosted agents, threads/runs and the Responses API, built-in tools (Bing grounding, code interpreter, file search, MCP, OpenAPI, A2A), connected agents, Entra agent identity, SDKs, and observability/evaluations.
tools
Build and host custom engine agents with the Microsoft 365 Agents SDK — AgentApplication, the Activity protocol, channel reach via Azure Bot Service, hosting Agent Framework or Semantic Kernel engines, and the Agents Toolkit/Playground workflow. Successor to the Bot Framework SDK.
tools
Design, govern, and extend Microsoft Copilot Studio agents — topics, generative orchestration, knowledge, tools and MCP, agent flows, autonomous triggers, publishing channels, Copilot Credits pricing, and solution-based ALM on Power Platform.