Sync From Framework
Description
# /sync-from-framework - 从原框架同步更新到本项目 作为原框架到子项目的"更新拉取员"。对比框架当前状态和本项目,把框架里有**但本项目没有或已落后**的通用内容(skills / commands / 配置字段 / 基础依赖 / 通用工具)找出来,给用户逐个建议。**每一条差异都让用户确认,没例外**。 **4 条核心原则**: - 2-way diff:对比"框架当前版本 vs 子项目当前版本",**所有差异都报给用户确认** - 两阶段:analyze(默认)→ apply - analyze 结果持久化到文件,跨 turn/跨窗口可用 - apply 只写文件,**绝不自动 commit/push** --- ## 参数 | 输入 | 行为 | |------|------| | `/sync-from-framework` 或 `/sync-from-framework analyze` | 分析:本地优先,本地缺则用远程 | | `/sync-from-framework analyze --remote` | 强制用远程(即使有本地) |
Installation
Installs to ~/.claude/commands/bkywksj-knowledge-base-sync-from-framework.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/bkywksj/knowledge-base/HEAD/.claude/commands/sync-from-framework.md -o ~/.claude/commands/bkywksj-knowledge-base-sync-from-framework.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11